"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2026/08/08 01:38:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya" 2026/08/08 01:38:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/08 01:38:41 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg" 2026/08/08 01:38:42 DEBUG : Creating backend with remote "/tmp/rclone212706953" === 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-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:38:43 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:38:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:38:43 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/08 01:38:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:38:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:38:43 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (1.64s) === RUN TestCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:38:43 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:38:44 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:38:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:38:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:38:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:38:46 DEBUG : sub dir/hello world: md5 = 33bc16e6dc246a1041cf5be90d889439 OK 2026/08/08 01:38:46 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:38:46 INFO : sub dir/hello world: Copied (new) 2026/08/08 01:38:46 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (5.65s) === RUN TestCopyMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:38:49 DEBUG : metadata sub dir: Making directory with metadata 2026/08/08 01:38:49 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:38:49 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/08 01:38:49 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:38:49 DEBUG : Local file system at /tmp/rclone212706953: File to upload is small (21 bytes), uploading instead of streaming 2026/08/08 01:38:49 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/08 01:38:49 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/08 01:38:49 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/08 01:38:49 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:38:50 DEBUG : Google drive root 'crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg': Skipping btime metadata as can't update it on an existing file: 2026-08-08T01:38:49.618009393Z 2026/08/08 01:38:50 INFO : empty metadata sub dir: Updated directory metadata 2026/08/08 01:38:50 DEBUG : Google drive root 'crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg': Skipping btime metadata as can't update it on an existing file: 2026-08-08T01:38:49.618009393Z 2026/08/08 01:38:51 INFO : metadata sub dir: Updated directory metadata 2026/08/08 01:38:51 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/08 01:38:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:38:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:38:52 DEBUG : metadata sub dir/hello metadata world: md5 = c0590d364f4cc2262d46543970a46fe2 OK 2026/08/08 01:38:52 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/08 01:38:52 INFO : metadata sub dir/hello metadata world: Copied (new) --- PASS: TestCopyMetadata (7.33s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:38:56 DEBUG : metadata sub dir: Making directory with metadata 2026/08/08 01:38:56 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:38:56 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/08 01:38:56 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:38:56 DEBUG : Local file system at /tmp/rclone212706953: File to upload is small (21 bytes), uploading instead of streaming 2026/08/08 01:38:56 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/08 01:38:56 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/08 01:38:56 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/08 01:38:56 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:38:57 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2026/08/08 01:38:57 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2026/08/08 01:38:57 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/08 01:38:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:38:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:38:59 DEBUG : metadata sub dir/hello metadata world: md5 = 7852da441eaf9b53f4788b628ab66cd7 OK 2026/08/08 01:38:59 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/08 01:38:59 INFO : metadata sub dir/hello metadata world: Copied (new) 2026/08/08 01:38:59 DEBUG : Google drive root 'crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg': Skipping btime metadata as can't update it on an existing file: 2026-08-08T01:38:56.948103161Z 2026/08/08 01:38:59 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (6.34s) === RUN TestCopyMissingDirectory run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:03 DEBUG : Creating backend with remote "/non-existing" 2026/08/08 01:39:03 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/08 01:39:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.67s) === RUN TestCopyNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:03 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:39:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:39:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:39:06 DEBUG : sub dir/hello world: md5 = 2fd2f0853748e7ae18dcb76f9a95077a OK 2026/08/08 01:39:06 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:39:06 INFO : sub dir/hello world: Copied (new) 2026/08/08 01:39:06 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (5.26s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.45s) === RUN TestCopyCheckFirst run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Running all checks before starting transfers 2026/08/08 01:39:09 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:39:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:39:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Checks finished, now starting transfers 2026/08/08 01:39:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:39:12 DEBUG : sub dir/hello world: md5 = 43ff93e0fadea3891f833f92649cb503 OK 2026/08/08 01:39:12 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:39:12 INFO : sub dir/hello world: Copied (new) 2026/08/08 01:39:12 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (5.14s) === RUN TestSyncNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:14 ERROR : Ignoring --no-traverse with sync 2026/08/08 01:39:15 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:39:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:39:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:39:17 DEBUG : sub dir/hello world: md5 = 296b46fd05922cac9d76ef6028db5a32 OK 2026/08/08 01:39:17 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:39:17 INFO : sub dir/hello world: Copied (new) 2026/08/08 01:39:17 DEBUG : Waiting for deletions to finish 2026/08/08 01:39:17 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (5.52s) === RUN TestCopyWithDepth run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:20 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/08 01:39:20 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:39:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:39:22 DEBUG : hello world2: md5 = ad731871972705a6e6fc8889b54fdd7c OK 2026/08/08 01:39:22 DEBUG : hello world2: size = 12 OK 2026/08/08 01:39:22 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (2.86s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:23 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 01:39:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:39:24 DEBUG : potato2: md5 = e37c263aa3344e186b7fa1bf000731b9 OK 2026/08/08 01:39:24 DEBUG : potato2: size = 11 OK 2026/08/08 01:39:24 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (2.91s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:26 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 01:39:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:39:27 DEBUG : potato2: md5 = 42873af548874088b386fe60627b2f47 OK 2026/08/08 01:39:27 DEBUG : potato2: size = 11 OK 2026/08/08 01:39:27 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (3.01s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:29 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/08 01:39:29 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:39:29 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/08 01:39:29 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:39:29 DEBUG : sub dir2: Making directory with metadata 2026/08/08 01:39:30 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:39:30 DEBUG : sub dir: Making directory with metadata 2026/08/08 01:39:30 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 01:39:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:39:30 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/08 01:39:31 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:39:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:39:32 DEBUG : sub dir/hello world: md5 = 5149855ffc0f3cd821816f1dac585379 OK 2026/08/08 01:39:32 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:39:32 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyEmptyDirectories (8.13s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:37 INFO : sub dir2: Making directory 2026/08/08 01:39:37 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/08 01:39:37 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:39:37 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/08 01:39:37 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:39:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:39:37 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/08/08 01:39:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:39:39 DEBUG : sub dir/hello world: md5 = 861c473755a7027e730b99c621c40a00 OK 2026/08/08 01:39:39 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:39:39 INFO : sub dir/hello world: Copied (new) 2026/08/08 01:39:40 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (5.33s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:42 DEBUG : sub dir2: Making directory with metadata 2026/08/08 01:39:42 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:39:42 DEBUG : sub dir2: Making directory with metadata 2026/08/08 01:39:43 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:39:43 DEBUG : sub dir: Making directory with metadata 2026/08/08 01:39:44 INFO : sub dir: Made directory with metadata (mtime=2026-08-08T01:39:42.571686622Z) 2026/08/08 01:39:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:39:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:39:45 DEBUG : sub dir/hello world: md5 = b40dd9009f648f7fde2c382a5e8bf78b OK 2026/08/08 01:39:45 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:39:45 INFO : sub dir/hello world: Copied (new) 2026/08/08 01:39:45 INFO : sub dir/hello world: Deleted --- PASS: TestMoveEmptyDirectories (6.70s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:49 DEBUG : sub dir no update dir modtime: Making directory with metadata 2026/08/08 01:39:49 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 01:39:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:39:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (3.57s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:52 INFO : sub dir2: Making directory 2026/08/08 01:39:53 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/08 01:39:53 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:39:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:39:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:39:55 DEBUG : sub dir/hello world: md5 = c582f5d8bdf403fdbfd1a33ca7c1a3e8 OK 2026/08/08 01:39:55 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:39:55 INFO : sub dir/hello world: Copied (new) 2026/08/08 01:39:55 INFO : sub dir/hello world: Deleted 2026/08/08 01:39:55 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (5.27s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:39:58 DEBUG : sub dir2: Making directory with metadata 2026/08/08 01:39:58 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:39:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:39:58 DEBUG : sub dir2: Making directory with metadata 2026/08/08 01:39:59 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:39:59 DEBUG : sub dir: Making directory with metadata 2026/08/08 01:39:59 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 01:39:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:39:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:39:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:40:01 DEBUG : sub dir/hello world: md5 = 1789c9e260ecce662d2a7a97afd9a545 OK 2026/08/08 01:40:01 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:40:01 INFO : sub dir/hello world: Copied (new) 2026/08/08 01:40:01 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (6.64s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.43s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:40:05 INFO : sub dir2: Making directory 2026/08/08 01:40:05 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/08 01:40:05 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:40:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:40:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:40:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:40:07 DEBUG : sub dir/hello world: md5 = 9144eed3832fedcac6167a1b4aee33f5 OK 2026/08/08 01:40:07 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:40:07 INFO : sub dir/hello world: Copied (new) 2026/08/08 01:40:07 DEBUG : Waiting for deletions to finish 2026/08/08 01:40:08 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (5.40s) === RUN TestServerSideCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:40:12 DEBUG : sub dir/hello world: md5 = b83af3460c427883350f235e28c8b2e8 OK 2026/08/08 01:40:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sobeqes5kehe" 2026/08/08 01:40:13 DEBUG : Creating backend with remote "TestDrive:crypt/r39rc98bk19gbtjcn2iq0tkb14fo1d31gv3sutnk68r37j3e11pg" sync_test.go:620: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya' -> Encrypted drive 'TestCryptDrive:rclone-test-sobeqes5kehe' 2026/08/08 01:40:15 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:40:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:40:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sobeqes5kehe': Waiting for checks to finish 2026/08/08 01:40:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sobeqes5kehe': Waiting for transfers to finish 2026/08/08 01:40:17 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:40:17 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/08 01:40:18 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:40:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sobeqes5kehe': Purge remote --- PASS: TestServerSideCopy (10.30s) === RUN TestCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:40:22 DEBUG : sub dir/hello world: md5 = 541d757c81500b8eabf4fadc8e706be0 OK 2026/08/08 01:40:24 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/08 01:40:24 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/08 01:40:24 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone212706953) 2026/08/08 01:40:24 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:40:24 DEBUG : sub dir/hello world: Sizes differ 2026/08/08 01:40:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:40:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:40:25 DEBUG : sub dir/hello world: md5 = a1bb5651a7b39a023c6990ca7b60add2 OK 2026/08/08 01:40:25 DEBUG : sub dir/hello world: size = 17 OK 2026/08/08 01:40:25 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/08 01:40:26 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (7.73s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:40:30 DEBUG : sub dir/hello world: md5 = fbcbf4f52d32350b6a4fa7f845516e86 OK 2026/08/08 01:40:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tiherej4saba" 2026/08/08 01:40:31 DEBUG : Creating backend with remote "TestDrive:crypt/06brvk940q3n2lbvs1ig0gdnnnk7310s7rn7oj25108g7eql3gtg" sync_test.go:656: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya' -> Encrypted drive 'TestCryptDrive:rclone-test-tiherej4saba' 2026/08/08 01:40:32 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:40:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:40:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiherej4saba': Waiting for checks to finish 2026/08/08 01:40:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiherej4saba': Waiting for transfers to finish 2026/08/08 01:40:35 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:40:35 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/08 01:40:35 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:40:38 DEBUG : sub dir/hello world: md5 = f8a5e549ddfe9bed26eac002a1f604b0 OK 2026/08/08 01:40:39 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/08 01:40:39 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/08 01:40:39 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:40:39 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-tiherej4saba') 2026/08/08 01:40:39 DEBUG : sub dir/hello world: Sizes differ 2026/08/08 01:40:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiherej4saba': Waiting for checks to finish 2026/08/08 01:40:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiherej4saba': Waiting for transfers to finish 2026/08/08 01:40:40 DEBUG : sub dir/hello world: size = 17 OK 2026/08/08 01:40:40 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/08 01:40:41 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/08 01:40:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tiherej4saba': Purge remote --- PASS: TestServerSideCopyOverSelf (15.16s) === RUN TestMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:40:46 DEBUG : sub dir/hello world: md5 = 57665d012bd7ccef689005f599f88bab OK 2026/08/08 01:40:47 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/08 01:40:47 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/08 01:40:47 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone212706953) 2026/08/08 01:40:47 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:40:47 DEBUG : sub dir/hello world: Sizes differ 2026/08/08 01:40:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:40:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:40:48 DEBUG : sub dir/hello world: md5 = f1e544b99e16f5321be249ee23a3cc0d OK 2026/08/08 01:40:48 DEBUG : sub dir/hello world: size = 17 OK 2026/08/08 01:40:48 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/08 01:40:48 INFO : sub dir/hello world: Deleted 2026/08/08 01:40:48 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (7.66s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:40:53 DEBUG : sub dir/hello world: md5 = 327b54869b8eeddf8d06e7932215d09f OK 2026/08/08 01:40:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kapowic7teta" 2026/08/08 01:40:54 DEBUG : Creating backend with remote "TestDrive:crypt/19ajtmuae4uj9h67bengmm72ni38na29tiijklsb9t53bl0pt870" sync_test.go:701: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya' -> Encrypted drive 'TestCryptDrive:rclone-test-kapowic7teta' 2026/08/08 01:40:55 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:40:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:40:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kapowic7teta': Waiting for checks to finish 2026/08/08 01:40:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kapowic7teta': Waiting for transfers to finish 2026/08/08 01:40:58 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:40:58 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/08 01:40:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:41:00 DEBUG : sub dir/hello world: md5 = 5e954b212e93001055d87fc1ded1e8e0 OK 2026/08/08 01:41:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kapowic7teta': Using server-side directory move 2026/08/08 01:41:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kapowic7teta': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/08 01:41:01 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/08 01:41:01 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/08 01:41:01 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:41:01 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-kapowic7teta') 2026/08/08 01:41:01 DEBUG : sub dir/hello world: Sizes differ 2026/08/08 01:41:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kapowic7teta': Waiting for checks to finish 2026/08/08 01:41:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kapowic7teta': Waiting for transfers to finish 2026/08/08 01:41:02 INFO : sub dir/hello world: Deleted 2026/08/08 01:41:02 INFO : sub dir/hello world: Moved (server-side) 2026/08/08 01:41:03 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/08 01:41:05 DEBUG : sub dir/hello world: md5 = c3acc524d0582a6ad8ec0185b517123c OK 2026/08/08 01:41:06 DEBUG : testing file moves 2026/08/08 01:41:06 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/08 01:41:06 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/08 01:41:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kapowic7teta': Waiting for checks to finish 2026/08/08 01:41:06 DEBUG : sub dir/hello world: size = 24 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:41:06 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-kapowic7teta') 2026/08/08 01:41:06 DEBUG : sub dir/hello world: Sizes differ 2026/08/08 01:41:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kapowic7teta': Waiting for transfers to finish 2026/08/08 01:41:07 INFO : sub dir/hello world: Deleted 2026/08/08 01:41:07 INFO : sub dir/hello world: Moved (server-side) 2026/08/08 01:41:08 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/08 01:41:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kapowic7teta': Purge remote --- PASS: TestServerSideMoveOverSelf (19.43s) === RUN TestCopyAfterDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:41:12 DEBUG : sub dir/hello world: md5 = f59d9ed0376f829f16ff001094557a3a OK 2026/08/08 01:41:12 ERROR : error listing: directory not found 2026/08/08 01:41:13 INFO : Local file system at /tmp/rclone212706953: Making directory 2026/08/08 01:41:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (5.48s) === RUN TestCopyRedownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:41:18 DEBUG : sub dir/hello world: md5 = b987942c077ee35931effd0e08692466 OK 2026/08/08 01:41:19 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:41:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:41:19 DEBUG : Local file system at /tmp/rclone212706953: Waiting for checks to finish 2026/08/08 01:41:19 DEBUG : Local file system at /tmp/rclone212706953: Waiting for transfers to finish 2026/08/08 01:41:20 DEBUG : sub dir/hello world.a99001f0.partial: size = 11 OK 2026/08/08 01:41:20 DEBUG : sub dir/hello world.a99001f0.partial: renamed to: sub dir/hello world 2026/08/08 01:41:20 INFO : sub dir/hello world: Copied (new) 2026/08/08 01:41:20 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (5.75s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:41:22 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/08 01:41:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:23 DEBUG : check sum: md5 = e09f985ab996b45671d3bafc85fb87a4 OK 2026/08/08 01:41:23 DEBUG : check sum: size = 1 OK 2026/08/08 01:41:23 INFO : check sum: Copied (new) 2026/08/08 01:41:23 DEBUG : Waiting for deletions to finish 2026/08/08 01:41:24 DEBUG : check sum: size = 1 OK 2026/08/08 01:41:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/08 01:41:24 DEBUG : check sum: Size of src and dst objects identical 2026/08/08 01:41:24 DEBUG : check sum: Unchanged skipping 2026/08/08 01:41:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:24 DEBUG : Waiting for deletions to finish 2026/08/08 01:41:24 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (3.30s) === RUN TestSyncSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:41:25 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/08 01:41:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:27 DEBUG : sizeonly: md5 = 70855dfb6205a77c8d282fbf115b0918 OK 2026/08/08 01:41:27 DEBUG : sizeonly: size = 6 OK 2026/08/08 01:41:27 INFO : sizeonly: Copied (new) 2026/08/08 01:41:27 DEBUG : Waiting for deletions to finish 2026/08/08 01:41:27 DEBUG : sizeonly: size = 6 OK 2026/08/08 01:41:27 DEBUG : sizeonly: Sizes identical 2026/08/08 01:41:27 DEBUG : sizeonly: Unchanged skipping 2026/08/08 01:41:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:27 DEBUG : Waiting for deletions to finish 2026/08/08 01:41:27 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (3.36s) === RUN TestSyncIgnoreSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:41:28 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/08 01:41:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:30 DEBUG : ignore-size: md5 = 5963d38dc19ff47c7046182ae177c85a OK 2026/08/08 01:41:30 INFO : ignore-size: Copied (new) 2026/08/08 01:41:30 DEBUG : Waiting for deletions to finish 2026/08/08 01:41:30 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:41:30 DEBUG : ignore-size: Unchanged skipping 2026/08/08 01:41:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:30 DEBUG : Waiting for deletions to finish 2026/08/08 01:41:30 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (3.24s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:41:33 DEBUG : existing: md5 = f1aaea0216ab02d8c8cf112dfb47f8d1 OK 2026/08/08 01:41:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:34 DEBUG : existing: size = 6 OK 2026/08/08 01:41:34 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:41:34 DEBUG : existing: Unchanged skipping 2026/08/08 01:41:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:34 DEBUG : Waiting for deletions to finish 2026/08/08 01:41:34 INFO : There was nothing to transfer 2026/08/08 01:41:34 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/08 01:41:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:35 DEBUG : existing: md5 = 46d77ca8d54848701f14cf3e6538354c OK 2026/08/08 01:41:35 DEBUG : existing: size = 6 OK 2026/08/08 01:41:35 INFO : existing: Copied (replaced existing) 2026/08/08 01:41:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (4.77s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:41:36 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/08 01:41:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:38 DEBUG : existing: md5 = 7d8524cd7c39d9aa0a0650dfde00a032 OK 2026/08/08 01:41:38 DEBUG : existing: size = 6 OK 2026/08/08 01:41:38 INFO : existing: Copied (new) 2026/08/08 01:41:38 DEBUG : Waiting for deletions to finish 2026/08/08 01:41:38 DEBUG : existing: Destination exists, skipping 2026/08/08 01:41:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:38 DEBUG : Waiting for deletions to finish 2026/08/08 01:41:38 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (3.26s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:41:42 DEBUG : b/potato: md5 = de0a151053a6b4acdaa83445eb150700 OK 2026/08/08 01:41:44 DEBUG : c/non empty space: md5 = 98f58d360732affe9c7232e602025e2c OK 2026/08/08 01:41:44 INFO : d: Making directory 2026/08/08 01:41:46 DEBUG : Added delayed dir = "a", newDst= 2026/08/08 01:41:46 INFO : c: Set directory modification time (using SetModTime) 2026/08/08 01:41:46 DEBUG : Added delayed dir = "c", newDst=c 2026/08/08 01:41:46 DEBUG : c/non empty space: size = 5 OK 2026/08/08 01:41:46 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/08 01:41:46 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:41:46 DEBUG : c/non empty space: Unchanged skipping 2026/08/08 01:41:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:48 DEBUG : a/potato2: md5 = cc5a253ab6d29c51c9b3888dfd773d3a OK 2026/08/08 01:41:48 DEBUG : a/potato2: size = 60 OK 2026/08/08 01:41:48 INFO : a/potato2: Copied (new) 2026/08/08 01:41:48 DEBUG : Waiting for deletions to finish 2026/08/08 01:41:49 INFO : b/potato: Deleted 2026/08/08 01:41:49 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/08 01:41:49 INFO : d: Removing directory 2026/08/08 01:41:50 INFO : b: Removing directory 2026/08/08 01:41:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': deleted 2 directories --- PASS: TestSyncIgnoreErrors (14.67s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:41:56 DEBUG : empty space: md5 = dacad6af5081a4bedd9f04743a8d547a OK 2026/08/08 01:41:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:56 DEBUG : empty space: size = 1 OK 2026/08/08 01:41:56 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/08 01:41:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:56 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/08/08 01:41:56 DEBUG : Waiting for deletions to finish 2026/08/08 01:41:57 DEBUG : empty space: size = 1 OK 2026/08/08 01:41:57 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/08 01:41:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:41:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:41:58 DEBUG : empty space: md5 = 37dffac66cb1596c7f0f9fa47bf43cf0 OK 2026/08/08 01:41:58 DEBUG : empty space: size = 1 OK 2026/08/08 01:41:58 INFO : empty space: Copied (replaced existing) 2026/08/08 01:41:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (5.14s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.46s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:42:01 DEBUG : foo: md5 = b869ce523db210852f55fd6ceb5ab067 OK 2026/08/08 01:42:02 DEBUG : foo: size = 3 OK 2026/08/08 01:42:02 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/08 01:42:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:42:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:42:03 DEBUG : foo: md5 = cf329aa9d270211416436d1b83c93fb6 OK 2026/08/08 01:42:03 DEBUG : foo: size = 3 OK 2026/08/08 01:42:03 INFO : foo: Copied (replaced existing) 2026/08/08 01:42:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (4.55s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:42:06 DEBUG : empty space: md5 = caf45fa1f248e1321ef40a000a69c65c OK 2026/08/08 01:42:07 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/08 01:42:07 DEBUG : empty space: size = 1 OK 2026/08/08 01:42:07 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:42:07 DEBUG : empty space: Unchanged skipping 2026/08/08 01:42:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:42:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:42:08 DEBUG : potato: md5 = 14ad496479df99ef5ec24424137d4d3b OK 2026/08/08 01:42:08 DEBUG : potato: size = 60 OK 2026/08/08 01:42:08 INFO : potato: Copied (new) 2026/08/08 01:42:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (5.28s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:42:11 DEBUG : potato: md5 = 3df400c6878d988ba8c31a06cd913655 OK 2026/08/08 01:42:12 DEBUG : potato: size = 21 (Local file system at /tmp/rclone212706953) 2026/08/08 01:42:12 DEBUG : potato: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:42:12 DEBUG : potato: Sizes differ 2026/08/08 01:42:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:42:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:42:13 DEBUG : potato: md5 = 02ee95e9df1d4767b406e32884c95a60 OK 2026/08/08 01:42:13 DEBUG : potato: size = 21 OK 2026/08/08 01:42:13 INFO : potato: Copied (replaced existing) 2026/08/08 01:42:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (4.33s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:42:15 DEBUG : potato: md5 = e3c727fb43e9d8cc8ec80e0907f6d948 OK 2026/08/08 01:42:16 DEBUG : potato: size = 21 OK 2026/08/08 01:42:16 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2026/08/08 01:42:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:42:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:42:17 DEBUG : potato: md5 = 1c5ab62ae9482348f17cf7233c703895 OK 2026/08/08 01:42:17 DEBUG : potato: size = 21 OK 2026/08/08 01:42:17 INFO : potato: Copied (replaced existing) 2026/08/08 01:42:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (4.55s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:42:20 DEBUG : potato: md5 = a80ffdeed9f09af568625a9aa0535662 OK 2026/08/08 01:42:21 DEBUG : empty space: md5 = 251614dbff775f2eb47115934d4133da OK 2026/08/08 01:42:22 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 01:42:22 DEBUG : empty space: size = 1 OK 2026/08/08 01:42:22 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:42:22 DEBUG : empty space: Unchanged skipping 2026/08/08 01:42:22 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/08 01:42:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:42:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:42:22 DEBUG : Waiting for deletions to finish 2026/08/08 01:42:22 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (4.83s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:42:25 DEBUG : potato: md5 = 036e5b6571e6f7d9df330b8ad3b68cb3 OK 2026/08/08 01:42:26 DEBUG : empty space: md5 = 40a571c6f4778b98b8c2096ff04673d9 OK 2026/08/08 01:42:27 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 01:42:27 DEBUG : empty space: size = 1 OK 2026/08/08 01:42:27 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:42:27 DEBUG : empty space: Unchanged skipping 2026/08/08 01:42:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:42:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:42:28 DEBUG : potato2: md5 = eba39b1f307a1bdd59cb118085c2bc7b OK 2026/08/08 01:42:28 DEBUG : potato2: size = 60 OK 2026/08/08 01:42:28 INFO : potato2: Copied (new) 2026/08/08 01:42:28 DEBUG : Waiting for deletions to finish 2026/08/08 01:42:29 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (6.99s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:42:33 DEBUG : b/potato: md5 = 44ad52a8dcd12c51fa6107b2bf02a854 OK 2026/08/08 01:42:35 DEBUG : c/non empty space: md5 = 4332ad2995f8a6f170a2b95594c1bfc5 OK 2026/08/08 01:42:35 INFO : d: Making directory 2026/08/08 01:42:36 INFO : d/e: Making directory 2026/08/08 01:42:38 DEBUG : Added delayed dir = "a", newDst= 2026/08/08 01:42:38 INFO : c: Set directory modification time (using SetModTime) 2026/08/08 01:42:38 DEBUG : Added delayed dir = "c", newDst=c 2026/08/08 01:42:38 DEBUG : c/non empty space: size = 5 OK 2026/08/08 01:42:38 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/08 01:42:38 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:42:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:42:38 DEBUG : c/non empty space: Unchanged skipping 2026/08/08 01:42:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:42:41 DEBUG : a/potato2: md5 = 16c115162d2c5576a0fb138d5ab3b7f6 OK 2026/08/08 01:42:41 DEBUG : a/potato2: size = 60 OK 2026/08/08 01:42:41 INFO : a/potato2: Copied (new) 2026/08/08 01:42:41 DEBUG : Waiting for deletions to finish 2026/08/08 01:42:41 INFO : b/potato: Deleted 2026/08/08 01:42:42 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/08 01:42:42 INFO : d/e: Removing directory 2026/08/08 01:42:42 INFO : d: Removing directory 2026/08/08 01:42:43 INFO : b: Removing directory 2026/08/08 01:42:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (16.82s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:42:49 DEBUG : b/potato: md5 = edb51d2acdbac66ce0cb001e6a6d51a8 OK 2026/08/08 01:42:52 DEBUG : c/non empty space: md5 = ef425173492681dc8a29f4fb0c445d1b OK 2026/08/08 01:42:52 INFO : d: Making directory 2026/08/08 01:42:53 DEBUG : Added delayed dir = "a", newDst= 2026/08/08 01:42:54 INFO : c: Set directory modification time (using SetModTime) 2026/08/08 01:42:54 DEBUG : Added delayed dir = "c", newDst=c 2026/08/08 01:42:54 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/08 01:42:54 DEBUG : c/non empty space: size = 5 OK 2026/08/08 01:42:54 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:42:54 DEBUG : c/non empty space: Unchanged skipping 2026/08/08 01:42:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:42:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:42:56 DEBUG : a/potato2: md5 = 95656a0fa43c56a07baba823bf65ba6f OK 2026/08/08 01:42:56 DEBUG : a/potato2: size = 60 OK 2026/08/08 01:42:56 INFO : a/potato2: Copied (new) 2026/08/08 01:42:56 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': not deleting files as there were IO errors 2026/08/08 01:42:57 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/08 01:42:57 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (14.90s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:43:04 DEBUG : potato: md5 = 0f41a9cb3d9bcf11cb339d9842ddb3ce OK 2026/08/08 01:43:05 DEBUG : empty space: md5 = 49cd343eb6de19808d37c002a292df76 OK 2026/08/08 01:43:05 DEBUG : Waiting for deletions to finish 2026/08/08 01:43:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 01:43:06 DEBUG : empty space: size = 1 OK 2026/08/08 01:43:06 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:43:06 DEBUG : empty space: Unchanged skipping 2026/08/08 01:43:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:43:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:43:06 INFO : potato: Deleted 2026/08/08 01:43:07 DEBUG : potato2: md5 = 66f3307dacd23c783208d6ea4e612ffd OK 2026/08/08 01:43:07 DEBUG : potato2: size = 60 OK 2026/08/08 01:43:07 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (6.81s) === RUN TestSyncDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:43:10 DEBUG : potato: md5 = 0eb804c570a488d39e3598f6f71474e9 OK 2026/08/08 01:43:12 DEBUG : empty space: md5 = df2f4190e5dd736cbf947faf36f04ed1 OK 2026/08/08 01:43:12 DEBUG : Waiting for deletions to finish 2026/08/08 01:43:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:43:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:43:13 INFO : potato: Deleted 2026/08/08 01:43:13 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 01:43:13 DEBUG : empty space: size = 1 OK 2026/08/08 01:43:13 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:43:13 DEBUG : empty space: Unchanged skipping 2026/08/08 01:43:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:43:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:43:15 DEBUG : potato2: md5 = be5846d4da62896738fd767caec17ae0 OK 2026/08/08 01:43:15 DEBUG : potato2: size = 60 OK 2026/08/08 01:43:15 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (7.43s) === RUN TestCopyDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:43:18 DEBUG : potato: md5 = 14944827e788ebfe77635741a373357c OK 2026/08/08 01:43:18 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 01:43:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:43:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:43:20 DEBUG : potato2: md5 = b9a1c9f7f962e8c7f1165b208b188134 OK 2026/08/08 01:43:20 DEBUG : potato2: size = 19 OK 2026/08/08 01:43:20 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (5.20s) === RUN TestSyncWithExclude run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:43:23 DEBUG : potato2: md5 = abe02db8f11166a956ff8781c5a5c47d OK 2026/08/08 01:43:25 DEBUG : empty space: md5 = a5d05946e2db03c8fbb8027c22a92ba7 OK 2026/08/08 01:43:25 DEBUG : enormous: Excluded (Size Filter) 2026/08/08 01:43:25 DEBUG : enormous: Excluded 2026/08/08 01:43:25 DEBUG : potato2: Excluded (Size Filter) 2026/08/08 01:43:25 DEBUG : potato2: Excluded 2026/08/08 01:43:25 DEBUG : potato2: Excluded (Size Filter) 2026/08/08 01:43:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:43:25 DEBUG : empty space: size = 1 OK 2026/08/08 01:43:25 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:43:25 DEBUG : empty space: Unchanged skipping 2026/08/08 01:43:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:43:25 DEBUG : Waiting for deletions to finish 2026/08/08 01:43:25 INFO : There was nothing to transfer 2026/08/08 01:43:25 DEBUG : enormous: Excluded (Size Filter) 2026/08/08 01:43:25 DEBUG : enormous: Excluded 2026/08/08 01:43:25 DEBUG : potato2: Excluded (Size Filter) 2026/08/08 01:43:25 DEBUG : potato2: Excluded 2026/08/08 01:43:26 DEBUG : potato2: Excluded (Size Filter) 2026/08/08 01:43:26 DEBUG : empty space: size = 1 OK 2026/08/08 01:43:26 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/08 01:43:26 DEBUG : empty space: Unchanged skipping 2026/08/08 01:43:26 DEBUG : Local file system at /tmp/rclone212706953: Waiting for checks to finish 2026/08/08 01:43:26 DEBUG : Local file system at /tmp/rclone212706953: Waiting for transfers to finish 2026/08/08 01:43:26 DEBUG : Waiting for deletions to finish 2026/08/08 01:43:26 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (5.59s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:43:28 DEBUG : potato2: md5 = f9c498601250665ef9f45805926a933c OK 2026/08/08 01:43:30 DEBUG : empty space: md5 = ea666432996d4fe9a52e37cf004b6925 OK 2026/08/08 01:43:31 DEBUG : enormous: md5 = 71187aadd85bf1780f92c41118b8d48e OK 2026/08/08 01:43:32 DEBUG : enormous: Excluded (Size Filter) 2026/08/08 01:43:32 DEBUG : enormous: Excluded 2026/08/08 01:43:32 DEBUG : potato2: Excluded (Size Filter) 2026/08/08 01:43:32 DEBUG : potato2: Excluded 2026/08/08 01:43:32 DEBUG : empty space: size = 1 OK 2026/08/08 01:43:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:43:32 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:43:32 DEBUG : empty space: Unchanged skipping 2026/08/08 01:43:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:43:32 DEBUG : Waiting for deletions to finish 2026/08/08 01:43:32 INFO : enormous: Deleted 2026/08/08 01:43:32 INFO : potato2: Deleted 2026/08/08 01:43:32 INFO : There was nothing to transfer 2026/08/08 01:43:33 DEBUG : empty space: size = 1 OK 2026/08/08 01:43:33 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/08 01:43:33 DEBUG : empty space: Unchanged skipping 2026/08/08 01:43:33 DEBUG : Local file system at /tmp/rclone212706953: Waiting for checks to finish 2026/08/08 01:43:33 DEBUG : Local file system at /tmp/rclone212706953: Waiting for transfers to finish 2026/08/08 01:43:33 DEBUG : Waiting for deletions to finish 2026/08/08 01:43:33 INFO : enormous: Deleted 2026/08/08 01:43:33 INFO : potato2: Deleted 2026/08/08 01:43:33 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (6.88s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:43:35 DEBUG : one: md5 = ca5a655d06a8b2c67de4c6e1c24842b8 OK 2026/08/08 01:43:37 DEBUG : two: md5 = a509a5c3f6aff24359dc608fc3d4ad73 OK 2026/08/08 01:43:39 DEBUG : three: md5 = cc39d1cdb5040c9cb6df6de0dae3de3f OK 2026/08/08 01:43:40 DEBUG : four: md5 = 076767c1a1811ccff6afc2366b745fd8 OK 2026/08/08 01:43:41 DEBUG : five: Need to transfer - File not found at Destination 2026/08/08 01:43:41 DEBUG : four: size = 4 (Local file system at /tmp/rclone212706953) 2026/08/08 01:43:41 DEBUG : four: size = 8 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:43:41 DEBUG : four: Sizes differ 2026/08/08 01:43:41 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/08 01:43:41 DEBUG : one: Destination is newer than source, skipping 2026/08/08 01:43:41 DEBUG : three: size = 5 OK 2026/08/08 01:43:41 DEBUG : three: Sizes identical 2026/08/08 01:43:41 DEBUG : two: size = 3 OK 2026/08/08 01:43:41 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/08 01:43:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:43:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:43:42 DEBUG : four: md5 = 5957207415660ed9e58aa899f972ff8d OK 2026/08/08 01:43:42 DEBUG : four: size = 4 OK 2026/08/08 01:43:42 INFO : four: Copied (replaced existing) 2026/08/08 01:43:42 DEBUG : two: md5 = 57c47763f7f557a3de07da587721f88e OK 2026/08/08 01:43:42 DEBUG : two: size = 3 OK 2026/08/08 01:43:42 INFO : two: Copied (replaced existing) 2026/08/08 01:43:42 DEBUG : five: md5 = 6e3bfbd27e20525ab1d23611c84ef548 OK 2026/08/08 01:43:42 DEBUG : five: size = 4 OK 2026/08/08 01:43:42 INFO : five: Copied (new) 2026/08/08 01:43:42 DEBUG : Waiting for deletions to finish sync_test.go:1480: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (11.25s) === 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-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" sync_test.go:1569: Can track renames: false 2026/08/08 01:43:45 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/08 01:43:46 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/08 01:43:46 DEBUG : yam: Need to transfer - File not found at Destination 2026/08/08 01:43:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:43:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:43:47 DEBUG : yam: md5 = d97df3e9207a4d1a0228bae36a8c7a49 OK 2026/08/08 01:43:47 DEBUG : yam: size = 11 OK 2026/08/08 01:43:47 INFO : yam: Copied (new) 2026/08/08 01:43:47 DEBUG : potato: md5 = 19bacd4e83239568cb6dfa1869e3a81f OK 2026/08/08 01:43:47 DEBUG : potato: size = 14 OK 2026/08/08 01:43:47 INFO : potato: Copied (new) 2026/08/08 01:43:47 DEBUG : Waiting for deletions to finish 2026/08/08 01:43:47 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/08 01:43:47 DEBUG : yaml: Need to transfer - File not found at Destination 2026/08/08 01:43:47 DEBUG : potato: size = 14 OK 2026/08/08 01:43:47 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:43:47 DEBUG : potato: Unchanged skipping 2026/08/08 01:43:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:43:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:43:49 DEBUG : yaml: md5 = cb5a453136ebac4e27e80c75af7514f3 OK 2026/08/08 01:43:49 DEBUG : yaml: size = 11 OK 2026/08/08 01:43:49 INFO : yaml: Copied (new) 2026/08/08 01:43:49 DEBUG : Waiting for deletions to finish 2026/08/08 01:43:49 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (5.85s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/08 01:43:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Making map for --track-renames 2026/08/08 01:43:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Finished making map for --track-renames 2026/08/08 01:43:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:43:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for renames to finish 2026/08/08 01:43:51 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/08 01:43:51 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/08 01:43:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:43:53 DEBUG : yam: md5 = 4dec5ce209690e422f0e1d840184e714 OK 2026/08/08 01:43:53 DEBUG : yam: size = 11 OK 2026/08/08 01:43:53 INFO : yam: Copied (new) 2026/08/08 01:43:53 DEBUG : potato: md5 = 6a2a25abb91bbb1627bd29dadb2dce21 OK 2026/08/08 01:43:53 DEBUG : potato: size = 14 OK 2026/08/08 01:43:53 INFO : potato: Copied (new) 2026/08/08 01:43:53 DEBUG : Waiting for deletions to finish 2026/08/08 01:43:54 DEBUG : potato: size = 14 OK 2026/08/08 01:43:54 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:43:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Making map for --track-renames 2026/08/08 01:43:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Finished making map for --track-renames 2026/08/08 01:43:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:43:54 DEBUG : potato: Unchanged skipping 2026/08/08 01:43:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for renames to finish 2026/08/08 01:43:54 INFO : yam: Moved (server-side) to: yaml 2026/08/08 01:43:54 INFO : yaml: Renamed from "yam" 2026/08/08 01:43:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:43:54 DEBUG : Waiting for deletions to finish 2026/08/08 01:43:54 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.78s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/08 01:43:56 DEBUG : Added delayed dir = "sub", newDst= 2026/08/08 01:43:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Making map for --track-renames 2026/08/08 01:43:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Finished making map for --track-renames 2026/08/08 01:43:56 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/08 01:43:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:43:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for renames to finish 2026/08/08 01:43:56 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/08 01:43:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:43:58 DEBUG : sub/yam: md5 = 105977aea136fdfacdf048e73e907c8f OK 2026/08/08 01:43:58 DEBUG : sub/yam: size = 11 OK 2026/08/08 01:43:58 INFO : sub/yam: Copied (new) 2026/08/08 01:43:58 DEBUG : potato: md5 = bc96c460b3cb375330f7547175fc80a8 OK 2026/08/08 01:43:58 DEBUG : potato: size = 14 OK 2026/08/08 01:43:58 INFO : potato: Copied (new) 2026/08/08 01:43:58 DEBUG : Waiting for deletions to finish 2026/08/08 01:43:59 INFO : sub: Set directory modification time (using DirSetModTime) 2026/08/08 01:44:00 DEBUG : potato: size = 14 OK 2026/08/08 01:44:00 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:44:00 DEBUG : potato: Unchanged skipping 2026/08/08 01:44:00 INFO : sub: Set directory modification time (using SetModTime) 2026/08/08 01:44:00 DEBUG : Added delayed dir = "sub", newDst=sub 2026/08/08 01:44:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Making map for --track-renames 2026/08/08 01:44:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Finished making map for --track-renames 2026/08/08 01:44:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:44:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for renames to finish 2026/08/08 01:44:01 INFO : sub/yam: Moved (server-side) to: yam 2026/08/08 01:44:01 INFO : yam: Renamed from "sub/yam" 2026/08/08 01:44:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:44:01 DEBUG : Waiting for deletions to finish 2026/08/08 01:44:01 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.19s) === RUN TestServerSideMoveLocal run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:44:04 DEBUG : Creating backend with remote "/tmp/rclone212706953/dir1" 2026/08/08 01:44:04 DEBUG : Creating backend with remote "/tmp/rclone212706953/dir2" 2026/08/08 01:44:04 DEBUG : Local file system at /tmp/rclone212706953/dir2: Using server-side directory move 2026/08/08 01:44:04 INFO : Local file system at /tmp/rclone212706953/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/08 01:44:04 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/08 01:44:04 INFO : file1.txt: Moved (server-side) 2026/08/08 01:44:04 DEBUG : Local file system at /tmp/rclone212706953/dir2: Waiting for checks to finish 2026/08/08 01:44:04 DEBUG : Local file system at /tmp/rclone212706953/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.51s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:44:05 DEBUG : Added delayed dir = "nested", newDst= 2026/08/08 01:44:05 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:44:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:44:05 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/08 01:44:05 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/08 01:44:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:44:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:44:07 DEBUG : sub dir/hello world: md5 = 2dbbb725d21e9ea0219eb4779e1db6de OK 2026/08/08 01:44:07 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:44:07 INFO : sub dir/hello world: Copied (new) 2026/08/08 01:44:07 INFO : sub dir/hello world: Deleted 2026/08/08 01:44:09 DEBUG : nested/sub dir/file: md5 = 2947bd66c9fdfeede9570aa41954b0e0 OK 2026/08/08 01:44:09 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/08 01:44:09 INFO : nested/sub dir/file: Copied (new) 2026/08/08 01:44:09 INFO : nested/sub dir/file: Deleted 2026/08/08 01:44:09 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:44:10 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:44:10 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/08 01:44:10 INFO : sub dir: Removing directory 2026/08/08 01:44:10 INFO : nested/sub dir: Removing directory 2026/08/08 01:44:10 INFO : nested: Removing directory 2026/08/08 01:44:10 DEBUG : Local file system at /tmp/rclone212706953: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (10.21s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:44:15 DEBUG : Added delayed dir = "nested", newDst= 2026/08/08 01:44:15 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/08 01:44:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 01:44:15 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/08 01:44:15 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/08 01:44:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:44:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:44:17 DEBUG : sub dir/hello world: md5 = 094df0f1a9b471abd97e46486333a920 OK 2026/08/08 01:44:17 DEBUG : sub dir/hello world: size = 11 OK 2026/08/08 01:44:17 INFO : sub dir/hello world: Copied (new) 2026/08/08 01:44:17 INFO : sub dir/hello world: Deleted 2026/08/08 01:44:19 DEBUG : nested/sub dir/file: md5 = ae8c0665580794d37e572162a90bba50 OK 2026/08/08 01:44:19 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/08 01:44:19 INFO : nested/sub dir/file: Copied (new) 2026/08/08 01:44:19 INFO : nested/sub dir/file: Deleted 2026/08/08 01:44:19 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:44:20 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:44:20 INFO : nested: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (10.09s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:44:25 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/08 01:44:25 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/08 01:44:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:44:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:44:26 DEBUG : existing: md5 = c5eb8ac600ce5f37ffa2d3b30a584ec0 OK 2026/08/08 01:44:26 DEBUG : existing: size = 6 OK 2026/08/08 01:44:26 INFO : existing: Copied (new) 2026/08/08 01:44:26 INFO : existing: Deleted 2026/08/08 01:44:27 DEBUG : existing-b: md5 = e9c73bce5bf3ee6bf17b953a77e097ce OK 2026/08/08 01:44:27 DEBUG : existing-b: size = 6 OK 2026/08/08 01:44:27 INFO : existing-b: Copied (new) 2026/08/08 01:44:27 INFO : existing-b: Deleted 2026/08/08 01:44:27 DEBUG : existing: Destination exists, skipping 2026/08/08 01:44:27 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/08 01:44:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:44:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:44:27 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (3.84s) === RUN TestServerSideMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:44:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yoreyeb3zadi" 2026/08/08 01:44:29 DEBUG : Creating backend with remote "TestDrive:crypt/75e6htqq160igrsg0u971q1mena4bjsqn76upb6hakq6gmirv20g" 2026/08/08 01:44:31 DEBUG : potato2: md5 = 8ad3919bf497200b2a8f038c5cd28950 OK 2026/08/08 01:44:33 DEBUG : empty space: md5 = 8f909078f5878d4a479ea9647ad4f865 OK 2026/08/08 01:44:34 DEBUG : potato3: md5 = 3ef21696604135b66f916ab760c14584 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya' -> Encrypted drive 'TestCryptDrive:rclone-test-yoreyeb3zadi' 2026/08/08 01:44:37 DEBUG : empty space: md5 = be75628a971621d10092a3e242af2922 OK 2026/08/08 01:44:38 DEBUG : potato3: md5 = e50aca7613b470e78bf62e031552ca06 OK 2026/08/08 01:44:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yoreyeb3zadi': Using server-side directory move 2026/08/08 01:44:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yoreyeb3zadi': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/08 01:44:39 DEBUG : empty space: size = 1 OK 2026/08/08 01:44:39 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/08 01:44:39 DEBUG : empty space: Unchanged skipping 2026/08/08 01:44:39 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 01:44:39 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:44:39 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-yoreyeb3zadi') 2026/08/08 01:44:39 DEBUG : potato3: Sizes differ 2026/08/08 01:44:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yoreyeb3zadi': Waiting for checks to finish 2026/08/08 01:44:39 INFO : empty space: Deleted 2026/08/08 01:44:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yoreyeb3zadi': Waiting for transfers to finish 2026/08/08 01:44:39 INFO : potato3: Deleted 2026/08/08 01:44:39 INFO : potato2: Moved (server-side) 2026/08/08 01:44:40 INFO : potato3: Moved (server-side) 2026/08/08 01:44:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fixozed5fohe" 2026/08/08 01:44:40 DEBUG : Creating backend with remote "TestDrive:crypt/3ma2cldhna9rn2jgd0t4hal220e5hhd9s0l16sviuqdrecmo2a2g" 2026/08/08 01:44:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fixozed5fohe': Using server-side directory move 2026/08/08 01:44:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fixozed5fohe': Server side directory move succeeded 2026/08/08 01:44:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fixozed5fohe': Purge remote 2026/08/08 01:44:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yoreyeb3zadi': Purge remote 2026/08/08 01:44:44 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (15.61s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:44:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vofapir2qiya" 2026/08/08 01:44:44 DEBUG : Creating backend with remote "TestDrive:crypt/8ps833k3i8e49abcj60fesipfebn85bv7dc5m943vjbk1c8dpm2g" 2026/08/08 01:44:47 DEBUG : potato2: md5 = e2a553410b6de173533cfb83f6292ee2 OK 2026/08/08 01:44:48 DEBUG : empty space: md5 = 172d1bddd7dfbbb5fc1974b0f3ba5bde OK 2026/08/08 01:44:50 DEBUG : potato3: md5 = 3d697aa39d3fae3a10b873f158ae04d7 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya' -> Encrypted drive 'TestCryptDrive:rclone-test-vofapir2qiya' 2026/08/08 01:44:52 DEBUG : empty space: md5 = 194f1a608bff5b1889a88f372f077358 OK 2026/08/08 01:44:54 DEBUG : potato3: md5 = a3748ed8d49cf697460ea3a70943d814 OK 2026/08/08 01:44:54 DEBUG : empty space: Excluded (Size Filter) 2026/08/08 01:44:54 DEBUG : empty space: Excluded (Size Filter) 2026/08/08 01:44:54 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 01:44:54 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:44:54 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-vofapir2qiya') 2026/08/08 01:44:54 DEBUG : potato3: Sizes differ 2026/08/08 01:44:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vofapir2qiya': Waiting for checks to finish 2026/08/08 01:44:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vofapir2qiya': Waiting for transfers to finish 2026/08/08 01:44:55 INFO : potato3: Deleted 2026/08/08 01:44:55 INFO : potato2: Moved (server-side) 2026/08/08 01:44:55 INFO : potato3: Moved (server-side) 2026/08/08 01:44:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hevaqes1yoqu" 2026/08/08 01:44:56 DEBUG : Creating backend with remote "TestDrive:crypt/57t8r4dfdip501qjhhrel77pegpk01lvd225ppv855gspal3kpq0" 2026/08/08 01:44:57 DEBUG : empty space: Excluded (Size Filter) 2026/08/08 01:44:57 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 01:44:57 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/08 01:44:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hevaqes1yoqu': Waiting for checks to finish 2026/08/08 01:44:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hevaqes1yoqu': Waiting for transfers to finish 2026/08/08 01:44:59 INFO : potato3: Moved (server-side) 2026/08/08 01:44:59 INFO : potato2: Moved (server-side) 2026/08/08 01:44:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hevaqes1yoqu': Purge remote 2026/08/08 01:45:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vofapir2qiya': Purge remote --- PASS: TestServerSideMoveWithFilter (16.91s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:45:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pegiqop8huji" 2026/08/08 01:45:01 DEBUG : Creating backend with remote "TestDrive:crypt/fsl1i889gngggla1f00hqvu18v9qimgq4glltadkkkcj89qolv70" 2026/08/08 01:45:04 DEBUG : potato2: md5 = 246920d4fb09f6cc0ba0fdd11d66e71a OK 2026/08/08 01:45:05 DEBUG : empty space: md5 = 582f6389cd47380a0bb3efdd17e9acab OK 2026/08/08 01:45:07 DEBUG : potato3: md5 = 9e06fd01a6f58d166ea61179f43be59b OK 2026/08/08 01:45:07 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya' -> Encrypted drive 'TestCryptDrive:rclone-test-pegiqop8huji' 2026/08/08 01:45:10 DEBUG : empty space: md5 = 192f1e4d5d24ecdb9c061825e0300c43 OK 2026/08/08 01:45:12 DEBUG : potato3: md5 = 87e27ee3ec98b7441c89564ced797ba7 OK 2026/08/08 01:45:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pegiqop8huji': Using server-side directory move 2026/08/08 01:45:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pegiqop8huji': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/08 01:45:13 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 01:45:13 DEBUG : Added delayed dir = "tomatoDir", newDst= 2026/08/08 01:45:13 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:45:13 DEBUG : empty space: size = 1 OK 2026/08/08 01:45:13 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-pegiqop8huji') 2026/08/08 01:45:13 DEBUG : potato3: Sizes differ 2026/08/08 01:45:13 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/08 01:45:13 DEBUG : empty space: Unchanged skipping 2026/08/08 01:45:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pegiqop8huji': Waiting for checks to finish 2026/08/08 01:45:13 INFO : empty space: Deleted 2026/08/08 01:45:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pegiqop8huji': Waiting for transfers to finish 2026/08/08 01:45:13 INFO : potato3: Deleted 2026/08/08 01:45:13 INFO : potato2: Moved (server-side) 2026/08/08 01:45:14 INFO : potato3: Moved (server-side) 2026/08/08 01:45:14 INFO : tomatoDir: Removing directory 2026/08/08 01:45:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': deleted 1 directories 2026/08/08 01:45:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vacacog1koqu" 2026/08/08 01:45:15 DEBUG : Creating backend with remote "TestDrive:crypt/b1ch6lrtn7981uv87lii6n51ltueoumcfiiiqcmfifg414siu6f0" 2026/08/08 01:45:16 INFO : tomatoDir: Making directory 2026/08/08 01:45:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vacacog1koqu': Using server-side directory move 2026/08/08 01:45:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vacacog1koqu': Server side directory move succeeded 2026/08/08 01:45:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vacacog1koqu': Purge remote 2026/08/08 01:45:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pegiqop8huji': Purge remote 2026/08/08 01:45:20 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (19.22s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.50s) === RUN TestSyncOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:45:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/rclone-sync-test" 2026/08/08 01:45:21 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" --- PASS: TestSyncOverlap (2.19s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:45:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/rclone-sync-test" 2026/08/08 01:45:23 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" 2026/08/08 01:45:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/rclone-sync-test-include/layer2" 2026/08/08 01:45:26 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0/n01jpl9202nn9ec1rb75h0f1c4" 2026/08/08 01:45:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/rclone-sync-test-ignore-file" 2026/08/08 01:45:29 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg" 2026/08/08 01:45:33 DEBUG : rclone-sync-test-ignore-file/.ignore: md5 = c7d5e4bcf10b5bb0ec7e9c0e74bae093 OK 2026/08/08 01:45:35 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/08 01:45:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/rclone-sync-test': Waiting for checks to finish 2026/08/08 01:45:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/rclone-sync-test': Waiting for transfers to finish 2026/08/08 01:45:35 DEBUG : Waiting for deletions to finish 2026/08/08 01:45:35 INFO : There was nothing to transfer 2026/08/08 01:45:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:45:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:45:37 DEBUG : Waiting for deletions to finish 2026/08/08 01:45:37 INFO : rclone-sync-test-include: Removing directory 2026/08/08 01:45:37 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/08 01:45:37 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/08 01:45:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': failed to delete 1 directories 2026/08/08 01:45:37 INFO : There was nothing to transfer 2026/08/08 01:45:39 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/08 01:45:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/08/08 01:45:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/08/08 01:45:39 DEBUG : Waiting for deletions to finish 2026/08/08 01:45:39 INFO : There was nothing to transfer 2026/08/08 01:45:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:45:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:45:41 DEBUG : Waiting for deletions to finish 2026/08/08 01:45:41 INFO : rclone-sync-test-include: Removing directory 2026/08/08 01:45:42 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/08 01:45:42 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/08 01:45:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': failed to delete 1 directories 2026/08/08 01:45:42 INFO : There was nothing to transfer 2026/08/08 01:45:44 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/08 01:45:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/rclone-sync-test-ignore-file': Waiting for checks to finish 2026/08/08 01:45:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/rclone-sync-test-ignore-file': Waiting for transfers to finish 2026/08/08 01:45:44 DEBUG : Waiting for deletions to finish 2026/08/08 01:45:44 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (24.75s) === RUN TestSyncCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:45:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/dst" 2026/08/08 01:45:48 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/08 01:45:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/CompareDest" 2026/08/08 01:45:50 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/gveqi14airsml4bgu7krj116o8" 2026/08/08 01:45:52 DEBUG : one: Need to transfer - File not found at Destination 2026/08/08 01:45:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:45:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:45:54 DEBUG : one: md5 = 8088f63b6f14f3fb87c8c79846a58586 OK 2026/08/08 01:45:54 DEBUG : one: size = 3 OK 2026/08/08 01:45:54 INFO : one: Copied (new) 2026/08/08 01:45:54 DEBUG : Waiting for deletions to finish 2026/08/08 01:45:55 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:45:55 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:45:55 DEBUG : one: Sizes differ 2026/08/08 01:45:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:45:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:45:57 DEBUG : one: md5 = dc04a574ff897827bd5b772ab79edd19 OK 2026/08/08 01:45:57 DEBUG : one: size = 5 OK 2026/08/08 01:45:57 INFO : one: Copied (replaced existing) 2026/08/08 01:45:57 DEBUG : Waiting for deletions to finish 2026/08/08 01:46:00 DEBUG : dst/one: md5 = 7b9dcae328685ec7974cf4c22ef41d55 OK 2026/08/08 01:46:02 DEBUG : CompareDest/one: md5 = f7993658b0889b2c6abe9dbb08345c29 OK 2026/08/08 01:46:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:46:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:46:03 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:46:03 DEBUG : one: Sizes differ 2026/08/08 01:46:04 DEBUG : one: size = 5 OK 2026/08/08 01:46:04 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:04 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/08 01:46:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:46:04 DEBUG : Waiting for deletions to finish 2026/08/08 01:46:04 INFO : There was nothing to transfer 2026/08/08 01:46:06 DEBUG : CompareDest/two: md5 = 73414f6f7f782bcb8c1672137c4c4ac9 OK 2026/08/08 01:46:07 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:46:07 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:46:07 DEBUG : one: Sizes differ 2026/08/08 01:46:07 DEBUG : two: size = 3 OK 2026/08/08 01:46:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:07 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/08 01:46:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:46:07 DEBUG : one: size = 5 OK 2026/08/08 01:46:07 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:07 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/08 01:46:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:46:07 DEBUG : Waiting for deletions to finish 2026/08/08 01:46:07 INFO : There was nothing to transfer 2026/08/08 01:46:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:46:08 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:46:08 DEBUG : one: Sizes differ 2026/08/08 01:46:08 DEBUG : one: size = 5 OK 2026/08/08 01:46:08 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:08 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/08 01:46:08 DEBUG : two: size = 3 OK 2026/08/08 01:46:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:08 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/08 01:46:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:46:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:46:08 DEBUG : Waiting for deletions to finish 2026/08/08 01:46:08 INFO : There was nothing to transfer sync_test.go:2206: No hash on uploaded file so skipping compare timestamp test 2026/08/08 01:46:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:46:09 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:46:09 DEBUG : one: Sizes differ 2026/08/08 01:46:09 DEBUG : one: size = 5 OK 2026/08/08 01:46:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:09 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/08 01:46:09 DEBUG : two: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:46:09 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/CompareDest') 2026/08/08 01:46:09 DEBUG : two: Sizes differ 2026/08/08 01:46:09 DEBUG : two: Need to transfer - File not found at Destination 2026/08/08 01:46:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:46:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:46:11 DEBUG : two: md5 = 507ef238e77035b05b0a32bd99e508e4 OK 2026/08/08 01:46:11 DEBUG : two: size = 5 OK 2026/08/08 01:46:11 INFO : two: Copied (new) 2026/08/08 01:46:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (27.34s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:46:17 DEBUG : pre-dest1/1: md5 = 0a26080a7e633e1ef27b7616fb189aba OK 2026/08/08 01:46:20 DEBUG : pre-dest2/2: md5 = f992052f375bcab13f2322bb8cfa2b4d OK 2026/08/08 01:46:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/dest" 2026/08/08 01:46:20 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/rg03c1jvnehrrc617i0lnqjddc" 2026/08/08 01:46:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/pre-dest1" 2026/08/08 01:46:22 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/bbnblvh6k061ssopqrp18kd7gc" 2026/08/08 01:46:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/pre-dest2" 2026/08/08 01:46:23 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/dgicm1h6b5ejvlltm8eeif0bnk" 2026/08/08 01:46:24 DEBUG : 1: size = 1 OK 2026/08/08 01:46:24 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:46:24 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/08 01:46:25 DEBUG : 2: size = 1 OK 2026/08/08 01:46:25 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:46:25 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/08 01:46:25 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/08 01:46:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dest': Waiting for checks to finish 2026/08/08 01:46:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dest': Waiting for transfers to finish 2026/08/08 01:46:27 DEBUG : 3: md5 = 111e0c3ebafb5cea864a591eb1cbf3a4 OK 2026/08/08 01:46:27 DEBUG : 3: size = 1 OK 2026/08/08 01:46:27 INFO : 3: Copied (new) 2026/08/08 01:46:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (17.13s) === RUN TestSyncCopyDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:46:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/dst" 2026/08/08 01:46:32 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/08 01:46:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/CopyDest" 2026/08/08 01:46:34 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/d09o6po3f7bm6ce32vdgs8h9ls" 2026/08/08 01:46:36 DEBUG : one: Need to transfer - File not found at Destination 2026/08/08 01:46:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:46:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:46:39 DEBUG : one: md5 = e6b26061c970b45fa77cda2fd83df247 OK 2026/08/08 01:46:39 DEBUG : one: size = 3 OK 2026/08/08 01:46:39 INFO : one: Copied (new) 2026/08/08 01:46:39 DEBUG : Waiting for deletions to finish 2026/08/08 01:46:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:46:40 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:46:40 DEBUG : one: Sizes differ 2026/08/08 01:46:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:46:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:46:41 DEBUG : one: md5 = 210c5797203a17f3fa293468f4d443aa OK 2026/08/08 01:46:41 DEBUG : one: size = 5 OK 2026/08/08 01:46:41 INFO : one: Copied (replaced existing) 2026/08/08 01:46:41 DEBUG : Waiting for deletions to finish 2026/08/08 01:46:43 DEBUG : dst/one: md5 = a59defebf3b839f4b17126ab3d367a35 OK 2026/08/08 01:46:46 DEBUG : CopyDest/one: md5 = 644d3f32a16b0a968bd977a0d73a5d83 OK 2026/08/08 01:46:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/BackupDir" 2026/08/08 01:46:46 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/08/08 01:46:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:46:48 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:46:48 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:46:48 DEBUG : one: Sizes differ 2026/08/08 01:46:48 DEBUG : one: size = 5 OK 2026/08/08 01:46:48 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:48 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:46:48 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:46:48 DEBUG : one: Sizes differ 2026/08/08 01:46:50 INFO : one: Moved (server-side) 2026/08/08 01:46:51 DEBUG : one: size = 5 OK 2026/08/08 01:46:51 INFO : one: Copied (server-side copy) 2026/08/08 01:46:51 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/08 01:46:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:46:51 DEBUG : Waiting for deletions to finish 2026/08/08 01:46:53 DEBUG : CopyDest/two: md5 = 07da24afc7e30df8ae964940239c4eb5 OK 2026/08/08 01:46:54 DEBUG : one: size = 5 OK 2026/08/08 01:46:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:54 DEBUG : one: Unchanged skipping 2026/08/08 01:46:54 DEBUG : two: size = 3 OK 2026/08/08 01:46:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:55 DEBUG : two: size = 3 OK 2026/08/08 01:46:55 INFO : two: Copied (server-side copy) 2026/08/08 01:46:55 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/08 01:46:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:46:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:46:55 DEBUG : Waiting for deletions to finish 2026/08/08 01:46:56 DEBUG : one: size = 5 OK 2026/08/08 01:46:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:56 DEBUG : one: Unchanged skipping 2026/08/08 01:46:56 DEBUG : two: size = 3 OK 2026/08/08 01:46:56 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:56 DEBUG : two: Unchanged skipping 2026/08/08 01:46:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:46:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:46:56 DEBUG : Waiting for deletions to finish 2026/08/08 01:46:56 INFO : There was nothing to transfer 2026/08/08 01:46:58 DEBUG : CopyDest/three: md5 = b8455c25955e4659fd3f874ed9154400 OK 2026/08/08 01:46:59 DEBUG : one: size = 5 OK 2026/08/08 01:46:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:59 DEBUG : one: Unchanged skipping 2026/08/08 01:46:59 DEBUG : three: size = 7 (Local file system at /tmp/rclone212706953) 2026/08/08 01:46:59 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/CopyDest') 2026/08/08 01:46:59 DEBUG : three: Sizes differ 2026/08/08 01:46:59 DEBUG : three: Destination not found in --copy-dest 2026/08/08 01:46:59 DEBUG : three: Need to transfer - File not found at Destination 2026/08/08 01:46:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:46:59 DEBUG : two: size = 3 OK 2026/08/08 01:46:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/08 01:46:59 DEBUG : two: Unchanged skipping 2026/08/08 01:46:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:47:00 DEBUG : three: md5 = 866246c8b354c4042a23dd4245ed8b41 OK 2026/08/08 01:47:00 DEBUG : three: size = 7 OK 2026/08/08 01:47:00 INFO : three: Copied (new) 2026/08/08 01:47:00 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (34.64s) === RUN TestSyncBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:47:09 DEBUG : dst/one: md5 = af7c7237a003c59590752f83d456ae35 OK 2026/08/08 01:47:11 DEBUG : dst/two: md5 = 3c6038f2a2405a18c5ceca61534a66d7 OK 2026/08/08 01:47:12 DEBUG : dst/three.txt: md5 = 9518850b1198183193a557feee8d92b1 OK 2026/08/08 01:47:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/dst" 2026/08/08 01:47:13 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/08 01:47:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/backup" 2026/08/08 01:47:14 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/1nrff024r7pq65ecp72fc28jb0" 2026/08/08 01:47:15 DEBUG : one: size = 4 (Local file system at /tmp/rclone212706953) 2026/08/08 01:47:15 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:47:15 DEBUG : one: Sizes differ 2026/08/08 01:47:15 DEBUG : two: size = 3 OK 2026/08/08 01:47:15 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:47:15 DEBUG : two: Unchanged skipping 2026/08/08 01:47:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:47:17 INFO : one: Moved (server-side) 2026/08/08 01:47:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:47:19 DEBUG : one: md5 = ff047d9e3fc1e4a61eb10605e769ff58 OK 2026/08/08 01:47:19 DEBUG : one: size = 4 OK 2026/08/08 01:47:19 INFO : one: Copied (new) 2026/08/08 01:47:19 DEBUG : Waiting for deletions to finish 2026/08/08 01:47:19 INFO : three.txt: Moved (server-side) 2026/08/08 01:47:19 INFO : three.txt: Moved into backup dir 2026/08/08 01:47:21 DEBUG : dst/three.txt: md5 = 8669f7b66cea828c251bea3efd17b86d OK 2026/08/08 01:47:22 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:47:22 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:47:22 DEBUG : one: Sizes differ 2026/08/08 01:47:22 DEBUG : two: size = 3 OK 2026/08/08 01:47:22 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:47:22 DEBUG : two: Unchanged skipping 2026/08/08 01:47:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:47:23 INFO : one: Deleted 2026/08/08 01:47:24 INFO : one: Moved (server-side) 2026/08/08 01:47:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:47:25 DEBUG : one: md5 = 2ef7cbcc19b1f169361d433532d4977f OK 2026/08/08 01:47:25 DEBUG : one: size = 5 OK 2026/08/08 01:47:25 INFO : one: Copied (new) 2026/08/08 01:47:25 DEBUG : Waiting for deletions to finish 2026/08/08 01:47:26 INFO : three.txt: Deleted 2026/08/08 01:47:26 INFO : three.txt: Moved (server-side) 2026/08/08 01:47:26 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (23.77s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:47:33 DEBUG : dst/one: md5 = 547930b966d79f9b2989c5d145bb24f3 OK 2026/08/08 01:47:34 DEBUG : dst/two: md5 = de97a9a628b2ca25b470921fc94fc36c OK 2026/08/08 01:47:36 DEBUG : dst/three.txt: md5 = c11b06143bdbf40371c23b8192c4c6bf OK 2026/08/08 01:47:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/dst" 2026/08/08 01:47:36 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/08 01:47:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/backup" 2026/08/08 01:47:37 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/1nrff024r7pq65ecp72fc28jb0" 2026/08/08 01:47:39 DEBUG : one: size = 4 (Local file system at /tmp/rclone212706953) 2026/08/08 01:47:39 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:47:39 DEBUG : one: Sizes differ 2026/08/08 01:47:39 DEBUG : two: size = 3 OK 2026/08/08 01:47:39 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:47:39 DEBUG : two: Unchanged skipping 2026/08/08 01:47:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:47:41 INFO : one: Moved (server-side) to: one.bak 2026/08/08 01:47:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:47:42 DEBUG : one: md5 = 842c81f2d2a69891a08d8c044a8e56a7 OK 2026/08/08 01:47:42 DEBUG : one: size = 4 OK 2026/08/08 01:47:42 INFO : one: Copied (new) 2026/08/08 01:47:42 DEBUG : Waiting for deletions to finish 2026/08/08 01:47:43 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/08 01:47:43 INFO : three.txt: Moved into backup dir 2026/08/08 01:47:45 DEBUG : dst/three.txt: md5 = aa6ba8ad8576aafbf19d64ec51dde6c5 OK 2026/08/08 01:47:46 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:47:46 DEBUG : two: size = 3 OK 2026/08/08 01:47:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:47:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:47:46 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:47:46 DEBUG : one: Sizes differ 2026/08/08 01:47:46 DEBUG : two: Unchanged skipping 2026/08/08 01:47:47 INFO : one.bak: Deleted 2026/08/08 01:47:47 INFO : one: Moved (server-side) to: one.bak 2026/08/08 01:47:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:47:49 DEBUG : one: md5 = e1396c4ec5b80cb3e484d5bfff4ef51f OK 2026/08/08 01:47:49 DEBUG : one: size = 5 OK 2026/08/08 01:47:49 INFO : one: Copied (new) 2026/08/08 01:47:49 DEBUG : Waiting for deletions to finish 2026/08/08 01:47:49 INFO : three.txt.bak: Deleted 2026/08/08 01:47:50 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/08 01:47:50 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (23.57s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:47:56 DEBUG : dst/one: md5 = 6531dd55f4a45333be5cc17c6e0bddd6 OK 2026/08/08 01:47:58 DEBUG : dst/two: md5 = 0247bb9b4a3a07ab9f945de4ce3926f6 OK 2026/08/08 01:47:59 DEBUG : dst/three.txt: md5 = b72fc7abdc8cf26bfd25cbf9ab62e52f OK 2026/08/08 01:48:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/dst" 2026/08/08 01:48:00 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/08 01:48:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/backup" 2026/08/08 01:48:01 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/1nrff024r7pq65ecp72fc28jb0" 2026/08/08 01:48:03 DEBUG : one: size = 4 (Local file system at /tmp/rclone212706953) 2026/08/08 01:48:03 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:48:03 DEBUG : one: Sizes differ 2026/08/08 01:48:03 DEBUG : two: size = 3 OK 2026/08/08 01:48:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:48:03 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:48:03 DEBUG : two: Unchanged skipping 2026/08/08 01:48:04 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/08 01:48:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:48:06 DEBUG : one: md5 = adc336b1e8d7e23ba55ef448b33cb425 OK 2026/08/08 01:48:06 DEBUG : one: size = 4 OK 2026/08/08 01:48:06 INFO : one: Copied (new) 2026/08/08 01:48:06 DEBUG : Waiting for deletions to finish 2026/08/08 01:48:06 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/08 01:48:06 INFO : three.txt: Moved into backup dir 2026/08/08 01:48:08 DEBUG : dst/three.txt: md5 = 87b0a686324b16c683c33da9ca575a72 OK 2026/08/08 01:48:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:48:09 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:48:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:48:09 DEBUG : two: size = 3 OK 2026/08/08 01:48:09 DEBUG : one: Sizes differ 2026/08/08 01:48:09 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:48:09 DEBUG : two: Unchanged skipping 2026/08/08 01:48:10 INFO : one-2019-01-01: Deleted 2026/08/08 01:48:10 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/08 01:48:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:48:12 DEBUG : one: md5 = cd809b6e3efcff32c24e3f372002eb02 OK 2026/08/08 01:48:12 DEBUG : one: size = 5 OK 2026/08/08 01:48:12 INFO : one: Copied (new) 2026/08/08 01:48:12 DEBUG : Waiting for deletions to finish 2026/08/08 01:48:12 INFO : three-2019-01-01.txt: Deleted 2026/08/08 01:48:13 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/08 01:48:13 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (23.23s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:48:20 DEBUG : dst/one: md5 = 3ce18834e4deef04abc56b9ee3bf7dee OK 2026/08/08 01:48:21 DEBUG : dst/two: md5 = 6ebcde7e9139d4825758aa3b12da17fb OK 2026/08/08 01:48:23 DEBUG : dst/three.txt: md5 = a45ea206512d08428df2a6f1fb53e079 OK 2026/08/08 01:48:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/dst" 2026/08/08 01:48:23 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/08 01:48:24 DEBUG : one: size = 4 (Local file system at /tmp/rclone212706953) 2026/08/08 01:48:24 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:48:24 DEBUG : one: Sizes differ 2026/08/08 01:48:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:48:24 DEBUG : two: size = 3 OK 2026/08/08 01:48:24 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:48:24 DEBUG : two: Unchanged skipping 2026/08/08 01:48:25 INFO : one: Moved (server-side) to: one.bak 2026/08/08 01:48:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:48:27 DEBUG : one: md5 = 81639045b6f3b5ab4f544f1c86bfe0b3 OK 2026/08/08 01:48:27 DEBUG : one: size = 4 OK 2026/08/08 01:48:27 INFO : one: Copied (new) 2026/08/08 01:48:27 DEBUG : Waiting for deletions to finish 2026/08/08 01:48:28 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/08 01:48:28 INFO : three.txt: Moved into backup dir 2026/08/08 01:48:30 DEBUG : dst/three.txt: md5 = c76408f771c7e8720d83cbc4dd44947f OK 2026/08/08 01:48:30 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/08 01:48:30 DEBUG : one.bak: Excluded (Path Filter) 2026/08/08 01:48:30 DEBUG : two: size = 3 OK 2026/08/08 01:48:30 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:48:30 DEBUG : two: Unchanged skipping 2026/08/08 01:48:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for checks to finish 2026/08/08 01:48:30 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:48:30 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:48:30 DEBUG : one: Sizes differ 2026/08/08 01:48:31 INFO : one.bak: Deleted 2026/08/08 01:48:32 INFO : one: Moved (server-side) to: one.bak 2026/08/08 01:48:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst': Waiting for transfers to finish 2026/08/08 01:48:33 DEBUG : one: md5 = 71478ce913acfafb8391d59204f13a04 OK 2026/08/08 01:48:33 DEBUG : one: size = 5 OK 2026/08/08 01:48:33 INFO : one: Copied (new) 2026/08/08 01:48:33 DEBUG : Waiting for deletions to finish 2026/08/08 01:48:34 INFO : three.txt.bak: Deleted 2026/08/08 01:48:34 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/08 01:48:34 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (20.73s) === RUN TestSyncSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:48:40 DEBUG : dst/one: md5 = 6f30f8846eca6c13df76fde9322f0234 OK 2026/08/08 01:48:42 DEBUG : dst/two: md5 = f087ea5172d76b0f988ae065346bb73c OK 2026/08/08 01:48:43 DEBUG : dst/three.txt: md5 = 5d6286d8b191023d746955d72d3aa799 OK 2026/08/08 01:48:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/dst" 2026/08/08 01:48:44 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/08 01:48:45 DEBUG : one: size = 4 (Local file system at /tmp/rclone212706953) 2026/08/08 01:48:45 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:48:45 DEBUG : one: Sizes differ 2026/08/08 01:48:46 INFO : one: Moved (server-side) to: one.bak 2026/08/08 01:48:47 DEBUG : one: md5 = 536a91ecc07b104a6a47a8c2ed53a9c3 OK 2026/08/08 01:48:47 DEBUG : one: size = 4 OK 2026/08/08 01:48:47 INFO : one: Copied (new) 2026/08/08 01:48:48 DEBUG : two: size = 3 OK 2026/08/08 01:48:48 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:48:48 DEBUG : two: Unchanged skipping 2026/08/08 01:48:48 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone212706953) 2026/08/08 01:48:48 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:48:48 DEBUG : three.txt: Sizes differ 2026/08/08 01:48:49 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/08 01:48:50 DEBUG : three.txt: md5 = 77ec939e841953b4c342b9cdc6ae81ca OK 2026/08/08 01:48:50 DEBUG : three.txt: size = 6 OK 2026/08/08 01:48:50 INFO : three.txt: Copied (new) 2026/08/08 01:48:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:48:51 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:48:51 DEBUG : one: Sizes differ 2026/08/08 01:48:52 INFO : one.bak: Deleted 2026/08/08 01:48:53 INFO : one: Moved (server-side) to: one.bak 2026/08/08 01:48:54 DEBUG : one: md5 = 1a4863af467a20fb62d55e8d857dde43 OK 2026/08/08 01:48:54 DEBUG : one: size = 5 OK 2026/08/08 01:48:54 INFO : one: Copied (new) 2026/08/08 01:48:54 DEBUG : two: size = 3 OK 2026/08/08 01:48:54 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:48:54 DEBUG : two: Unchanged skipping 2026/08/08 01:48:55 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone212706953) 2026/08/08 01:48:55 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:48:55 DEBUG : three.txt: Sizes differ 2026/08/08 01:48:55 INFO : three.txt.bak: Deleted 2026/08/08 01:48:56 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/08 01:48:57 DEBUG : three.txt: md5 = e7f00119c277b2144ed1790ed75a3f23 OK 2026/08/08 01:48:57 DEBUG : three.txt: size = 19 OK 2026/08/08 01:48:57 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (22.96s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:49:04 DEBUG : dst/one: md5 = 5d34ad36b7c869bd05b560b2d46a9f52 OK 2026/08/08 01:49:05 DEBUG : dst/two: md5 = ce7eb430826c865b4b3d986915e88ce7 OK 2026/08/08 01:49:06 DEBUG : dst/three.txt: md5 = cebf15698512ba2141b56ac46e047140 OK 2026/08/08 01:49:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riyereh9huya/dst" 2026/08/08 01:49:07 DEBUG : Creating backend with remote "TestDrive:crypt/6f782hia3apnbj0gaco1fp6emk879qk1i2dtifg86bts4ecgsjgg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/08 01:49:08 DEBUG : one: size = 4 (Local file system at /tmp/rclone212706953) 2026/08/08 01:49:08 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:49:08 DEBUG : one: Sizes differ 2026/08/08 01:49:09 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/08 01:49:10 DEBUG : one: md5 = 9d9af922b5a685e2dd5bec7374b3e28d OK 2026/08/08 01:49:10 DEBUG : one: size = 4 OK 2026/08/08 01:49:10 INFO : one: Copied (new) 2026/08/08 01:49:10 DEBUG : two: size = 3 OK 2026/08/08 01:49:10 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:49:10 DEBUG : two: Unchanged skipping 2026/08/08 01:49:11 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone212706953) 2026/08/08 01:49:11 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:49:11 DEBUG : three.txt: Sizes differ 2026/08/08 01:49:11 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/08 01:49:13 DEBUG : three.txt: md5 = 4fd8ae67e0c509f51f1578fee002240f OK 2026/08/08 01:49:13 DEBUG : three.txt: size = 6 OK 2026/08/08 01:49:13 INFO : three.txt: Copied (new) 2026/08/08 01:49:14 DEBUG : one: size = 5 (Local file system at /tmp/rclone212706953) 2026/08/08 01:49:14 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:49:14 DEBUG : one: Sizes differ 2026/08/08 01:49:15 INFO : one-2019-01-01: Deleted 2026/08/08 01:49:15 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/08 01:49:17 DEBUG : one: md5 = 4157cd5c47fa52d81fc15d0d642a9a92 OK 2026/08/08 01:49:17 DEBUG : one: size = 5 OK 2026/08/08 01:49:17 INFO : one: Copied (new) 2026/08/08 01:49:17 DEBUG : two: size = 3 OK 2026/08/08 01:49:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:49:17 DEBUG : two: Unchanged skipping 2026/08/08 01:49:17 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone212706953) 2026/08/08 01:49:17 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya/dst') 2026/08/08 01:49:17 DEBUG : three.txt: Sizes differ 2026/08/08 01:49:18 INFO : three-2019-01-01.txt: Deleted 2026/08/08 01:49:18 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/08 01:49:20 DEBUG : three.txt: md5 = 6b35d0bda23532e30b8fe960b2897907 OK 2026/08/08 01:49:20 DEBUG : three.txt: size = 19 OK 2026/08/08 01:49:20 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (22.53s) === RUN TestSyncUTFNorm run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:49:25 DEBUG : Testêé: md5 = 84791e15ab75257b856f2022ccf95029 OK 2026/08/08 01:49:26 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone212706953) 2026/08/08 01:49:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:49:26 DEBUG : Testêé: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:49:26 DEBUG : Testêé: Sizes differ 2026/08/08 01:49:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:49:27 DEBUG : Testêé: md5 = 08a631fa22d893254602772f6dde7c3a OK 2026/08/08 01:49:27 DEBUG : Testêé: size = 14 OK 2026/08/08 01:49:27 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/08 01:49:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.51s) === RUN TestSyncImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:49:29 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/08 01:49:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:49:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:49:30 DEBUG : existing: md5 = 0746f60383d47286843f7f8c24f8d4e2 OK 2026/08/08 01:49:30 DEBUG : existing: size = 6 OK 2026/08/08 01:49:30 INFO : existing: Copied (new) 2026/08/08 01:49:30 DEBUG : Waiting for deletions to finish 2026/08/08 01:49:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:49:31 DEBUG : existing: size = 8 (Local file system at /tmp/rclone212706953) 2026/08/08 01:49:31 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:49:31 DEBUG : existing: Sizes differ 2026/08/08 01:49:31 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/08 01:49:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:49:31 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': not deleting files as there were IO errors 2026/08/08 01:49:31 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (4.17s) === RUN TestSyncIgnoreCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:49:34 DEBUG : EXISTING: md5 = 2b32f689dc037f16f9e9e5ab971fe516 OK 2026/08/08 01:49:34 DEBUG : EXISTING: size = 6 OK 2026/08/08 01:49:34 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:49:34 DEBUG : existing: Unchanged skipping 2026/08/08 01:49:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:49:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:49:34 DEBUG : Waiting for deletions to finish 2026/08/08 01:49:34 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (3.14s) === RUN TestFixCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.54s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", 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-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", 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-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.40s) --- SKIP: TestMaxTransfer/Hard (0.46s) --- SKIP: TestMaxTransfer/Soft (0.48s) --- SKIP: TestMaxTransfer/Cautious (0.45s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:49:39 DEBUG : both0: md5 = 97a0da0be260fde87d28c22edb72edf2 OK 2026/08/08 01:49:41 DEBUG : only0: md5 = 9a5e0f963bba40d7dbddadf3623c26c4 OK 2026/08/08 01:49:42 DEBUG : both1: md5 = f43391d378cf6a3db28aeb940d748edc OK 2026/08/08 01:49:44 DEBUG : only1: md5 = ecc8a0fc3b19b44870486c1f3db92133 OK 2026/08/08 01:49:45 DEBUG : both2: md5 = 03c4ba14e2a2f2e40b490d6d79a1baa0 OK 2026/08/08 01:49:47 DEBUG : only2: md5 = a07184762e4f9a20d25bb5d9a93d7fb3 OK 2026/08/08 01:49:48 DEBUG : both3: md5 = f3825bc12c71c831be0e986539ff55e5 OK 2026/08/08 01:49:50 DEBUG : only3: md5 = d809f1432f4117244347cf26e7f82cf1 OK 2026/08/08 01:49:51 DEBUG : both4: md5 = cabca8ea41da6ea01bf6270e50cd266f OK 2026/08/08 01:49:53 DEBUG : only4: md5 = d33df0bbcda885c7668bc32ea4d3fec6 OK 2026/08/08 01:49:54 DEBUG : both5: md5 = e49b188d2749c0ef63df286f79ce4dee OK 2026/08/08 01:49:56 DEBUG : only5: md5 = cb2d2a1e62b877e53c62d94f494d8aa3 OK 2026/08/08 01:49:57 DEBUG : both6: md5 = 6eaa11860ffdd1d89394fcc58438d850 OK 2026/08/08 01:49:59 DEBUG : only6: md5 = a855db0cf738b607b7c3fa6d9269c4b2 OK 2026/08/08 01:50:00 DEBUG : both7: md5 = 7884334ef4f7ddc6ee629a551edb68b5 OK 2026/08/08 01:50:02 DEBUG : only7: md5 = d8231174a954559447b8aae3bf209433 OK 2026/08/08 01:50:03 DEBUG : both8: md5 = 893c5106ee1a6e70409de2ffede4f68a OK 2026/08/08 01:50:04 DEBUG : only8: md5 = 39610f3882fdf6673174f13691ef7d53 OK 2026/08/08 01:50:06 DEBUG : both9: md5 = 95f0a8b2556301657a15fac3339b4699 OK 2026/08/08 01:50:07 DEBUG : only9: md5 = 53311a05a35990d19a5a835c78af1410 OK 2026/08/08 01:50:09 DEBUG : both10: md5 = 77b941250718dd1452b7d53891948321 OK 2026/08/08 01:50:10 DEBUG : only10: md5 = c9af0ecae3a4e56875e9be36c143e127 OK 2026/08/08 01:50:12 DEBUG : both11: md5 = 711f7a3f59b6155d5742670f380151f6 OK 2026/08/08 01:50:13 DEBUG : only11: md5 = a9bfb666ba4b9681facff768eba612ea OK 2026/08/08 01:50:15 DEBUG : both12: md5 = d7f8c82d8e5e793ec67fa07f47eaa594 OK 2026/08/08 01:50:16 DEBUG : only12: md5 = d3dbe4aa5a054d852c372f16cacf7415 OK 2026/08/08 01:50:17 DEBUG : both13: md5 = 69074ea2327f3deaacf3c4ae87139c0f OK 2026/08/08 01:50:19 DEBUG : only13: md5 = 8009222a5afe9fe7f02c4d88ee0a04de OK 2026/08/08 01:50:20 DEBUG : both14: md5 = 37f653d1268bc6a8d7b6dfd39b8f5eaf OK 2026/08/08 01:50:22 DEBUG : only14: md5 = 0ad215e9c8626fb54c983a4e7cf179b9 OK 2026/08/08 01:50:23 DEBUG : both15: md5 = 7b96ca4c1b97d55f0831766f33668763 OK 2026/08/08 01:50:25 DEBUG : only15: md5 = 0a574c46b2779564378138ffd0e57191 OK 2026/08/08 01:50:26 DEBUG : both16: md5 = 3697601ada59921254b9c1ba9a89bd8b OK 2026/08/08 01:50:28 DEBUG : only16: md5 = 99001461eebcf4d83d5fe8e6156ba656 OK 2026/08/08 01:50:30 DEBUG : both17: md5 = 105a98778953841e0d6d0cbb2895a863 OK 2026/08/08 01:50:31 DEBUG : only17: md5 = 9402aaee23062e4864f4f4c98e7e77ed OK 2026/08/08 01:50:33 DEBUG : both18: md5 = 4fb0e213f075650cf8e371a9b3274663 OK 2026/08/08 01:50:34 DEBUG : only18: md5 = d644ea653a1a17040da613b90eccf7e8 OK 2026/08/08 01:50:36 DEBUG : both19: md5 = 65d901f20c250131f5872834f6507ea5 OK 2026/08/08 01:50:37 DEBUG : only19: md5 = dec12c82ebf7f4418c43b611867c2b59 OK 2026/08/08 01:50:38 DEBUG : both0: size = 6 OK 2026/08/08 01:50:38 DEBUG : both12: size = 6 OK 2026/08/08 01:50:38 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both11: size = 6 OK 2026/08/08 01:50:38 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both10: size = 6 OK 2026/08/08 01:50:38 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both12: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both13: size = 6 OK 2026/08/08 01:50:38 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both13: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both14: size = 6 OK 2026/08/08 01:50:38 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both14: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both15: size = 6 OK 2026/08/08 01:50:38 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:50:38 DEBUG : both0: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both16: size = 6 OK 2026/08/08 01:50:38 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both11: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both17: size = 6 OK 2026/08/08 01:50:38 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both17: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both18: size = 6 OK 2026/08/08 01:50:38 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both18: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both19: size = 6 OK 2026/08/08 01:50:38 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both19: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both1: size = 6 OK 2026/08/08 01:50:38 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both1: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both2: size = 6 OK 2026/08/08 01:50:38 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both2: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both3: size = 6 OK 2026/08/08 01:50:38 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both3: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both4: size = 6 OK 2026/08/08 01:50:38 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both4: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both5: size = 6 OK 2026/08/08 01:50:38 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both5: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both6: size = 6 OK 2026/08/08 01:50:38 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both6: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both7: size = 6 OK 2026/08/08 01:50:38 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both7: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both8: size = 6 OK 2026/08/08 01:50:38 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both8: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both9: size = 6 OK 2026/08/08 01:50:38 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:50:38 DEBUG : both9: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both10: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both15: Unchanged skipping 2026/08/08 01:50:38 DEBUG : both16: Unchanged skipping 2026/08/08 01:50:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:50:38 DEBUG : Waiting for deletions to finish 2026/08/08 01:50:38 INFO : only4: Deleted 2026/08/08 01:50:38 INFO : only9: Deleted 2026/08/08 01:50:38 INFO : only8: Deleted 2026/08/08 01:50:38 INFO : only0: Deleted 2026/08/08 01:50:39 INFO : only12: Deleted 2026/08/08 01:50:39 INFO : only16: Deleted 2026/08/08 01:50:39 INFO : only19: Deleted 2026/08/08 01:50:39 INFO : only5: Deleted 2026/08/08 01:50:39 INFO : only15: Deleted 2026/08/08 01:50:39 INFO : only18: Deleted 2026/08/08 01:50:39 INFO : only1: Deleted 2026/08/08 01:50:39 INFO : only2: Deleted 2026/08/08 01:50:40 INFO : only17: Deleted 2026/08/08 01:50:40 INFO : only6: Deleted 2026/08/08 01:50:40 INFO : only3: Deleted 2026/08/08 01:50:40 INFO : only7: Deleted 2026/08/08 01:50:40 INFO : only10: Deleted 2026/08/08 01:50:40 INFO : only11: Deleted 2026/08/08 01:50:40 INFO : only13: Deleted 2026/08/08 01:50:40 INFO : only14: Deleted 2026/08/08 01:50:40 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (72.21s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:50:51 DEBUG : both0: md5 = f301e15a295e4125ebf853477e157f2f OK 2026/08/08 01:50:53 DEBUG : only0: md5 = e2774f9df49a3c28ecf7bdba3a9172db OK 2026/08/08 01:50:54 DEBUG : both1: md5 = 6a0cdb275dba4bd7be6e7c76ca597da6 OK 2026/08/08 01:50:56 DEBUG : only1: md5 = 23aeae06c06c56507795e559810dc15b OK 2026/08/08 01:50:58 DEBUG : both2: md5 = 5c2f1de2149693ddb23898722ef87649 OK 2026/08/08 01:50:59 DEBUG : only2: md5 = 95253a72c894bcdff4fc017683422b29 OK 2026/08/08 01:51:00 DEBUG : both3: md5 = a84087469a686215057afd29771275e7 OK 2026/08/08 01:51:02 DEBUG : only3: md5 = ac986d5e41d8121ec163612dc7376514 OK 2026/08/08 01:51:04 DEBUG : both4: md5 = 215615e403941d7c7409f1a876e83a0d OK 2026/08/08 01:51:05 DEBUG : only4: md5 = eabef497ed70ac437246cea1f0c84ff8 OK 2026/08/08 01:51:07 DEBUG : both5: md5 = d4b5496d4169a6a1ecf85afc46e1ac76 OK 2026/08/08 01:51:08 DEBUG : only5: md5 = a0b69e92b82f92412622f5d55676f88d OK 2026/08/08 01:51:10 DEBUG : both6: md5 = 92d51b617213d9c67b79470edb9a60a4 OK 2026/08/08 01:51:11 DEBUG : only6: md5 = 13052ad779179e36dea267413d811b1b OK 2026/08/08 01:51:13 DEBUG : both7: md5 = efb6e9e696dc94bda255d817bc2f7c7c OK 2026/08/08 01:51:14 DEBUG : only7: md5 = 7d3680b1b1073cd00f1a419c4b48f5c5 OK 2026/08/08 01:51:16 DEBUG : both8: md5 = 4e71d426edfdab4aff04ec054bb5fe5d OK 2026/08/08 01:51:17 DEBUG : only8: md5 = 62675088d248621b1a54ff0cf6c0cc00 OK 2026/08/08 01:51:19 DEBUG : both9: md5 = a58c1ab6963b523288fe3f742e6b5dda OK 2026/08/08 01:51:20 DEBUG : only9: md5 = 0eec4cff895d4feb113c29016b99492b OK 2026/08/08 01:51:21 DEBUG : both10: md5 = ed640b0f16f6535bd574998aade5ad95 OK 2026/08/08 01:51:23 DEBUG : only10: md5 = 624b8c1b42479d92591b761748099b08 OK 2026/08/08 01:51:24 DEBUG : both11: md5 = 12fe33421f9a72fd96d661adb5660b8d OK 2026/08/08 01:51:26 DEBUG : only11: md5 = 72263b083db58ff637573cc7367f196a OK 2026/08/08 01:51:27 DEBUG : both12: md5 = bb9dbbcbb8e8aaeb96ea8f126029041b OK 2026/08/08 01:51:29 DEBUG : only12: md5 = df5583733580a6aebf6f8a442c8a6c5f OK 2026/08/08 01:51:30 DEBUG : both13: md5 = 8fadc6c27152bb23678f65968c34dbcd OK 2026/08/08 01:51:32 DEBUG : only13: md5 = e08ba752fe97964ab950dc3c4af39e04 OK 2026/08/08 01:51:33 DEBUG : both14: md5 = 0f0cc21a22246003ac128b98c3017049 OK 2026/08/08 01:51:35 DEBUG : only14: md5 = 20f1b9a48343ce02f14f3208384bb140 OK 2026/08/08 01:51:36 DEBUG : both15: md5 = 4b57460adc44109d0b6b155a3be3be55 OK 2026/08/08 01:51:38 DEBUG : only15: md5 = 97e5af15ebb085c8599f289d686e71d2 OK 2026/08/08 01:51:39 DEBUG : both16: md5 = 9782713d73a6291776396620ec3a8691 OK 2026/08/08 01:51:41 DEBUG : only16: md5 = 0eaa54b89f8940369e370deb9e0e90c5 OK 2026/08/08 01:51:42 DEBUG : both17: md5 = bc10ddaeb819b2e420f63b781f6632c2 OK 2026/08/08 01:51:44 DEBUG : only17: md5 = 748e41168ebe0321e3529b7df226a748 OK 2026/08/08 01:51:45 DEBUG : both18: md5 = 13cd161650517be852ec8bd7e9b6aa43 OK 2026/08/08 01:51:47 DEBUG : only18: md5 = 49215ed21c618725b61aa2a9db261c0f OK 2026/08/08 01:51:48 DEBUG : both19: md5 = 490ba29b24ee9888397007347ad264ac OK 2026/08/08 01:51:50 DEBUG : only19: md5 = b319bc6614eb2258da8f02932fb16281 OK 2026/08/08 01:51:50 DEBUG : both0: size = 6 OK 2026/08/08 01:51:50 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both10: size = 6 OK 2026/08/08 01:51:50 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both11: size = 6 OK 2026/08/08 01:51:50 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both12: size = 6 OK 2026/08/08 01:51:50 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:51:50 DEBUG : both0: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both10: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both14: size = 6 OK 2026/08/08 01:51:50 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both13: size = 6 OK 2026/08/08 01:51:50 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both11: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both15: size = 6 OK 2026/08/08 01:51:50 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both14: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both16: size = 6 OK 2026/08/08 01:51:50 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both16: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both17: size = 6 OK 2026/08/08 01:51:50 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both17: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both18: size = 6 OK 2026/08/08 01:51:50 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both18: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both19: size = 6 OK 2026/08/08 01:51:50 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both19: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both1: size = 6 OK 2026/08/08 01:51:50 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both1: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both2: size = 6 OK 2026/08/08 01:51:50 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both2: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both3: size = 6 OK 2026/08/08 01:51:50 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both3: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both4: size = 6 OK 2026/08/08 01:51:50 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both4: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both5: size = 6 OK 2026/08/08 01:51:50 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both5: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both6: size = 6 OK 2026/08/08 01:51:50 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both6: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both7: size = 6 OK 2026/08/08 01:51:50 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both7: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both8: size = 6 OK 2026/08/08 01:51:50 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both8: Unchanged skipping 2026/08/08 01:51:50 DEBUG : both9: size = 6 OK 2026/08/08 01:51:50 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:51:50 DEBUG : both9: Unchanged skipping 2026/08/08 01:51:50 DEBUG : only0: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only0: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only0: Sizes differ 2026/08/08 01:51:50 DEBUG : only10: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only10: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only10: Sizes differ 2026/08/08 01:51:50 DEBUG : only11: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only11: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only11: Sizes differ 2026/08/08 01:51:50 DEBUG : only12: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only12: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only12: Sizes differ 2026/08/08 01:51:50 DEBUG : only13: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only13: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only13: Sizes differ 2026/08/08 01:51:50 DEBUG : only14: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only14: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only14: Sizes differ 2026/08/08 01:51:50 DEBUG : only15: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only15: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only15: Sizes differ 2026/08/08 01:51:50 DEBUG : only16: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only16: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only16: Sizes differ 2026/08/08 01:51:50 DEBUG : only17: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only17: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only17: Sizes differ 2026/08/08 01:51:50 DEBUG : only18: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only18: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only18: Sizes differ 2026/08/08 01:51:50 DEBUG : only19: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only19: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only19: Sizes differ 2026/08/08 01:51:50 DEBUG : only1: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only1: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only1: Sizes differ 2026/08/08 01:51:50 DEBUG : only2: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only2: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only2: Sizes differ 2026/08/08 01:51:50 DEBUG : both13: Unchanged skipping 2026/08/08 01:51:50 DEBUG : only3: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only3: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only3: Sizes differ 2026/08/08 01:51:50 DEBUG : both15: Unchanged skipping 2026/08/08 01:51:50 DEBUG : only5: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only5: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only5: Sizes differ 2026/08/08 01:51:50 DEBUG : only6: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only6: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only6: Sizes differ 2026/08/08 01:51:50 DEBUG : only7: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only7: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only7: Sizes differ 2026/08/08 01:51:50 DEBUG : only8: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only8: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only8: Sizes differ 2026/08/08 01:51:50 DEBUG : only9: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only9: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only9: Sizes differ 2026/08/08 01:51:50 DEBUG : both12: Unchanged skipping 2026/08/08 01:51:50 DEBUG : only4: size = 0 (Local file system at /tmp/rclone212706953) 2026/08/08 01:51:50 DEBUG : only4: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya') 2026/08/08 01:51:50 DEBUG : only4: Sizes differ 2026/08/08 01:51:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:51:51 DEBUG : only0: md5 = 810e88a6d3c9eab757da1917b67d8dd8 OK 2026/08/08 01:51:51 DEBUG : only0: size = 0 OK 2026/08/08 01:51:51 INFO : only0: Copied (replaced existing) 2026/08/08 01:51:51 DEBUG : only12: md5 = 48faec9dafec47af39381474fd01f30a OK 2026/08/08 01:51:51 DEBUG : only12: size = 0 OK 2026/08/08 01:51:51 INFO : only12: Copied (replaced existing) 2026/08/08 01:51:52 DEBUG : only11: md5 = 5b82026b3468cfe5ae65230a49435e7b OK 2026/08/08 01:51:52 DEBUG : only11: size = 0 OK 2026/08/08 01:51:52 INFO : only11: Copied (replaced existing) 2026/08/08 01:51:52 DEBUG : only10: md5 = a02297003175a82b5b0376f3bc598e6c OK 2026/08/08 01:51:52 DEBUG : only10: size = 0 OK 2026/08/08 01:51:52 INFO : only10: Copied (replaced existing) 2026/08/08 01:51:53 DEBUG : only14: md5 = e240f0014ef94c4ddac7ee9de1625149 OK 2026/08/08 01:51:53 DEBUG : only14: size = 0 OK 2026/08/08 01:51:53 INFO : only14: Copied (replaced existing) 2026/08/08 01:51:53 DEBUG : only13: md5 = 57878be7b59cf04077a4ef3511e5a20d OK 2026/08/08 01:51:53 DEBUG : only13: size = 0 OK 2026/08/08 01:51:53 INFO : only13: Copied (replaced existing) 2026/08/08 01:51:53 DEBUG : only15: md5 = 649ebeda7646bc4547c8f8095a6d80dd OK 2026/08/08 01:51:53 DEBUG : only15: size = 0 OK 2026/08/08 01:51:53 INFO : only15: Copied (replaced existing) 2026/08/08 01:51:53 DEBUG : only16: md5 = 2f81feb809c2ce650a1b6f4830461a3a OK 2026/08/08 01:51:53 DEBUG : only16: size = 0 OK 2026/08/08 01:51:53 INFO : only16: Copied (replaced existing) 2026/08/08 01:51:54 DEBUG : only18: md5 = 10c145f626de151861ded6886eba7d0a OK 2026/08/08 01:51:54 DEBUG : only18: size = 0 OK 2026/08/08 01:51:54 INFO : only18: Copied (replaced existing) 2026/08/08 01:51:54 DEBUG : only1: md5 = 2e2ca8cc90f463bf12f129ecd00305f7 OK 2026/08/08 01:51:54 DEBUG : only1: size = 0 OK 2026/08/08 01:51:54 INFO : only1: Copied (replaced existing) 2026/08/08 01:51:54 DEBUG : only17: md5 = bbafb6b8d83db77f8ff4eb8d6e88543b OK 2026/08/08 01:51:54 DEBUG : only17: size = 0 OK 2026/08/08 01:51:54 INFO : only17: Copied (replaced existing) 2026/08/08 01:51:54 DEBUG : only19: md5 = 5641de949b904fd382db36b1c18c0651 OK 2026/08/08 01:51:54 DEBUG : only19: size = 0 OK 2026/08/08 01:51:54 INFO : only19: Copied (replaced existing) 2026/08/08 01:51:55 DEBUG : only6: md5 = 1950233bbabc4fb7835024d8583aff3d OK 2026/08/08 01:51:55 DEBUG : only6: size = 0 OK 2026/08/08 01:51:55 INFO : only6: Copied (replaced existing) 2026/08/08 01:51:55 DEBUG : only7: md5 = 4766f0eed811b33dae19fe1c5fc8bd1a OK 2026/08/08 01:51:55 DEBUG : only7: size = 0 OK 2026/08/08 01:51:55 INFO : only7: Copied (replaced existing) 2026/08/08 01:51:55 DEBUG : only2: md5 = 3a5e9874b7e5d4be0f06955df92333fa OK 2026/08/08 01:51:55 DEBUG : only2: size = 0 OK 2026/08/08 01:51:55 INFO : only2: Copied (replaced existing) 2026/08/08 01:51:55 DEBUG : only5: md5 = 29fc2622c0873aadb9d4d0113f55435a OK 2026/08/08 01:51:55 DEBUG : only5: size = 0 OK 2026/08/08 01:51:55 INFO : only5: Copied (replaced existing) 2026/08/08 01:51:56 DEBUG : only8: md5 = 9beafeb5e6b5c4962b7893e269900331 OK 2026/08/08 01:51:56 DEBUG : only8: size = 0 OK 2026/08/08 01:51:56 INFO : only8: Copied (replaced existing) 2026/08/08 01:51:56 DEBUG : only3: md5 = 2e6019fbe92f9daca66a53494ac4cea3 OK 2026/08/08 01:51:56 DEBUG : only3: size = 0 OK 2026/08/08 01:51:56 INFO : only3: Copied (replaced existing) 2026/08/08 01:51:56 DEBUG : only9: md5 = e72659309f9f5f7a87b0c24a0bab46e1 OK 2026/08/08 01:51:56 DEBUG : only9: size = 0 OK 2026/08/08 01:51:56 INFO : only9: Copied (replaced existing) 2026/08/08 01:51:57 DEBUG : only4: md5 = c717da0d66332dc7c649e097756ed274 OK 2026/08/08 01:51:57 DEBUG : only4: size = 0 OK 2026/08/08 01:51:57 INFO : only4: Copied (replaced existing) 2026/08/08 01:51:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (85.29s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:52:15 DEBUG : empty_dir: Making directory with metadata 2026/08/08 01:52:15 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:52:15 DEBUG : empty_on_remote: Making directory with metadata 2026/08/08 01:52:15 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:52:15 DEBUG : empty_on_remote: Making directory with metadata 2026/08/08 01:52:16 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:52:21 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/08 01:52:21 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/08 01:52:21 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:52:21 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (15.92s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:52:31 DEBUG : empty_dir: Making directory with metadata 2026/08/08 01:52:31 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:52:31 DEBUG : empty_on_remote: Making directory with metadata 2026/08/08 01:52:31 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:52:31 DEBUG : empty_on_remote: Making directory with metadata 2026/08/08 01:52:32 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:52:37 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/08 01:52:37 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/08 01:52:37 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:52:37 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/08 01:52:37 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (16.54s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:52:47 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:52:47 DEBUG : sub dir: Making directory with metadata 2026/08/08 01:52:48 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/08 01:53:07 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/08 01:53:07 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/08 01:53:07 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:53:07 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (41.28s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:53:29 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 01:53:29 DEBUG : sub dir: Making directory with metadata 2026/08/08 01:53:29 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/08 01:53:52 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/08 01:53:52 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/08 01:53:52 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 01:53:52 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (43.90s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:54:15 DEBUG : dir1/0000-abcdefg.txt: md5 = 66404c7d0c2237b75179686ece334019 OK 2026/08/08 01:54:17 DEBUG : dir1/0001-bcdefgh.txt: md5 = 95fd7cec1eee4be4618add0f2304a0f6 OK 2026/08/08 01:54:18 DEBUG : dir1/0002-cdefghi.txt: md5 = efed84572553a62d7432752c22b8d272 OK 2026/08/08 01:54:20 DEBUG : dir1/0003-defghij.txt: md5 = cf6a63b0bd5827ba4e317d982440fda1 OK 2026/08/08 01:54:21 DEBUG : dir1/0004-efghijk.txt: md5 = 4d64c99811c07998981c779bbce42a9b OK 2026/08/08 01:54:23 DEBUG : dir1/0005-fghijkl.txt: md5 = 2a784eafcac9dbe255ac24a457a8f56d OK 2026/08/08 01:54:24 DEBUG : dir1/0006-ghijklm.txt: md5 = 404599176edeedcf16758a49f41939f5 OK 2026/08/08 01:54:25 DEBUG : dir1/0007-1234567.txt: md5 = 8ecccec3ca707eedf88cc5f31093e7e7 OK 2026/08/08 01:54:27 DEBUG : dir1/0008-2345678.txt: md5 = 30a3461bf10acea06628ef74dd88afa7 OK 2026/08/08 01:54:29 DEBUG : dir1/0009-3456789.txt: md5 = f0926026af066cd17cd5920d306c3c37 OK 2026/08/08 01:54:30 DEBUG : dir1/0010-456789.txt: md5 = 2dc6722fa1dd849502e092a6fab3bac0 OK 2026/08/08 01:54:31 DEBUG : dir1/0011-56789;.txt: md5 = b78ceb77d74d2177737502c3f5931eb2 OK 2026/08/08 01:54:33 DEBUG : dir1/0012-6789;.txt: md5 = 5d91f139f0d6b002b2602230344d6722 OK 2026/08/08 01:54:35 DEBUG : dir1/0013-789;=.txt: md5 = 8cba801fc96236ca4ef248da258b72d1 OK 2026/08/08 01:54:36 DEBUG : dir1/0014-89;=.txt: md5 = 517f3702e6d5058f78d52095b151d489 OK 2026/08/08 01:54:37 DEBUG : dir1/0015-9;=.txt: md5 = 0164065bf82c33ab3155092251dc21e0 OK 2026/08/08 01:54:39 DEBUG : apple: md5 = b3c933be4ccfa3d7719ff4df48eed6eb OK 2026/08/08 01:54:41 DEBUG : banana: md5 = e108e2e30668677664b6066ebf1f40ae OK 2026/08/08 01:54:42 DEBUG : appleappleapplebanana: md5 = f4fb1f1645525a075b6aa6b21f511a43 OK 2026/08/08 01:54:43 DEBUG : splitbananasplit: md5 = 3abb11574a4b18da375a25ae9b0f9309 OK 2026/08/08 01:54:43 DEBUG : Waiting for deletions to finish 2026/08/08 01:54:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:54:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:54:45 DEBUG : apple: size = 5 OK 2026/08/08 01:54:45 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 01:54:45 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:45 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 01:54:45 DEBUG : banana: size = 6 OK 2026/08/08 01:54:45 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:45 DEBUG : banana: Unchanged skipping 2026/08/08 01:54:45 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:45 DEBUG : apple: Unchanged skipping 2026/08/08 01:54:46 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/08 01:54:46 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 01:54:46 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 01:54:46 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 01:54:46 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 01:54:46 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 01:54:46 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 01:54:46 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 01:54:46 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 01:54:46 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 01:54:46 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 01:54:46 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 01:54:46 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 01:54:46 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 01:54:46 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 01:54:46 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 01:54:46 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 01:54:46 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 01:54:46 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:46 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 01:54:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:54:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:54:46 DEBUG : Waiting for deletions to finish 2026/08/08 01:54:46 INFO : There was nothing to transfer 2026/08/08 01:54:46 DEBUG : Waiting for deletions to finish 2026/08/08 01:54:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:54:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:54:47 DEBUG : dir1: Directory modification time the same (differ by -104.65µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 01:54:47 DEBUG : apple: size = 5 OK 2026/08/08 01:54:47 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 01:54:47 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 01:54:47 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : apple: Unchanged skipping 2026/08/08 01:54:47 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 01:54:47 DEBUG : banana: size = 6 OK 2026/08/08 01:54:47 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : banana: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 01:54:47 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 01:54:47 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 01:54:47 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 01:54:47 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 01:54:47 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 01:54:47 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 01:54:47 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 01:54:47 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 01:54:47 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 01:54:47 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 01:54:47 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 01:54:47 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 01:54:47 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 01:54:47 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 01:54:47 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 01:54:47 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:54:47 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 01:54:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:54:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:54:47 DEBUG : Waiting for deletions to finish 2026/08/08 01:54:47 INFO : There was nothing to transfer 2026/08/08 01:54:47 DEBUG : Waiting for deletions to finish 2026/08/08 01:54:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:54:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:55:01 DEBUG : dir1/0000-abcdefg.txt: md5 = 4fe88c2821f45b9adfc910791c68baaa OK 2026/08/08 01:55:03 DEBUG : dir1/0001-bcdefgh.txt: md5 = 628a08be9b42af8e1088da6d1ea7bc56 OK 2026/08/08 01:55:04 DEBUG : dir1/0002-cdefghi.txt: md5 = 57309ce019ac60cddf2e7a791e935aee OK 2026/08/08 01:55:06 DEBUG : dir1/0003-defghij.txt: md5 = ec289a37666ba02795d2d8a8890d2460 OK 2026/08/08 01:55:07 DEBUG : dir1/0004-efghijk.txt: md5 = 3c968de9c114071968d9b9046f90650e OK 2026/08/08 01:55:09 DEBUG : dir1/0005-fghijkl.txt: md5 = ca843906eabdf8b816aa3a789a04b933 OK 2026/08/08 01:55:10 DEBUG : dir1/0006-ghijklm.txt: md5 = 1f2c0a0215ad9d57617dab88d34fcf36 OK 2026/08/08 01:55:12 DEBUG : dir1/0007-1234567.txt: md5 = 608e40860e1d99236f85edfb12a71a24 OK 2026/08/08 01:55:13 DEBUG : dir1/0008-2345678.txt: md5 = d0b1a72f25f7cd9b48e98d3912e7e243 OK 2026/08/08 01:55:15 DEBUG : dir1/0009-3456789.txt: md5 = 37e970e52ab64ee17d89622e07c9d778 OK 2026/08/08 01:55:16 DEBUG : dir1/0010-456789.txt: md5 = 24eea720a96f49d97729561955f49739 OK 2026/08/08 01:55:18 DEBUG : dir1/0011-56789;.txt: md5 = cce3f375f7d76d2cc1b8f0f82cf63f41 OK 2026/08/08 01:55:19 DEBUG : dir1/0012-6789;.txt: md5 = 5fc6aa046afb31816d4631623e3ce6dc OK 2026/08/08 01:55:21 DEBUG : dir1/0013-789;=.txt: md5 = 9500fd2a34225a8facfca8b105d0d980 OK 2026/08/08 01:55:22 DEBUG : dir1/0014-89;=.txt: md5 = a6e21d9962f0004d91126d657badade9 OK 2026/08/08 01:55:24 DEBUG : dir1/0015-9;=.txt: md5 = 1493080357ad95e421c723bc8f81bc72 OK 2026/08/08 01:55:25 DEBUG : apple: md5 = 8b0f4594eef08435d0a1704abae3145e OK 2026/08/08 01:55:27 DEBUG : banana: md5 = 5ed5d79924f7441a96a8e5511afd15ef OK 2026/08/08 01:55:28 DEBUG : appleappleapplebanana: md5 = 9d672a4d050e9fc99b35a4ffc9acffb8 OK 2026/08/08 01:55:30 DEBUG : splitbananasplit: md5 = e4e268cf3d3781eb24680b9ea2edb775 OK 2026/08/08 01:55:30 DEBUG : Waiting for deletions to finish 2026/08/08 01:55:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:55:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:55:31 DEBUG : apple: size = 5 OK 2026/08/08 01:55:31 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:31 DEBUG : apple: Unchanged skipping 2026/08/08 01:55:31 DEBUG : banana: size = 6 OK 2026/08/08 01:55:31 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:31 DEBUG : banana: Unchanged skipping 2026/08/08 01:55:31 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 01:55:31 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:31 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 01:55:32 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/08 01:55:32 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 01:55:32 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 01:55:32 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 01:55:32 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 01:55:32 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 01:55:32 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 01:55:32 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 01:55:32 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 01:55:32 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 01:55:32 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 01:55:32 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 01:55:32 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 01:55:32 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 01:55:32 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 01:55:32 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 01:55:32 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 01:55:32 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 01:55:32 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:32 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 01:55:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:55:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:55:32 DEBUG : Waiting for deletions to finish 2026/08/08 01:55:32 INFO : There was nothing to transfer 2026/08/08 01:55:32 DEBUG : Waiting for deletions to finish 2026/08/08 01:55:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:55:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1: Directory modification time the same (differ by -692.482µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 01:55:34 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 01:55:34 DEBUG : apple: size = 5 OK 2026/08/08 01:55:34 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : banana: size = 6 OK 2026/08/08 01:55:34 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : banana: Unchanged skipping 2026/08/08 01:55:34 DEBUG : apple: Unchanged skipping 2026/08/08 01:55:34 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 01:55:34 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 01:55:34 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 01:55:34 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 01:55:34 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 01:55:34 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 01:55:34 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 01:55:34 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 01:55:34 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 01:55:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:55:34 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 01:55:34 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 01:55:34 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 01:55:34 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 01:55:34 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 01:55:34 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 01:55:34 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 01:55:34 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 01:55:34 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:55:34 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 01:55:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:55:34 DEBUG : Waiting for deletions to finish 2026/08/08 01:55:34 INFO : There was nothing to transfer 2026/08/08 01:55:34 DEBUG : Waiting for deletions to finish 2026/08/08 01:55:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:55:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:55:47 DEBUG : dir1/0000-abcdefg.txt: md5 = 82ef06389cb4dfbce58304952cbdd3c8 OK 2026/08/08 01:55:49 DEBUG : dir1/0001-bcdefgh.txt: md5 = 272c4ba2ca1b2e885ee23996c76e8c0e OK 2026/08/08 01:55:51 DEBUG : dir1/0002-cdefghi.txt: md5 = 93f202a9f27068594e6bff0343e04753 OK 2026/08/08 01:55:52 DEBUG : dir1/0003-defghij.txt: md5 = 46473da301bf7f39624602832b2488c9 OK 2026/08/08 01:55:54 DEBUG : dir1/0004-efghijk.txt: md5 = c003e1fa169042e454a52a93c73f4777 OK 2026/08/08 01:55:55 DEBUG : dir1/0005-fghijkl.txt: md5 = b98c3cec3113b9cf6742e3b7fb5b7f6a OK 2026/08/08 01:55:57 DEBUG : dir1/0006-ghijklm.txt: md5 = 26231c478fd29d91eefab8cf21e6761f OK 2026/08/08 01:55:58 DEBUG : dir1/0007-1234567.txt: md5 = fb4015375441cc1b9947cef14691fc8e OK 2026/08/08 01:56:00 DEBUG : dir1/0008-2345678.txt: md5 = f4f80ab5e5b6f5e77723491287df9215 OK 2026/08/08 01:56:01 DEBUG : dir1/0009-3456789.txt: md5 = 2d930df6e0ed2682a10a04e036e2c559 OK 2026/08/08 01:56:03 DEBUG : dir1/0010-456789.txt: md5 = 758c3f08ff8750467810670e94244117 OK 2026/08/08 01:56:04 DEBUG : dir1/0011-56789;.txt: md5 = 293a938689488433616e3681f1bfe8d8 OK 2026/08/08 01:56:05 DEBUG : dir1/0012-6789;.txt: md5 = b1cc6d3acfdc8340fc88dc027baf7329 OK 2026/08/08 01:56:07 DEBUG : dir1/0013-789;=.txt: md5 = fb1e74c371daff9ddb0fa3a738f1ea13 OK 2026/08/08 01:56:09 DEBUG : dir1/0014-89;=.txt: md5 = 946fef120bfc56b36dfe04e7c63b4fa2 OK 2026/08/08 01:56:10 DEBUG : dir1/0015-9;=.txt: md5 = b03986b4c8e556b0fcac7e49802a2bcb OK 2026/08/08 01:56:11 DEBUG : apple: md5 = 08ac23f634d84dd2724e4188cd503477 OK 2026/08/08 01:56:13 DEBUG : banana: md5 = 1c6f2cba4a28cf92360ab59857aa3bb8 OK 2026/08/08 01:56:15 DEBUG : appleappleapplebanana: md5 = 612053778fb7a8b81e3059d0679e45f2 OK 2026/08/08 01:56:16 DEBUG : splitbananasplit: md5 = c5b5a49aa2dfb60963fa52d7a6bf6280 OK 2026/08/08 01:56:16 DEBUG : Waiting for deletions to finish 2026/08/08 01:56:17 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:56:17 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:17 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:17 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:17 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:17 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:17 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:17 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:17 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:17 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:17 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:17 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:17 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:17 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:17 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:17 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:18 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:18 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:18 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:18 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:18 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:18 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:18 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:18 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:18 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:18 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:18 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:18 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:18 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:18 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:18 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:18 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:18 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:18 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:18 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:18 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/08 01:56:18 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:56:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:56:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:56:19 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: md5 = b9bf155d3e4be105f84946304be7855b OK 2026/08/08 01:56:19 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/08 01:56:19 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:19 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: md5 = f336d960db708317096f8c024cdff2da OK 2026/08/08 01:56:19 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/08 01:56:19 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:19 DEBUG : YXBwbGU=: md5 = 3dc09e2405aff12c9dd2d08d63d1b394 OK 2026/08/08 01:56:19 DEBUG : YXBwbGU=: size = 5 OK 2026/08/08 01:56:19 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/08 01:56:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:19 DEBUG : YmFuYW5h: md5 = 1c95fb8616b2f615573f2a3e1aa23255 OK 2026/08/08 01:56:19 DEBUG : YmFuYW5h: size = 6 OK 2026/08/08 01:56:19 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/08 01:56:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:20 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: md5 = e51df18b4235a8daf5bddfbdb2f3cd34 OK 2026/08/08 01:56:20 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/08 01:56:20 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:20 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: md5 = 61c8a9248dc3f9e714a09abed315f783 OK 2026/08/08 01:56:20 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/08 01:56:20 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:21 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: md5 = ce64e3a6952d55107cfab9f44540ec87 OK 2026/08/08 01:56:21 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/08 01:56:21 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:21 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: md5 = 0666a00488a1a05cb2da9b68b7b80088 OK 2026/08/08 01:56:21 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/08 01:56:21 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:22 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: md5 = 9e1a07da6ec816f344fa0e088832fac3 OK 2026/08/08 01:56:22 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/08 01:56:22 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:22 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: md5 = e7d7bfd876cb0aa2754ecf50c31fb87f OK 2026/08/08 01:56:22 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/08 01:56:22 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:22 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: md5 = e5fb57c490f67ba8265886d8f733c690 OK 2026/08/08 01:56:22 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/08 01:56:22 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:22 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:22 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: md5 = 39959f868d79318b5b9a071239ef7b43 OK 2026/08/08 01:56:22 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/08 01:56:22 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:23 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: md5 = d6dbbecc2443934272d212567b664f93 OK 2026/08/08 01:56:23 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/08 01:56:23 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:23 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: md5 = 9790311abfd81e04f407562ad9e2c40a OK 2026/08/08 01:56:23 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/08 01:56:23 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:24 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: md5 = cb269bfa8608b4639aa1ab31835a3994 OK 2026/08/08 01:56:24 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/08 01:56:24 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:24 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: md5 = b0c87864aa2978ab14b370a19dddee47 OK 2026/08/08 01:56:24 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/08 01:56:24 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/08 01:56:25 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: md5 = a8fe95dd8479bef5a54b04f3c7e67625 OK 2026/08/08 01:56:25 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/08 01:56:25 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:25 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: md5 = 04eaa65454edf7539f3fbaa4fec180a3 OK 2026/08/08 01:56:25 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/08 01:56:25 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:25 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: md5 = f5226469318de1ce1f5698257e34a35e OK 2026/08/08 01:56:25 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/08 01:56:25 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:25 DEBUG : dir1/MDAxNS05Oz0udHh0: md5 = 34c971e6882d305b598e389cd7163b17 OK 2026/08/08 01:56:25 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/08 01:56:25 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/08 01:56:25 DEBUG : Waiting for deletions to finish 2026/08/08 01:56:26 INFO : dir1/0014-89;=.txt: Deleted 2026/08/08 01:56:26 INFO : splitbananasplit: Deleted 2026/08/08 01:56:26 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/08 01:56:26 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/08 01:56:26 INFO : dir1/0013-789;=.txt: Deleted 2026/08/08 01:56:26 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/08 01:56:26 INFO : apple: Deleted 2026/08/08 01:56:26 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/08 01:56:26 INFO : dir1/0009-3456789.txt: Deleted 2026/08/08 01:56:26 INFO : dir1/0007-1234567.txt: Deleted 2026/08/08 01:56:26 INFO : banana: Deleted 2026/08/08 01:56:26 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/08 01:56:26 INFO : dir1/0012-6789;.txt: Deleted 2026/08/08 01:56:26 INFO : appleappleapplebanana: Deleted 2026/08/08 01:56:26 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/08 01:56:26 INFO : dir1/0003-defghij.txt: Deleted 2026/08/08 01:56:26 INFO : dir1/0010-456789.txt: Deleted 2026/08/08 01:56:26 INFO : dir1/0011-56789;.txt: Deleted 2026/08/08 01:56:26 INFO : dir1/0015-9;=.txt: Deleted 2026/08/08 01:56:26 INFO : dir1/0008-2345678.txt: Deleted 2026/08/08 01:56:26 DEBUG : Waiting for deletions to finish 2026/08/08 01:56:27 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/08 01:56:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:28 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:28 DEBUG : dir1: Directory modification time the same (differ by -282.034µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : YXBwbGU=: size = 5 OK 2026/08/08 01:56:28 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/08 01:56:28 DEBUG : apple: Unchanged skipping 2026/08/08 01:56:28 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 01:56:28 DEBUG : YmFuYW5h: size = 6 OK 2026/08/08 01:56:28 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : banana: Unchanged skipping 2026/08/08 01:56:28 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/08 01:56:28 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:28 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/08 01:56:28 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/08 01:56:28 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/08 01:56:28 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/08 01:56:28 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/08 01:56:28 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/08 01:56:28 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/08 01:56:28 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/08 01:56:28 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/08 01:56:28 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/08 01:56:28 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/08 01:56:28 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/08 01:56:28 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/08 01:56:28 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/08 01:56:28 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/08 01:56:28 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:56:28 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/08 01:56:28 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/08 01:56:28 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:56:28 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 01:56:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:56:28 DEBUG : Waiting for deletions to finish 2026/08/08 01:56:28 DEBUG : Waiting for deletions to finish 2026/08/08 01:56:28 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:28 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/08 01:56:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/08 01:56:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/08 01:56:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/08 01:56:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/08 01:56:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/08 01:56:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/08 01:56:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/08 01:56:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/08 01:56:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/08 01:56:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/08 01:56:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:56:42 DEBUG : dir1/0000-abcdefg.txt: md5 = 271cefbbba2fe828342bcc2fd7abd035 OK 2026/08/08 01:56:43 DEBUG : dir1/0001-bcdefgh.txt: md5 = e2a904e3ef1f09653c77df8e144c17e0 OK 2026/08/08 01:56:45 DEBUG : dir1/0002-cdefghi.txt: md5 = a3434648526e35750d7be6492cf4bc0d OK 2026/08/08 01:56:46 DEBUG : dir1/0003-defghij.txt: md5 = c4b1516c22ec2823f4f724a5514ad905 OK 2026/08/08 01:56:48 DEBUG : dir1/0004-efghijk.txt: md5 = 84650a5caf883d118e36a9cf649827bc OK 2026/08/08 01:56:49 DEBUG : dir1/0005-fghijkl.txt: md5 = de087673532956e9870835e186fe366f OK 2026/08/08 01:56:51 DEBUG : dir1/0006-ghijklm.txt: md5 = 8923fb647b8dbc1275ce76ffd4ba2591 OK 2026/08/08 01:56:52 DEBUG : dir1/0007-1234567.txt: md5 = 0b526369492f551b4eb2beabac7d2398 OK 2026/08/08 01:56:54 DEBUG : dir1/0008-2345678.txt: md5 = 81e29eebcb9beddd492ba02d02878003 OK 2026/08/08 01:56:55 DEBUG : dir1/0009-3456789.txt: md5 = d20190d1b2566fb9dc00130c8b2afe23 OK 2026/08/08 01:56:57 DEBUG : dir1/0010-456789.txt: md5 = 13015cd9d37f82561789dfe5f6f208fe OK 2026/08/08 01:56:58 DEBUG : dir1/0011-56789;.txt: md5 = 9610848c1fff955eed1ef97aeb2669f9 OK 2026/08/08 01:57:00 DEBUG : dir1/0012-6789;.txt: md5 = d2e09defb7067f084110b46549e6a75e OK 2026/08/08 01:57:01 DEBUG : dir1/0013-789;=.txt: md5 = 0562a344cfa9f4328fb38042590b243d OK 2026/08/08 01:57:03 DEBUG : dir1/0014-89;=.txt: md5 = 3f750b28956a87262a776b4f4399edb1 OK 2026/08/08 01:57:04 DEBUG : dir1/0015-9;=.txt: md5 = 0182ffba4d455d21b90aa21f030ae385 OK 2026/08/08 01:57:06 DEBUG : apple: md5 = 983010ae69b162ae65f4c57fdd7ca714 OK 2026/08/08 01:57:07 DEBUG : banana: md5 = 495837d5e4872774234c79499d930fc6 OK 2026/08/08 01:57:09 DEBUG : appleappleapplebanana: md5 = a6ee61afca45414f1e470941c5fdad77 OK 2026/08/08 01:57:10 DEBUG : splitbananasplit: md5 = d3784f75f6d07cfdf14fccaaf6711d7f OK 2026/08/08 01:57:10 DEBUG : Waiting for deletions to finish 2026/08/08 01:57:11 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:57:11 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:11 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:11 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:11 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:11 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:11 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:11 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:11 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:11 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:11 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:11 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:11 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:11 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:11 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:11 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:12 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:12 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:12 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:12 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:12 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/08 01:57:12 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/08 01:57:12 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/08 01:57:12 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/08 01:57:12 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/08 01:57:12 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/08 01:57:12 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/08 01:57:12 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/08 01:57:12 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/08 01:57:12 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/08 01:57:12 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/08 01:57:12 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/08 01:57:12 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/08 01:57:12 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/08 01:57:12 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/08 01:57:12 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/08 01:57:12 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/08 01:57:12 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/08 01:57:12 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/08 01:57:12 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/08 01:57:12 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/08 01:57:12 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/08 01:57:12 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/08 01:57:12 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/08 01:57:12 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/08 01:57:12 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/08 01:57:12 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/08 01:57:12 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/08 01:57:12 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/08 01:57:12 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/08 01:57:12 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/08 01:57:12 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/08 01:57:12 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/08 01:57:12 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/08 01:57:12 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/08 01:57:12 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/08 01:57:12 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/08 01:57:12 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/08 01:57:12 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/08 01:57:12 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/08 01:57:12 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/08 01:57:12 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/08 01:57:12 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/08 01:57:12 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/08 01:57:12 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/08 01:57:12 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/08 01:57:12 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/08 01:57:12 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/08 01:57:12 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/08 01:57:12 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/08 01:57:12 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/08 01:57:12 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/08 01:57:12 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/08 01:57:12 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/08 01:57:12 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/08 01:57:12 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/08 01:57:12 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/08 01:57:12 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:57:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:57:13 DEBUG : PREFIXapple: md5 = aca800f4923dd05f63ac0c310b880c0f OK 2026/08/08 01:57:13 DEBUG : PREFIXapple: size = 5 OK 2026/08/08 01:57:13 INFO : apple: Copied (new) to: PREFIXapple 2026/08/08 01:57:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/08 01:57:13 DEBUG : PREFIXappleappleapplebanana: md5 = 37853a3e1542b4ce91d7d26490597bd1 OK 2026/08/08 01:57:13 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/08 01:57:13 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/08 01:57:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/08 01:57:13 DEBUG : PREFIXsplitbananasplit: md5 = cafe160347ff8f40b52123fd3b47a506 OK 2026/08/08 01:57:13 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/08 01:57:13 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/08 01:57:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/08 01:57:13 DEBUG : PREFIXbanana: md5 = a34073b931c1cfb7a81f052620aeb5d1 OK 2026/08/08 01:57:13 DEBUG : PREFIXbanana: size = 6 OK 2026/08/08 01:57:13 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/08 01:57:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/08 01:57:14 DEBUG : dir1/PREFIX0001-bcdefgh.txt: md5 = f27cd4974c657917a0ca13cf2c789c58 OK 2026/08/08 01:57:14 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/08 01:57:14 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/08 01:57:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/08 01:57:14 DEBUG : dir1/PREFIX0000-abcdefg.txt: md5 = 674a691fb8b0ee4216bf165002f32b98 OK 2026/08/08 01:57:14 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/08 01:57:14 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/08 01:57:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/08 01:57:15 DEBUG : dir1/PREFIX0003-defghij.txt: md5 = e7ae9939cbd0e658f1728232eb161c01 OK 2026/08/08 01:57:15 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/08 01:57:15 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/08 01:57:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/08 01:57:15 DEBUG : dir1/PREFIX0002-cdefghi.txt: md5 = 70445f0caf65c40f58009a89b4aeed32 OK 2026/08/08 01:57:15 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/08 01:57:15 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/08 01:57:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/08 01:57:16 DEBUG : dir1/PREFIX0004-efghijk.txt: md5 = c4e2a06c31cf2bac1beb3c02ff31c7f6 OK 2026/08/08 01:57:16 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/08 01:57:16 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/08 01:57:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/08 01:57:16 DEBUG : dir1/PREFIX0005-fghijkl.txt: md5 = 7c182b9cf27d15bfbb003e222304b94f OK 2026/08/08 01:57:16 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/08 01:57:16 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/08 01:57:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/08 01:57:16 DEBUG : dir1/PREFIX0006-ghijklm.txt: md5 = e46ea7cc06c67650f03f322faeb64762 OK 2026/08/08 01:57:16 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/08 01:57:16 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/08 01:57:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/08 01:57:16 DEBUG : dir1/PREFIX0007-1234567.txt: md5 = ff2755676a47269c27c4f5072b60fa56 OK 2026/08/08 01:57:16 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/08 01:57:16 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/08 01:57:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/08 01:57:17 DEBUG : dir1/PREFIX0008-2345678.txt: md5 = 814e0944fd5a6f295da699e117b16af5 OK 2026/08/08 01:57:17 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/08 01:57:17 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/08 01:57:17 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/08 01:57:17 DEBUG : dir1/PREFIX0010-456789.txt: md5 = 6ea4b3a283e2ee9f31a24d6402e322a6 OK 2026/08/08 01:57:17 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/08 01:57:17 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/08 01:57:17 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/08 01:57:17 DEBUG : dir1/PREFIX0009-3456789.txt: md5 = 87a8186630d55d230df171e6f25b8221 OK 2026/08/08 01:57:17 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/08 01:57:17 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/08 01:57:17 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/08 01:57:18 DEBUG : dir1/PREFIX0011-56789;.txt: md5 = 20cbcfe2c383934a4ffdd0ef2599b4bc OK 2026/08/08 01:57:18 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/08 01:57:18 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/08 01:57:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/08 01:57:19 DEBUG : dir1/PREFIX0012-6789;.txt: md5 = 2df010c5bfb9d26b0327fbb49727ff2f OK 2026/08/08 01:57:19 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/08 01:57:19 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/08 01:57:19 DEBUG : dir1/PREFIX0013-789;=.txt: md5 = 842fe53c5e2b4cc31a72aec6a7c9718f OK 2026/08/08 01:57:19 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/08 01:57:19 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/08 01:57:19 DEBUG : dir1/PREFIX0014-89;=.txt: md5 = 461c94dbc3c8f611589cd11955aa0fec OK 2026/08/08 01:57:19 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/08 01:57:19 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/08 01:57:19 DEBUG : dir1/PREFIX0015-9;=.txt: md5 = aef433f7a85c1626667fc5145cd52c0f OK 2026/08/08 01:57:19 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/08 01:57:19 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/08 01:57:19 DEBUG : Waiting for deletions to finish 2026/08/08 01:57:19 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/08 01:57:19 INFO : dir1/0003-defghij.txt: Deleted 2026/08/08 01:57:19 INFO : dir1/0009-3456789.txt: Deleted 2026/08/08 01:57:19 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/08 01:57:19 INFO : banana: Deleted 2026/08/08 01:57:19 INFO : dir1/0015-9;=.txt: Deleted 2026/08/08 01:57:19 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/08 01:57:19 INFO : dir1/0010-456789.txt: Deleted 2026/08/08 01:57:20 INFO : dir1/0008-2345678.txt: Deleted 2026/08/08 01:57:20 INFO : dir1/0013-789;=.txt: Deleted 2026/08/08 01:57:20 INFO : dir1/0014-89;=.txt: Deleted 2026/08/08 01:57:20 INFO : apple: Deleted 2026/08/08 01:57:20 INFO : dir1/0007-1234567.txt: Deleted 2026/08/08 01:57:20 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/08 01:57:20 INFO : splitbananasplit: Deleted 2026/08/08 01:57:20 INFO : dir1/0011-56789;.txt: Deleted 2026/08/08 01:57:20 INFO : dir1/0012-6789;.txt: Deleted 2026/08/08 01:57:20 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/08 01:57:20 INFO : appleappleapplebanana: Deleted 2026/08/08 01:57:20 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/08 01:57:20 DEBUG : Waiting for deletions to finish 2026/08/08 01:57:21 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:57:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/08 01:57:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/08 01:57:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/08 01:57:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/08 01:57:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/08 01:57:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/08 01:57:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/08 01:57:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/08 01:57:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/08 01:57:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/08 01:57:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/08 01:57:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/08 01:57:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/08 01:57:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/08 01:57:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/08 01:57:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/08 01:57:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/08 01:57:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/08 01:57:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/08 01:57:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/08 01:57:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/08 01:57:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/08 01:57:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/08 01:57:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/08 01:57:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/08 01:57:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/08 01:57:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/08 01:57:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/08 01:57:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/08 01:57:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/08 01:57:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/08 01:57:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/08 01:57:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/08 01:57:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/08 01:57:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/08 01:57:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/08 01:57:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/08 01:57:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/08 01:57:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/08 01:57:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/08 01:57:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/08 01:57:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/08 01:57:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/08 01:57:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/08 01:57:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/08 01:57:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/08 01:57:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/08 01:57:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/08 01:57:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/08 01:57:22 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1: Directory modification time the same (differ by -974.154µs, within tolerance 1ms) 2026/08/08 01:57:22 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:57:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:57:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:57:23 DEBUG : splitbananasplit: md5 = 681faed5c9d5f7f287973e6707fc5c67 OK 2026/08/08 01:57:23 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 01:57:23 INFO : splitbananasplit: Copied (new) 2026/08/08 01:57:23 DEBUG : appleappleapplebanana: md5 = deef8fd02b59637021657c1f8afb7ee9 OK 2026/08/08 01:57:23 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 01:57:23 INFO : appleappleapplebanana: Copied (new) 2026/08/08 01:57:23 DEBUG : banana: md5 = 91aba72ed6c9bea417d5c35881f8e491 OK 2026/08/08 01:57:23 DEBUG : banana: size = 6 OK 2026/08/08 01:57:23 INFO : banana: Copied (new) 2026/08/08 01:57:23 DEBUG : apple: md5 = 29219e46ae01a77d260b0be4b2655318 OK 2026/08/08 01:57:23 DEBUG : apple: size = 5 OK 2026/08/08 01:57:23 INFO : apple: Copied (new) 2026/08/08 01:57:25 DEBUG : dir1/0001-bcdefgh.txt: md5 = ed7a017f77bf9d3d464c8bc9bf67f54b OK 2026/08/08 01:57:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 01:57:25 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/08 01:57:25 DEBUG : dir1/0002-cdefghi.txt: md5 = fcab6d9b09580b8350420abdf5d83bd3 OK 2026/08/08 01:57:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 01:57:25 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/08 01:57:25 DEBUG : dir1/0000-abcdefg.txt: md5 = 698955e07fd791ec60c5f5bf8dec8adc OK 2026/08/08 01:57:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 01:57:25 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/08 01:57:25 DEBUG : dir1/0003-defghij.txt: md5 = 140c0ff70a0f73e938e7e91b9be23c50 OK 2026/08/08 01:57:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 01:57:25 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/08 01:57:26 DEBUG : dir1/0004-efghijk.txt: md5 = 2e75d7d3c5e76b6e277309b8eb320716 OK 2026/08/08 01:57:26 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 01:57:26 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/08 01:57:26 DEBUG : dir1/0006-ghijklm.txt: md5 = 1a46c1e69d670e5912e38b9ec2ff83be OK 2026/08/08 01:57:26 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 01:57:26 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/08 01:57:26 DEBUG : dir1/0007-1234567.txt: md5 = a4a5fe8f1b5f715bd648404f3774d9ae OK 2026/08/08 01:57:26 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 01:57:26 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/08 01:57:26 DEBUG : dir1/0005-fghijkl.txt: md5 = 5f87f7477af9b611746c5d8772855ceb OK 2026/08/08 01:57:26 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 01:57:26 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/08 01:57:27 DEBUG : dir1/0008-2345678.txt: md5 = 3a1af445b747d13a37f1f62e1be2cdae OK 2026/08/08 01:57:27 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 01:57:27 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/08 01:57:28 DEBUG : dir1/0009-3456789.txt: md5 = 646b14437be6e5965d9d1aeefb598201 OK 2026/08/08 01:57:28 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 01:57:28 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/08 01:57:28 DEBUG : dir1/0011-56789;.txt: md5 = 92edfdf788edf048f42b02e344a31d7a OK 2026/08/08 01:57:28 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 01:57:28 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/08 01:57:28 DEBUG : dir1/0010-456789.txt: md5 = cbe49c7f72ca263fca8e61d8ecefc191 OK 2026/08/08 01:57:28 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 01:57:28 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/08 01:57:29 DEBUG : dir1/0012-6789;.txt: md5 = 1f7020e2907ddbf2953a6a8f907978b2 OK 2026/08/08 01:57:29 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 01:57:29 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/08 01:57:29 DEBUG : dir1/0013-789;=.txt: md5 = cc1d5043fa41940743fa4be931905371 OK 2026/08/08 01:57:29 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 01:57:29 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/08 01:57:29 DEBUG : dir1/0014-89;=.txt: md5 = b2c8c3d2abe9ddcd63265b64129c085c OK 2026/08/08 01:57:29 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 01:57:29 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/08 01:57:29 DEBUG : dir1/0015-9;=.txt: md5 = 620dc316bd9b696b8f61add0744b9a22 OK 2026/08/08 01:57:29 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 01:57:29 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/08 01:57:29 DEBUG : Waiting for deletions to finish 2026/08/08 01:57:30 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/08 01:57:30 INFO : PREFIXsplitbananasplit: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/08 01:57:30 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/08 01:57:30 INFO : PREFIXapple: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/08 01:57:30 INFO : PREFIXbanana: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/08 01:57:30 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/08 01:57:30 DEBUG : Waiting for deletions to finish 2026/08/08 01:57:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:57:31 DEBUG : Waiting for deletions to finish 2026/08/08 01:57:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:57:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:57:45 DEBUG : dir1/0000-abcdefg.txt: md5 = 4f246fd6d5574e8562e996a2a4176ca7 OK 2026/08/08 01:57:47 DEBUG : dir1/0001-bcdefgh.txt: md5 = 51a7efeb4ef9ea9d6ee74c3e0fcd8f88 OK 2026/08/08 01:57:48 DEBUG : dir1/0002-cdefghi.txt: md5 = 58bbaf43e433f9f3c1ced2c0be1bc808 OK 2026/08/08 01:57:50 DEBUG : dir1/0003-defghij.txt: md5 = b22f2f383068677d4a6e5293fb87fa8f OK 2026/08/08 01:57:51 DEBUG : dir1/0004-efghijk.txt: md5 = 4c1009e3ce8ee80d1ff2f32ddfd22303 OK 2026/08/08 01:57:53 DEBUG : dir1/0005-fghijkl.txt: md5 = c69f8ffe97f184b260370e0df3fd6f2f OK 2026/08/08 01:57:54 DEBUG : dir1/0006-ghijklm.txt: md5 = 8d616a48e0afdbc30e47cc75560285b2 OK 2026/08/08 01:57:56 DEBUG : dir1/0007-1234567.txt: md5 = e0be37b129bf79f736315933a81606f6 OK 2026/08/08 01:57:57 DEBUG : dir1/0008-2345678.txt: md5 = 4568643eaca93b866c848549b66a7263 OK 2026/08/08 01:57:59 DEBUG : dir1/0009-3456789.txt: md5 = 78c762febab41c4bbb5661a8a2b13695 OK 2026/08/08 01:58:00 DEBUG : dir1/0010-456789.txt: md5 = 325648259868e7a90c13941e58a087ad OK 2026/08/08 01:58:02 DEBUG : dir1/0011-56789;.txt: md5 = 643c9f0113418f1bc1a581dbcfcda7b4 OK 2026/08/08 01:58:03 DEBUG : dir1/0012-6789;.txt: md5 = 5d7a7beb500cb64e9ccd0ac670577aa8 OK 2026/08/08 01:58:05 DEBUG : dir1/0013-789;=.txt: md5 = 9d869153df9749e90d16f24d0353da8d OK 2026/08/08 01:58:06 DEBUG : dir1/0014-89;=.txt: md5 = 7a202df0afa4b075357aa4804d5415c8 OK 2026/08/08 01:58:08 DEBUG : dir1/0015-9;=.txt: md5 = d76d34b42ff6be6a8cfc2eade82c75d8 OK 2026/08/08 01:58:09 DEBUG : apple: md5 = 7f83c2909226a5c2957ba6d587525ff3 OK 2026/08/08 01:58:11 DEBUG : banana: md5 = b38456917a64a43068510cc60c19793f OK 2026/08/08 01:58:12 DEBUG : appleappleapplebanana: md5 = edd171c59912a50acdf3af14b7195de1 OK 2026/08/08 01:58:14 DEBUG : splitbananasplit: md5 = a457af3edded03ed52f3c90d6cc589be OK 2026/08/08 01:58:14 DEBUG : Waiting for deletions to finish 2026/08/08 01:58:14 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:58:14 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:58:15 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/08 01:58:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:15 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/08 01:58:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:15 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/08 01:58:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:15 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/08 01:58:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:15 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/08 01:58:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:15 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/08 01:58:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:15 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/08 01:58:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:16 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/08 01:58:16 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/08 01:58:16 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/08 01:58:16 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:58:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:58:17 DEBUG : bananaSUFFIX: md5 = 319bf60fc3d03137c36fa2a657e4e7d8 OK 2026/08/08 01:58:17 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/08 01:58:17 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/08 01:58:17 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/08 01:58:17 DEBUG : appleSUFFIX: md5 = f0e2aea30a975e93cfbb9980612c8113 OK 2026/08/08 01:58:17 DEBUG : appleSUFFIX: size = 5 OK 2026/08/08 01:58:17 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/08 01:58:17 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:17 DEBUG : appleappleapplebananaSUFFIX: md5 = 850e62acdaa38508d68e0c6f25714c50 OK 2026/08/08 01:58:17 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/08 01:58:17 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/08 01:58:17 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/08 01:58:18 DEBUG : splitbananasplitSUFFIX: md5 = b4d57c6ec7677509919cf4289de1b6fe OK 2026/08/08 01:58:18 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/08 01:58:18 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/08 01:58:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/08 01:58:18 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: md5 = 39bd244a82e3704c2d047b44629695b3 OK 2026/08/08 01:58:18 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/08 01:58:18 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/08 01:58:18 DEBUG : dir1/0000-abcdefg.txtSUFFIX: md5 = 5f7899f834e3d4d36227d94564ebc9cf OK 2026/08/08 01:58:18 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/08 01:58:18 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/08 01:58:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/08 01:58:19 DEBUG : dir1/0002-cdefghi.txtSUFFIX: md5 = 13c2288f8ac73190ca7d00d9a4705a09 OK 2026/08/08 01:58:19 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/08 01:58:19 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/08 01:58:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/08 01:58:19 DEBUG : dir1/0003-defghij.txtSUFFIX: md5 = 08b113daedbf9c2fc6b569c43bc886d5 OK 2026/08/08 01:58:19 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/08 01:58:19 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/08 01:58:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/08 01:58:20 DEBUG : dir1/0005-fghijkl.txtSUFFIX: md5 = f70083bc8007d8a2183f880af123989b OK 2026/08/08 01:58:20 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/08 01:58:20 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/08 01:58:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/08 01:58:20 DEBUG : dir1/0004-efghijk.txtSUFFIX: md5 = be047b8cd317108ce83bd9ecfddfd0ac OK 2026/08/08 01:58:20 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/08 01:58:20 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/08 01:58:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/08 01:58:20 DEBUG : dir1/0006-ghijklm.txtSUFFIX: md5 = 58fad89f2ef53c268a7f663a9025ba67 OK 2026/08/08 01:58:20 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/08 01:58:20 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/08 01:58:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/08 01:58:21 DEBUG : dir1/0007-1234567.txtSUFFIX: md5 = 8e9e10f7817b56c82b4169ceff2d92df OK 2026/08/08 01:58:21 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/08 01:58:21 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/08 01:58:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/08 01:58:21 DEBUG : dir1/0009-3456789.txtSUFFIX: md5 = 0a4c1a6b0fb9714a2e67ee03e8963192 OK 2026/08/08 01:58:21 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/08 01:58:21 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/08 01:58:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/08 01:58:21 DEBUG : dir1/0008-2345678.txtSUFFIX: md5 = 5ff3ffe11da9233c6e68930aad9bcf62 OK 2026/08/08 01:58:21 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/08 01:58:21 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/08 01:58:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/08 01:58:21 DEBUG : dir1/0010-456789.txtSUFFIX: md5 = b218d862576a4daf64e80e5460a3e201 OK 2026/08/08 01:58:21 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/08 01:58:21 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/08 01:58:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/08 01:58:22 DEBUG : dir1/0011-56789;.txtSUFFIX: md5 = a54e7e93cdb040ce5d7a07a43eabe9d0 OK 2026/08/08 01:58:22 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/08 01:58:22 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/08 01:58:22 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/08 01:58:23 DEBUG : dir1/0012-6789;.txtSUFFIX: md5 = a84d4cb8a66ac26f91ec981e0b45f78c OK 2026/08/08 01:58:23 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/08 01:58:23 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/08 01:58:23 DEBUG : dir1/0013-789;=.txtSUFFIX: md5 = 6a8cec9c366ce7589a3d8f56613cdaab OK 2026/08/08 01:58:23 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/08 01:58:23 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/08 01:58:23 DEBUG : dir1/0014-89;=.txtSUFFIX: md5 = b8360d900fa56e7d4359093377567178 OK 2026/08/08 01:58:23 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/08 01:58:23 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/08 01:58:24 DEBUG : dir1/0015-9;=.txtSUFFIX: md5 = 0d86da1f6b29ca41d4b165fec077b027 OK 2026/08/08 01:58:24 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/08 01:58:24 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/08 01:58:24 DEBUG : Waiting for deletions to finish 2026/08/08 01:58:24 INFO : apple: Deleted 2026/08/08 01:58:24 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/08 01:58:24 INFO : dir1/0008-2345678.txt: Deleted 2026/08/08 01:58:24 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/08 01:58:24 INFO : splitbananasplit: Deleted 2026/08/08 01:58:24 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/08 01:58:24 INFO : dir1/0013-789;=.txt: Deleted 2026/08/08 01:58:24 INFO : dir1/0003-defghij.txt: Deleted 2026/08/08 01:58:24 INFO : banana: Deleted 2026/08/08 01:58:24 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/08 01:58:24 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/08 01:58:24 INFO : dir1/0009-3456789.txt: Deleted 2026/08/08 01:58:24 INFO : dir1/0011-56789;.txt: Deleted 2026/08/08 01:58:24 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/08 01:58:24 INFO : dir1/0010-456789.txt: Deleted 2026/08/08 01:58:24 INFO : dir1/0012-6789;.txt: Deleted 2026/08/08 01:58:25 INFO : dir1/0014-89;=.txt: Deleted 2026/08/08 01:58:25 INFO : appleappleapplebanana: Deleted 2026/08/08 01:58:25 INFO : dir1/0015-9;=.txt: Deleted 2026/08/08 01:58:25 INFO : dir1/0007-1234567.txt: Deleted 2026/08/08 01:58:25 DEBUG : Waiting for deletions to finish 2026/08/08 01:58:25 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:25 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/08 01:58:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : apple: transformed to: appleSUFFIX 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/08 01:58:26 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/08 01:58:26 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/08 01:58:26 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1: Directory modification time the same (differ by -779.797µs, within tolerance 1ms) 2026/08/08 01:58:26 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:58:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:58:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:58:28 DEBUG : apple: md5 = e8b6b95fe074607975e2b42a4a151c56 OK 2026/08/08 01:58:28 DEBUG : apple: size = 5 OK 2026/08/08 01:58:28 INFO : apple: Copied (new) 2026/08/08 01:58:28 DEBUG : splitbananasplit: md5 = f71303e4319d1ae69050bed870c3d356 OK 2026/08/08 01:58:28 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 01:58:28 INFO : splitbananasplit: Copied (new) 2026/08/08 01:58:28 DEBUG : banana: md5 = b39c3677244de380ca79e73d1f3f13e8 OK 2026/08/08 01:58:28 DEBUG : banana: size = 6 OK 2026/08/08 01:58:28 INFO : banana: Copied (new) 2026/08/08 01:58:28 DEBUG : appleappleapplebanana: md5 = c3ab2e79a03ec14c04391449789e576c OK 2026/08/08 01:58:28 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 01:58:28 INFO : appleappleapplebanana: Copied (new) 2026/08/08 01:58:29 DEBUG : dir1/0001-bcdefgh.txt: md5 = 060c857df749aae9406ff53cd0187e22 OK 2026/08/08 01:58:29 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 01:58:29 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/08 01:58:29 DEBUG : dir1/0002-cdefghi.txt: md5 = e7f7af27072aa3c1f7d47c9923246370 OK 2026/08/08 01:58:29 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 01:58:29 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/08 01:58:29 DEBUG : dir1/0000-abcdefg.txt: md5 = 6bf218d1c0747c1f864f4827451a49e4 OK 2026/08/08 01:58:29 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 01:58:29 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/08 01:58:29 DEBUG : dir1/0003-defghij.txt: md5 = ba9f39e510fb27fc193540758cdc53a2 OK 2026/08/08 01:58:29 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 01:58:29 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/08 01:58:30 DEBUG : dir1/0005-fghijkl.txt: md5 = 90b71d2915a26037f591463d2983cfe5 OK 2026/08/08 01:58:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 01:58:30 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/08 01:58:30 DEBUG : dir1/0004-efghijk.txt: md5 = db9cad508547699c03721dc1c46ae30b OK 2026/08/08 01:58:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 01:58:30 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/08 01:58:31 DEBUG : dir1/0006-ghijklm.txt: md5 = 36a58c75dc87c609df5f8750ef7e7cb9 OK 2026/08/08 01:58:31 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 01:58:31 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/08 01:58:31 DEBUG : dir1/0007-1234567.txt: md5 = 2e061a87975b1a7e999f2d6ba6717ddb OK 2026/08/08 01:58:31 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 01:58:31 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/08 01:58:32 DEBUG : dir1/0008-2345678.txt: md5 = f8d6cfe2bbd6b750053124080c0c79f4 OK 2026/08/08 01:58:32 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 01:58:32 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/08 01:58:32 DEBUG : dir1/0009-3456789.txt: md5 = 8aab45f5c5ea8cce2e3c24e559efcc8c OK 2026/08/08 01:58:32 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 01:58:32 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/08 01:58:32 DEBUG : dir1/0010-456789.txt: md5 = d8ea8edac196ddaff920c8e81fbf852d OK 2026/08/08 01:58:32 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 01:58:32 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/08 01:58:32 DEBUG : dir1/0011-56789;.txt: md5 = 809a3539d97579fdbb06af3687fd5fc3 OK 2026/08/08 01:58:32 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 01:58:32 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/08 01:58:33 DEBUG : dir1/0012-6789;.txt: md5 = 1a7d86a59427f95327e0b0313b945f24 OK 2026/08/08 01:58:33 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 01:58:33 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/08 01:58:33 DEBUG : dir1/0013-789;=.txt: md5 = cb7c94762b9846f419ae88a9fffab364 OK 2026/08/08 01:58:33 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 01:58:33 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/08 01:58:33 DEBUG : dir1/0014-89;=.txt: md5 = f99f621287f0df2661adb538ef89466f OK 2026/08/08 01:58:33 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 01:58:33 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/08 01:58:34 DEBUG : dir1/0015-9;=.txt: md5 = 8c4f307751b6c9a4146ba266d3a6fe12 OK 2026/08/08 01:58:34 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 01:58:34 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/08 01:58:34 DEBUG : Waiting for deletions to finish 2026/08/08 01:58:34 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/08 01:58:34 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/08 01:58:34 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/08 01:58:34 INFO : splitbananasplitSUFFIX: Deleted 2026/08/08 01:58:34 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/08 01:58:34 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/08 01:58:34 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/08 01:58:34 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/08 01:58:34 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/08 01:58:34 INFO : bananaSUFFIX: Deleted 2026/08/08 01:58:34 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/08 01:58:34 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/08 01:58:34 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/08 01:58:34 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/08 01:58:35 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/08 01:58:35 INFO : appleSUFFIX: Deleted 2026/08/08 01:58:35 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/08 01:58:35 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/08 01:58:35 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/08 01:58:35 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/08 01:58:35 DEBUG : Waiting for deletions to finish 2026/08/08 01:58:35 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:58:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : Waiting for deletions to finish 2026/08/08 01:58:36 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:58:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:58:50 DEBUG : dir1/0000-abcdefg.txt: md5 = 5431784da5c1d45670e7bfcf1d4a95b4 OK 2026/08/08 01:58:51 DEBUG : dir1/0001-bcdefgh.txt: md5 = 1ddd7c8bf5ad8834375d39da40dd0d46 OK 2026/08/08 01:58:53 DEBUG : dir1/0002-cdefghi.txt: md5 = e3e2c576308c4577a6326e6b50fafc16 OK 2026/08/08 01:58:55 DEBUG : dir1/0003-defghij.txt: md5 = c29725fb2691235d4de9a77d1cccf364 OK 2026/08/08 01:58:56 DEBUG : dir1/0004-efghijk.txt: md5 = 2636f4093e377c61f89851628555f3a6 OK 2026/08/08 01:58:58 DEBUG : dir1/0005-fghijkl.txt: md5 = 12dac7e661973bad7b6d3d9e97b3f753 OK 2026/08/08 01:58:59 DEBUG : dir1/0006-ghijklm.txt: md5 = 26fc8bbb901952707cf9b9ad3c88f976 OK 2026/08/08 01:59:01 DEBUG : dir1/0007-1234567.txt: md5 = c8402ec7f9e55b33878957faf5bd3ab8 OK 2026/08/08 01:59:02 DEBUG : dir1/0008-2345678.txt: md5 = 34c99e575f963811d77e394765ef845c OK 2026/08/08 01:59:04 DEBUG : dir1/0009-3456789.txt: md5 = 5195a025e1e41e4285a188d071d817d0 OK 2026/08/08 01:59:05 DEBUG : dir1/0010-456789.txt: md5 = bfd89e3711f7f76c26639e74c178d3b2 OK 2026/08/08 01:59:07 DEBUG : dir1/0011-56789;.txt: md5 = b35984909a0c41cba3d78c33351be6ed OK 2026/08/08 01:59:08 DEBUG : dir1/0012-6789;.txt: md5 = 41c6489636ee7999df2b6541cd7f470f OK 2026/08/08 01:59:10 DEBUG : dir1/0013-789;=.txt: md5 = 8b24f7dbf403e6685d281a62910da30b OK 2026/08/08 01:59:11 DEBUG : dir1/0014-89;=.txt: md5 = 64ce731a5a0910f514ba661b9a4595d9 OK 2026/08/08 01:59:13 DEBUG : dir1/0015-9;=.txt: md5 = 303797c3eb970d4f25117afc13ddfddf OK 2026/08/08 01:59:14 DEBUG : apple: md5 = 284ef7e42397dc4fc004719e0b12972c OK 2026/08/08 01:59:16 DEBUG : banana: md5 = 40fc1929f6d38ee21a7852637aa806e5 OK 2026/08/08 01:59:17 DEBUG : appleappleapplebanana: md5 = 9547946b9f8e7222ce89266ac6581236 OK 2026/08/08 01:59:19 DEBUG : splitbananasplit: md5 = b3c177a4f7fb7cdbf7120d43d4d3db52 OK 2026/08/08 01:59:19 DEBUG : Waiting for deletions to finish 2026/08/08 01:59:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 01:59:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 01:59:20 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:20 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:20 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:20 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:20 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/08 01:59:20 DEBUG : apple: size = 5 OK 2026/08/08 01:59:20 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:20 DEBUG : apple: Unchanged skipping 2026/08/08 01:59:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:20 DEBUG : banana: size = 6 OK 2026/08/08 01:59:20 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:20 DEBUG : banana: Unchanged skipping 2026/08/08 01:59:21 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/08 01:59:21 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:21 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:21 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:21 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:21 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:21 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:21 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:21 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:21 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:21 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:21 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:21 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:21 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:21 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:21 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:21 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:21 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/08 01:59:21 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/08 01:59:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/08 01:59:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/08 01:59:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:59:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:59:22 DEBUG : appleapple: md5 = 17f522c84bc61a033c9301e80bd8c8da OK 2026/08/08 01:59:22 DEBUG : appleapple: size = 21 OK 2026/08/08 01:59:22 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/08 01:59:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/08 01:59:22 DEBUG : splitbanan: md5 = 0b4d82ae1680b317c856e64059408e0f OK 2026/08/08 01:59:22 DEBUG : splitbanan: size = 16 OK 2026/08/08 01:59:22 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/08 01:59:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/08 01:59:22 DEBUG : dir1/0001-bcdef: md5 = 31bdf9d37a3369b8c888035e85d3ec7c OK 2026/08/08 01:59:22 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/08 01:59:22 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/08 01:59:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/08 01:59:22 DEBUG : dir1/0000-abcde: md5 = e49bd630d480eb66f3f3a32b3ee963da OK 2026/08/08 01:59:22 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/08 01:59:22 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/08 01:59:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/08 01:59:23 DEBUG : dir1/0002-cdefg: md5 = 956007dea1acc79931bb141b90d248f7 OK 2026/08/08 01:59:23 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/08 01:59:23 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/08 01:59:23 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/08 01:59:23 DEBUG : dir1/0003-defgh: md5 = 50db59fcc9bb68d49e7babae8878751d OK 2026/08/08 01:59:23 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/08 01:59:23 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/08 01:59:23 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/08 01:59:23 DEBUG : dir1/0005-fghij: md5 = 0cf25e937cf56cbc74f3315f661e0a8c OK 2026/08/08 01:59:23 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/08 01:59:23 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/08 01:59:23 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/08 01:59:24 DEBUG : dir1/0004-efghi: md5 = 736cdc777a8913fa96e120d1ff5fac16 OK 2026/08/08 01:59:24 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/08 01:59:24 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/08 01:59:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/08 01:59:25 DEBUG : dir1/0007-12345: md5 = 9be78db56c850b7dd52eab2503d1f5c3 OK 2026/08/08 01:59:25 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/08 01:59:25 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/08 01:59:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/08 01:59:25 DEBUG : dir1/0006-ghijk: md5 = b4a542735c24556f2f9caee9a34ec179 OK 2026/08/08 01:59:25 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/08 01:59:25 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/08 01:59:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/08 01:59:25 DEBUG : dir1/0008-23456: md5 = 34f9940ff3c8e925e4cf2d4ddd699189 OK 2026/08/08 01:59:25 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/08 01:59:25 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/08 01:59:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/08 01:59:25 DEBUG : dir1/0009-34567: md5 = fd2e774360e6314e3feafe75f64de442 OK 2026/08/08 01:59:25 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/08 01:59:25 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/08 01:59:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/08 01:59:26 DEBUG : dir1/0010-45678: md5 = 181bc6c443867eeca2bc0631eea0b979 OK 2026/08/08 01:59:26 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/08 01:59:26 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/08 01:59:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/08 01:59:26 DEBUG : dir1/0011-56789: md5 = 900b1e1a84b22065ba70eb5bd8321a7a OK 2026/08/08 01:59:26 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/08 01:59:26 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/08 01:59:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/08 01:59:26 DEBUG : dir1/0012-6789;: md5 = 8711fb2bea5ddcb1ea7ae5af1f86b02f OK 2026/08/08 01:59:26 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/08 01:59:26 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/08 01:59:27 DEBUG : dir1/0013-789;=: md5 = a5a172712b71ab84b7c98203351acc81 OK 2026/08/08 01:59:27 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/08 01:59:27 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/08 01:59:27 DEBUG : dir1/0014-89;=.: md5 = 388c82ef3fc75b597b355f87f9186d95 OK 2026/08/08 01:59:27 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/08 01:59:27 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/08 01:59:27 DEBUG : dir1/0015-9;=.t: md5 = 5453938c33bc5588fea5f87aa75ca51e OK 2026/08/08 01:59:27 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/08 01:59:27 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/08 01:59:27 DEBUG : Waiting for deletions to finish 2026/08/08 01:59:28 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0007-1234567.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0008-2345678.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0011-56789;.txt: Deleted 2026/08/08 01:59:28 INFO : splitbananasplit: Deleted 2026/08/08 01:59:28 INFO : dir1/0003-defghij.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0013-789;=.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0010-456789.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0014-89;=.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0012-6789;.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0009-3456789.txt: Deleted 2026/08/08 01:59:28 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/08 01:59:29 INFO : dir1/0015-9;=.txt: Deleted 2026/08/08 01:59:29 INFO : appleappleapplebanana: Deleted 2026/08/08 01:59:29 DEBUG : Waiting for deletions to finish 2026/08/08 01:59:29 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : appleapple: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/08 01:59:29 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/08 01:59:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/08 01:59:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/08 01:59:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/08 01:59:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/08 01:59:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/08 01:59:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/08 01:59:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/08 01:59:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/08 01:59:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/08 01:59:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/08 01:59:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/08 01:59:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/08 01:59:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/08 01:59:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/08 01:59:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/08 01:59:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/08 01:59:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/08 01:59:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/08 01:59:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/08 01:59:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/08 01:59:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/08 01:59:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/08 01:59:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/08 01:59:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/08 01:59:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/08 01:59:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/08 01:59:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/08 01:59:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/08 01:59:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/08 01:59:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/08 01:59:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/08 01:59:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/08 01:59:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/08 01:59:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/08 01:59:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/08 01:59:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/08 01:59:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/08 01:59:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/08 01:59:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/08 01:59:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/08 01:59:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/08 01:59:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/08 01:59:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/08 01:59:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/08 01:59:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/08 01:59:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/08 01:59:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/08 01:59:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/08 01:59:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/08 01:59:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/08 01:59:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/08 01:59:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/08 01:59:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/08 01:59:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/08 01:59:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/08 01:59:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/08 01:59:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/08 01:59:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/08 01:59:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/08 01:59:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/08 01:59:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/08 01:59:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/08 01:59:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/08 01:59:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/08 01:59:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/08 01:59:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/08 01:59:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/08 01:59:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/08 01:59:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/08 01:59:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/08 01:59:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/08 01:59:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/08 01:59:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/08 01:59:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/08 01:59:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/08 01:59:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/08 01:59:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/08 01:59:30 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:30 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:30 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:30 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:30 DEBUG : dir1: Directory modification time the same (differ by -616.739µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:30 DEBUG : appleapple: size = 21 OK 2026/08/08 01:59:30 DEBUG : apple: size = 5 OK 2026/08/08 01:59:30 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : apple: Unchanged skipping 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 01:59:30 DEBUG : banana: size = 6 OK 2026/08/08 01:59:30 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : banana: Unchanged skipping 2026/08/08 01:59:30 DEBUG : splitbanan: size = 16 OK 2026/08/08 01:59:30 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:30 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:30 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:30 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:30 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:30 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:30 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:30 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:30 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:30 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:30 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:30 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:30 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:30 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:30 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:30 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/08 01:59:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/08 01:59:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/08 01:59:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/08 01:59:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/08 01:59:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/08 01:59:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/08 01:59:30 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/08 01:59:30 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/08 01:59:30 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/08 01:59:30 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/08 01:59:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/08 01:59:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/08 01:59:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/08 01:59:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/08 01:59:30 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/08 01:59:30 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/08 01:59:30 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/08 01:59:30 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/08 01:59:30 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 01:59:30 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/08 01:59:30 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/08 01:59:30 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/08 01:59:30 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/08 01:59:30 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/08 01:59:30 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/08 01:59:30 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/08 01:59:30 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/08 01:59:30 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/08 01:59:30 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/08 01:59:30 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/08 01:59:30 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/08 01:59:30 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/08 01:59:30 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 01:59:30 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 01:59:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 01:59:30 DEBUG : Waiting for deletions to finish 2026/08/08 01:59:30 DEBUG : Waiting for deletions to finish 2026/08/08 01:59:31 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : banana: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : appleapple: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : apple: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/08 01:59:31 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:31 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/08 01:59:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/08 01:59:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/08 01:59:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/08 01:59:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/08 01:59:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/08 01:59:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/08 01:59:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/08 01:59:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/08 01:59:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/08 01:59:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/08 01:59:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/08 01:59:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/08 01:59:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/08 01:59:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/08 01:59:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/08 01:59:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/08 01:59:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/08 01:59:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/08 01:59:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/08 01:59:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/08 01:59:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/08 01:59:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/08 01:59:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/08 01:59:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/08 01:59:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/08 01:59:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/08 01:59:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/08 01:59:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/08 01:59:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/08 01:59:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/08 01:59:31 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/08 01:59:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/08 01:59:31 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/08 01:59:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/08 01:59:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/08 01:59:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/08 01:59:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/08 01:59:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/08 01:59:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/08 01:59:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/08 01:59:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/08 01:59:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/08 01:59:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/08 01:59:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/08 01:59:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/08 01:59:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/08 01:59:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/08 01:59:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/08 01:59:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/08 01:59:31 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 01:59:44 DEBUG : dir1/0000-abcdefg.txt: md5 = 68a6661f7d2ebbafff480517e6101dab OK 2026/08/08 01:59:46 DEBUG : dir1/0001-bcdefgh.txt: md5 = cbac4a0c00f2fc4a8d83dac814c1af58 OK 2026/08/08 01:59:47 DEBUG : dir1/0002-cdefghi.txt: md5 = 7f0a630c80a852435ed5111f982aa3ae OK 2026/08/08 01:59:49 DEBUG : dir1/0003-defghij.txt: md5 = 99581e5ab40f585439cccffeda45014a OK 2026/08/08 01:59:50 DEBUG : dir1/0004-efghijk.txt: md5 = 9442801454b6f7bb1d865f7124d8adba OK 2026/08/08 01:59:52 DEBUG : dir1/0005-fghijkl.txt: md5 = f5e9c98bb8f9093809a7f1879fae5b18 OK 2026/08/08 01:59:53 DEBUG : dir1/0006-ghijklm.txt: md5 = 456264189d9749e29f772b0f37008ed2 OK 2026/08/08 01:59:54 DEBUG : dir1/0007-1234567.txt: md5 = cc43e5f7a1dd98a4917769ae8db31730 OK 2026/08/08 01:59:56 DEBUG : dir1/0008-2345678.txt: md5 = 6e00b370490d73a0467ad63af52faf78 OK 2026/08/08 01:59:57 DEBUG : dir1/0009-3456789.txt: md5 = 95e57479c5a4e3a140de7f0bb612a819 OK 2026/08/08 01:59:59 DEBUG : dir1/0010-456789.txt: md5 = 0110a48845405ccf7a4a25e61d8dc3c4 OK 2026/08/08 02:00:00 DEBUG : dir1/0011-56789;.txt: md5 = b39d05f132ac67261a93d4b077c0295b OK 2026/08/08 02:00:02 DEBUG : dir1/0012-6789;.txt: md5 = 4da8dc7ad6f8321e06630e38ef4879e2 OK 2026/08/08 02:00:04 DEBUG : dir1/0013-789;=.txt: md5 = 3d61155ad9f18901edb7716477681049 OK 2026/08/08 02:00:05 DEBUG : dir1/0014-89;=.txt: md5 = 739c47875908bd24c30c1ed5e2fc26e9 OK 2026/08/08 02:00:07 DEBUG : dir1/0015-9;=.txt: md5 = 0335090a2d6b0d1c9a45e5ca90848f60 OK 2026/08/08 02:00:08 DEBUG : apple: md5 = 519854a7405ff3494c0b7bc6c4b948de OK 2026/08/08 02:00:10 DEBUG : banana: md5 = 10dc04e847374d70787f2f0b1c3b368b OK 2026/08/08 02:00:11 DEBUG : appleappleapplebanana: md5 = 5e786b13f7b5843c9ff2d314293bee11 OK 2026/08/08 02:00:12 DEBUG : splitbananasplit: md5 = 8cff56c60d8277cd4475f41a90a6ea44 OK 2026/08/08 02:00:12 DEBUG : Waiting for deletions to finish 2026/08/08 02:00:13 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:00:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:00:14 DEBUG : apple: size = 5 OK 2026/08/08 02:00:14 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:14 DEBUG : apple: Unchanged skipping 2026/08/08 02:00:14 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 02:00:14 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:14 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 02:00:14 DEBUG : banana: size = 6 OK 2026/08/08 02:00:14 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:14 DEBUG : banana: Unchanged skipping 2026/08/08 02:00:15 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/08 02:00:15 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 02:00:15 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 02:00:15 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 02:00:15 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 02:00:15 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 02:00:15 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 02:00:15 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 02:00:15 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 02:00:15 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 02:00:15 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 02:00:15 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 02:00:15 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 02:00:15 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 02:00:15 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:00:15 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 02:00:15 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 02:00:15 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 02:00:15 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 02:00:15 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:15 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 02:00:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:00:15 DEBUG : Waiting for deletions to finish 2026/08/08 02:00:15 INFO : There was nothing to transfer 2026/08/08 02:00:15 DEBUG : Waiting for deletions to finish 2026/08/08 02:00:15 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:00:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:00:16 DEBUG : dir1: Directory modification time the same (differ by -380.792µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : banana: size = 6 OK 2026/08/08 02:00:16 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : banana: Unchanged skipping 2026/08/08 02:00:16 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 02:00:16 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 02:00:16 DEBUG : apple: size = 5 OK 2026/08/08 02:00:16 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : apple: Unchanged skipping 2026/08/08 02:00:16 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 02:00:16 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 02:00:16 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 02:00:16 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 02:00:16 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 02:00:16 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 02:00:16 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 02:00:16 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 02:00:16 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 02:00:16 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 02:00:16 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 02:00:16 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 02:00:16 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:00:16 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 02:00:16 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 02:00:16 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 02:00:16 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 02:00:16 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 02:00:16 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:00:16 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 02:00:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:00:16 DEBUG : Waiting for deletions to finish 2026/08/08 02:00:16 INFO : There was nothing to transfer 2026/08/08 02:00:16 DEBUG : Waiting for deletions to finish 2026/08/08 02:00:17 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:00:17 DEBUG : Waiting for deletions to finish 2026/08/08 02:00:18 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:00:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:00:32 DEBUG : dir1/0000-abcdefg.txt: md5 = 551b67b3af788db2856e644a06b959b1 OK 2026/08/08 02:00:33 DEBUG : dir1/0001-bcdefgh.txt: md5 = 4e18853c95e42f1a6eabe1f4b9401dc2 OK 2026/08/08 02:00:35 DEBUG : dir1/0002-cdefghi.txt: md5 = 1db0fb1f617be891e4c97f16824916a4 OK 2026/08/08 02:00:36 DEBUG : dir1/0003-defghij.txt: md5 = b9c18daf1ce939e1484f1bad66d5481b OK 2026/08/08 02:00:38 DEBUG : dir1/0004-efghijk.txt: md5 = 70358dc37415b9413f619f81d525ad42 OK 2026/08/08 02:00:39 DEBUG : dir1/0005-fghijkl.txt: md5 = 47a210fdec59e5be254bbc1ab920191a OK 2026/08/08 02:00:41 DEBUG : dir1/0006-ghijklm.txt: md5 = a741073d8281055bacd18f736b96132c OK 2026/08/08 02:00:42 DEBUG : dir1/0007-1234567.txt: md5 = 6182c97712b8265fff25a132b15053c5 OK 2026/08/08 02:00:44 DEBUG : dir1/0008-2345678.txt: md5 = 5216fac9074d171639b85cae69471b28 OK 2026/08/08 02:00:45 DEBUG : dir1/0009-3456789.txt: md5 = a29627bea01dbf4f76b354d7841eb987 OK 2026/08/08 02:00:47 DEBUG : dir1/0010-456789.txt: md5 = 1da7e0ccf4b3ae842390157812a66b21 OK 2026/08/08 02:00:48 DEBUG : dir1/0011-56789;.txt: md5 = ce516118891e5f7fea3907e976c9d241 OK 2026/08/08 02:00:50 DEBUG : dir1/0012-6789;.txt: md5 = f3c79143d751ca8d5e25d82e2558d855 OK 2026/08/08 02:00:51 DEBUG : dir1/0013-789;=.txt: md5 = 469f5e59b912a41a2e2e9c2115c3d912 OK 2026/08/08 02:00:53 DEBUG : dir1/0014-89;=.txt: md5 = c23db301b197d0f0e44d8c7e6b352544 OK 2026/08/08 02:00:54 DEBUG : dir1/0015-9;=.txt: md5 = e8a2ca5bd37ee6515d4e24f812cc7509 OK 2026/08/08 02:00:56 DEBUG : apple: md5 = d27014009a193fe1eef6bf989657e9b4 OK 2026/08/08 02:00:57 DEBUG : banana: md5 = a35befd91bd20d791fc3da6721ebecf1 OK 2026/08/08 02:00:59 DEBUG : appleappleapplebanana: md5 = ba666dd4cf2e3a6d657c113a9d3aacd6 OK 2026/08/08 02:01:00 DEBUG : splitbananasplit: md5 = 5ab1ca4286e9d820bc30dd361300d99c OK 2026/08/08 02:01:00 DEBUG : Waiting for deletions to finish 2026/08/08 02:01:00 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:01:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:01:02 DEBUG : apple: size = 5 OK 2026/08/08 02:01:02 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : apple: Unchanged skipping 2026/08/08 02:01:02 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 02:01:02 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 02:01:02 DEBUG : banana: size = 6 OK 2026/08/08 02:01:02 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : banana: Unchanged skipping 2026/08/08 02:01:02 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/08 02:01:02 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 02:01:02 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 02:01:02 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 02:01:02 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 02:01:02 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 02:01:02 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 02:01:02 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 02:01:02 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 02:01:02 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 02:01:02 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 02:01:02 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 02:01:02 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 02:01:02 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 02:01:02 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 02:01:02 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 02:01:02 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 02:01:02 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 02:01:02 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:02 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 02:01:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:01:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:01:02 DEBUG : Waiting for deletions to finish 2026/08/08 02:01:02 INFO : There was nothing to transfer 2026/08/08 02:01:02 DEBUG : Waiting for deletions to finish 2026/08/08 02:01:03 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:01:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1: Directory modification time the same (differ by -48.031µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : apple: size = 5 OK 2026/08/08 02:01:04 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : apple: Unchanged skipping 2026/08/08 02:01:04 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 02:01:04 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 02:01:04 DEBUG : banana: size = 6 OK 2026/08/08 02:01:04 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : banana: Unchanged skipping 2026/08/08 02:01:04 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 02:01:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 02:01:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 02:01:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 02:01:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 02:01:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 02:01:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 02:01:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 02:01:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 02:01:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 02:01:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 02:01:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 02:01:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 02:01:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:01:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 02:01:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 02:01:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 02:01:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 02:01:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 02:01:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:01:04 DEBUG : Waiting for deletions to finish 2026/08/08 02:01:04 INFO : There was nothing to transfer 2026/08/08 02:01:04 DEBUG : Waiting for deletions to finish 2026/08/08 02:01:04 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:01:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:01:17 DEBUG : dir1/0000-abcdefg.txt: md5 = 05720427599db75b915e613bde371fde OK 2026/08/08 02:01:19 DEBUG : dir1/0001-bcdefgh.txt: md5 = 8033532957e04cb51cd495a25b599769 OK 2026/08/08 02:01:21 DEBUG : dir1/0002-cdefghi.txt: md5 = d33cb37c9967a9fcb61b46970d2d5539 OK 2026/08/08 02:01:22 DEBUG : dir1/0003-defghij.txt: md5 = b7539cacc6264c69b69159ff471f1ac8 OK 2026/08/08 02:01:24 DEBUG : dir1/0004-efghijk.txt: md5 = 864913aecc3e9f150c3f4bcc075f1e91 OK 2026/08/08 02:01:25 DEBUG : dir1/0005-fghijkl.txt: md5 = 5bdad3f9974f721f1d6066a914afe16c OK 2026/08/08 02:01:27 DEBUG : dir1/0006-ghijklm.txt: md5 = 15d3ff1a47712ffd999a2c801825f949 OK 2026/08/08 02:01:28 DEBUG : dir1/0007-1234567.txt: md5 = 228cf43c36347f9acf7b7b897c5e3ff0 OK 2026/08/08 02:01:29 DEBUG : dir1/0008-2345678.txt: md5 = cfa24bb8a9e31e2d61ccd8ac245ed2e1 OK 2026/08/08 02:01:31 DEBUG : dir1/0009-3456789.txt: md5 = cb64cedcee15ebedcd3cab91490c9533 OK 2026/08/08 02:01:32 DEBUG : dir1/0010-456789.txt: md5 = 1f6bfbc4efc87558aa2f2d7fc4dc4e17 OK 2026/08/08 02:01:34 DEBUG : dir1/0011-56789;.txt: md5 = 5871c946ceafe95c78010cf21d71d5d8 OK 2026/08/08 02:01:35 DEBUG : dir1/0012-6789;.txt: md5 = 8fcd6d31bb3e868c18d4fd62e827c6be OK 2026/08/08 02:01:37 DEBUG : dir1/0013-789;=.txt: md5 = 09253bdff64ee26a1bc4eed285d3e0b1 OK 2026/08/08 02:01:38 DEBUG : dir1/0014-89;=.txt: md5 = 350998d0606fe09964db20fa67769a30 OK 2026/08/08 02:01:40 DEBUG : dir1/0015-9;=.txt: md5 = c9457c187148dcd1ec3739dfcab3b1da OK 2026/08/08 02:01:41 DEBUG : apple: md5 = d36e58e33bde827316a5a90cc8a39331 OK 2026/08/08 02:01:43 DEBUG : banana: md5 = e0aad8b016ae74ca83d86f5605977454 OK 2026/08/08 02:01:44 DEBUG : appleappleapplebanana: md5 = 689fe038671d0f2479a0a18c038857fb OK 2026/08/08 02:01:46 DEBUG : splitbananasplit: md5 = fd7af3960aad8e048950507cd947687f OK 2026/08/08 02:01:46 DEBUG : Waiting for deletions to finish 2026/08/08 02:01:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:01:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:01:47 DEBUG : apple: size = 5 OK 2026/08/08 02:01:47 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:47 DEBUG : apple: Unchanged skipping 2026/08/08 02:01:47 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 02:01:47 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:47 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 02:01:47 DEBUG : banana: size = 6 OK 2026/08/08 02:01:47 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:47 DEBUG : banana: Unchanged skipping 2026/08/08 02:01:48 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/08 02:01:48 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 02:01:48 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 02:01:48 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 02:01:48 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 02:01:48 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 02:01:48 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 02:01:48 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 02:01:48 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 02:01:48 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 02:01:48 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 02:01:48 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 02:01:48 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 02:01:48 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 02:01:48 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 02:01:48 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 02:01:48 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 02:01:48 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 02:01:48 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:48 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 02:01:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:01:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:01:48 DEBUG : Waiting for deletions to finish 2026/08/08 02:01:48 INFO : There was nothing to transfer 2026/08/08 02:01:48 DEBUG : Waiting for deletions to finish 2026/08/08 02:01:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:01:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:01:49 DEBUG : dir1: Directory modification time the same (differ by -687.952µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : apple: size = 5 OK 2026/08/08 02:01:49 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 02:01:49 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : apple: Unchanged skipping 2026/08/08 02:01:49 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 02:01:49 DEBUG : banana: size = 6 OK 2026/08/08 02:01:49 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : banana: Unchanged skipping 2026/08/08 02:01:49 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 02:01:49 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 02:01:49 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 02:01:49 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 02:01:49 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 02:01:49 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 02:01:49 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 02:01:49 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 02:01:49 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 02:01:49 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 02:01:49 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 02:01:49 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 02:01:49 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 02:01:49 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 02:01:49 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 02:01:49 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 02:01:49 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 02:01:49 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:01:49 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 02:01:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:01:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:01:49 DEBUG : Waiting for deletions to finish 2026/08/08 02:01:49 INFO : There was nothing to transfer 2026/08/08 02:01:49 DEBUG : Waiting for deletions to finish 2026/08/08 02:01:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:01:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:02:03 DEBUG : dir1/0000-abcdefg.txt: md5 = 755c4fc91df6848c623a10e64d64d03e OK 2026/08/08 02:02:04 DEBUG : dir1/0001-bcdefgh.txt: md5 = 7584f3a06927a0df319fa2e8c773b3d5 OK 2026/08/08 02:02:06 DEBUG : dir1/0002-cdefghi.txt: md5 = 1094d7687d1525d0b54b4820cb4874c8 OK 2026/08/08 02:02:07 DEBUG : dir1/0003-defghij.txt: md5 = 45735d6601f215234e3e0603857362d6 OK 2026/08/08 02:02:09 DEBUG : dir1/0004-efghijk.txt: md5 = 315f41d443be8c70b0c78df62e918771 OK 2026/08/08 02:02:10 DEBUG : dir1/0005-fghijkl.txt: md5 = 6aaad6d6df1c256825ef726af76e6714 OK 2026/08/08 02:02:12 DEBUG : dir1/0006-ghijklm.txt: md5 = be769ba847568d3773fea8aef75534df OK 2026/08/08 02:02:13 DEBUG : dir1/0007-1234567.txt: md5 = 8e5e326205e78f264ce7a1494df0f8b2 OK 2026/08/08 02:02:15 DEBUG : dir1/0008-2345678.txt: md5 = f36355aea49fb8b3029345511966e6b0 OK 2026/08/08 02:02:16 DEBUG : dir1/0009-3456789.txt: md5 = 6906532bed0b0315341a57aeabc9c758 OK 2026/08/08 02:02:18 DEBUG : dir1/0010-456789.txt: md5 = f25768fb6153c7ae4d9374a6f6d1414a OK 2026/08/08 02:02:19 DEBUG : dir1/0011-56789;.txt: md5 = 336d5caa5916a093c4bcbc325039d2e5 OK 2026/08/08 02:02:21 DEBUG : dir1/0012-6789;.txt: md5 = dd1439f24d93fd0d11c181b8b58468de OK 2026/08/08 02:02:22 DEBUG : dir1/0013-789;=.txt: md5 = d002c16cab0cec27821d042b09abb9cf OK 2026/08/08 02:02:24 DEBUG : dir1/0014-89;=.txt: md5 = c9a4533fd5d8971d8424300a07bdcc09 OK 2026/08/08 02:02:25 DEBUG : dir1/0015-9;=.txt: md5 = 576b6dad2eb23a4fdebb6cd88d890726 OK 2026/08/08 02:02:27 DEBUG : apple: md5 = f79c6ec8433b8551dfe1de5a2c1bed5d OK 2026/08/08 02:02:28 DEBUG : banana: md5 = bfb366ec2038065034556e2dd8906b2e OK 2026/08/08 02:02:30 DEBUG : appleappleapplebanana: md5 = b15984c0aad9e885ec70e942690d5e27 OK 2026/08/08 02:02:31 DEBUG : splitbananasplit: md5 = fd3639119af718c09d688bb05d9e1f95 OK 2026/08/08 02:02:31 DEBUG : Waiting for deletions to finish 2026/08/08 02:02:32 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:02:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:02:33 DEBUG : apple: size = 5 OK 2026/08/08 02:02:33 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : apple: Unchanged skipping 2026/08/08 02:02:33 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 02:02:33 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 02:02:33 DEBUG : banana: size = 6 OK 2026/08/08 02:02:33 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : banana: Unchanged skipping 2026/08/08 02:02:33 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/08 02:02:33 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 02:02:33 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 02:02:33 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 02:02:33 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 02:02:33 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 02:02:33 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 02:02:33 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 02:02:33 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 02:02:33 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 02:02:33 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 02:02:33 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 02:02:33 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 02:02:33 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 02:02:33 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 02:02:33 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 02:02:33 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 02:02:33 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 02:02:33 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:33 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 02:02:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:02:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:02:33 DEBUG : Waiting for deletions to finish 2026/08/08 02:02:33 INFO : There was nothing to transfer 2026/08/08 02:02:33 DEBUG : Waiting for deletions to finish 2026/08/08 02:02:34 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:02:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:02:35 DEBUG : dir1: Directory modification time the same (differ by -322.193µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : apple: size = 5 OK 2026/08/08 02:02:35 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : apple: Unchanged skipping 2026/08/08 02:02:35 DEBUG : banana: size = 6 OK 2026/08/08 02:02:35 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : banana: Unchanged skipping 2026/08/08 02:02:35 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 02:02:35 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 02:02:35 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 02:02:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 02:02:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 02:02:35 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 02:02:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 02:02:35 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 02:02:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 02:02:35 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 02:02:35 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 02:02:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 02:02:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 02:02:35 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 02:02:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 02:02:35 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 02:02:35 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 02:02:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:02:35 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 02:02:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 02:02:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:02:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 02:02:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:02:35 DEBUG : Waiting for deletions to finish 2026/08/08 02:02:35 INFO : There was nothing to transfer 2026/08/08 02:02:35 DEBUG : Waiting for deletions to finish 2026/08/08 02:02:36 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:02:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:02:49 DEBUG : dir1/0000-abcdefg.txt: md5 = df9069f34e7b7c61554c5affcc4ee2d3 OK 2026/08/08 02:02:50 DEBUG : dir1/0001-bcdefgh.txt: md5 = c6e222240b4998fa37be8bb421031b6c OK 2026/08/08 02:02:52 DEBUG : dir1/0002-cdefghi.txt: md5 = 0057b560fb5c44b1712c4880276e4d5a OK 2026/08/08 02:02:54 DEBUG : dir1/0003-defghij.txt: md5 = 28847d0c129dff8c9a367e2024bc8a10 OK 2026/08/08 02:02:55 DEBUG : dir1/0004-efghijk.txt: md5 = b975a50e412ebf83b39573c874322053 OK 2026/08/08 02:02:56 DEBUG : dir1/0005-fghijkl.txt: md5 = e53a18fc78f330e6f6be998c09a530ef OK 2026/08/08 02:02:58 DEBUG : dir1/0006-ghijklm.txt: md5 = dc1fa6d6df1abab881d5b2e720e5d049 OK 2026/08/08 02:02:59 DEBUG : dir1/0007-1234567.txt: md5 = 56592e1109958738ca9cecfa3c03c4d0 OK 2026/08/08 02:03:01 DEBUG : dir1/0008-2345678.txt: md5 = 65d25cf56aeceeea20a0e38cc6d03944 OK 2026/08/08 02:03:02 DEBUG : dir1/0009-3456789.txt: md5 = f85700d1b15e4b5951a3b8d9c2dd6670 OK 2026/08/08 02:03:04 DEBUG : dir1/0010-456789.txt: md5 = e518f49db16ec497f9a382a165ce1c5b OK 2026/08/08 02:03:05 DEBUG : dir1/0011-56789;.txt: md5 = d428cf616c1d3557a119b86f8fe4e888 OK 2026/08/08 02:03:07 DEBUG : dir1/0012-6789;.txt: md5 = 3746b405098b25d073bb6a4f0e3841dd OK 2026/08/08 02:03:09 DEBUG : dir1/0013-789;=.txt: md5 = b759c5532b71bd115f2d7b4b6647210a OK 2026/08/08 02:03:10 DEBUG : dir1/0014-89;=.txt: md5 = a22115d76936072e4e1c77e8790b736e OK 2026/08/08 02:03:12 DEBUG : dir1/0015-9;=.txt: md5 = 0de2c12e02d1261612e87c384fd7db81 OK 2026/08/08 02:03:13 DEBUG : apple: md5 = bffcad51f2d175797ed5beb78631398f OK 2026/08/08 02:03:15 DEBUG : banana: md5 = a8208a0b271e0094c872fadff098ab09 OK 2026/08/08 02:03:16 DEBUG : appleappleapplebanana: md5 = a9eddbf5af84217e309cbc5bca094c7d OK 2026/08/08 02:03:17 DEBUG : splitbananasplit: md5 = b36ab414591095cf398ba4f9d5c832ac OK 2026/08/08 02:03:17 DEBUG : Waiting for deletions to finish 2026/08/08 02:03:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:03:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:03:19 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 02:03:19 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 02:03:19 DEBUG : apple: size = 5 OK 2026/08/08 02:03:19 DEBUG : banana: size = 6 OK 2026/08/08 02:03:19 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : apple: Unchanged skipping 2026/08/08 02:03:19 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : banana: Unchanged skipping 2026/08/08 02:03:19 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/08 02:03:19 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 02:03:19 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 02:03:19 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 02:03:19 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 02:03:19 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 02:03:19 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 02:03:19 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 02:03:19 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 02:03:19 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 02:03:19 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 02:03:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:03:19 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 02:03:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 02:03:19 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 02:03:19 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 02:03:19 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 02:03:19 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 02:03:19 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 02:03:19 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:19 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 02:03:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:03:19 DEBUG : Waiting for deletions to finish 2026/08/08 02:03:19 INFO : There was nothing to transfer 2026/08/08 02:03:19 DEBUG : Waiting for deletions to finish 2026/08/08 02:03:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:03:20 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1: Directory modification time the same (differ by -960.061µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : apple: size = 5 OK 2026/08/08 02:03:21 DEBUG : banana: size = 6 OK 2026/08/08 02:03:21 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : splitbananasplit: size = 16 OK 2026/08/08 02:03:21 DEBUG : apple: Unchanged skipping 2026/08/08 02:03:21 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : banana: Unchanged skipping 2026/08/08 02:03:21 DEBUG : splitbananasplit: Unchanged skipping 2026/08/08 02:03:21 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/08 02:03:21 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/08 02:03:21 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/08 02:03:21 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/08 02:03:21 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/08 02:03:21 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/08 02:03:21 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/08 02:03:21 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/08 02:03:21 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/08 02:03:21 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/08 02:03:21 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/08 02:03:21 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/08 02:03:21 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:03:21 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/08 02:03:21 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/08 02:03:21 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/08 02:03:21 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/08 02:03:21 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/08 02:03:21 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:03:21 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/08 02:03:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:03:21 DEBUG : Waiting for deletions to finish 2026/08/08 02:03:21 INFO : There was nothing to transfer 2026/08/08 02:03:21 DEBUG : Waiting for deletions to finish 2026/08/08 02:03:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : apple: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : banana: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/08 02:03:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) --- PASS: TestTransform (559.43s) --- PASS: TestTransform/NFC (46.40s) --- PASS: TestTransform/NFD (46.15s) --- PASS: TestTransform/base64 (54.27s) --- PASS: TestTransform/prefix (63.51s) --- PASS: TestTransform/suffix (64.71s) --- PASS: TestTransform/truncate (54.20s) --- PASS: TestTransform/encoder (47.30s) --- PASS: TestTransform/ISO-8859-1 (45.98s) --- PASS: TestTransform/charmap (45.55s) --- PASS: TestTransform/lowercase (46.00s) --- PASS: TestTransform/ascii (45.35s) === RUN TestTransformCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:03:32 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/08 02:03:32 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/08 02:03:32 DEBUG : sub dir_somesuffix: Making directory with metadata 2026/08/08 02:03:33 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2026-08-08T02:03:32.584241881Z) 2026/08/08 02:03:33 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/08 02:03:33 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/08 02:03:33 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/08 02:03:33 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/08 02:03:33 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/08 02:03:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:03:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:03:34 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: md5 = e2e630aabc794693730432ee2575accb OK 2026/08/08 02:03:34 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/08 02:03:34 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/08 02:03:34 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (4.59s) === RUN TestDoubleTransform run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:03:37 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:03:37 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:03:37 DEBUG : tictactoe: Making directory with metadata 2026/08/08 02:03:38 INFO : tictactoe: Made directory with metadata (mtime=2026-08-08T02:03:37.175304899Z) 2026/08/08 02:03:38 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:03:38 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:03:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:03:38 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/08 02:03:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:03:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:03:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:03:39 DEBUG : tictactoe/tictactoe: md5 = 977380c07c2f7d008fe310be48a5f6c4 OK 2026/08/08 02:03:39 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/08 02:03:39 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/08 02:03:39 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (4.53s) === RUN TestFileTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:03:41 DEBUG : toe: Making directory with metadata 2026/08/08 02:03:42 INFO : toe: Made directory with metadata (mtime=2026-08-08T02:03:41.706367058Z) 2026/08/08 02:03:42 DEBUG : toe/toe: Making directory with metadata 2026/08/08 02:03:43 INFO : toe/toe: Made directory with metadata (mtime=2026-08-08T02:03:41.706367058Z) 2026/08/08 02:03:43 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:03:43 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/08 02:03:43 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/08 02:03:43 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/08 02:03:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:03:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:03:44 DEBUG : toe/toe/tictactoe: md5 = 4f937bb4da182efc521bf10295fb2a69 OK 2026/08/08 02:03:44 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/08 02:03:44 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/08 02:03:44 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (6.74s) === RUN TestNoTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:03:48 DEBUG : toe: Making directory with metadata 2026/08/08 02:03:49 INFO : toe: Made directory with metadata (mtime=2026-08-08T02:03:48.44345942Z) 2026/08/08 02:03:49 DEBUG : toe/toe: Making directory with metadata 2026/08/08 02:03:50 INFO : toe/toe: Made directory with metadata (mtime=2026-08-08T02:03:48.44345942Z) 2026/08/08 02:03:50 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:03:50 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/08 02:03:50 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/08 02:03:50 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/08 02:03:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:03:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:03:51 DEBUG : toe/toe/tictactoe: md5 = 6216b71397b662f78ace205390b60877 OK 2026/08/08 02:03:51 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/08 02:03:51 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/08 02:03:51 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (6.86s) === RUN TestDirTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:03:55 DEBUG : empty_dir: Making directory with metadata 2026/08/08 02:03:55 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 02:03:55 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:03:55 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:03:55 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:03:55 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:03:55 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/08 02:03:56 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 02:03:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:03:56 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:03:56 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:03:56 DEBUG : tictactoe: Making directory with metadata 2026/08/08 02:03:56 INFO : tictactoe: Made directory with metadata (mtime=2026-08-08T02:03:55.300553354Z) 2026/08/08 02:03:56 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:03:56 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:03:56 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:03:56 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/08 02:03:57 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-08T02:03:55.300553354Z) 2026/08/08 02:03:57 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:03:57 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/08 02:03:57 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/08 02:03:57 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/08 02:03:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:03:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:03:59 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 567374f540f1dafeb4dc91c52e49772b OK 2026/08/08 02:03:59 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/08 02:03:59 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/08 02:03:59 DEBUG : Waiting for deletions to finish --- PASS: TestDirTag (8.51s) === RUN TestAllTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:04:03 DEBUG : empty_dir: Making directory with metadata 2026/08/08 02:04:03 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 02:04:03 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:04 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:04 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/08 02:04:04 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 02:04:04 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:04 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:04 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:04 DEBUG : tictactoe: Making directory with metadata 2026/08/08 02:04:05 INFO : tictactoe: Made directory with metadata (mtime=2026-08-08T02:04:03.809669817Z) 2026/08/08 02:04:05 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:05 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:05 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:04:05 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/08 02:04:06 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-08T02:04:03.809669817Z) 2026/08/08 02:04:06 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:04:06 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/08 02:04:06 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:06 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/08 02:04:06 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:04:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:04:07 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 7f092d9a0e326176a774445044972941 OK 2026/08/08 02:04:07 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/08 02:04:07 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:07 DEBUG : Waiting for deletions to finish 2026/08/08 02:04:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:04:08 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:09 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:09 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:09 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/08 02:04:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/08 02:04:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2026/08/08 02:04:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': 0 differences found 2026/08/08 02:04:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': 1 hashes could not be checked 2026/08/08 02:04:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': 1 matching files --- PASS: TestAllTag (8.78s) === RUN TestRunTwice run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:04:12 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:12 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:12 DEBUG : tictactoe: Making directory with metadata 2026/08/08 02:04:13 INFO : tictactoe: Made directory with metadata (mtime=2026-08-08T02:04:12.587789844Z) 2026/08/08 02:04:13 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:13 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:13 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:04:13 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/08 02:04:14 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-08T02:04:12.587789844Z) 2026/08/08 02:04:14 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:04:14 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/08 02:04:14 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/08 02:04:14 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/08 02:04:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:04:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:04:15 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 409a3c9193ce43c2dd483dbb60bb283a OK 2026/08/08 02:04:15 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/08 02:04:15 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/08 02:04:15 DEBUG : Waiting for deletions to finish 2026/08/08 02:04:16 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:17 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:17 DEBUG : tictactoe: Directory modification time the same (differ by -789.844µs, within tolerance 1ms) 2026/08/08 02:04:17 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:17 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:04:17 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -789.844µs, within tolerance 1ms) 2026/08/08 02:04:17 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/08 02:04:17 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/08 02:04:17 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/08 02:04:17 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/08 02:04:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:04:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:04:17 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (8.60s) === RUN TestSyntax 2026/08/08 02:04:21 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:04:21 DEBUG : toe: Making directory with metadata 2026/08/08 02:04:22 INFO : toe: Made directory with metadata (mtime=2026-08-08T02:04:21.187907326Z) 2026/08/08 02:04:22 DEBUG : toe/toe: Making directory with metadata 2026/08/08 02:04:22 INFO : toe/toe: Made directory with metadata (mtime=2026-08-08T02:04:21.187907326Z) 2026/08/08 02:04:22 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/08 02:04:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:04:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:04:24 DEBUG : toe/toe/toe: md5 = 56eacfbba8051d007c7b1ad866855b3a OK 2026/08/08 02:04:24 DEBUG : toe/toe/toe: size = 11 OK 2026/08/08 02:04:24 INFO : toe/toe/toe: Copied (new) 2026/08/08 02:04:24 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (6.59s) === RUN TestMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:04:27 DEBUG : empty_dir: Making directory with metadata 2026/08/08 02:04:27 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 02:04:27 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:28 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:28 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/08 02:04:28 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 02:04:28 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:28 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:28 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:28 DEBUG : tictactoe: Making directory with metadata 2026/08/08 02:04:29 INFO : tictactoe: Made directory with metadata (mtime=2026-08-08T02:04:27.780997317Z) 2026/08/08 02:04:29 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:29 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:29 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:04:29 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/08 02:04:30 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-08T02:04:27.780997317Z) 2026/08/08 02:04:30 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:04:30 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/08 02:04:30 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:30 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/08 02:04:30 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:30 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:04:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:04:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = d94f2f2643d3f91c3c15accbc36087af OK 2026/08/08 02:04:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/08 02:04:31 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:31 INFO : toe/toe/toe.txt: Deleted 2026/08/08 02:04:31 INFO : toe/toe: Removing directory 2026/08/08 02:04:31 INFO : toe: Removing directory 2026/08/08 02:04:31 INFO : empty_dir: Removing directory 2026/08/08 02:04:31 DEBUG : Local file system at /tmp/rclone212706953: deleted 3 directories --- PASS: TestMove (8.35s) === RUN TestTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:04:36 DEBUG : empty_dir: Making directory with metadata 2026/08/08 02:04:36 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 02:04:36 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:36 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/08 02:04:37 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 02:04:37 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:37 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:37 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:37 DEBUG : tictactoe: Making directory with metadata 2026/08/08 02:04:37 INFO : tictactoe: Made directory with metadata (mtime=2026-08-08T02:04:36.127111144Z) 2026/08/08 02:04:37 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:37 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:37 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:04:37 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/08 02:04:38 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-08T02:04:36.127111144Z) 2026/08/08 02:04:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:04:38 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/08 02:04:38 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:38 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/08 02:04:38 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:38 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:04:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:04:40 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = e2b2fc59ed3d0d94cf0ca4b948c9bdb9 OK 2026/08/08 02:04:40 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/08 02:04:40 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:40 INFO : toe/toe/toe.txt: Deleted 2026/08/08 02:04:40 INFO : toe/toe: Removing directory 2026/08/08 02:04:40 INFO : toe: Removing directory 2026/08/08 02:04:40 INFO : empty_dir: Removing directory 2026/08/08 02:04:40 DEBUG : Local file system at /tmp/rclone212706953: deleted 3 directories 2026/08/08 02:04:41 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/08 02:04:41 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/08 02:04:41 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/08 02:04:41 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/08 02:04:41 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/08 02:04:43 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (13.53s) === RUN TestManualTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:04:49 DEBUG : Reset feature "Copy" 2026/08/08 02:04:49 DEBUG : Reset feature "Move" 2026/08/08 02:04:49 DEBUG : Reset feature "Copy" 2026/08/08 02:04:49 DEBUG : Reset feature "Move" 2026/08/08 02:04:49 DEBUG : empty_dir: Making directory with metadata 2026/08/08 02:04:49 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 02:04:49 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:49 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/08 02:04:50 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/08 02:04:50 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/08 02:04:50 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:50 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:50 DEBUG : tictactoe: Making directory with metadata 2026/08/08 02:04:51 INFO : tictactoe: Made directory with metadata (mtime=2026-08-08T02:04:49.65529544Z) 2026/08/08 02:04:51 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:51 DEBUG : toe: transformed to: tictactoe 2026/08/08 02:04:51 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:04:51 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/08 02:04:52 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-08T02:04:49.65529544Z) 2026/08/08 02:04:52 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/08 02:04:52 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/08 02:04:52 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:52 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/08 02:04:52 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:52 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:04:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:04:53 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 61fbe7ecbee6437a81e12c32dd64c1ea OK 2026/08/08 02:04:53 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/08 02:04:53 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/08 02:04:53 INFO : toe/toe/toe.txt: Deleted 2026/08/08 02:04:53 INFO : toe/toe: Removing directory 2026/08/08 02:04:53 INFO : toe: Removing directory 2026/08/08 02:04:53 INFO : empty_dir: Removing directory 2026/08/08 02:04:53 DEBUG : Local file system at /tmp/rclone212706953: deleted 3 directories 2026/08/08 02:04:54 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/08 02:04:54 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/08 02:04:54 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/08 02:04:54 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/08 02:04:54 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/08 02:04:58 DEBUG : toe/toe/toe.txt: md5 = 31beaaf56936d5c44e956bce390002e1 OK 2026/08/08 02:04:58 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/08 02:04:58 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/08 02:04:59 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (15.26s) === RUN TestBase64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:05:04 DEBUG : toe: transformed to: dG9l 2026/08/08 02:05:05 DEBUG : toe: transformed to: dG9l 2026/08/08 02:05:05 DEBUG : dG9l: Making directory with metadata 2026/08/08 02:05:05 INFO : dG9l: Made directory with metadata (mtime=2026-08-08T02:05:04.920503085Z) 2026/08/08 02:05:05 DEBUG : toe: transformed to: dG9l 2026/08/08 02:05:05 DEBUG : toe: transformed to: dG9l 2026/08/08 02:05:05 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/08 02:05:05 DEBUG : dG9l/dG9l: Making directory with metadata 2026/08/08 02:05:06 INFO : dG9l/dG9l: Made directory with metadata (mtime=2026-08-08T02:05:04.920503085Z) 2026/08/08 02:05:06 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/08 02:05:06 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/08 02:05:06 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/08 02:05:06 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/08 02:05:06 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/08 02:05:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:05:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:05:08 DEBUG : dG9l/dG9l/dG9lLnR4dA==: md5 = a318f03e0227d9ffa69f189369803d08 OK 2026/08/08 02:05:08 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/08 02:05:08 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/08 02:05:08 DEBUG : Waiting for deletions to finish 2026/08/08 02:05:09 DEBUG : dG9l: transformed to: toe 2026/08/08 02:05:09 DEBUG : dG9l: transformed to: toe 2026/08/08 02:05:09 DEBUG : toe: Directory modification time the same (differ by 503.085µs, within tolerance 1ms) 2026/08/08 02:05:09 DEBUG : Added delayed dir = "toe", newDst=toe 2026/08/08 02:05:09 DEBUG : dG9l: transformed to: toe 2026/08/08 02:05:09 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/08 02:05:09 DEBUG : toe/toe: Directory modification time the same (differ by 503.085µs, within tolerance 1ms) 2026/08/08 02:05:09 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/08/08 02:05:09 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/08 02:05:09 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/08 02:05:09 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/08 02:05:09 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/08 02:05:09 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/08 02:05:09 DEBUG : Local file system at /tmp/rclone212706953: Waiting for checks to finish 2026/08/08 02:05:09 DEBUG : Local file system at /tmp/rclone212706953: Waiting for transfers to finish 2026/08/08 02:05:09 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (8.40s) === RUN TestError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya'", Local "Local file system at /tmp/rclone212706953", Modify Window "1ms" 2026/08/08 02:05:13 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/08 02:05:13 DEBUG : toe: transformed to: 2026/08/08 02:05:13 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/08 02:05:13 DEBUG : toe: transformed to: 2026/08/08 02:05:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Making directory with metadata 2026/08/08 02:05:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Made directory with metadata (mtime=2026-08-08T02:05:13.323617252Z) 2026/08/08 02:05:14 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/08 02:05:14 DEBUG : toe: transformed to: 2026/08/08 02:05:14 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/08 02:05:14 DEBUG : toe: transformed to: 2026/08/08 02:05:14 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/08 02:05:14 DEBUG : toe/toe: transformed to: 2026/08/08 02:05:14 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/08 02:05:14 DEBUG : toe/toe: Making directory with metadata 2026/08/08 02:05:15 INFO : toe/toe: Made directory with metadata (mtime=2026-08-08T02:05:13.323617252Z) 2026/08/08 02:05:15 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/08 02:05:15 DEBUG : toe/toe: transformed to: 2026/08/08 02:05:15 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/08 02:05:15 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/08 02:05:15 DEBUG : toe: transformed to: 2026/08/08 02:05:15 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/08 02:05:15 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/08 02:05:15 DEBUG : toe/toe/toe: transformed to: 2026/08/08 02:05:15 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/08 02:05:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for checks to finish 2026/08/08 02:05:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Waiting for transfers to finish 2026/08/08 02:05:17 DEBUG : toe/toe/toe: md5 = 9eab0659d86404c2b580459b233751d5 OK 2026/08/08 02:05:17 DEBUG : toe/toe/toe: size = 11 OK 2026/08/08 02:05:17 INFO : toe/toe/toe: Copied (new) 2026/08/08 02:05:17 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': not deleting files as there were IO errors 2026/08/08 02:05:17 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': not deleting directories as there were IO errors --- PASS: TestError (7.55s) PASS 2026/08/08 02:05:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riyereh9huya': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 26m40.03521411s (try 1/5)