"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2026/08/05 01:04:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo" 2026/08/05 01:04:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/05 01:04:15 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg" 2026/08/05 01:04:17 DEBUG : Creating backend with remote "/tmp/rclone3182544113" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:04:18 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:04:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:04:18 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/05 01:04:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:04:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:04:18 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (2.38s) === RUN TestCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:04:19 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:04:20 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:04:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:04:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:04:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:04:22 DEBUG : sub dir/hello world: md5 = abdeeacf56c4c38d6137584449f7ebcb OK 2026/08/05 01:04:22 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:04:22 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:04:23 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (6.94s) === RUN TestCopyMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:04:26 DEBUG : metadata sub dir: Making directory with metadata 2026/08/05 01:04:26 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:04:26 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/05 01:04:26 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:04:26 DEBUG : Local file system at /tmp/rclone3182544113: File to upload is small (21 bytes), uploading instead of streaming 2026/08/05 01:04:26 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/05 01:04:26 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/05 01:04:26 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/05 01:04:26 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:04:27 DEBUG : Google drive root 'crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg': Skipping btime metadata as can't update it on an existing file: 2026-08-05T01:04:26.70553724Z 2026/08/05 01:04:28 INFO : empty metadata sub dir: Updated directory metadata 2026/08/05 01:04:28 DEBUG : Google drive root 'crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg': Skipping btime metadata as can't update it on an existing file: 2026-08-05T01:04:26.70553724Z 2026/08/05 01:04:28 INFO : metadata sub dir: Updated directory metadata 2026/08/05 01:04:28 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/05 01:04:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:04:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:04:31 DEBUG : metadata sub dir/hello metadata world: md5 = f44a0cea3d71a7e258a2c8a144d982b0 OK 2026/08/05 01:04:31 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/05 01:04:31 INFO : metadata sub dir/hello metadata world: Copied (new) --- PASS: TestCopyMetadata (9.00s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:04:35 DEBUG : metadata sub dir: Making directory with metadata 2026/08/05 01:04:35 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:04:35 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/05 01:04:35 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:04:35 DEBUG : Local file system at /tmp/rclone3182544113: File to upload is small (21 bytes), uploading instead of streaming 2026/08/05 01:04:35 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/05 01:04:35 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/05 01:04:35 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/05 01:04:35 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:04:35 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2026/08/05 01:04:35 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2026/08/05 01:04:35 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/05 01:04:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:04:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:04:38 DEBUG : metadata sub dir/hello metadata world: md5 = 6a0be1ca95d4e7f4fc43de2304930784 OK 2026/08/05 01:04:38 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/05 01:04:38 INFO : metadata sub dir/hello metadata world: Copied (new) 2026/08/05 01:04:38 DEBUG : Google drive root 'crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg': Skipping btime metadata as can't update it on an existing file: 2026-08-05T01:04:35.708651Z 2026/08/05 01:04:39 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (7.42s) === RUN TestCopyMissingDirectory run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:04:43 DEBUG : Creating backend with remote "/non-existing" 2026/08/05 01:04:43 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/05 01:04:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:04:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.82s) === RUN TestCopyNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:04:43 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:04:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:04:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:04:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:04:46 DEBUG : sub dir/hello world: md5 = 125fa7d5d43904dcc6f5160643c86c02 OK 2026/08/05 01:04:46 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:04:46 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:04:47 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (6.16s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.55s) === RUN TestCopyCheckFirst run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:04:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Running all checks before starting transfers 2026/08/05 01:04:50 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:04:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:04:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:04:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Checks finished, now starting transfers 2026/08/05 01:04:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:04:53 DEBUG : sub dir/hello world: md5 = a2d3909ad93611156f6c05964b874abf OK 2026/08/05 01:04:53 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:04:53 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:04:54 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (6.08s) === RUN TestSyncNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:04:56 ERROR : Ignoring --no-traverse with sync 2026/08/05 01:04:57 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:04:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:04:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:04:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:04:59 DEBUG : sub dir/hello world: md5 = 02c33cc90bd2d761f6df851db6b5e98b OK 2026/08/05 01:04:59 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:04:59 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:04:59 DEBUG : Waiting for deletions to finish 2026/08/05 01:05:00 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (6.13s) === RUN TestCopyWithDepth run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:05:03 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/05 01:05:03 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:05:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:05:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:05:04 DEBUG : hello world2: md5 = 39f778ae8cc02b4f2908e5bb0c9a826e OK 2026/08/05 01:05:04 DEBUG : hello world2: size = 12 OK 2026/08/05 01:05:04 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (3.14s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:05:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:05:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:05:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:05:07 DEBUG : potato2: md5 = 024204b7bfdd7ccf3afda9a285850464 OK 2026/08/05 01:05:07 DEBUG : potato2: size = 11 OK 2026/08/05 01:05:07 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (3.29s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:05:09 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:05:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:05:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:05:11 DEBUG : potato2: md5 = 77851aa1596624adc24d83c99be097ac OK 2026/08/05 01:05:11 DEBUG : potato2: size = 11 OK 2026/08/05 01:05:11 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (3.16s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:05:12 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/05 01:05:12 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:05:12 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:05:12 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:05:12 DEBUG : sub dir2: Making directory with metadata 2026/08/05 01:05:13 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:05:13 DEBUG : sub dir: Making directory with metadata 2026/08/05 01:05:14 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:05:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:05:14 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/05 01:05:15 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:05:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:05:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:05:16 DEBUG : sub dir/hello world: md5 = 54efd13246aa49a8dbbe93e01d85ca93 OK 2026/08/05 01:05:16 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:05:16 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyEmptyDirectories (9.60s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:05:22 INFO : sub dir2: Making directory 2026/08/05 01:05:22 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/05 01:05:22 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:05:22 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/05 01:05:22 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:05:22 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/08/05 01:05:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:05:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:05:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:05:24 DEBUG : sub dir/hello world: md5 = 6502626ed7454310d47b23a46f4c0e65 OK 2026/08/05 01:05:24 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:05:24 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:05:25 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (6.11s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:05:28 DEBUG : sub dir2: Making directory with metadata 2026/08/05 01:05:28 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:05:28 DEBUG : sub dir2: Making directory with metadata 2026/08/05 01:05:29 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:05:29 DEBUG : sub dir: Making directory with metadata 2026/08/05 01:05:30 INFO : sub dir: Made directory with metadata (mtime=2026-08-05T01:05:28.187314145Z) 2026/08/05 01:05:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:05:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:05:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:05:31 DEBUG : sub dir/hello world: md5 = 0ce9847c901840bc3107532ce10dcf1c OK 2026/08/05 01:05:31 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:05:31 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:05:31 INFO : sub dir/hello world: Deleted --- PASS: TestMoveEmptyDirectories (7.52s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:05:35 DEBUG : sub dir no update dir modtime: Making directory with metadata 2026/08/05 01:05:35 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:05:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:05:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:05:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (4.02s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:05:39 INFO : sub dir2: Making directory 2026/08/05 01:05:40 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/05 01:05:40 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:05:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:05:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:05:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:05:42 DEBUG : sub dir/hello world: md5 = 94b3d793d35b765470e11a85fa9d7695 OK 2026/08/05 01:05:42 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:05:42 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:05:42 INFO : sub dir/hello world: Deleted 2026/08/05 01:05:43 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (6.10s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:05:45 DEBUG : sub dir2: Making directory with metadata 2026/08/05 01:05:45 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:05:45 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:05:46 DEBUG : sub dir2: Making directory with metadata 2026/08/05 01:05:46 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:05:46 DEBUG : sub dir: Making directory with metadata 2026/08/05 01:05:47 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:05:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:05:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:05:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:05:49 DEBUG : sub dir/hello world: md5 = 2e77479ab04ee045ef4a21213d849bbf OK 2026/08/05 01:05:49 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:05:49 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:05:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (7.12s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.54s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:05:53 INFO : sub dir2: Making directory 2026/08/05 01:05:53 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/05 01:05:53 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:05:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:05:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:05:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:05:56 DEBUG : sub dir/hello world: md5 = 5288a60a38114a3699239b014c432700 OK 2026/08/05 01:05:56 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:05:56 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:05:56 DEBUG : Waiting for deletions to finish 2026/08/05 01:05:56 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (5.57s) === RUN TestServerSideCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:06:01 DEBUG : sub dir/hello world: md5 = 1a7171e8f1413e7299f24182e67bea60 OK 2026/08/05 01:06:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xufupuq9toci" 2026/08/05 01:06:01 DEBUG : Creating backend with remote "TestDrive:crypt/kmp9l43uirqcevn0pj22d1d42f0bjmc15kratlfoakr2bedu6q70" sync_test.go:620: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo' -> Encrypted drive 'TestCryptDrive:rclone-test-xufupuq9toci' 2026/08/05 01:06:03 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:06:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:06:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xufupuq9toci': Waiting for checks to finish 2026/08/05 01:06:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xufupuq9toci': Waiting for transfers to finish 2026/08/05 01:06:06 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:06:06 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/05 01:06:07 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:06:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xufupuq9toci': Purge remote --- PASS: TestServerSideCopy (11.05s) === RUN TestCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:06:12 DEBUG : sub dir/hello world: md5 = 267b2c639cc20120f9fc1b3c739c4b1e OK 2026/08/05 01:06:13 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/05 01:06:13 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/05 01:06:13 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:06:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:06:13 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:06:13 DEBUG : sub dir/hello world: Sizes differ 2026/08/05 01:06:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:06:15 DEBUG : sub dir/hello world: md5 = cc9a85048e828ab49a20c9f3589c1fbc OK 2026/08/05 01:06:15 DEBUG : sub dir/hello world: size = 17 OK 2026/08/05 01:06:15 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/05 01:06:15 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (8.88s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:06:22 DEBUG : sub dir/hello world: md5 = 046919b0c17d4f033a59cd2e3ec97020 OK 2026/08/05 01:06:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dizelub8tudu" 2026/08/05 01:06:22 DEBUG : Creating backend with remote "TestDrive:crypt/f8vab9cffa9uang5mrqk9lgmlu992dm09eeb03oiu8acb5b6aj5g" sync_test.go:656: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo' -> Encrypted drive 'TestCryptDrive:rclone-test-dizelub8tudu' 2026/08/05 01:06:24 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:06:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:06:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dizelub8tudu': Waiting for checks to finish 2026/08/05 01:06:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dizelub8tudu': Waiting for transfers to finish 2026/08/05 01:06:27 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:06:27 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/05 01:06:27 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:06:30 DEBUG : sub dir/hello world: md5 = 8d328b87474bef650cbb00d0801af61e OK 2026/08/05 01:06:31 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:06:31 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/05 01:06:31 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:06:31 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-dizelub8tudu') 2026/08/05 01:06:31 DEBUG : sub dir/hello world: Sizes differ 2026/08/05 01:06:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dizelub8tudu': Waiting for checks to finish 2026/08/05 01:06:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dizelub8tudu': Waiting for transfers to finish 2026/08/05 01:06:32 DEBUG : sub dir/hello world: size = 17 OK 2026/08/05 01:06:32 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/05 01:06:33 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/05 01:06:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dizelub8tudu': Purge remote --- PASS: TestServerSideCopyOverSelf (17.28s) === RUN TestMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:06:38 DEBUG : sub dir/hello world: md5 = fff4c2347a4f851e632be2c08f1b24d3 OK 2026/08/05 01:06:40 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/05 01:06:40 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/05 01:06:40 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:06:40 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:06:40 DEBUG : sub dir/hello world: Sizes differ 2026/08/05 01:06:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:06:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:06:41 DEBUG : sub dir/hello world: md5 = ecd4bc0b45ffd451acd0acc8a3231ee0 OK 2026/08/05 01:06:41 DEBUG : sub dir/hello world: size = 17 OK 2026/08/05 01:06:41 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/05 01:06:41 INFO : sub dir/hello world: Deleted 2026/08/05 01:06:41 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (8.50s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:06:47 DEBUG : sub dir/hello world: md5 = 93a7c35516bfaabd6d3cfd6a8271660a OK 2026/08/05 01:06:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-foyafey0ralo" 2026/08/05 01:06:47 DEBUG : Creating backend with remote "TestDrive:crypt/e93n2542c2tici1ijb7is56qo5flc0kdongbtsur2srmkun5lovg" sync_test.go:701: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo' -> Encrypted drive 'TestCryptDrive:rclone-test-foyafey0ralo' 2026/08/05 01:06:49 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:06:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:06:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foyafey0ralo': Waiting for checks to finish 2026/08/05 01:06:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foyafey0ralo': Waiting for transfers to finish 2026/08/05 01:06:52 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:06:52 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/05 01:06:52 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:06:54 DEBUG : sub dir/hello world: md5 = 7da6999b9992b89aa867da8436c0c6eb OK 2026/08/05 01:06:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foyafey0ralo': Using server-side directory move 2026/08/05 01:06:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-foyafey0ralo': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/05 01:06:55 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:06:55 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/05 01:06:55 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:06:55 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-foyafey0ralo') 2026/08/05 01:06:55 DEBUG : sub dir/hello world: Sizes differ 2026/08/05 01:06:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foyafey0ralo': Waiting for checks to finish 2026/08/05 01:06:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foyafey0ralo': Waiting for transfers to finish 2026/08/05 01:06:56 INFO : sub dir/hello world: Deleted 2026/08/05 01:06:57 INFO : sub dir/hello world: Moved (server-side) 2026/08/05 01:06:57 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/05 01:07:00 DEBUG : sub dir/hello world: md5 = e3b3f2c1159e2892bcba2e70c367407b OK 2026/08/05 01:07:00 DEBUG : testing file moves 2026/08/05 01:07:01 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:07:01 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/05 01:07:01 DEBUG : sub dir/hello world: size = 24 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:07:01 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-foyafey0ralo') 2026/08/05 01:07:01 DEBUG : sub dir/hello world: Sizes differ 2026/08/05 01:07:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foyafey0ralo': Waiting for checks to finish 2026/08/05 01:07:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foyafey0ralo': Waiting for transfers to finish 2026/08/05 01:07:01 INFO : sub dir/hello world: Deleted 2026/08/05 01:07:02 INFO : sub dir/hello world: Moved (server-side) 2026/08/05 01:07:03 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/05 01:07:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foyafey0ralo': Purge remote --- PASS: TestServerSideMoveOverSelf (21.68s) === RUN TestCopyAfterDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:07:08 DEBUG : sub dir/hello world: md5 = a2e9a1d5dbf09393a59744828b38e664 OK 2026/08/05 01:07:08 ERROR : error listing: directory not found 2026/08/05 01:07:09 INFO : Local file system at /tmp/rclone3182544113: Making directory 2026/08/05 01:07:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (5.80s) === RUN TestCopyRedownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:07:14 DEBUG : sub dir/hello world: md5 = 0c24f3e45e843dbb44e4ecc1ac140def OK 2026/08/05 01:07:15 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:07:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:07:15 DEBUG : Local file system at /tmp/rclone3182544113: Waiting for checks to finish 2026/08/05 01:07:15 DEBUG : Local file system at /tmp/rclone3182544113: Waiting for transfers to finish 2026/08/05 01:07:16 DEBUG : sub dir/hello world.a99001f0.partial: size = 11 OK 2026/08/05 01:07:16 DEBUG : sub dir/hello world.a99001f0.partial: renamed to: sub dir/hello world 2026/08/05 01:07:16 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:07:16 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (6.22s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:07:18 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/05 01:07:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:20 DEBUG : check sum: md5 = 91b333f8cb1af73927c9daa0b5381452 OK 2026/08/05 01:07:20 DEBUG : check sum: size = 1 OK 2026/08/05 01:07:20 INFO : check sum: Copied (new) 2026/08/05 01:07:20 DEBUG : Waiting for deletions to finish 2026/08/05 01:07:21 DEBUG : check sum: size = 1 OK 2026/08/05 01:07:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/05 01:07:21 DEBUG : check sum: Size of src and dst objects identical 2026/08/05 01:07:21 DEBUG : check sum: Unchanged skipping 2026/08/05 01:07:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:21 DEBUG : Waiting for deletions to finish 2026/08/05 01:07:21 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (4.13s) === RUN TestSyncSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:07:22 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/05 01:07:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:24 DEBUG : sizeonly: md5 = d378f87e2621f4179f0f882a0fa89eec OK 2026/08/05 01:07:24 DEBUG : sizeonly: size = 6 OK 2026/08/05 01:07:24 INFO : sizeonly: Copied (new) 2026/08/05 01:07:24 DEBUG : Waiting for deletions to finish 2026/08/05 01:07:24 DEBUG : sizeonly: size = 6 OK 2026/08/05 01:07:24 DEBUG : sizeonly: Sizes identical 2026/08/05 01:07:24 DEBUG : sizeonly: Unchanged skipping 2026/08/05 01:07:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:24 DEBUG : Waiting for deletions to finish 2026/08/05 01:07:24 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (3.60s) === RUN TestSyncIgnoreSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:07:26 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/05 01:07:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:28 DEBUG : ignore-size: md5 = 179beb0d3d1eaf8f5876d60dba95a403 OK 2026/08/05 01:07:28 INFO : ignore-size: Copied (new) 2026/08/05 01:07:28 DEBUG : Waiting for deletions to finish 2026/08/05 01:07:28 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:07:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:28 DEBUG : ignore-size: Unchanged skipping 2026/08/05 01:07:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:28 DEBUG : Waiting for deletions to finish 2026/08/05 01:07:28 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (3.65s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:07:31 DEBUG : existing: md5 = d18064194845cec766eeda30a05cdc12 OK 2026/08/05 01:07:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:32 DEBUG : existing: size = 6 OK 2026/08/05 01:07:32 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:07:32 DEBUG : existing: Unchanged skipping 2026/08/05 01:07:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:32 DEBUG : Waiting for deletions to finish 2026/08/05 01:07:32 INFO : There was nothing to transfer 2026/08/05 01:07:32 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/05 01:07:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:33 DEBUG : existing: md5 = 438e5b587aadbe65157d749698727807 OK 2026/08/05 01:07:33 DEBUG : existing: size = 6 OK 2026/08/05 01:07:33 INFO : existing: Copied (replaced existing) 2026/08/05 01:07:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (4.89s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:07:35 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/05 01:07:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:36 DEBUG : existing: md5 = 8ff944c40eb3572c7d5c099226411c45 OK 2026/08/05 01:07:36 DEBUG : existing: size = 6 OK 2026/08/05 01:07:36 INFO : existing: Copied (new) 2026/08/05 01:07:36 DEBUG : Waiting for deletions to finish 2026/08/05 01:07:37 DEBUG : existing: Destination exists, skipping 2026/08/05 01:07:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:37 DEBUG : Waiting for deletions to finish 2026/08/05 01:07:37 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (3.67s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:07:41 DEBUG : b/potato: md5 = 59b490e62c457c7aac4ec4bb57bc7372 OK 2026/08/05 01:07:43 DEBUG : c/non empty space: md5 = 81d4814d738305af86ac00b804287ad6 OK 2026/08/05 01:07:43 INFO : d: Making directory 2026/08/05 01:07:45 DEBUG : Added delayed dir = "a", newDst= 2026/08/05 01:07:45 INFO : c: Set directory modification time (using SetModTime) 2026/08/05 01:07:45 DEBUG : Added delayed dir = "c", newDst=c 2026/08/05 01:07:45 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/05 01:07:45 DEBUG : c/non empty space: size = 5 OK 2026/08/05 01:07:45 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:07:45 DEBUG : c/non empty space: Unchanged skipping 2026/08/05 01:07:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:48 DEBUG : a/potato2: md5 = 18b0a01280f18081278b1311bac2d69e OK 2026/08/05 01:07:48 DEBUG : a/potato2: size = 60 OK 2026/08/05 01:07:48 INFO : a/potato2: Copied (new) 2026/08/05 01:07:48 DEBUG : Waiting for deletions to finish 2026/08/05 01:07:48 INFO : b/potato: Deleted 2026/08/05 01:07:49 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/05 01:07:49 INFO : d: Removing directory 2026/08/05 01:07:50 INFO : b: Removing directory 2026/08/05 01:07:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': deleted 2 directories --- PASS: TestSyncIgnoreErrors (16.30s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:07:56 DEBUG : empty space: md5 = afb17082b6555611ae8e6d271e0c29ef OK 2026/08/05 01:07:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:56 DEBUG : empty space: size = 1 OK 2026/08/05 01:07: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/05 01:07:56 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/08/05 01:07:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:56 DEBUG : Waiting for deletions to finish 2026/08/05 01:07:57 DEBUG : empty space: size = 1 OK 2026/08/05 01:07: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/05 01:07:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:07:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:07:58 DEBUG : empty space: md5 = 62163acc4a29d8143a91b87568227c8b OK 2026/08/05 01:07:58 DEBUG : empty space: size = 1 OK 2026/08/05 01:07:58 INFO : empty space: Copied (replaced existing) 2026/08/05 01:07:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (5.12s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.50s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:08:02 DEBUG : foo: md5 = 50834e455e894099f774df2e0ce9262c OK 2026/08/05 01:08:02 DEBUG : foo: size = 3 OK 2026/08/05 01:08: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/05 01:08:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:08:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:08:03 DEBUG : foo: md5 = dee19cc5caf22c4c7d5c3985a8de0322 OK 2026/08/05 01:08:03 DEBUG : foo: size = 3 OK 2026/08/05 01:08:03 INFO : foo: Copied (replaced existing) 2026/08/05 01:08:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (4.89s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:08:06 DEBUG : empty space: md5 = b1ee032c0718b9fcac3006efa9735b36 OK 2026/08/05 01:08:07 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/05 01:08:07 DEBUG : empty space: size = 1 OK 2026/08/05 01:08:07 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:08:07 DEBUG : empty space: Unchanged skipping 2026/08/05 01:08:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:08:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:08:08 DEBUG : potato: md5 = 5ce205f44c7dee6ffdc259898a6d8cce OK 2026/08/05 01:08:08 DEBUG : potato: size = 60 OK 2026/08/05 01:08:08 INFO : potato: Copied (new) 2026/08/05 01:08:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (5.22s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:08:11 DEBUG : potato: md5 = 9983d6060187cb57e2353875d8f6db91 OK 2026/08/05 01:08:12 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:08:12 DEBUG : potato: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:08:12 DEBUG : potato: Sizes differ 2026/08/05 01:08:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:08:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:08:13 DEBUG : potato: md5 = a459dadda3748f0a7cbcf8384e639696 OK 2026/08/05 01:08:13 DEBUG : potato: size = 21 OK 2026/08/05 01:08:13 INFO : potato: Copied (replaced existing) 2026/08/05 01:08:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (4.59s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:08:16 DEBUG : potato: md5 = c8427a57bf7fab4e558276efe10ccee2 OK 2026/08/05 01:08:17 DEBUG : potato: size = 21 OK 2026/08/05 01:08:17 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2026/08/05 01:08:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:08:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:08:18 DEBUG : potato: md5 = 58006f5dc0421faeb12c39e1e32432a2 OK 2026/08/05 01:08:18 DEBUG : potato: size = 21 OK 2026/08/05 01:08:18 INFO : potato: Copied (replaced existing) 2026/08/05 01:08:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (4.64s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:08:21 DEBUG : potato: md5 = 04c6d1af0b4b0673de2375c6ec5f3742 OK 2026/08/05 01:08:22 DEBUG : empty space: md5 = 5c59ef4b93b8fef9bb9f67707c7ed74d OK 2026/08/05 01:08:23 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:08:23 DEBUG : empty space: size = 1 OK 2026/08/05 01:08:23 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:08:23 DEBUG : empty space: Unchanged skipping 2026/08/05 01:08:23 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/05 01:08:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:08:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:08:23 DEBUG : Waiting for deletions to finish 2026/08/05 01:08:23 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (5.10s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:08:26 DEBUG : potato: md5 = f3112328281c7506b0380ecf767d35fe OK 2026/08/05 01:08:28 DEBUG : empty space: md5 = 0dfce411cb58320230817bbd1fa4e28b OK 2026/08/05 01:08:28 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:08:28 DEBUG : empty space: size = 1 OK 2026/08/05 01:08:28 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:08:28 DEBUG : empty space: Unchanged skipping 2026/08/05 01:08:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:08:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:08:30 DEBUG : potato2: md5 = f9fb16fa8219a8a58eb00ba4ea85a427 OK 2026/08/05 01:08:30 DEBUG : potato2: size = 60 OK 2026/08/05 01:08:30 INFO : potato2: Copied (new) 2026/08/05 01:08:30 DEBUG : Waiting for deletions to finish 2026/08/05 01:08:31 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (8.23s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:08:35 DEBUG : b/potato: md5 = 091a262ddaeeccc5395f3d7b01618acb OK 2026/08/05 01:08:37 DEBUG : c/non empty space: md5 = 88c45a007e71d06a7f4a60fe963fadc2 OK 2026/08/05 01:08:37 INFO : d: Making directory 2026/08/05 01:08:38 INFO : d/e: Making directory 2026/08/05 01:08:40 DEBUG : Added delayed dir = "a", newDst= 2026/08/05 01:08:41 INFO : c: Set directory modification time (using SetModTime) 2026/08/05 01:08:41 DEBUG : Added delayed dir = "c", newDst=c 2026/08/05 01:08:41 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/05 01:08:41 DEBUG : c/non empty space: size = 5 OK 2026/08/05 01:08:41 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:08:41 DEBUG : c/non empty space: Unchanged skipping 2026/08/05 01:08:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:08:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:08:43 DEBUG : a/potato2: md5 = 1e7e7927e59b2b3316cc2103c218c15d OK 2026/08/05 01:08:43 DEBUG : a/potato2: size = 60 OK 2026/08/05 01:08:43 INFO : a/potato2: Copied (new) 2026/08/05 01:08:43 DEBUG : Waiting for deletions to finish 2026/08/05 01:08:43 INFO : b/potato: Deleted 2026/08/05 01:08:44 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/05 01:08:44 INFO : d/e: Removing directory 2026/08/05 01:08:45 INFO : d: Removing directory 2026/08/05 01:08:45 INFO : b: Removing directory 2026/08/05 01:08:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (17.20s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:08:52 DEBUG : b/potato: md5 = 3ebc8a9f396b8460262a8be2703e8a41 OK 2026/08/05 01:08:54 DEBUG : c/non empty space: md5 = 8617137c97cf8680cd61a6bfe096e7b6 OK 2026/08/05 01:08:54 INFO : d: Making directory 2026/08/05 01:08:56 DEBUG : Added delayed dir = "a", newDst= 2026/08/05 01:08:57 INFO : c: Set directory modification time (using SetModTime) 2026/08/05 01:08:57 DEBUG : Added delayed dir = "c", newDst=c 2026/08/05 01:08:57 DEBUG : c/non empty space: size = 5 OK 2026/08/05 01:08:57 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:08:57 DEBUG : c/non empty space: Unchanged skipping 2026/08/05 01:08:57 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/05 01:08:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:08:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:08:59 DEBUG : a/potato2: md5 = a319ce0d0d3e3fa4c3cb6d921976f05e OK 2026/08/05 01:08:59 DEBUG : a/potato2: size = 60 OK 2026/08/05 01:08:59 INFO : a/potato2: Copied (new) 2026/08/05 01:08:59 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': not deleting files as there were IO errors 2026/08/05 01:09:00 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/05 01:09:00 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (15.44s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:09:07 DEBUG : potato: md5 = 1426dae0432e98ce097507dc01228e3d OK 2026/08/05 01:09:08 DEBUG : empty space: md5 = 67d992abb7a1c742a32e7817805c944b OK 2026/08/05 01:09:09 DEBUG : Waiting for deletions to finish 2026/08/05 01:09:09 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:09:09 DEBUG : empty space: size = 1 OK 2026/08/05 01:09:09 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:09:09 DEBUG : empty space: Unchanged skipping 2026/08/05 01:09:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:09:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:09:09 INFO : potato: Deleted 2026/08/05 01:09:10 DEBUG : potato2: md5 = ac89f48ebaa4f69b8a0ece207e17ad38 OK 2026/08/05 01:09:10 DEBUG : potato2: size = 60 OK 2026/08/05 01:09:10 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (6.79s) === RUN TestSyncDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:09:13 DEBUG : potato: md5 = eeeb8603ff875d17d3950575f25885e4 OK 2026/08/05 01:09:15 DEBUG : empty space: md5 = 656329864a4d690c963813701963100b OK 2026/08/05 01:09:15 DEBUG : Waiting for deletions to finish 2026/08/05 01:09:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:09:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:09:16 INFO : potato: Deleted 2026/08/05 01:09:16 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:09:16 DEBUG : empty space: size = 1 OK 2026/08/05 01:09:16 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:09:16 DEBUG : empty space: Unchanged skipping 2026/08/05 01:09:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:09:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:09:18 DEBUG : potato2: md5 = ca14a67e504c356edb6a829ab781282f OK 2026/08/05 01:09:18 DEBUG : potato2: size = 60 OK 2026/08/05 01:09:18 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (7.29s) === RUN TestCopyDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:09:21 DEBUG : potato: md5 = e917d6421b67f035e5b18857260d3659 OK 2026/08/05 01:09:21 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:09:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:09:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:09:23 DEBUG : potato2: md5 = 28e33b621aabbdab71af28b6cfbecf17 OK 2026/08/05 01:09:23 DEBUG : potato2: size = 19 OK 2026/08/05 01:09:23 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (5.09s) === RUN TestSyncWithExclude run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:09:26 DEBUG : potato2: md5 = 0ec113217e9d7a0f4eec9b3a828c2e11 OK 2026/08/05 01:09:27 DEBUG : empty space: md5 = fd789c0dccfaf0fd4fd7ccc2b9909f10 OK 2026/08/05 01:09:28 DEBUG : enormous: Excluded (Size Filter) 2026/08/05 01:09:28 DEBUG : enormous: Excluded 2026/08/05 01:09:28 DEBUG : potato2: Excluded (Size Filter) 2026/08/05 01:09:28 DEBUG : potato2: Excluded 2026/08/05 01:09:28 DEBUG : potato2: Excluded (Size Filter) 2026/08/05 01:09:28 DEBUG : empty space: size = 1 OK 2026/08/05 01:09:28 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:09:28 DEBUG : empty space: Unchanged skipping 2026/08/05 01:09:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:09:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:09:28 DEBUG : Waiting for deletions to finish 2026/08/05 01:09:28 INFO : There was nothing to transfer 2026/08/05 01:09:28 DEBUG : enormous: Excluded (Size Filter) 2026/08/05 01:09:28 DEBUG : enormous: Excluded 2026/08/05 01:09:28 DEBUG : potato2: Excluded (Size Filter) 2026/08/05 01:09:28 DEBUG : potato2: Excluded 2026/08/05 01:09:28 DEBUG : potato2: Excluded (Size Filter) 2026/08/05 01:09:28 DEBUG : Local file system at /tmp/rclone3182544113: Waiting for checks to finish 2026/08/05 01:09:28 DEBUG : empty space: size = 1 OK 2026/08/05 01:09:28 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/05 01:09:28 DEBUG : empty space: Unchanged skipping 2026/08/05 01:09:28 DEBUG : Local file system at /tmp/rclone3182544113: Waiting for transfers to finish 2026/08/05 01:09:28 DEBUG : Waiting for deletions to finish 2026/08/05 01:09:28 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (5.44s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:09:31 DEBUG : potato2: md5 = 9b0aabdc14f47dd10e894161ca0f2a24 OK 2026/08/05 01:09:33 DEBUG : empty space: md5 = 53f6aecfd6c499c3bbeb423d9b0a28d2 OK 2026/08/05 01:09:34 DEBUG : enormous: md5 = a00cb5f8e2858b93feb1cb7d93ead594 OK 2026/08/05 01:09:35 DEBUG : enormous: Excluded (Size Filter) 2026/08/05 01:09:35 DEBUG : enormous: Excluded 2026/08/05 01:09:35 DEBUG : potato2: Excluded (Size Filter) 2026/08/05 01:09:35 DEBUG : potato2: Excluded 2026/08/05 01:09:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:09:35 DEBUG : empty space: size = 1 OK 2026/08/05 01:09:35 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:09:35 DEBUG : empty space: Unchanged skipping 2026/08/05 01:09:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:09:35 DEBUG : Waiting for deletions to finish 2026/08/05 01:09:35 INFO : potato2: Deleted 2026/08/05 01:09:35 INFO : enormous: Deleted 2026/08/05 01:09:35 INFO : There was nothing to transfer 2026/08/05 01:09:36 DEBUG : empty space: size = 1 OK 2026/08/05 01:09:36 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/05 01:09:36 DEBUG : empty space: Unchanged skipping 2026/08/05 01:09:36 DEBUG : Local file system at /tmp/rclone3182544113: Waiting for checks to finish 2026/08/05 01:09:36 DEBUG : Local file system at /tmp/rclone3182544113: Waiting for transfers to finish 2026/08/05 01:09:36 DEBUG : Waiting for deletions to finish 2026/08/05 01:09:36 INFO : enormous: Deleted 2026/08/05 01:09:36 INFO : potato2: Deleted 2026/08/05 01:09:36 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (7.11s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:09:39 DEBUG : one: md5 = 225aa54bbe51332fd774e335a3187bfa OK 2026/08/05 01:09:40 DEBUG : two: md5 = 626d5df72d783cfd129c7125794470e0 OK 2026/08/05 01:09:42 DEBUG : three: md5 = 5b54c5c50987af6fb8393c60d17fd079 OK 2026/08/05 01:09:43 DEBUG : four: md5 = 57e4ef82644abea667b731f3b4cadfdc OK 2026/08/05 01:09:44 DEBUG : five: Need to transfer - File not found at Destination 2026/08/05 01:09:44 DEBUG : four: size = 4 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:09:44 DEBUG : four: size = 8 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:09:44 DEBUG : four: Sizes differ 2026/08/05 01:09:44 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/05 01:09:44 DEBUG : one: Destination is newer than source, skipping 2026/08/05 01:09:44 DEBUG : three: size = 5 OK 2026/08/05 01:09:44 DEBUG : three: Sizes identical 2026/08/05 01:09:44 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/05 01:09:44 DEBUG : two: size = 3 OK 2026/08/05 01:09:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:09:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:09:45 DEBUG : four: md5 = 5ef3363d506b718abfa658e807fbf97b OK 2026/08/05 01:09:45 DEBUG : four: size = 4 OK 2026/08/05 01:09:45 INFO : four: Copied (replaced existing) 2026/08/05 01:09:45 DEBUG : two: md5 = 183a974ecf3b2533301077c24deb4b83 OK 2026/08/05 01:09:45 DEBUG : two: size = 3 OK 2026/08/05 01:09:45 INFO : two: Copied (replaced existing) 2026/08/05 01:09:45 DEBUG : five: md5 = d12ce603a1b1eb7eb394d6e2051c179c OK 2026/08/05 01:09:45 DEBUG : five: size = 4 OK 2026/08/05 01:09:45 INFO : five: Copied (new) 2026/08/05 01:09:45 DEBUG : Waiting for deletions to finish sync_test.go:1480: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (11.43s) === 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-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" sync_test.go:1569: Can track renames: false 2026/08/05 01:09:48 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/05 01:09:49 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/05 01:09:49 DEBUG : yam: Need to transfer - File not found at Destination 2026/08/05 01:09:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:09:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:09:50 DEBUG : yam: md5 = 8ec1cc40ebdbbe19dc0447df0ee15eab OK 2026/08/05 01:09:50 DEBUG : yam: size = 11 OK 2026/08/05 01:09:50 INFO : yam: Copied (new) 2026/08/05 01:09:50 DEBUG : potato: md5 = 3502c6f8c0d0b9c40ca877e5665ba332 OK 2026/08/05 01:09:50 DEBUG : potato: size = 14 OK 2026/08/05 01:09:50 INFO : potato: Copied (new) 2026/08/05 01:09:50 DEBUG : Waiting for deletions to finish 2026/08/05 01:09:50 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/05 01:09:51 DEBUG : yaml: Need to transfer - File not found at Destination 2026/08/05 01:09:51 DEBUG : potato: size = 14 OK 2026/08/05 01:09:51 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:09:51 DEBUG : potato: Unchanged skipping 2026/08/05 01:09:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:09:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:09:52 DEBUG : yaml: md5 = e6628c6275c9d0091bf202b3e17001c5 OK 2026/08/05 01:09:52 DEBUG : yaml: size = 11 OK 2026/08/05 01:09:52 INFO : yaml: Copied (new) 2026/08/05 01:09:52 DEBUG : Waiting for deletions to finish 2026/08/05 01:09:53 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (6.37s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/05 01:09:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Making map for --track-renames 2026/08/05 01:09:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Finished making map for --track-renames 2026/08/05 01:09:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:09:55 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/05 01:09:55 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/05 01:09:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for renames to finish 2026/08/05 01:09:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:09:56 DEBUG : yam: md5 = 92d39e30c0b6ac7bcc33a536ff1c10a1 OK 2026/08/05 01:09:56 DEBUG : yam: size = 11 OK 2026/08/05 01:09:56 INFO : yam: Copied (new) 2026/08/05 01:09:56 DEBUG : potato: md5 = 046bc2b0a6d1fe1eb22d307839056128 OK 2026/08/05 01:09:56 DEBUG : potato: size = 14 OK 2026/08/05 01:09:56 INFO : potato: Copied (new) 2026/08/05 01:09:56 DEBUG : Waiting for deletions to finish 2026/08/05 01:09:57 DEBUG : potato: size = 14 OK 2026/08/05 01:09:57 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:09:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Making map for --track-renames 2026/08/05 01:09:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Finished making map for --track-renames 2026/08/05 01:09:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:09:57 DEBUG : potato: Unchanged skipping 2026/08/05 01:09:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for renames to finish 2026/08/05 01:09:58 INFO : yam: Moved (server-side) to: yaml 2026/08/05 01:09:58 INFO : yaml: Renamed from "yam" 2026/08/05 01:09:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:09:58 DEBUG : Waiting for deletions to finish 2026/08/05 01:09:58 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.69s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/05 01:10:00 DEBUG : Added delayed dir = "sub", newDst= 2026/08/05 01:10:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Making map for --track-renames 2026/08/05 01:10:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Finished making map for --track-renames 2026/08/05 01:10:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:10:00 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/05 01:10:00 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/05 01:10:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for renames to finish 2026/08/05 01:10:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:10:02 DEBUG : potato: md5 = 107af4a599a72cde58ccdad0d420e9a1 OK 2026/08/05 01:10:02 DEBUG : potato: size = 14 OK 2026/08/05 01:10:02 INFO : potato: Copied (new) 2026/08/05 01:10:02 DEBUG : sub/yam: md5 = fb6ca8ea74ccff9714222f86dadfa475 OK 2026/08/05 01:10:02 DEBUG : sub/yam: size = 11 OK 2026/08/05 01:10:02 INFO : sub/yam: Copied (new) 2026/08/05 01:10:02 DEBUG : Waiting for deletions to finish 2026/08/05 01:10:02 INFO : sub: Set directory modification time (using DirSetModTime) 2026/08/05 01:10:03 DEBUG : potato: size = 14 OK 2026/08/05 01:10:03 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:10:03 DEBUG : potato: Unchanged skipping 2026/08/05 01:10:04 INFO : sub: Set directory modification time (using SetModTime) 2026/08/05 01:10:04 DEBUG : Added delayed dir = "sub", newDst=sub 2026/08/05 01:10:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Making map for --track-renames 2026/08/05 01:10:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Finished making map for --track-renames 2026/08/05 01:10:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:10:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for renames to finish 2026/08/05 01:10:05 INFO : sub/yam: Moved (server-side) to: yam 2026/08/05 01:10:05 INFO : yam: Renamed from "sub/yam" 2026/08/05 01:10:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:10:05 DEBUG : Waiting for deletions to finish 2026/08/05 01:10:05 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.62s) === RUN TestServerSideMoveLocal run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:10:08 DEBUG : Creating backend with remote "/tmp/rclone3182544113/dir1" 2026/08/05 01:10:08 DEBUG : Creating backend with remote "/tmp/rclone3182544113/dir2" 2026/08/05 01:10:08 DEBUG : Local file system at /tmp/rclone3182544113/dir2: Using server-side directory move 2026/08/05 01:10:08 INFO : Local file system at /tmp/rclone3182544113/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/05 01:10:08 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/05 01:10:08 DEBUG : Local file system at /tmp/rclone3182544113/dir2: Waiting for checks to finish 2026/08/05 01:10:08 DEBUG : Local file system at /tmp/rclone3182544113/dir2: Waiting for transfers to finish 2026/08/05 01:10:08 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.53s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:10:09 DEBUG : Added delayed dir = "nested", newDst= 2026/08/05 01:10:09 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:10:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:10:09 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/05 01:10:09 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/05 01:10:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:10:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:10:12 DEBUG : nested/sub dir/file: md5 = d40c0622d8214f52edaa1e95655baaca OK 2026/08/05 01:10:12 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/05 01:10:12 INFO : nested/sub dir/file: Copied (new) 2026/08/05 01:10:12 INFO : nested/sub dir/file: Deleted 2026/08/05 01:10:13 DEBUG : sub dir/hello world: md5 = e708c02cfd9e0a485f882605a8331097 OK 2026/08/05 01:10:13 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:10:13 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:10:13 INFO : sub dir/hello world: Deleted 2026/08/05 01:10:14 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:10:14 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/05 01:10:14 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:10:14 INFO : sub dir: Removing directory 2026/08/05 01:10:14 INFO : nested/sub dir: Removing directory 2026/08/05 01:10:14 INFO : nested: Removing directory 2026/08/05 01:10:14 DEBUG : Local file system at /tmp/rclone3182544113: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (10.49s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:10:19 DEBUG : Added delayed dir = "nested", newDst= 2026/08/05 01:10:19 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:10:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:10:19 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/05 01:10:19 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/05 01:10:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:10:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:10:22 DEBUG : sub dir/hello world: md5 = 3fa089d7fb59a420635b75a6a9b9a394 OK 2026/08/05 01:10:22 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:10:22 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:10:22 INFO : sub dir/hello world: Deleted 2026/08/05 01:10:24 DEBUG : nested/sub dir/file: md5 = a055dd86f9aedd883b979e9ecb8a5e04 OK 2026/08/05 01:10:24 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/05 01:10:24 INFO : nested/sub dir/file: Copied (new) 2026/08/05 01:10:24 INFO : nested/sub dir/file: Deleted 2026/08/05 01:10:24 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:10:25 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/05 01:10:25 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (11.81s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:10:31 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/05 01:10:31 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/05 01:10:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:10:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:10:33 DEBUG : existing-b: md5 = 09f31f1723140b04731306f3c07a3ee0 OK 2026/08/05 01:10:33 DEBUG : existing-b: size = 6 OK 2026/08/05 01:10:33 INFO : existing-b: Copied (new) 2026/08/05 01:10:33 INFO : existing-b: Deleted 2026/08/05 01:10:33 DEBUG : existing: md5 = 54ce6beb3ce17994fa1ca49e72ff4789 OK 2026/08/05 01:10:33 DEBUG : existing: size = 6 OK 2026/08/05 01:10:33 INFO : existing: Copied (new) 2026/08/05 01:10:33 INFO : existing: Deleted 2026/08/05 01:10:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:10:33 DEBUG : existing: Destination exists, skipping 2026/08/05 01:10:33 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/05 01:10:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:10:33 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (4.29s) === RUN TestServerSideMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:10:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dizumed5xiqa" 2026/08/05 01:10:35 DEBUG : Creating backend with remote "TestDrive:crypt/kb97de2lu3jlvr9ro2me1b95cvla4bfhom8u2ka4cbpuv3jftdu0" 2026/08/05 01:10:38 DEBUG : potato2: md5 = b9edae62a66f973b8da77f9bdeea4255 OK 2026/08/05 01:10:40 DEBUG : empty space: md5 = a5e58664fe9fba3a414b4f131f3fc315 OK 2026/08/05 01:10:42 DEBUG : potato3: md5 = 8ac37d34fecaaf56048051e6683b1b01 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo' -> Encrypted drive 'TestCryptDrive:rclone-test-dizumed5xiqa' 2026/08/05 01:10:44 DEBUG : empty space: md5 = 1298976d5679c3ea2965a00ab36bec15 OK 2026/08/05 01:10:46 DEBUG : potato3: md5 = 62f54333d5f5f787fbd3926e06c623ab OK 2026/08/05 01:10:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dizumed5xiqa': Using server-side directory move 2026/08/05 01:10:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dizumed5xiqa': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/05 01:10:46 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:10:46 DEBUG : empty space: size = 1 OK 2026/08/05 01:10:46 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:10:46 DEBUG : empty space: Unchanged skipping 2026/08/05 01:10:46 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:10:46 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-dizumed5xiqa') 2026/08/05 01:10:46 DEBUG : potato3: Sizes differ 2026/08/05 01:10:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dizumed5xiqa': Waiting for checks to finish 2026/08/05 01:10:47 INFO : potato3: Deleted 2026/08/05 01:10:47 INFO : empty space: Deleted 2026/08/05 01:10:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dizumed5xiqa': Waiting for transfers to finish 2026/08/05 01:10:47 INFO : potato2: Moved (server-side) 2026/08/05 01:10:48 INFO : potato3: Moved (server-side) 2026/08/05 01:10:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jiwivox9rili" 2026/08/05 01:10:48 DEBUG : Creating backend with remote "TestDrive:crypt/o9q5e69fbkdncsumnfcs572qnpsoiff5tsb867k7ctonnhfo4hmg" 2026/08/05 01:10:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jiwivox9rili': Using server-side directory move 2026/08/05 01:10:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jiwivox9rili': Server side directory move succeeded 2026/08/05 01:10:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jiwivox9rili': Purge remote 2026/08/05 01:10:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dizumed5xiqa': Purge remote 2026/08/05 01:10:52 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (16.98s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:10:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-revinil7mage" 2026/08/05 01:10:52 DEBUG : Creating backend with remote "TestDrive:crypt/6vusa1d2nbmrbldcscr1tp2347s9mvetcm90g9ufsqstbbr2rcc0" 2026/08/05 01:10:55 DEBUG : potato2: md5 = dc7bc16da561fe158296677d4196f1c6 OK 2026/08/05 01:10:56 DEBUG : empty space: md5 = 2c961bec73d15c78687d288baaa49656 OK 2026/08/05 01:10:58 DEBUG : potato3: md5 = 83049fac17677c14e523cf26d87c1f1d OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo' -> Encrypted drive 'TestCryptDrive:rclone-test-revinil7mage' 2026/08/05 01:11:01 DEBUG : empty space: md5 = c51ad0bd1893c3c6d62bcb93e6515ac7 OK 2026/08/05 01:11:03 DEBUG : potato3: md5 = 2b9cbb22577e820cb5bcbcd06ac0a4cf OK 2026/08/05 01:11:03 DEBUG : empty space: Excluded (Size Filter) 2026/08/05 01:11:03 DEBUG : empty space: Excluded (Size Filter) 2026/08/05 01:11:03 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:11:03 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:11:03 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-revinil7mage') 2026/08/05 01:11:03 DEBUG : potato3: Sizes differ 2026/08/05 01:11:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-revinil7mage': Waiting for checks to finish 2026/08/05 01:11:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-revinil7mage': Waiting for transfers to finish 2026/08/05 01:11:04 INFO : potato3: Deleted 2026/08/05 01:11:04 INFO : potato2: Moved (server-side) 2026/08/05 01:11:04 INFO : potato3: Moved (server-side) 2026/08/05 01:11:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyoguk3qaba" 2026/08/05 01:11:05 DEBUG : Creating backend with remote "TestDrive:crypt/q6fhtlvmakrehp0ogaqjl0kvf6pjqdpffhhjig03jtbhaja14e7g" 2026/08/05 01:11:06 DEBUG : empty space: Excluded (Size Filter) 2026/08/05 01:11:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:11:06 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/05 01:11:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyoguk3qaba': Waiting for checks to finish 2026/08/05 01:11:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyoguk3qaba': Waiting for transfers to finish 2026/08/05 01:11:08 INFO : potato3: Moved (server-side) 2026/08/05 01:11:08 INFO : potato2: Moved (server-side) 2026/08/05 01:11:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyoguk3qaba': Purge remote 2026/08/05 01:11:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-revinil7mage': Purge remote --- PASS: TestServerSideMoveWithFilter (18.20s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:11:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sakevij2buqa" 2026/08/05 01:11:10 DEBUG : Creating backend with remote "TestDrive:crypt/t8j1qs4i4jalibmcdhf3cn3ehtavg2jgsaqgbhg72fr38v3j7p30" 2026/08/05 01:11:13 DEBUG : potato2: md5 = 5a4a9aca2e11e241f5d9880fbf19f42f OK 2026/08/05 01:11:14 DEBUG : empty space: md5 = 03c1f3cceb96f8c120c9654bfd94aa0f OK 2026/08/05 01:11:16 DEBUG : potato3: md5 = 9c977b8207b6421b247f11edf9d91b66 OK 2026/08/05 01:11:16 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo' -> Encrypted drive 'TestCryptDrive:rclone-test-sakevij2buqa' 2026/08/05 01:11:20 DEBUG : empty space: md5 = 55a97384a34c561ebdcedebd4023e83a OK 2026/08/05 01:11:21 DEBUG : potato3: md5 = e48617afcbded3033c2481f02ce88d25 OK 2026/08/05 01:11:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sakevij2buqa': Using server-side directory move 2026/08/05 01:11:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sakevij2buqa': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/05 01:11:22 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:11:22 DEBUG : Added delayed dir = "tomatoDir", newDst= 2026/08/05 01:11:22 DEBUG : empty space: size = 1 OK 2026/08/05 01:11:22 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:11:22 DEBUG : empty space: Unchanged skipping 2026/08/05 01:11:22 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:11:22 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-sakevij2buqa') 2026/08/05 01:11:22 DEBUG : potato3: Sizes differ 2026/08/05 01:11:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sakevij2buqa': Waiting for checks to finish 2026/08/05 01:11:23 INFO : empty space: Deleted 2026/08/05 01:11:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sakevij2buqa': Waiting for transfers to finish 2026/08/05 01:11:23 INFO : potato3: Deleted 2026/08/05 01:11:23 INFO : potato2: Moved (server-side) 2026/08/05 01:11:23 INFO : potato3: Moved (server-side) 2026/08/05 01:11:23 INFO : tomatoDir: Removing directory 2026/08/05 01:11:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': deleted 1 directories 2026/08/05 01:11:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rodeseb0mine" 2026/08/05 01:11:25 DEBUG : Creating backend with remote "TestDrive:crypt/mjjfv6oq0jikocs81oi12cs3eeeuukqikv3lcjkc1evf6lq07t8g" 2026/08/05 01:11:26 INFO : tomatoDir: Making directory 2026/08/05 01:11:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rodeseb0mine': Using server-side directory move 2026/08/05 01:11:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rodeseb0mine': Server side directory move succeeded 2026/08/05 01:11:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rodeseb0mine': Purge remote 2026/08/05 01:11:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sakevij2buqa': Purge remote 2026/08/05 01:11:30 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (20.45s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.48s) === RUN TestSyncOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:11:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/rclone-sync-test" 2026/08/05 01:11:31 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" --- PASS: TestSyncOverlap (2.13s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:11:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/rclone-sync-test" 2026/08/05 01:11:33 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" 2026/08/05 01:11:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/rclone-sync-test-include/layer2" 2026/08/05 01:11:36 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0/n01jpl9202nn9ec1rb75h0f1c4" 2026/08/05 01:11:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/rclone-sync-test-ignore-file" 2026/08/05 01:11:40 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg" 2026/08/05 01:11:44 DEBUG : rclone-sync-test-ignore-file/.ignore: md5 = 4c5366cebaacc5f836deb57588e62538 OK 2026/08/05 01:11:48 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/05 01:11:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/rclone-sync-test': Waiting for checks to finish 2026/08/05 01:11:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/rclone-sync-test': Waiting for transfers to finish 2026/08/05 01:11:48 DEBUG : Waiting for deletions to finish 2026/08/05 01:11:48 INFO : There was nothing to transfer 2026/08/05 01:11:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:11:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:11:50 DEBUG : Waiting for deletions to finish 2026/08/05 01:11:50 INFO : rclone-sync-test-include: Removing directory 2026/08/05 01:11:50 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/05 01:11:50 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/05 01:11:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': failed to delete 1 directories 2026/08/05 01:11:50 INFO : There was nothing to transfer 2026/08/05 01:11:52 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/05 01:11:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/08/05 01:11:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/08/05 01:11:52 DEBUG : Waiting for deletions to finish 2026/08/05 01:11:52 INFO : There was nothing to transfer 2026/08/05 01:11:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:11:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:11:54 DEBUG : Waiting for deletions to finish 2026/08/05 01:11:54 INFO : rclone-sync-test-include: Removing directory 2026/08/05 01:11:55 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/05 01:11:55 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/05 01:11:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': failed to delete 1 directories 2026/08/05 01:11:55 INFO : There was nothing to transfer 2026/08/05 01:11:57 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/05 01:11:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/rclone-sync-test-ignore-file': Waiting for checks to finish 2026/08/05 01:11:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/rclone-sync-test-ignore-file': Waiting for transfers to finish 2026/08/05 01:11:57 DEBUG : Waiting for deletions to finish 2026/08/05 01:11:57 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (29.36s) === RUN TestSyncCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:12:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/dst" 2026/08/05 01:12:03 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:12:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/CompareDest" 2026/08/05 01:12:05 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/gveqi14airsml4bgu7krj116o8" 2026/08/05 01:12:08 DEBUG : one: Need to transfer - File not found at Destination 2026/08/05 01:12:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:12:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:12:11 DEBUG : one: md5 = 5062e4bcb1bc76b888f259281d29bcd7 OK 2026/08/05 01:12:11 DEBUG : one: size = 3 OK 2026/08/05 01:12:11 INFO : one: Copied (new) 2026/08/05 01:12:11 DEBUG : Waiting for deletions to finish 2026/08/05 01:12:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:12:12 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:12:12 DEBUG : one: Sizes differ 2026/08/05 01:12:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:12:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:12:14 DEBUG : one: md5 = 2854cecd675a2cfcc0d2ca140ac075a9 OK 2026/08/05 01:12:14 DEBUG : one: size = 5 OK 2026/08/05 01:12:14 INFO : one: Copied (replaced existing) 2026/08/05 01:12:14 DEBUG : Waiting for deletions to finish 2026/08/05 01:12:16 DEBUG : dst/one: md5 = 62cdcc30b65ff06680773ba72b309411 OK 2026/08/05 01:12:19 DEBUG : CompareDest/one: md5 = 4e3f3d9e1ad9f9a866357813d34ee322 OK 2026/08/05 01:12:21 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:12:21 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:12:21 DEBUG : one: Sizes differ 2026/08/05 01:12:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:12:21 DEBUG : one: size = 5 OK 2026/08/05 01:12:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:12:21 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/05 01:12:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:12:21 DEBUG : Waiting for deletions to finish 2026/08/05 01:12:21 INFO : There was nothing to transfer 2026/08/05 01:12:24 DEBUG : CompareDest/two: md5 = 9d7f255fb22191057a68f84d3e002b80 OK 2026/08/05 01:12:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:12:24 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:12:24 DEBUG : one: Sizes differ 2026/08/05 01:12:25 DEBUG : one: size = 5 OK 2026/08/05 01:12:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:12:25 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/05 01:12:25 DEBUG : two: size = 3 OK 2026/08/05 01:12:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:12:25 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/05 01:12:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:12:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:12:25 DEBUG : Waiting for deletions to finish 2026/08/05 01:12:25 INFO : There was nothing to transfer 2026/08/05 01:12:26 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:12:26 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:12:26 DEBUG : one: Sizes differ 2026/08/05 01:12:26 DEBUG : one: size = 5 OK 2026/08/05 01:12:26 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:12:26 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/05 01:12:26 DEBUG : two: size = 3 OK 2026/08/05 01:12:26 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:12:26 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/05 01:12:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:12:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:12:26 DEBUG : Waiting for deletions to finish 2026/08/05 01:12:26 INFO : There was nothing to transfer sync_test.go:2206: No hash on uploaded file so skipping compare timestamp test 2026/08/05 01:12:28 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:12:28 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:12:28 DEBUG : one: Sizes differ 2026/08/05 01:12:28 DEBUG : one: size = 5 OK 2026/08/05 01:12:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:12:28 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/05 01:12:28 DEBUG : two: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:12:28 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/CompareDest') 2026/08/05 01:12:28 DEBUG : two: Sizes differ 2026/08/05 01:12:28 DEBUG : two: Need to transfer - File not found at Destination 2026/08/05 01:12:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:12:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:12:30 DEBUG : two: md5 = d908f6b0f5e6502224c3923312ba37ac OK 2026/08/05 01:12:30 DEBUG : two: size = 5 OK 2026/08/05 01:12:30 INFO : two: Copied (new) 2026/08/05 01:12:30 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (34.19s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:12:40 DEBUG : pre-dest1/1: md5 = 03fd10548804c4e857bcd3bcd9d0d1d2 OK 2026/08/05 01:12:43 DEBUG : pre-dest2/2: md5 = 6e767a10d2d90949a01551131aa19027 OK 2026/08/05 01:12:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/dest" 2026/08/05 01:12:43 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/rg03c1jvnehrrc617i0lnqjddc" 2026/08/05 01:12:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/pre-dest1" 2026/08/05 01:12:46 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/bbnblvh6k061ssopqrp18kd7gc" 2026/08/05 01:12:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/pre-dest2" 2026/08/05 01:12:47 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/dgicm1h6b5ejvlltm8eeif0bnk" 2026/08/05 01:12:48 DEBUG : 1: size = 1 OK 2026/08/05 01:12:48 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:12:48 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/05 01:12:49 DEBUG : 2: size = 1 OK 2026/08/05 01:12:49 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:12:49 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/05 01:12:50 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/05 01:12:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dest': Waiting for checks to finish 2026/08/05 01:12:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dest': Waiting for transfers to finish 2026/08/05 01:12:52 DEBUG : 3: md5 = 43d32e94dd8d59edfaa25ec7bfeb2e8e OK 2026/08/05 01:12:52 DEBUG : 3: size = 1 OK 2026/08/05 01:12:52 INFO : 3: Copied (new) 2026/08/05 01:12:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (20.62s) === RUN TestSyncCopyDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:12:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/dst" 2026/08/05 01:12:58 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:13:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/CopyDest" 2026/08/05 01:13:00 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/d09o6po3f7bm6ce32vdgs8h9ls" 2026/08/05 01:13:02 DEBUG : one: Need to transfer - File not found at Destination 2026/08/05 01:13:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:13:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:13:05 DEBUG : one: md5 = 5e361f48b7f5ab3b0d68e24173b5d4df OK 2026/08/05 01:13:05 DEBUG : one: size = 3 OK 2026/08/05 01:13:05 INFO : one: Copied (new) 2026/08/05 01:13:05 DEBUG : Waiting for deletions to finish 2026/08/05 01:13:06 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:13:06 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:13:06 DEBUG : one: Sizes differ 2026/08/05 01:13:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:13:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:13:08 DEBUG : one: md5 = 5be8cbef171656c44987e5053dce11d0 OK 2026/08/05 01:13:08 DEBUG : one: size = 5 OK 2026/08/05 01:13:08 INFO : one: Copied (replaced existing) 2026/08/05 01:13:08 DEBUG : Waiting for deletions to finish 2026/08/05 01:13:10 DEBUG : dst/one: md5 = 89954cf2e53abfb0a7b64087620f50f0 OK 2026/08/05 01:13:13 DEBUG : CopyDest/one: md5 = d91c823fccdbe0208ae2a5bbcd1c0d42 OK 2026/08/05 01:13:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/BackupDir" 2026/08/05 01:13:13 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/08/05 01:13:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:13:15 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:13:15 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:13:15 DEBUG : one: Sizes differ 2026/08/05 01:13:16 DEBUG : one: size = 5 OK 2026/08/05 01:13:16 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:13:16 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:13:16 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:13:16 DEBUG : one: Sizes differ 2026/08/05 01:13:17 INFO : one: Moved (server-side) 2026/08/05 01:13:19 DEBUG : one: size = 5 OK 2026/08/05 01:13:19 INFO : one: Copied (server-side copy) 2026/08/05 01:13:19 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/05 01:13:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:13:19 DEBUG : Waiting for deletions to finish 2026/08/05 01:13:21 DEBUG : CopyDest/two: md5 = e3668d0f38f38d34d558e9918e1cb396 OK 2026/08/05 01:13:22 DEBUG : one: size = 5 OK 2026/08/05 01:13:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:13:22 DEBUG : one: Unchanged skipping 2026/08/05 01:13:22 DEBUG : two: size = 3 OK 2026/08/05 01:13:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:13:23 DEBUG : two: size = 3 OK 2026/08/05 01:13:23 INFO : two: Copied (server-side copy) 2026/08/05 01:13:23 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/05 01:13:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:13:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:13:23 DEBUG : Waiting for deletions to finish 2026/08/05 01:13:24 DEBUG : one: size = 5 OK 2026/08/05 01:13:24 DEBUG : two: size = 3 OK 2026/08/05 01:13:24 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:13:24 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:13:24 DEBUG : two: Unchanged skipping 2026/08/05 01:13:24 DEBUG : one: Unchanged skipping 2026/08/05 01:13:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:13:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:13:24 DEBUG : Waiting for deletions to finish 2026/08/05 01:13:24 INFO : There was nothing to transfer 2026/08/05 01:13:26 DEBUG : CopyDest/three: md5 = f7fd9f2e7aa8c76ac5aa359e5429145f OK 2026/08/05 01:13:27 DEBUG : one: size = 5 OK 2026/08/05 01:13:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:13:27 DEBUG : one: Unchanged skipping 2026/08/05 01:13:27 DEBUG : three: size = 7 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:13:27 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/CopyDest') 2026/08/05 01:13:27 DEBUG : three: Sizes differ 2026/08/05 01:13:27 DEBUG : three: Destination not found in --copy-dest 2026/08/05 01:13:27 DEBUG : three: Need to transfer - File not found at Destination 2026/08/05 01:13:27 DEBUG : two: size = 3 OK 2026/08/05 01:13:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:13:27 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:13:27 DEBUG : two: Unchanged skipping 2026/08/05 01:13:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:13:29 DEBUG : three: md5 = a925bef509d6f04efd47e85ef9e3ffa8 OK 2026/08/05 01:13:29 DEBUG : three: size = 7 OK 2026/08/05 01:13:29 INFO : three: Copied (new) 2026/08/05 01:13:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (37.85s) === RUN TestSyncBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:13:38 DEBUG : dst/one: md5 = 5ef1ad5fa24b93e677476779007f7004 OK 2026/08/05 01:13:39 DEBUG : dst/two: md5 = 01a9ba0396e91a746b3d4a3330a25884 OK 2026/08/05 01:13:41 DEBUG : dst/three.txt: md5 = d76ea4bf81c2beaedf8f653438d0b80e OK 2026/08/05 01:13:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/dst" 2026/08/05 01:13:42 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:13:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/backup" 2026/08/05 01:13:42 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/1nrff024r7pq65ecp72fc28jb0" 2026/08/05 01:13:44 DEBUG : one: size = 4 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:13:44 DEBUG : two: size = 3 OK 2026/08/05 01:13:44 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:13:44 DEBUG : one: Sizes differ 2026/08/05 01:13:44 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:13:44 DEBUG : two: Unchanged skipping 2026/08/05 01:13:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:13:46 INFO : one: Moved (server-side) 2026/08/05 01:13:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:13:47 DEBUG : one: md5 = 62dc64573fb8e084595336aa6db49bcb OK 2026/08/05 01:13:47 DEBUG : one: size = 4 OK 2026/08/05 01:13:47 INFO : one: Copied (new) 2026/08/05 01:13:47 DEBUG : Waiting for deletions to finish 2026/08/05 01:13:49 INFO : three.txt: Moved (server-side) 2026/08/05 01:13:49 INFO : three.txt: Moved into backup dir 2026/08/05 01:13:51 DEBUG : dst/three.txt: md5 = 268705a0213a0f53486df00c7ff6dc76 OK 2026/08/05 01:13:52 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:13:52 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:13:52 DEBUG : one: Sizes differ 2026/08/05 01:13:52 DEBUG : two: size = 3 OK 2026/08/05 01:13:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:13:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:13:52 DEBUG : two: Unchanged skipping 2026/08/05 01:13:53 INFO : one: Deleted 2026/08/05 01:13:53 INFO : one: Moved (server-side) 2026/08/05 01:13:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:13:55 DEBUG : one: md5 = 38af5a79aa0a6cf6a7f079d6ff734143 OK 2026/08/05 01:13:55 DEBUG : one: size = 5 OK 2026/08/05 01:13:55 INFO : one: Copied (new) 2026/08/05 01:13:55 DEBUG : Waiting for deletions to finish 2026/08/05 01:13:56 INFO : three.txt: Deleted 2026/08/05 01:13:56 INFO : three.txt: Moved (server-side) 2026/08/05 01:13:56 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (25.90s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:14:04 DEBUG : dst/one: md5 = c018d5f3dcf843c4090e4c3480664487 OK 2026/08/05 01:14:05 DEBUG : dst/two: md5 = 4ad94c95e16ad4778fcf6f5648bb46af OK 2026/08/05 01:14:07 DEBUG : dst/three.txt: md5 = 896321dd664eed2a37e7d4e087cb033b OK 2026/08/05 01:14:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/dst" 2026/08/05 01:14:07 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:14:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/backup" 2026/08/05 01:14:08 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/1nrff024r7pq65ecp72fc28jb0" 2026/08/05 01:14:10 DEBUG : one: size = 4 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:14:10 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:14:10 DEBUG : one: Sizes differ 2026/08/05 01:14:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:14:10 DEBUG : two: size = 3 OK 2026/08/05 01:14:10 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:14:10 DEBUG : two: Unchanged skipping 2026/08/05 01:14:12 INFO : one: Moved (server-side) to: one.bak 2026/08/05 01:14:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:14:13 DEBUG : one: md5 = 9a45a794e0ffd41dba8012a58d87c3d0 OK 2026/08/05 01:14:13 DEBUG : one: size = 4 OK 2026/08/05 01:14:13 INFO : one: Copied (new) 2026/08/05 01:14:13 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:14 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/05 01:14:14 INFO : three.txt: Moved into backup dir 2026/08/05 01:14:16 DEBUG : dst/three.txt: md5 = 90d086245bd883885529e3eb6fb0bd33 OK 2026/08/05 01:14:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:14:17 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:14:17 DEBUG : one: Sizes differ 2026/08/05 01:14:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:14:17 DEBUG : two: size = 3 OK 2026/08/05 01:14:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:14:17 DEBUG : two: Unchanged skipping 2026/08/05 01:14:18 INFO : one.bak: Deleted 2026/08/05 01:14:18 INFO : one: Moved (server-side) to: one.bak 2026/08/05 01:14:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:14:20 DEBUG : one: md5 = 8675fe5323c6d8af59dfb36242da9250 OK 2026/08/05 01:14:20 DEBUG : one: size = 5 OK 2026/08/05 01:14:20 INFO : one: Copied (new) 2026/08/05 01:14:20 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:20 INFO : three.txt.bak: Deleted 2026/08/05 01:14:21 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/05 01:14:21 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (24.40s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:14:28 DEBUG : dst/one: md5 = 4218ba87da4cfe086d9886b985e6b743 OK 2026/08/05 01:14:29 DEBUG : dst/two: md5 = cc15db7c98f999347af3859eb1fd5d98 OK 2026/08/05 01:14:31 DEBUG : dst/three.txt: md5 = 92d44362625a51c79712e2787830b9dd OK 2026/08/05 01:14:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/dst" 2026/08/05 01:14:32 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:14:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/backup" 2026/08/05 01:14:32 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/1nrff024r7pq65ecp72fc28jb0" 2026/08/05 01:14:34 DEBUG : one: size = 4 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:14:34 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:14:34 DEBUG : one: Sizes differ 2026/08/05 01:14:34 DEBUG : two: size = 3 OK 2026/08/05 01:14:34 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:14:34 DEBUG : two: Unchanged skipping 2026/08/05 01:14:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:14:36 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/05 01:14:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:14:38 DEBUG : one: md5 = f0f303bc00dfe54738767dc98fade80d OK 2026/08/05 01:14:38 DEBUG : one: size = 4 OK 2026/08/05 01:14:38 INFO : one: Copied (new) 2026/08/05 01:14:38 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:38 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/05 01:14:38 INFO : three.txt: Moved into backup dir 2026/08/05 01:14:40 DEBUG : dst/three.txt: md5 = da1f1cc04388a5bbcdae32eb24e5b021 OK 2026/08/05 01:14:41 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:14:41 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:14:41 DEBUG : one: Sizes differ 2026/08/05 01:14:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:14:41 DEBUG : two: size = 3 OK 2026/08/05 01:14:41 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:14:41 DEBUG : two: Unchanged skipping 2026/08/05 01:14:42 INFO : one-2019-01-01: Deleted 2026/08/05 01:14:43 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/05 01:14:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:14:44 DEBUG : one: md5 = 7f545b44af144f83154d9e6bb9611691 OK 2026/08/05 01:14:44 DEBUG : one: size = 5 OK 2026/08/05 01:14:44 INFO : one: Copied (new) 2026/08/05 01:14:44 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:45 INFO : three-2019-01-01.txt: Deleted 2026/08/05 01:14:45 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/05 01:14:45 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (24.22s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:14:52 DEBUG : dst/one: md5 = 42db780473a163d0c32d613a5318a1ac OK 2026/08/05 01:14:54 DEBUG : dst/two: md5 = a907e29231a5ce8c35508b8ec9b42997 OK 2026/08/05 01:14:55 DEBUG : dst/three.txt: md5 = 94a1bfa95de2c2bde0197d24403f028a OK 2026/08/05 01:14:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/dst" 2026/08/05 01:14:56 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:14:57 DEBUG : one: size = 4 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:14:57 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:14:57 DEBUG : one: Sizes differ 2026/08/05 01:14:57 DEBUG : two: size = 3 OK 2026/08/05 01:14:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:14:57 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:14:57 DEBUG : two: Unchanged skipping 2026/08/05 01:14:58 INFO : one: Moved (server-side) to: one.bak 2026/08/05 01:14:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:14:59 DEBUG : one: md5 = ad425d75f900f0b00a8295c054145feb OK 2026/08/05 01:14:59 DEBUG : one: size = 4 OK 2026/08/05 01:14:59 INFO : one: Copied (new) 2026/08/05 01:14:59 DEBUG : Waiting for deletions to finish 2026/08/05 01:15:00 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/05 01:15:00 INFO : three.txt: Moved into backup dir 2026/08/05 01:15:02 DEBUG : dst/three.txt: md5 = f5c418ef8eccce5ce9480c04b87449f3 OK 2026/08/05 01:15:03 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/05 01:15:03 DEBUG : one.bak: Excluded (Path Filter) 2026/08/05 01:15:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:15:03 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:15:03 DEBUG : one: Sizes differ 2026/08/05 01:15:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for checks to finish 2026/08/05 01:15:03 DEBUG : two: size = 3 OK 2026/08/05 01:15:03 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:15:03 DEBUG : two: Unchanged skipping 2026/08/05 01:15:04 INFO : one.bak: Deleted 2026/08/05 01:15:04 INFO : one: Moved (server-side) to: one.bak 2026/08/05 01:15:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst': Waiting for transfers to finish 2026/08/05 01:15:06 DEBUG : one: md5 = 18e717cce817e2afab4a4f2e9169384f OK 2026/08/05 01:15:06 DEBUG : one: size = 5 OK 2026/08/05 01:15:06 INFO : one: Copied (new) 2026/08/05 01:15:06 DEBUG : Waiting for deletions to finish 2026/08/05 01:15:07 INFO : three.txt.bak: Deleted 2026/08/05 01:15:07 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/05 01:15:07 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (21.25s) === RUN TestSyncSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:15:13 DEBUG : dst/one: md5 = b128d0795b39c65e8652637009a2e9ed OK 2026/08/05 01:15:15 DEBUG : dst/two: md5 = 54e4edee7f49d1b421a856414d33290f OK 2026/08/05 01:15:16 DEBUG : dst/three.txt: md5 = 7602d3c51d02e914c456f684dd3c0afe OK 2026/08/05 01:15:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/dst" 2026/08/05 01:15:17 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:15:18 DEBUG : one: size = 4 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:15:18 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:15:18 DEBUG : one: Sizes differ 2026/08/05 01:15:18 INFO : one: Moved (server-side) to: one.bak 2026/08/05 01:15:20 DEBUG : one: md5 = 5f54520a6a88a7117b9fd73b07f84fbc OK 2026/08/05 01:15:20 DEBUG : one: size = 4 OK 2026/08/05 01:15:20 INFO : one: Copied (new) 2026/08/05 01:15:20 DEBUG : two: size = 3 OK 2026/08/05 01:15:20 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:15:20 DEBUG : two: Unchanged skipping 2026/08/05 01:15:20 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:15:20 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:15:20 DEBUG : three.txt: Sizes differ 2026/08/05 01:15:21 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/05 01:15:23 DEBUG : three.txt: md5 = 678da9fe8fae2b530a11f0481b0839c8 OK 2026/08/05 01:15:23 DEBUG : three.txt: size = 6 OK 2026/08/05 01:15:23 INFO : three.txt: Copied (new) 2026/08/05 01:15:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:15:24 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:15:24 DEBUG : one: Sizes differ 2026/08/05 01:15:25 INFO : one.bak: Deleted 2026/08/05 01:15:25 INFO : one: Moved (server-side) to: one.bak 2026/08/05 01:15:27 DEBUG : one: md5 = ddcfe9a956c1d00ad27e2d417fc28c31 OK 2026/08/05 01:15:27 DEBUG : one: size = 5 OK 2026/08/05 01:15:27 INFO : one: Copied (new) 2026/08/05 01:15:27 DEBUG : two: size = 3 OK 2026/08/05 01:15:27 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:15:27 DEBUG : two: Unchanged skipping 2026/08/05 01:15:27 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:15:27 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:15:27 DEBUG : three.txt: Sizes differ 2026/08/05 01:15:28 INFO : three.txt.bak: Deleted 2026/08/05 01:15:29 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/05 01:15:30 DEBUG : three.txt: md5 = 9433daa9a9d5f77ee45c435a7169f9af OK 2026/08/05 01:15:30 DEBUG : three.txt: size = 19 OK 2026/08/05 01:15:30 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (23.34s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:15:37 DEBUG : dst/one: md5 = 7e2da4699bfb06fe663ff4dcc62c3dd2 OK 2026/08/05 01:15:38 DEBUG : dst/two: md5 = 5c2727a83f17da32e7f7cb5e34b4d8d4 OK 2026/08/05 01:15:40 DEBUG : dst/three.txt: md5 = 3548b26d23c359089d723eb6fe7d9f35 OK 2026/08/05 01:15:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubamuw5gifo/dst" 2026/08/05 01:15:40 DEBUG : Creating backend with remote "TestDrive:crypt/knfrlekajknvf8jj6u659pao6kmb8848v0o4nutjj4jl5vnkubqg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:15:42 DEBUG : one: size = 4 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:15:42 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:15:42 DEBUG : one: Sizes differ 2026/08/05 01:15:42 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/05 01:15:44 DEBUG : one: md5 = b54994aa9f5a6c05e9526b7c7ce53cd8 OK 2026/08/05 01:15:44 DEBUG : one: size = 4 OK 2026/08/05 01:15:44 INFO : one: Copied (new) 2026/08/05 01:15:44 DEBUG : two: size = 3 OK 2026/08/05 01:15:44 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:15:44 DEBUG : two: Unchanged skipping 2026/08/05 01:15:44 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:15:44 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:15:44 DEBUG : three.txt: Sizes differ 2026/08/05 01:15:45 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/05 01:15:47 DEBUG : three.txt: md5 = 90bf6785011c773dabfe823474df3fe4 OK 2026/08/05 01:15:47 DEBUG : three.txt: size = 6 OK 2026/08/05 01:15:47 INFO : three.txt: Copied (new) 2026/08/05 01:15:48 DEBUG : one: size = 5 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:15:48 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:15:48 DEBUG : one: Sizes differ 2026/08/05 01:15:49 INFO : one-2019-01-01: Deleted 2026/08/05 01:15:49 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/05 01:15:51 DEBUG : one: md5 = 133138bdcda2200f3678ddff8f5fcf99 OK 2026/08/05 01:15:51 DEBUG : one: size = 5 OK 2026/08/05 01:15:51 INFO : one: Copied (new) 2026/08/05 01:15:51 DEBUG : two: size = 3 OK 2026/08/05 01:15:51 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:15:51 DEBUG : two: Unchanged skipping 2026/08/05 01:15:52 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:15:52 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo/dst') 2026/08/05 01:15:52 DEBUG : three.txt: Sizes differ 2026/08/05 01:15:52 INFO : three-2019-01-01.txt: Deleted 2026/08/05 01:15:53 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/05 01:15:54 DEBUG : three.txt: md5 = f54442a1069fc38d7755f87c349b20ea OK 2026/08/05 01:15:54 DEBUG : three.txt: size = 19 OK 2026/08/05 01:15:54 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (24.33s) === RUN TestSyncUTFNorm run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:16:01 DEBUG : Testêé: md5 = 81f2678e2dc98256470b99dab30be472 OK 2026/08/05 01:16:01 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:16:01 DEBUG : Testêé: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:16:01 DEBUG : Testêé: Sizes differ 2026/08/05 01:16:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:16:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:16:03 DEBUG : Testêé: md5 = 9ffb2fe134efe5594af8b33b99bb3d40 OK 2026/08/05 01:16:03 DEBUG : Testêé: size = 14 OK 2026/08/05 01:16:03 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/05 01:16:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.96s) === RUN TestSyncImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:16:04 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/05 01:16:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:16:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:16:06 DEBUG : existing: md5 = 43e887e20c5d4d8e0a5373bb5dfc90a7 OK 2026/08/05 01:16:06 DEBUG : existing: size = 6 OK 2026/08/05 01:16:06 INFO : existing: Copied (new) 2026/08/05 01:16:06 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:07 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:16:07 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:16:07 DEBUG : existing: Sizes differ 2026/08/05 01:16:07 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/05 01:16:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:16:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:16:07 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': not deleting files as there were IO errors 2026/08/05 01:16:07 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (4.09s) === RUN TestSyncIgnoreCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:16:09 DEBUG : EXISTING: md5 = ec3e642be0862f40cdfd536e2cdcce8d OK 2026/08/05 01:16:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:16:10 DEBUG : EXISTING: size = 6 OK 2026/08/05 01:16:10 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:16:10 DEBUG : existing: Unchanged skipping 2026/08/05 01:16:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:16:10 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:10 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (3.20s) === RUN TestFixCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.50s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", 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-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", 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-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.48s) --- SKIP: TestMaxTransfer/Hard (0.49s) --- SKIP: TestMaxTransfer/Soft (0.47s) --- SKIP: TestMaxTransfer/Cautious (0.53s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:16:15 DEBUG : both0: md5 = 5abed77cd0310b76a9475c6af3a9a61a OK 2026/08/05 01:16:16 DEBUG : only0: md5 = 65979731becb68b92015029ad5e36944 OK 2026/08/05 01:16:18 DEBUG : both1: md5 = f18791cd1f47172d49a17db5a401fedf OK 2026/08/05 01:16:19 DEBUG : only1: md5 = 717ac70f175b1b75a75bbdbfcbaf3ab6 OK 2026/08/05 01:16:21 DEBUG : both2: md5 = 8562a6abf305386d6172d6ea91642ca9 OK 2026/08/05 01:16:22 DEBUG : only2: md5 = 1fb37c334beba234a9fef7dd4cc1840b OK 2026/08/05 01:16:24 DEBUG : both3: md5 = 9262bcc9e0d02acb0554a9cd05b5b5ab OK 2026/08/05 01:16:25 DEBUG : only3: md5 = a4a7af48b6936ad817d90f92c3743f26 OK 2026/08/05 01:16:27 DEBUG : both4: md5 = 462adee54a500389ddcb231f325c0e17 OK 2026/08/05 01:16:28 DEBUG : only4: md5 = fdf573f209b673edc39d3d2f43f6eb77 OK 2026/08/05 01:16:30 DEBUG : both5: md5 = 0e759138224ba69644f02b21004d5301 OK 2026/08/05 01:16:31 DEBUG : only5: md5 = afc876a34d08138dc63a0cc554d3376b OK 2026/08/05 01:16:32 DEBUG : both6: md5 = eb3cec36aefc57368caa3a20e8c18f11 OK 2026/08/05 01:16:34 DEBUG : only6: md5 = f6710a8939670568b2a31dcb81da0fa2 OK 2026/08/05 01:16:35 DEBUG : both7: md5 = 6f3addcb7ca30539f0da4365b842f58d OK 2026/08/05 01:16:37 DEBUG : only7: md5 = a0f75b061974a39b7b1be7403a7faabe OK 2026/08/05 01:16:39 DEBUG : both8: md5 = fac4fb9a5c5f55f1782337f21d260335 OK 2026/08/05 01:16:40 DEBUG : only8: md5 = 8767a1fd6171847d78e7e8d7a173e215 OK 2026/08/05 01:16:42 DEBUG : both9: md5 = acc99d9f092c60fca08d673b0e916cf4 OK 2026/08/05 01:16:43 DEBUG : only9: md5 = 36276ae9782486226ee3a2396954bd9d OK 2026/08/05 01:16:45 DEBUG : both10: md5 = d33435cfc2933d54e091df1fc9765b33 OK 2026/08/05 01:16:47 DEBUG : only10: md5 = fde258f1273b60d0362b4f17a4eeb860 OK 2026/08/05 01:16:48 DEBUG : both11: md5 = 7086b77ca72a9a25248fad5f288e986a OK 2026/08/05 01:16:50 DEBUG : only11: md5 = 6c6cca0730669f47913d98f91824a911 OK 2026/08/05 01:16:51 DEBUG : both12: md5 = eaaa4d8ee7b031cf15c4c3a9609ccf76 OK 2026/08/05 01:16:53 DEBUG : only12: md5 = 9592c6be0aee611a280075a307e46a6c OK 2026/08/05 01:16:55 DEBUG : both13: md5 = 2907bb8806d19e337824e78859a23098 OK 2026/08/05 01:16:56 DEBUG : only13: md5 = afef94288c1619cee699f13993ed83a4 OK 2026/08/05 01:16:58 DEBUG : both14: md5 = 4f9a125fdfa2307130e2d68813a5f895 OK 2026/08/05 01:16:59 DEBUG : only14: md5 = 8f0b264a0df6bcfe20a6782b9d329484 OK 2026/08/05 01:17:00 DEBUG : both15: md5 = 1c70ad5745d5f63d0002449b1d7e2c0e OK 2026/08/05 01:17:02 DEBUG : only15: md5 = d5ddba1f8b47c2ba1afb2679b213669b OK 2026/08/05 01:17:03 DEBUG : both16: md5 = 19abbd480fdad388a8e488ad83ce22b4 OK 2026/08/05 01:17:05 DEBUG : only16: md5 = 29c77d00d6f2f3769a17180264dba0a2 OK 2026/08/05 01:17:07 DEBUG : both17: md5 = bcb1c9a1b88460d50c2d606402899994 OK 2026/08/05 01:17:08 DEBUG : only17: md5 = f5cca4ae3a8cae692c8e4f98b02c0cf5 OK 2026/08/05 01:17:10 DEBUG : both18: md5 = afb4817484760f6220cdb90fc31970c2 OK 2026/08/05 01:17:11 DEBUG : only18: md5 = f428524011938ac6fe7e33a02dbafc2a OK 2026/08/05 01:17:13 DEBUG : both19: md5 = dae1d4b7496a196112b9332555c14bfe OK 2026/08/05 01:17:14 DEBUG : only19: md5 = 653e77904fa9f187e4dd2aed31ac2a8e OK 2026/08/05 01:17:15 DEBUG : both10: size = 6 OK 2026/08/05 01:17:15 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both11: size = 6 OK 2026/08/05 01:17:15 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both0: size = 6 OK 2026/08/05 01:17:15 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both12: size = 6 OK 2026/08/05 01:17:15 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both10: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both13: size = 6 OK 2026/08/05 01:17:15 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both13: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both14: size = 6 OK 2026/08/05 01:17:15 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both14: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both15: size = 6 OK 2026/08/05 01:17:15 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both11: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both16: size = 6 OK 2026/08/05 01:17:15 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both16: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both17: size = 6 OK 2026/08/05 01:17:15 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both17: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both18: size = 6 OK 2026/08/05 01:17:15 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both18: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both19: size = 6 OK 2026/08/05 01:17:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:17:15 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both19: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both1: size = 6 OK 2026/08/05 01:17:15 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both1: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both2: size = 6 OK 2026/08/05 01:17:15 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both0: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both3: size = 6 OK 2026/08/05 01:17:15 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both3: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both4: size = 6 OK 2026/08/05 01:17:15 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both4: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both5: size = 6 OK 2026/08/05 01:17:15 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both5: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both6: size = 6 OK 2026/08/05 01:17:15 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both6: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both7: size = 6 OK 2026/08/05 01:17:15 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both7: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both8: size = 6 OK 2026/08/05 01:17:15 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both8: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both9: size = 6 OK 2026/08/05 01:17:15 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:17:15 DEBUG : both9: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both12: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both15: Unchanged skipping 2026/08/05 01:17:15 DEBUG : both2: Unchanged skipping 2026/08/05 01:17:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:17:15 DEBUG : Waiting for deletions to finish 2026/08/05 01:17:15 INFO : only13: Deleted 2026/08/05 01:17:15 INFO : only11: Deleted 2026/08/05 01:17:15 INFO : only17: Deleted 2026/08/05 01:17:15 INFO : only14: Deleted 2026/08/05 01:17:16 INFO : only19: Deleted 2026/08/05 01:17:16 INFO : only15: Deleted 2026/08/05 01:17:16 INFO : only7: Deleted 2026/08/05 01:17:16 INFO : only18: Deleted 2026/08/05 01:17:16 INFO : only4: Deleted 2026/08/05 01:17:16 INFO : only1: Deleted 2026/08/05 01:17:16 INFO : only8: Deleted 2026/08/05 01:17:16 INFO : only0: Deleted 2026/08/05 01:17:17 INFO : only6: Deleted 2026/08/05 01:17:17 INFO : only9: Deleted 2026/08/05 01:17:17 INFO : only10: Deleted 2026/08/05 01:17:17 INFO : only12: Deleted 2026/08/05 01:17:17 INFO : only2: Deleted 2026/08/05 01:17:17 INFO : only16: Deleted 2026/08/05 01:17:17 INFO : only3: Deleted 2026/08/05 01:17:17 INFO : only5: Deleted 2026/08/05 01:17:17 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (73.84s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:17:28 DEBUG : both0: md5 = 50a8fab5e81196c7477ed1eb2608d100 OK 2026/08/05 01:17:30 DEBUG : only0: md5 = 2d443858803b6941e2ee864d26ea7006 OK 2026/08/05 01:17:31 DEBUG : both1: md5 = 8d95ba1562a4a901fe4d632fd40a8daf OK 2026/08/05 01:17:33 DEBUG : only1: md5 = 789f331401dbee8adb42389b29512ede OK 2026/08/05 01:17:34 DEBUG : both2: md5 = 82918bc28537f11a438787bf5c3082e5 OK 2026/08/05 01:17:36 DEBUG : only2: md5 = 282b0a15487b55227fd8b84c3b6e440f OK 2026/08/05 01:17:37 DEBUG : both3: md5 = fb0fc2868a59e126b3efe160e844fead OK 2026/08/05 01:17:39 DEBUG : only3: md5 = 22c2b261c861fb1b9aad1d0fb7ed9b10 OK 2026/08/05 01:17:40 DEBUG : both4: md5 = 43605dad774d64717c503967adf45284 OK 2026/08/05 01:17:42 DEBUG : only4: md5 = 0dc89b8f795dd2e95508ff6c856585a3 OK 2026/08/05 01:17:43 DEBUG : both5: md5 = 66d6496a83d0b4ba814fdeb38eae9e1b OK 2026/08/05 01:17:45 DEBUG : only5: md5 = 5d9c4c5f0507867766ba6f9785ae62b6 OK 2026/08/05 01:17:46 DEBUG : both6: md5 = 11d3478826d5785e12b7152a6cfcf38d OK 2026/08/05 01:17:48 DEBUG : only6: md5 = b4fbd5541ec24538331bb94ae83e5946 OK 2026/08/05 01:17:49 DEBUG : both7: md5 = 30bf13c1368376f815442bfe44c06bbf OK 2026/08/05 01:17:51 DEBUG : only7: md5 = 5db012101d26ecaed2b60d22b6388b22 OK 2026/08/05 01:17:52 DEBUG : both8: md5 = d839ed5b8e0f25a1d26f1ef6dfa81c81 OK 2026/08/05 01:17:54 DEBUG : only8: md5 = 421c5458374c4a75b4939169b3a7d0ff OK 2026/08/05 01:17:55 DEBUG : both9: md5 = 53cc1935d117355f9d3be5246e942bd4 OK 2026/08/05 01:17:57 DEBUG : only9: md5 = 3ad48315ad6324355d9f225902b4db47 OK 2026/08/05 01:17:58 DEBUG : both10: md5 = 305214712ea8364a8f8f496ffc3c9d7e OK 2026/08/05 01:18:00 DEBUG : only10: md5 = 0a5598ad1027efb418c539511ec08ff7 OK 2026/08/05 01:18:01 DEBUG : both11: md5 = af918d64e6cf826ae9ceea0a722fd644 OK 2026/08/05 01:18:03 DEBUG : only11: md5 = 66310d0624d82c947bdb538ad1966383 OK 2026/08/05 01:18:04 DEBUG : both12: md5 = d49d84759b89db7b0e8091fdb26b5509 OK 2026/08/05 01:18:05 DEBUG : only12: md5 = 5517be3a87781ec205bdd32c19bb1aff OK 2026/08/05 01:18:07 DEBUG : both13: md5 = 7f5a083fc73e89195f75966d086083d6 OK 2026/08/05 01:18:08 DEBUG : only13: md5 = d17e3f6b438f9507984084fe9d265296 OK 2026/08/05 01:18:10 DEBUG : both14: md5 = 9ec073f867301190f70d03cd2d869d9b OK 2026/08/05 01:18:12 DEBUG : only14: md5 = daaa397763d8f1c6ebbcff744d221fe9 OK 2026/08/05 01:18:13 DEBUG : both15: md5 = 1394b456e0ec7fda9760ecefa7a9c354 OK 2026/08/05 01:18:15 DEBUG : only15: md5 = cf3daf5f2b1d1889bc2f64bac0eb480f OK 2026/08/05 01:18:17 DEBUG : both16: md5 = 92ef6095c6792c2486ecb13e9947e401 OK 2026/08/05 01:18:18 DEBUG : only16: md5 = 768e6397d18e296091e4ed66d3127804 OK 2026/08/05 01:18:20 DEBUG : both17: md5 = 6e9f8cb7ae96a551d8f760c50db3bdbc OK 2026/08/05 01:18:21 DEBUG : only17: md5 = 7e6205d33c2ea284f37c6f98aca2908d OK 2026/08/05 01:18:22 DEBUG : both18: md5 = 378fb801ae76bd0f4575ed9473dd1718 OK 2026/08/05 01:18:24 DEBUG : only18: md5 = 4ec3aca78a1cd205ebda13671cc5a333 OK 2026/08/05 01:18:25 DEBUG : both19: md5 = 05328d8764d273dbe2d4209d1dd0709a OK 2026/08/05 01:18:27 DEBUG : only19: md5 = 1b0e31ebd28e2e07ba695e764c5a305f OK 2026/08/05 01:18:27 DEBUG : both10: size = 6 OK 2026/08/05 01:18:27 DEBUG : both11: size = 6 OK 2026/08/05 01:18:27 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both12: size = 6 OK 2026/08/05 01:18:27 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both0: size = 6 OK 2026/08/05 01:18:27 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both11: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both13: size = 6 OK 2026/08/05 01:18:27 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:18:27 DEBUG : both12: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both14: size = 6 OK 2026/08/05 01:18:27 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both14: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both15: size = 6 OK 2026/08/05 01:18:27 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both10: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both16: size = 6 OK 2026/08/05 01:18:27 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both16: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both17: size = 6 OK 2026/08/05 01:18:27 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both0: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both18: size = 6 OK 2026/08/05 01:18:27 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both18: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both19: size = 6 OK 2026/08/05 01:18:27 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both19: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both1: size = 6 OK 2026/08/05 01:18:27 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both13: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both2: size = 6 OK 2026/08/05 01:18:27 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both2: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both3: size = 6 OK 2026/08/05 01:18:27 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both15: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both4: size = 6 OK 2026/08/05 01:18:27 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both4: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both5: size = 6 OK 2026/08/05 01:18:27 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both17: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both6: size = 6 OK 2026/08/05 01:18:27 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both1: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both7: size = 6 OK 2026/08/05 01:18:27 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both7: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both8: size = 6 OK 2026/08/05 01:18:27 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both8: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both9: size = 6 OK 2026/08/05 01:18:27 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:18:27 DEBUG : both9: Unchanged skipping 2026/08/05 01:18:27 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only0: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only0: Sizes differ 2026/08/05 01:18:27 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only10: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only10: Sizes differ 2026/08/05 01:18:27 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only11: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only11: Sizes differ 2026/08/05 01:18:27 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only12: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only12: Sizes differ 2026/08/05 01:18:27 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only13: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only13: Sizes differ 2026/08/05 01:18:27 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only14: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only14: Sizes differ 2026/08/05 01:18:27 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only15: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only15: Sizes differ 2026/08/05 01:18:27 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only16: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only16: Sizes differ 2026/08/05 01:18:27 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only17: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only17: Sizes differ 2026/08/05 01:18:27 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only18: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only18: Sizes differ 2026/08/05 01:18:27 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only19: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only19: Sizes differ 2026/08/05 01:18:27 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only1: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only1: Sizes differ 2026/08/05 01:18:27 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only2: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only2: Sizes differ 2026/08/05 01:18:27 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only3: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only3: Sizes differ 2026/08/05 01:18:27 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only4: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only4: Sizes differ 2026/08/05 01:18:27 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only5: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only5: Sizes differ 2026/08/05 01:18:27 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only6: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only6: Sizes differ 2026/08/05 01:18:27 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only7: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only7: Sizes differ 2026/08/05 01:18:27 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only8: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only8: Sizes differ 2026/08/05 01:18:27 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3182544113) 2026/08/05 01:18:27 DEBUG : only9: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo') 2026/08/05 01:18:27 DEBUG : only9: Sizes differ 2026/08/05 01:18:27 DEBUG : both3: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both5: Unchanged skipping 2026/08/05 01:18:27 DEBUG : both6: Unchanged skipping 2026/08/05 01:18:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:18:28 DEBUG : only0: md5 = 14adfa7ddc1bf9abb1214c4cb2d4fecc OK 2026/08/05 01:18:28 DEBUG : only0: size = 0 OK 2026/08/05 01:18:28 INFO : only0: Copied (replaced existing) 2026/08/05 01:18:29 DEBUG : only10: md5 = 88c37db9f53a7430928162aa47a93e26 OK 2026/08/05 01:18:29 DEBUG : only10: size = 0 OK 2026/08/05 01:18:29 INFO : only10: Copied (replaced existing) 2026/08/05 01:18:29 DEBUG : only12: md5 = 72287d76f0251b2ae11df503acae4353 OK 2026/08/05 01:18:29 DEBUG : only12: size = 0 OK 2026/08/05 01:18:29 INFO : only12: Copied (replaced existing) 2026/08/05 01:18:29 DEBUG : only11: md5 = 9772fe4da5ac6a59adf75b9f870d7152 OK 2026/08/05 01:18:29 DEBUG : only11: size = 0 OK 2026/08/05 01:18:29 INFO : only11: Copied (replaced existing) 2026/08/05 01:18:30 DEBUG : only14: md5 = 5ff43f203c40d016cdb37df0c74b8f69 OK 2026/08/05 01:18:30 DEBUG : only14: size = 0 OK 2026/08/05 01:18:30 INFO : only14: Copied (replaced existing) 2026/08/05 01:18:30 DEBUG : only13: md5 = 07bb346ed2410f8e4a5dbac9e1947626 OK 2026/08/05 01:18:30 DEBUG : only13: size = 0 OK 2026/08/05 01:18:30 INFO : only13: Copied (replaced existing) 2026/08/05 01:18:30 DEBUG : only15: md5 = 5c8a9607b90e9873bb0d160ab0a87829 OK 2026/08/05 01:18:30 DEBUG : only15: size = 0 OK 2026/08/05 01:18:30 INFO : only15: Copied (replaced existing) 2026/08/05 01:18:30 DEBUG : only16: md5 = dcbdcfe144ab09406f02806121c81fc8 OK 2026/08/05 01:18:30 DEBUG : only16: size = 0 OK 2026/08/05 01:18:30 INFO : only16: Copied (replaced existing) 2026/08/05 01:18:31 DEBUG : only17: md5 = 5050566a73c7fc5e675bbace6de8fa0a OK 2026/08/05 01:18:31 DEBUG : only17: size = 0 OK 2026/08/05 01:18:31 INFO : only17: Copied (replaced existing) 2026/08/05 01:18:31 DEBUG : only19: md5 = dad692574d5005967b46c008ca3acdf8 OK 2026/08/05 01:18:31 DEBUG : only19: size = 0 OK 2026/08/05 01:18:31 INFO : only19: Copied (replaced existing) 2026/08/05 01:18:31 DEBUG : only18: md5 = b38becfe580c78c1bde75f39b81c9ed6 OK 2026/08/05 01:18:31 DEBUG : only18: size = 0 OK 2026/08/05 01:18:31 INFO : only18: Copied (replaced existing) 2026/08/05 01:18:32 DEBUG : only1: md5 = b98f912c8249e8fc21cc5ba4033ec05d OK 2026/08/05 01:18:32 DEBUG : only1: size = 0 OK 2026/08/05 01:18:32 INFO : only1: Copied (replaced existing) 2026/08/05 01:18:32 DEBUG : only2: md5 = 1fb15e1091a52febd82103ae2f668ed5 OK 2026/08/05 01:18:32 DEBUG : only2: size = 0 OK 2026/08/05 01:18:32 INFO : only2: Copied (replaced existing) 2026/08/05 01:18:32 DEBUG : only3: md5 = 8cdd4408d2806f0f62eee3abfb31afbb OK 2026/08/05 01:18:32 DEBUG : only3: size = 0 OK 2026/08/05 01:18:32 INFO : only3: Copied (replaced existing) 2026/08/05 01:18:32 DEBUG : only4: md5 = b4b4d6c3fd98d67d717eb906c01c3877 OK 2026/08/05 01:18:32 DEBUG : only4: size = 0 OK 2026/08/05 01:18:32 INFO : only4: Copied (replaced existing) 2026/08/05 01:18:33 DEBUG : only5: md5 = 9c9246f8e7f0f22cae1f5c0bf7ef32b4 OK 2026/08/05 01:18:33 DEBUG : only5: size = 0 OK 2026/08/05 01:18:33 INFO : only5: Copied (replaced existing) 2026/08/05 01:18:33 DEBUG : only6: md5 = c25058147a610b3af14c646380ab6cc3 OK 2026/08/05 01:18:33 DEBUG : only6: size = 0 OK 2026/08/05 01:18:33 INFO : only6: Copied (replaced existing) 2026/08/05 01:18:34 DEBUG : only7: md5 = 092dd7380acb6fb9d7228c9f055413bb OK 2026/08/05 01:18:34 DEBUG : only7: size = 0 OK 2026/08/05 01:18:34 INFO : only7: Copied (replaced existing) 2026/08/05 01:18:34 DEBUG : only8: md5 = aca0c4b6a19c3a9eb98a957561fac826 OK 2026/08/05 01:18:34 DEBUG : only8: size = 0 OK 2026/08/05 01:18:34 INFO : only8: Copied (replaced existing) 2026/08/05 01:18:34 DEBUG : only9: md5 = 5fabe872678afda277e4b595123570c4 OK 2026/08/05 01:18:34 DEBUG : only9: size = 0 OK 2026/08/05 01:18:34 INFO : only9: Copied (replaced existing) 2026/08/05 01:18:34 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (86.51s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:18:53 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:18:53 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:18:53 DEBUG : empty_on_remote: Making directory with metadata 2026/08/05 01:18:53 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:18:53 DEBUG : empty_on_remote: Making directory with metadata 2026/08/05 01:18:54 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:19:00 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/05 01:19:00 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:19:00 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:19:00 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (16.04s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:19:09 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:19:09 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:19:09 DEBUG : empty_on_remote: Making directory with metadata 2026/08/05 01:19:09 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:19:09 DEBUG : empty_on_remote: Making directory with metadata 2026/08/05 01:19:10 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:19:16 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/05 01:19:16 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:19:16 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:19:16 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/05 01:19:16 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (18.99s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:19:28 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:19:28 DEBUG : sub dir: Making directory with metadata 2026/08/05 01:19:29 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/05 01:19:48 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:19:49 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:19:49 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:19:49 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (44.06s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:20:12 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:20:12 DEBUG : sub dir: Making directory with metadata 2026/08/05 01:20:13 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/05 01:20:36 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:20:36 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:20:36 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:20:36 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (44.75s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:20:59 DEBUG : dir1/0000-abcdefg.txt: md5 = 5d7eeaae98321df7303364fbf2d813db OK 2026/08/05 01:21:01 DEBUG : dir1/0001-bcdefgh.txt: md5 = 7573a158b5b171faa1a61501699d4a73 OK 2026/08/05 01:21:03 DEBUG : dir1/0002-cdefghi.txt: md5 = 72ccf8ce20e236d41c0b288834a4c167 OK 2026/08/05 01:21:04 DEBUG : dir1/0003-defghij.txt: md5 = 91922c7dcf44b9be6ad82d7a43639962 OK 2026/08/05 01:21:05 DEBUG : dir1/0004-efghijk.txt: md5 = 1a479c10f25a64ede36850e622f98472 OK 2026/08/05 01:21:07 DEBUG : dir1/0005-fghijkl.txt: md5 = 22159f1b1e3b15b743be2636822eaa0e OK 2026/08/05 01:21:08 DEBUG : dir1/0006-ghijklm.txt: md5 = 5ec40875a1b157fd22b3d6f926af12f2 OK 2026/08/05 01:21:10 DEBUG : dir1/0007-1234567.txt: md5 = abb42c67498df3e660f5d68062471d93 OK 2026/08/05 01:21:11 DEBUG : dir1/0008-2345678.txt: md5 = 2e9ad77aceddeec844c1bdf05c5bdc12 OK 2026/08/05 01:21:12 DEBUG : dir1/0009-3456789.txt: md5 = 69bc732596f4ac3f0bc91bd26f4c90fe OK 2026/08/05 01:21:14 DEBUG : dir1/0010-456789.txt: md5 = 51e00baec4351854d0e031a7da1eeccc OK 2026/08/05 01:21:16 DEBUG : dir1/0011-56789;.txt: md5 = a0fbad83e92ce615aff89c8dbe0fc76c OK 2026/08/05 01:21:17 DEBUG : dir1/0012-6789;.txt: md5 = ea4dc4c1dfe727a58246cf1d17f434ba OK 2026/08/05 01:21:18 DEBUG : dir1/0013-789;=.txt: md5 = 64858d1b90a50509b5a6ba5da3e6a444 OK 2026/08/05 01:21:20 DEBUG : dir1/0014-89;=.txt: md5 = 9b96e5dadd0edde84fb89517b1512b2f OK 2026/08/05 01:21:22 DEBUG : dir1/0015-9;=.txt: md5 = 1481cb5acbb1641d1e6245412f2199b2 OK 2026/08/05 01:21:23 DEBUG : apple: md5 = a7b03dd62847c98baa51346d0fed5db3 OK 2026/08/05 01:21:24 DEBUG : banana: md5 = f3cd5fc2a3ba2b568a928a857a399848 OK 2026/08/05 01:21:26 DEBUG : appleappleapplebanana: md5 = 1c4a64cbb9c8acb902bf431bf37a4f69 OK 2026/08/05 01:21:28 DEBUG : splitbananasplit: md5 = d1b7298122ca7b19fc504c64c1ac24ac OK 2026/08/05 01:21:28 DEBUG : Waiting for deletions to finish 2026/08/05 01:21:28 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:21:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:21:29 DEBUG : apple: size = 5 OK 2026/08/05 01:21:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:29 DEBUG : apple: Unchanged skipping 2026/08/05 01:21:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:21:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:29 DEBUG : banana: size = 6 OK 2026/08/05 01:21:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:21:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:29 DEBUG : banana: Unchanged skipping 2026/08/05 01:21:30 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:21:30 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:21:30 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:21:30 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:21:30 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:21:30 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:21:30 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:21:30 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:21:30 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:21:30 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:21:30 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:21:30 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:21:30 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:21:30 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:21:30 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:21:30 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:21:30 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:21:30 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:21:30 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:30 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:21:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:21:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:21:30 DEBUG : Waiting for deletions to finish 2026/08/05 01:21:30 INFO : There was nothing to transfer 2026/08/05 01:21:30 DEBUG : Waiting for deletions to finish 2026/08/05 01:21:30 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:21:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1: Directory modification time the same (differ by -703.552µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:21:32 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : banana: size = 6 OK 2026/08/05 01:21:32 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:21:32 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : apple: size = 5 OK 2026/08/05 01:21:32 DEBUG : banana: Unchanged skipping 2026/08/05 01:21:32 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : apple: Unchanged skipping 2026/08/05 01:21:32 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:21:32 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:21:32 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:21:32 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:21:32 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:21:32 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:21:32 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:21:32 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:21:32 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:21:32 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:21:32 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:21:32 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:21:32 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:21:32 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:21:32 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:21:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:21:32 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:21:32 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:21:32 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:32 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:21:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:21:32 DEBUG : Waiting for deletions to finish 2026/08/05 01:21:32 INFO : There was nothing to transfer 2026/08/05 01:21:32 DEBUG : Waiting for deletions to finish 2026/08/05 01:21:32 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:21:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:21:46 DEBUG : dir1/0000-abcdefg.txt: md5 = 28cc09def9fad74cc4ae6cd0aca6324d OK 2026/08/05 01:21:47 DEBUG : dir1/0001-bcdefgh.txt: md5 = 984666d9195a4387a8635e7e6ec6a981 OK 2026/08/05 01:21:49 DEBUG : dir1/0002-cdefghi.txt: md5 = 2071dd577cca37b594e55abccfc8ed93 OK 2026/08/05 01:21:50 DEBUG : dir1/0003-defghij.txt: md5 = 12eeabe4f5ea3d42ec05d49b6258ef65 OK 2026/08/05 01:21:52 DEBUG : dir1/0004-efghijk.txt: md5 = 3af3bd7f6968a8b20a921655e4310623 OK 2026/08/05 01:21:52 DEBUG : TestDrive: Token expired 2026/08/05 01:21:52 DEBUG : Config file has changed externally - reloading 2026/08/05 01:21:52 DEBUG : TestDrive: Loaded fresh token from config file 2026/08/05 01:21:52 DEBUG : TestDrive: Token refresh successful 2026/08/05 01:21:53 DEBUG : dir1/0005-fghijkl.txt: md5 = ba874f5b2825efe4c1f01d57ab9a3c65 OK 2026/08/05 01:21:55 DEBUG : dir1/0006-ghijklm.txt: md5 = dfb27630cb97a9212c5491644cb28ebf OK 2026/08/05 01:21:57 DEBUG : dir1/0007-1234567.txt: md5 = 35884b0124e73fc72485c9db0473a96b OK 2026/08/05 01:21:58 DEBUG : dir1/0008-2345678.txt: md5 = 43db460dd3e52f4fe22105866f895807 OK 2026/08/05 01:22:00 DEBUG : dir1/0009-3456789.txt: md5 = 585b3b1aaf3acd58f5cc0877016201d2 OK 2026/08/05 01:22:01 DEBUG : dir1/0010-456789.txt: md5 = 9dff3a0b141e157432f905b15b17ffb3 OK 2026/08/05 01:22:03 DEBUG : dir1/0011-56789;.txt: md5 = e0d562c0801b89c04d26d96a7ec3bdd1 OK 2026/08/05 01:22:04 DEBUG : dir1/0012-6789;.txt: md5 = 766f946ed4ed8f5c18ec1f31c258c758 OK 2026/08/05 01:22:06 DEBUG : dir1/0013-789;=.txt: md5 = 3a4701fbc1781dd218678080bc4ad367 OK 2026/08/05 01:22:07 DEBUG : dir1/0014-89;=.txt: md5 = 02d7e25e4eafd12b61eed39ce0c7e33b OK 2026/08/05 01:22:08 DEBUG : dir1/0015-9;=.txt: md5 = 9b82cadf4475d5123f0d37d9a282fd44 OK 2026/08/05 01:22:10 DEBUG : apple: md5 = 10d3c8a4df62404fae3fd8bc9f6daf57 OK 2026/08/05 01:22:12 DEBUG : banana: md5 = 177df5dacee6f923dfb80eb10ede7371 OK 2026/08/05 01:22:13 DEBUG : appleappleapplebanana: md5 = f25c0b1280e2d0c1d0dcfec123f98537 OK 2026/08/05 01:22:15 DEBUG : splitbananasplit: md5 = aaad5803fb60b403738b8d45355a1dfd OK 2026/08/05 01:22:15 DEBUG : Waiting for deletions to finish 2026/08/05 01:22:15 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:22:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:22:16 DEBUG : apple: size = 5 OK 2026/08/05 01:22:16 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:16 DEBUG : apple: Unchanged skipping 2026/08/05 01:22:16 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:22:16 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:16 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:22:16 DEBUG : banana: size = 6 OK 2026/08/05 01:22:16 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:16 DEBUG : banana: Unchanged skipping 2026/08/05 01:22:17 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:22:17 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:22:17 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:22:17 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:22:17 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:22:17 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:22:17 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:22:17 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:22:17 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:22:17 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:22:17 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:22:17 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:22:17 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:22:17 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:22:17 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:22:17 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:22:17 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:22:17 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:22:17 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:17 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:22:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:22:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:22:17 DEBUG : Waiting for deletions to finish 2026/08/05 01:22:17 INFO : There was nothing to transfer 2026/08/05 01:22:17 DEBUG : Waiting for deletions to finish 2026/08/05 01:22:17 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:22:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1: Directory modification time the same (differ by -308.838µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : banana: size = 6 OK 2026/08/05 01:22:19 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : banana: Unchanged skipping 2026/08/05 01:22:19 DEBUG : apple: size = 5 OK 2026/08/05 01:22:19 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:22:19 DEBUG : apple: Unchanged skipping 2026/08/05 01:22:19 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:22:19 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:22:19 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:22:19 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:22:19 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:22:19 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:22:19 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:22:19 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:22:19 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:22:19 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:22:19 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:22:19 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:22:19 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:22:19 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:22:19 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:22:19 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:22:19 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:22:19 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:22:19 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:22:19 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:22:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:22:19 DEBUG : Waiting for deletions to finish 2026/08/05 01:22:19 INFO : There was nothing to transfer 2026/08/05 01:22:19 DEBUG : Waiting for deletions to finish 2026/08/05 01:22:19 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:22:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:22:34 DEBUG : dir1/0000-abcdefg.txt: md5 = 71ec3608164bb87e1b592aac7ba579e4 OK 2026/08/05 01:22:35 DEBUG : dir1/0001-bcdefgh.txt: md5 = ef65748a9c73dc71d6a7a4cbaa9640c6 OK 2026/08/05 01:22:37 DEBUG : dir1/0002-cdefghi.txt: md5 = f8bdf846456db1374baf3720f49edc6a OK 2026/08/05 01:22:39 DEBUG : dir1/0003-defghij.txt: md5 = dec0038dee1488c402937edeb0d66d42 OK 2026/08/05 01:22:40 DEBUG : dir1/0004-efghijk.txt: md5 = 34ba30403dc1fc9048420e95ccde5dbf OK 2026/08/05 01:22:42 DEBUG : dir1/0005-fghijkl.txt: md5 = 83c0a52e762a6ed57ef44223548f0902 OK 2026/08/05 01:22:43 DEBUG : dir1/0006-ghijklm.txt: md5 = 676b796fd9f3fe6e5dbfc2375c6d3fc6 OK 2026/08/05 01:22:45 DEBUG : dir1/0007-1234567.txt: md5 = 48019333d08fac9327cac2805180984d OK 2026/08/05 01:22:46 DEBUG : dir1/0008-2345678.txt: md5 = d111eada0fe0997a8adb72e65c2d81bc OK 2026/08/05 01:22:48 DEBUG : dir1/0009-3456789.txt: md5 = 221ee22fe5e9c6e47d4a7fffed6fd56f OK 2026/08/05 01:22:49 DEBUG : dir1/0010-456789.txt: md5 = 8c642ced7cd5d203fc9143ffe6740e6e OK 2026/08/05 01:22:51 DEBUG : dir1/0011-56789;.txt: md5 = 1080c0183483dacacf6a1f4da51358cf OK 2026/08/05 01:22:52 DEBUG : dir1/0012-6789;.txt: md5 = 900c7e38bf5b1c93e149c8a86e433c42 OK 2026/08/05 01:22:54 DEBUG : dir1/0013-789;=.txt: md5 = bbbd51384c6a6f61a6294c604a40ad01 OK 2026/08/05 01:22:55 DEBUG : dir1/0014-89;=.txt: md5 = 35f6e1949fbfe40545e06cae59dd68dc OK 2026/08/05 01:22:57 DEBUG : dir1/0015-9;=.txt: md5 = 19974422c08ee779018721471bbc6a44 OK 2026/08/05 01:22:59 DEBUG : apple: md5 = c7528f4d55f618f91b9cdce8b74790fc OK 2026/08/05 01:23:01 DEBUG : banana: md5 = 5940a04ec6e28312f6ae54a8d79ab16f OK 2026/08/05 01:23:03 DEBUG : appleappleapplebanana: md5 = 5b9b063d628a75a6c6f36b1b34c834cf OK 2026/08/05 01:23:04 DEBUG : splitbananasplit: md5 = 68a80fe1f94534f1e5534e5f40337cd1 OK 2026/08/05 01:23:04 DEBUG : Waiting for deletions to finish 2026/08/05 01:23:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:23:05 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:05 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:05 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:05 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:05 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:05 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:05 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:05 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:05 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:05 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:05 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:05 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:05 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:05 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:05 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:06 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:06 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:06 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:06 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:06 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:06 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:06 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:06 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:06 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:06 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:06 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:06 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:06 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:06 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:06 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:06 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:06 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:06 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:06 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:06 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:06 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:06 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:06 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:06 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:06 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:06 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:06 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:06 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:06 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:06 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:06 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:06 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:06 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:06 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:06 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:06 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:06 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:06 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:06 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:06 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:06 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:06 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:06 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:06 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:06 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:06 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:06 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:06 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:06 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:06 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:06 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:06 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:06 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:06 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:06 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:06 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:06 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:06 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:06 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:06 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:06 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:06 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:06 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:06 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/05 01:23:06 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:23:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:23:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:23:07 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: md5 = 5c85684465f93a17388fe59affb7176f OK 2026/08/05 01:23:07 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/05 01:23:07 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:07 DEBUG : YmFuYW5h: md5 = bc0762044705df78d464449bc34b0b57 OK 2026/08/05 01:23:07 DEBUG : YmFuYW5h: size = 6 OK 2026/08/05 01:23:07 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/05 01:23:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:07 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: md5 = ac525b2fe4322c1a34ef6c0776eb2596 OK 2026/08/05 01:23:07 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/05 01:23:07 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:07 DEBUG : YXBwbGU=: md5 = 1209a2a18b38b3401eff3bc6ec3c3afe OK 2026/08/05 01:23:07 DEBUG : YXBwbGU=: size = 5 OK 2026/08/05 01:23:07 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/05 01:23:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:09 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: md5 = 93f584058136f4971891dfc247c5ee7c OK 2026/08/05 01:23:09 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/05 01:23:09 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:09 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: md5 = e7053bfc522129e1d482aa800ca8fe3b OK 2026/08/05 01:23:09 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/05 01:23:09 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:09 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: md5 = 5b967f149ebb054a927665f98f02eedc OK 2026/08/05 01:23:09 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/05 01:23:09 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:09 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: md5 = a4733393636f872307169b85ffd69f23 OK 2026/08/05 01:23:09 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/05 01:23:09 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:10 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: md5 = 875718264eb0746a9d8ee791f8540bc8 OK 2026/08/05 01:23:10 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/05 01:23:10 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:10 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: md5 = 3e5d5828bbb59e1e8f2e49b9f9bfaeab OK 2026/08/05 01:23:10 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/05 01:23:10 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:10 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: md5 = 10d344b7ee68df3ad18d79abe9170fab OK 2026/08/05 01:23:10 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/05 01:23:10 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:10 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: md5 = 350f585421ef848e43f387fbe56f4cb0 OK 2026/08/05 01:23:10 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/05 01:23:10 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:12 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: md5 = 47878ec8d414bd8c8522adee1ae51b4c OK 2026/08/05 01:23:12 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/05 01:23:12 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:12 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: md5 = d0c25b8398c08e2d080ddd758117f3cb OK 2026/08/05 01:23:12 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/05 01:23:12 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:12 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: md5 = 04d9a943ce50f966f60089ee19bd50f1 OK 2026/08/05 01:23:12 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/05 01:23:12 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:12 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: md5 = 602546d5760d3d6ea5c59034ec4272ba OK 2026/08/05 01:23:12 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/05 01:23:12 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:23:13 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: md5 = b9b71a28e179742aed14a8265dcfbac1 OK 2026/08/05 01:23:13 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/05 01:23:13 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:13 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: md5 = 37f86e62382112d1794f04cc1c3ba232 OK 2026/08/05 01:23:13 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/05 01:23:13 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:13 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: md5 = a28b68a1ada672576640863be5f3817f OK 2026/08/05 01:23:13 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/05 01:23:13 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:14 DEBUG : dir1/MDAxNS05Oz0udHh0: md5 = 7618a158bd68baa2343c3d682dd1842a OK 2026/08/05 01:23:14 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/05 01:23:14 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:23:14 DEBUG : Waiting for deletions to finish 2026/08/05 01:23:14 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/05 01:23:14 INFO : dir1/0008-2345678.txt: Deleted 2026/08/05 01:23:14 INFO : apple: Deleted 2026/08/05 01:23:14 INFO : dir1/0007-1234567.txt: Deleted 2026/08/05 01:23:14 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/05 01:23:14 INFO : dir1/0013-789;=.txt: Deleted 2026/08/05 01:23:14 INFO : dir1/0009-3456789.txt: Deleted 2026/08/05 01:23:14 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/05 01:23:14 INFO : splitbananasplit: Deleted 2026/08/05 01:23:14 INFO : banana: Deleted 2026/08/05 01:23:14 INFO : dir1/0003-defghij.txt: Deleted 2026/08/05 01:23:14 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/05 01:23:14 INFO : dir1/0015-9;=.txt: Deleted 2026/08/05 01:23:14 INFO : dir1/0011-56789;.txt: Deleted 2026/08/05 01:23:14 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/05 01:23:15 INFO : dir1/0010-456789.txt: Deleted 2026/08/05 01:23:15 INFO : dir1/0012-6789;.txt: Deleted 2026/08/05 01:23:15 INFO : dir1/0014-89;=.txt: Deleted 2026/08/05 01:23:15 INFO : appleappleapplebanana: Deleted 2026/08/05 01:23:15 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/05 01:23:15 DEBUG : Waiting for deletions to finish 2026/08/05 01:23:15 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:15 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/05 01:23:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:23:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:17 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:17 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:17 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:17 DEBUG : dir1: Directory modification time the same (differ by -936.923µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/05 01:23:17 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:23:17 DEBUG : YmFuYW5h: size = 6 OK 2026/08/05 01:23:17 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/05 01:23:17 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : banana: Unchanged skipping 2026/08/05 01:23:17 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:23:17 DEBUG : YXBwbGU=: size = 5 OK 2026/08/05 01:23:17 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : apple: Unchanged skipping 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:17 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:17 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:17 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:17 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:17 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:17 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:17 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:17 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:17 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:17 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:17 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:17 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:17 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:17 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:17 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:17 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:17 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:17 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/05 01:23:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:17 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:17 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/05 01:23:17 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:17 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/05 01:23:17 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/05 01:23:17 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/05 01:23:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:17 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/05 01:23:17 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:17 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:17 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/05 01:23:17 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/05 01:23:17 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/05 01:23:17 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/05 01:23:17 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/05 01:23:17 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/05 01:23:17 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/05 01:23:17 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:17 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/05 01:23:17 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/05 01:23:17 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/05 01:23:17 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:23:17 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/05 01:23:17 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:17 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:23:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:23:17 DEBUG : Waiting for deletions to finish 2026/08/05 01:23:17 DEBUG : Waiting for deletions to finish 2026/08/05 01:23:17 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/05 01:23:17 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/05 01:23:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:23:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:23:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:23:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:23:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:23:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:23:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:23:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:23:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:23:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:23:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:23:31 DEBUG : dir1/0000-abcdefg.txt: md5 = 470f048881375d98adbb079496ad37b8 OK 2026/08/05 01:23:33 DEBUG : dir1/0001-bcdefgh.txt: md5 = 500a72c8780ead655346980aa8e40128 OK 2026/08/05 01:23:35 DEBUG : dir1/0002-cdefghi.txt: md5 = b57ff2bac8874f4e379e04005d37ba4b OK 2026/08/05 01:23:36 DEBUG : dir1/0003-defghij.txt: md5 = ba3ee932b7d074fa10501757ee85c780 OK 2026/08/05 01:23:38 DEBUG : dir1/0004-efghijk.txt: md5 = a6abf739d1e761a49b420a3fbd178aad OK 2026/08/05 01:23:39 DEBUG : dir1/0005-fghijkl.txt: md5 = 0d1380283e95e0bdb6d57e7792601f02 OK 2026/08/05 01:23:41 DEBUG : dir1/0006-ghijklm.txt: md5 = dcb555607147191e60413c963ebda6af OK 2026/08/05 01:23:42 DEBUG : dir1/0007-1234567.txt: md5 = 886ced2cf44bed67e8d0a3e86762a7a0 OK 2026/08/05 01:23:44 DEBUG : dir1/0008-2345678.txt: md5 = 1724686d0ad2fee07f9ca960a01aa272 OK 2026/08/05 01:23:45 DEBUG : dir1/0009-3456789.txt: md5 = 7ba7ca4cf8470d176a7f2da8e139861b OK 2026/08/05 01:23:47 DEBUG : dir1/0010-456789.txt: md5 = 6d25f1ea48443400771d52712a25ee3f OK 2026/08/05 01:23:48 DEBUG : dir1/0011-56789;.txt: md5 = 63ca74958317fd29a79c434c5e0a16c9 OK 2026/08/05 01:23:50 DEBUG : dir1/0012-6789;.txt: md5 = e227ab6b7828ec1dc84d6f265d9e9827 OK 2026/08/05 01:23:51 DEBUG : dir1/0013-789;=.txt: md5 = 5f898a1de96f457bee51bc002b09082e OK 2026/08/05 01:23:52 DEBUG : dir1/0014-89;=.txt: md5 = 491e86cbcd91e7796c1dc8f1fed9cd17 OK 2026/08/05 01:23:54 DEBUG : dir1/0015-9;=.txt: md5 = fe5618441120e75bd342ad82c5e22422 OK 2026/08/05 01:23:56 DEBUG : apple: md5 = 030196a77e3c386a9810a99b4ba387b6 OK 2026/08/05 01:23:57 DEBUG : banana: md5 = 4d635a3e0ed1f6e6d0794350b9ffa583 OK 2026/08/05 01:23:59 DEBUG : appleappleapplebanana: md5 = a2e4a2b46e1114da7929d1e4722a9c42 OK 2026/08/05 01:24:00 DEBUG : splitbananasplit: md5 = 54abe9bf6fa11685e3f18c80fb9ee5b4 OK 2026/08/05 01:24:00 DEBUG : Waiting for deletions to finish 2026/08/05 01:24:01 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:24:01 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:01 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:01 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:01 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:01 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:01 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:01 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:01 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:01 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:01 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:01 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:01 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:01 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:01 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:01 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:02 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:02 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:02 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:02 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:02 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:02 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:24:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:24:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:24:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:24:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:24:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:24:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:24:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:24:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:24:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:24:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:24:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:24:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:24:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:24:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:24:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:24:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:24:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:24:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:24:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:24:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:24:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:24:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:24:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:24:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:24:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:24:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:24:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:24:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:24:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:24:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:24:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:24:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:24:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:24:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:24:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:24:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:24:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:24:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:24:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:24:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:24:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:24:02 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:24:02 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:24:02 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:24:02 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:24:02 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:24:02 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:24:02 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:24:02 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:24:02 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:24:02 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:24:02 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:24:02 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:24:02 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:24:02 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:24:02 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/05 01:24:02 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:24:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:24:03 DEBUG : PREFIXappleappleapplebanana: md5 = 1bc00962f0332aaacefc9d5c7e457523 OK 2026/08/05 01:24:03 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/05 01:24:03 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/05 01:24:03 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:24:03 DEBUG : PREFIXsplitbananasplit: md5 = 8254d07fd84461306338c41540a73297 OK 2026/08/05 01:24:03 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/05 01:24:03 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/05 01:24:03 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:24:03 DEBUG : PREFIXapple: md5 = 771929bf60bf002195022fd28e0fb533 OK 2026/08/05 01:24:03 DEBUG : PREFIXapple: size = 5 OK 2026/08/05 01:24:03 INFO : apple: Copied (new) to: PREFIXapple 2026/08/05 01:24:03 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:24:03 DEBUG : PREFIXbanana: md5 = 29e9cbc8a9ec27130d2c996eae60b94a OK 2026/08/05 01:24:03 DEBUG : PREFIXbanana: size = 6 OK 2026/08/05 01:24:03 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/05 01:24:03 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:24:04 DEBUG : dir1/PREFIX0000-abcdefg.txt: md5 = c3225f64faab9e2d71a66aed19340d64 OK 2026/08/05 01:24:04 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/05 01:24:04 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:24:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:24:05 DEBUG : dir1/PREFIX0002-cdefghi.txt: md5 = 817d0d3d2417afd2a5c8ff676d7a880d OK 2026/08/05 01:24:05 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/05 01:24:05 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:24:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:24:05 DEBUG : dir1/PREFIX0001-bcdefgh.txt: md5 = 7de94aa51c86db6ed2b77cedb5b67efb OK 2026/08/05 01:24:05 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:24:05 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:24:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:24:05 DEBUG : dir1/PREFIX0003-defghij.txt: md5 = fdf58bd9cdf9167adfb37855bb5edaf4 OK 2026/08/05 01:24:05 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/05 01:24:05 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:24:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:24:06 DEBUG : dir1/PREFIX0004-efghijk.txt: md5 = 347b4cf229f9b209bbe1ef81bf92d3bb OK 2026/08/05 01:24:06 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/05 01:24:06 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:24:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:24:06 DEBUG : dir1/PREFIX0007-1234567.txt: md5 = 0b153b363296e9e5fbb1cc055fd951fc OK 2026/08/05 01:24:06 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/05 01:24:06 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:24:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:24:06 DEBUG : dir1/PREFIX0006-ghijklm.txt: md5 = 3bce5f616e767b441f3da2cff9ab1176 OK 2026/08/05 01:24:06 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/05 01:24:06 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:24:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:24:06 DEBUG : dir1/PREFIX0005-fghijkl.txt: md5 = a366f4fcacba29db82981d61a783a9f6 OK 2026/08/05 01:24:06 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/05 01:24:06 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:24:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:24:07 DEBUG : dir1/PREFIX0008-2345678.txt: md5 = f6a1522e1295c5a1f82e0ef40b706518 OK 2026/08/05 01:24:07 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/05 01:24:07 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:24:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:24:07 DEBUG : dir1/PREFIX0009-3456789.txt: md5 = d7e02d455c3e9bd78e4d33f1cc773891 OK 2026/08/05 01:24:07 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/05 01:24:07 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:24:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:24:08 DEBUG : dir1/PREFIX0010-456789.txt: md5 = 64f5d598217e62aa0a995816b31ef946 OK 2026/08/05 01:24:08 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/05 01:24:08 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/05 01:24:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:24:08 DEBUG : dir1/PREFIX0011-56789;.txt: md5 = a3c7fcae7714d20e158e130120a9a99e OK 2026/08/05 01:24:08 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/05 01:24:08 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:24:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:24:09 DEBUG : dir1/PREFIX0012-6789;.txt: md5 = ba6650bc03969c75d999521ff989cef6 OK 2026/08/05 01:24:09 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/05 01:24:09 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:24:09 DEBUG : dir1/PREFIX0014-89;=.txt: md5 = 74bb53b8cd101e5e48bd69387a15b8b1 OK 2026/08/05 01:24:09 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/05 01:24:09 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:24:09 DEBUG : dir1/PREFIX0015-9;=.txt: md5 = 599a45ea0722bd34f58c63d33d5da8ef OK 2026/08/05 01:24:09 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/05 01:24:09 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:24:09 DEBUG : dir1/PREFIX0013-789;=.txt: md5 = 4476c9c3589b75d05e92aa7df16d70b4 OK 2026/08/05 01:24:09 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/05 01:24:09 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:24:09 DEBUG : Waiting for deletions to finish 2026/08/05 01:24:10 INFO : dir1/0007-1234567.txt: Deleted 2026/08/05 01:24:10 INFO : banana: Deleted 2026/08/05 01:24:10 INFO : dir1/0003-defghij.txt: Deleted 2026/08/05 01:24:10 INFO : dir1/0010-456789.txt: Deleted 2026/08/05 01:24:10 INFO : apple: Deleted 2026/08/05 01:24:10 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/05 01:24:10 INFO : dir1/0014-89;=.txt: Deleted 2026/08/05 01:24:10 INFO : dir1/0008-2345678.txt: Deleted 2026/08/05 01:24:10 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/05 01:24:10 INFO : splitbananasplit: Deleted 2026/08/05 01:24:10 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/05 01:24:10 INFO : appleappleapplebanana: Deleted 2026/08/05 01:24:10 INFO : dir1/0009-3456789.txt: Deleted 2026/08/05 01:24:10 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/05 01:24:10 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/05 01:24:10 INFO : dir1/0012-6789;.txt: Deleted 2026/08/05 01:24:10 INFO : dir1/0013-789;=.txt: Deleted 2026/08/05 01:24:10 INFO : dir1/0015-9;=.txt: Deleted 2026/08/05 01:24:10 INFO : dir1/0011-56789;.txt: Deleted 2026/08/05 01:24:10 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/05 01:24:10 DEBUG : Waiting for deletions to finish 2026/08/05 01:24:11 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:24:11 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:24:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:24:12 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:24:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:24:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:24:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:24:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:24:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:24:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:24:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:24:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:24:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:24:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:24:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:24:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:24:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:24:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:24:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:24:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:24:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:24:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:24:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:24:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:24:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:24:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:24:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:24:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:24:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:24:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:24:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:24:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:24:12 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:24:12 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:24:12 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:24:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:24:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:24:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:24:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:24:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:24:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:24:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:24:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:24:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:24:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:24:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:24:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:24:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:24:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:24:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:24:12 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1: Directory modification time the same (differ by -664.613µs, within tolerance 1ms) 2026/08/05 01:24:12 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:24:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:24:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:24:13 DEBUG : splitbananasplit: md5 = 2e743ea027298da3cf9e88cfb77c98ee OK 2026/08/05 01:24:13 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:24:13 INFO : splitbananasplit: Copied (new) 2026/08/05 01:24:13 DEBUG : banana: md5 = 2c2fab004617d2f31ed74e76de216ca8 OK 2026/08/05 01:24:13 DEBUG : banana: size = 6 OK 2026/08/05 01:24:13 INFO : banana: Copied (new) 2026/08/05 01:24:14 DEBUG : apple: md5 = 387120942f45e40e8a9eb2add28ba963 OK 2026/08/05 01:24:14 DEBUG : apple: size = 5 OK 2026/08/05 01:24:14 INFO : apple: Copied (new) 2026/08/05 01:24:14 DEBUG : appleappleapplebanana: md5 = 182b9f317558e403da470c8e4b1ab741 OK 2026/08/05 01:24:14 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:24:14 INFO : appleappleapplebanana: Copied (new) 2026/08/05 01:24:15 DEBUG : dir1/0000-abcdefg.txt: md5 = 40ec438bf7cb524d8dbbc37df068aef5 OK 2026/08/05 01:24:15 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:24:15 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/05 01:24:15 DEBUG : dir1/0001-bcdefgh.txt: md5 = 1e0cae3a991259f1d508f8067624ebcc OK 2026/08/05 01:24:15 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:24:15 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/05 01:24:15 DEBUG : dir1/0003-defghij.txt: md5 = 60755d29ec380ec9b2ab7d28fce8c5b1 OK 2026/08/05 01:24:15 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:24:15 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/05 01:24:15 DEBUG : dir1/0002-cdefghi.txt: md5 = c3c1ef6811a4a83160e3f5c9724abed8 OK 2026/08/05 01:24:15 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:24:15 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/05 01:24:16 DEBUG : dir1/0005-fghijkl.txt: md5 = 9f39ed143b61c82057fa4bbb3c5a8204 OK 2026/08/05 01:24:16 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:24:16 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/05 01:24:16 DEBUG : dir1/0006-ghijklm.txt: md5 = a62f6259cd02464bded6794013ed5318 OK 2026/08/05 01:24:16 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:24:16 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/05 01:24:16 DEBUG : dir1/0004-efghijk.txt: md5 = 35a42ca749ee57ec0b10e072d3e0b550 OK 2026/08/05 01:24:16 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:24:16 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/05 01:24:17 DEBUG : dir1/0007-1234567.txt: md5 = d4deba4fa3e31d8da2197c1305d19794 OK 2026/08/05 01:24:17 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:24:17 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/05 01:24:18 DEBUG : dir1/0008-2345678.txt: md5 = a2bb27bfdc0084e5b8df7db9c8cd1e9c OK 2026/08/05 01:24:18 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:24:18 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/05 01:24:18 DEBUG : dir1/0009-3456789.txt: md5 = 91154629fbdb18c00fd0eed0ed32a6ed OK 2026/08/05 01:24:18 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:24:18 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/05 01:24:18 DEBUG : dir1/0010-456789.txt: md5 = a822a5ab66c999867b3afef7affcc1fe OK 2026/08/05 01:24:18 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:24:18 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/05 01:24:18 DEBUG : dir1/0011-56789;.txt: md5 = a859d61fe9754d19ab9a245ba72e0ef5 OK 2026/08/05 01:24:18 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:24:18 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/05 01:24:19 DEBUG : dir1/0012-6789;.txt: md5 = 2c4d0f93783239a25d66788c52f7cbd3 OK 2026/08/05 01:24:19 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:24:19 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/05 01:24:19 DEBUG : dir1/0014-89;=.txt: md5 = a799ed9b3d16c7c78ec23c32adf1510f OK 2026/08/05 01:24:19 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:24:19 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/05 01:24:19 DEBUG : dir1/0015-9;=.txt: md5 = e7d9a873043746674104ca6a1484fcd5 OK 2026/08/05 01:24:19 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:24:19 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/05 01:24:19 DEBUG : dir1/0013-789;=.txt: md5 = 300fb329bfe1fa9b910d3b77dc73e377 OK 2026/08/05 01:24:19 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:24:19 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/05 01:24:19 DEBUG : Waiting for deletions to finish 2026/08/05 01:24:20 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/05 01:24:20 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/05 01:24:20 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/05 01:24:20 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/05 01:24:20 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/05 01:24:20 INFO : PREFIXbanana: Deleted 2026/08/05 01:24:20 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/05 01:24:20 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/05 01:24:20 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/05 01:24:20 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/05 01:24:20 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/05 01:24:20 INFO : PREFIXapple: Deleted 2026/08/05 01:24:20 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/05 01:24:20 INFO : PREFIXsplitbananasplit: Deleted 2026/08/05 01:24:20 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/05 01:24:20 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/05 01:24:21 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/05 01:24:21 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/05 01:24:21 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/05 01:24:21 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/05 01:24:21 DEBUG : Waiting for deletions to finish 2026/08/05 01:24:21 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:24:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : Waiting for deletions to finish 2026/08/05 01:24:22 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:24:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:24:36 DEBUG : dir1/0000-abcdefg.txt: md5 = 51976cf5850639b7b91ed6ec05bd0bb2 OK 2026/08/05 01:24:37 DEBUG : dir1/0001-bcdefgh.txt: md5 = 6df53634fb395056ee3292977c021d05 OK 2026/08/05 01:24:39 DEBUG : dir1/0002-cdefghi.txt: md5 = bd2d21e5336964dfdf6dcb43999dba86 OK 2026/08/05 01:24:40 DEBUG : dir1/0003-defghij.txt: md5 = 6bb87f11f31a18e9f16da518cfc353a1 OK 2026/08/05 01:24:41 DEBUG : dir1/0004-efghijk.txt: md5 = 3094b5e354329024de05ec7e86d6b70a OK 2026/08/05 01:24:43 DEBUG : dir1/0005-fghijkl.txt: md5 = 15ecf05a12c10cbd73df4a8d4c305ff1 OK 2026/08/05 01:24:44 DEBUG : dir1/0006-ghijklm.txt: md5 = 741dded661c62e648a17663f3018e479 OK 2026/08/05 01:24:46 DEBUG : dir1/0007-1234567.txt: md5 = a7ba3873eb62961540b2f015f17f0b7c OK 2026/08/05 01:24:47 DEBUG : dir1/0008-2345678.txt: md5 = 35320c2fce83bd8e24d3ace143e726e0 OK 2026/08/05 01:24:49 DEBUG : dir1/0009-3456789.txt: md5 = 9d87624d6bb5b832795220f8e7764351 OK 2026/08/05 01:24:50 DEBUG : dir1/0010-456789.txt: md5 = 8b719d55670e16c8389fcda9651da46f OK 2026/08/05 01:24:52 DEBUG : dir1/0011-56789;.txt: md5 = a15fe3ab77c5ef130d8a94153139840b OK 2026/08/05 01:24:53 DEBUG : dir1/0012-6789;.txt: md5 = 2d46f7994b119dd6425f528daf685b37 OK 2026/08/05 01:24:54 DEBUG : dir1/0013-789;=.txt: md5 = b175c4fd491b5ecf631b3708217929df OK 2026/08/05 01:24:56 DEBUG : dir1/0014-89;=.txt: md5 = 5ee183c8e347b65e13cd2eee1f9dd05c OK 2026/08/05 01:24:57 DEBUG : dir1/0015-9;=.txt: md5 = 47ab859f89d6fe264efd089c4db405b5 OK 2026/08/05 01:24:59 DEBUG : apple: md5 = f0d3a3586fe52f5de0cb8c4bb09e7a28 OK 2026/08/05 01:25:00 DEBUG : banana: md5 = 5fc4b5a74f1fa24d5c29e4f5a5f38c42 OK 2026/08/05 01:25:02 DEBUG : appleappleapplebanana: md5 = 6488e61d6bc0ab9af660c10f3a60eadc OK 2026/08/05 01:25:03 DEBUG : splitbananasplit: md5 = dc2de064dc4c4ad69f88a68803fc0084 OK 2026/08/05 01:25:03 DEBUG : Waiting for deletions to finish 2026/08/05 01:25:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:25:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:25:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:25:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:25:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:25:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:25:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:05 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:05 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:05 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:05 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:05 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:05 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:25:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:25:05 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/05 01:25:05 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:25:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:25:06 DEBUG : bananaSUFFIX: md5 = df418a31cd8d2551f41cfed88a4e2c79 OK 2026/08/05 01:25:06 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/05 01:25:06 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/05 01:25:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:25:06 DEBUG : appleappleapplebananaSUFFIX: md5 = d153aa22cd21fba0153c07f08dc8d9e4 OK 2026/08/05 01:25:06 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/05 01:25:06 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/05 01:25:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:07 DEBUG : appleSUFFIX: md5 = b8ce903ce957675accbd462440a119e7 OK 2026/08/05 01:25:07 DEBUG : appleSUFFIX: size = 5 OK 2026/08/05 01:25:07 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/05 01:25:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:25:07 DEBUG : splitbananasplitSUFFIX: md5 = 19f6859742058ea95c1220ecf9ff4095 OK 2026/08/05 01:25:07 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/05 01:25:07 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/05 01:25:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:25:08 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: md5 = 3e068b8b8ae62331eac17bf7408d55bb OK 2026/08/05 01:25:08 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/05 01:25:08 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:25:08 DEBUG : dir1/0002-cdefghi.txtSUFFIX: md5 = c27429c5c259eb1aaeaadab404cb2b4d OK 2026/08/05 01:25:08 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/05 01:25:08 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:25:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:25:08 DEBUG : dir1/0000-abcdefg.txtSUFFIX: md5 = 31f344d64bdfe2722b0e70cfdf85a00b OK 2026/08/05 01:25:08 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/05 01:25:08 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:25:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:25:08 DEBUG : dir1/0003-defghij.txtSUFFIX: md5 = a2af4de4cf3ae838f4e7604f39ee6575 OK 2026/08/05 01:25:08 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/05 01:25:08 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:25:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:25:09 DEBUG : dir1/0005-fghijkl.txtSUFFIX: md5 = 808465e1b9168a3c178f848d4f6ea29d OK 2026/08/05 01:25:09 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/05 01:25:09 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:25:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:25:09 DEBUG : dir1/0004-efghijk.txtSUFFIX: md5 = ca29d8b0d0260932ca4a27badf1b7f71 OK 2026/08/05 01:25:09 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/05 01:25:09 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:25:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:25:10 DEBUG : dir1/0006-ghijklm.txtSUFFIX: md5 = 0859a149507a8933843e83cb2dd6a11e OK 2026/08/05 01:25:10 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/05 01:25:10 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:25:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:25:10 DEBUG : dir1/0007-1234567.txtSUFFIX: md5 = d49ba9b7fa32a5825ac190841271aaae OK 2026/08/05 01:25:10 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/05 01:25:10 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:25:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:25:11 DEBUG : dir1/0008-2345678.txtSUFFIX: md5 = a28650e2a599539ed76d1e62d681090b OK 2026/08/05 01:25:11 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/05 01:25:11 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:25:11 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:25:11 DEBUG : dir1/0009-3456789.txtSUFFIX: md5 = e0cb6cbb2e9e9d34ecce822b7b06e500 OK 2026/08/05 01:25:11 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/05 01:25:11 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:25:11 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:25:11 DEBUG : dir1/0010-456789.txtSUFFIX: md5 = 22d561f681b85fd45d754ab9fbd0c84d OK 2026/08/05 01:25:11 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/05 01:25:11 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:25:11 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:25:11 DEBUG : dir1/0011-56789;.txtSUFFIX: md5 = d00ae7a0332cc80ed227cd15652b0656 OK 2026/08/05 01:25:11 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/05 01:25:11 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:25:11 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:25:12 DEBUG : dir1/0013-789;=.txtSUFFIX: md5 = 55bc1d33fc579135c2224c359a9aef0c OK 2026/08/05 01:25:12 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/05 01:25:12 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:25:12 DEBUG : dir1/0014-89;=.txtSUFFIX: md5 = 1dcc42335f469f94d391028a2e60252c OK 2026/08/05 01:25:12 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/05 01:25:12 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:25:12 DEBUG : dir1/0012-6789;.txtSUFFIX: md5 = 6f6a64be15b3e739a1003f036f26f6e4 OK 2026/08/05 01:25:12 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/05 01:25:12 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:25:12 DEBUG : dir1/0015-9;=.txtSUFFIX: md5 = 33cfcdddcad7f46330e71bce88d67153 OK 2026/08/05 01:25:12 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/05 01:25:12 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:25:12 DEBUG : Waiting for deletions to finish 2026/08/05 01:25:13 INFO : splitbananasplit: Deleted 2026/08/05 01:25:13 INFO : dir1/0012-6789;.txt: Deleted 2026/08/05 01:25:13 INFO : dir1/0011-56789;.txt: Deleted 2026/08/05 01:25:13 INFO : dir1/0010-456789.txt: Deleted 2026/08/05 01:25:13 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/05 01:25:13 INFO : dir1/0009-3456789.txt: Deleted 2026/08/05 01:25:13 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/05 01:25:13 INFO : dir1/0003-defghij.txt: Deleted 2026/08/05 01:25:13 INFO : dir1/0014-89;=.txt: Deleted 2026/08/05 01:25:13 INFO : appleappleapplebanana: Deleted 2026/08/05 01:25:13 INFO : dir1/0013-789;=.txt: Deleted 2026/08/05 01:25:13 INFO : dir1/0008-2345678.txt: Deleted 2026/08/05 01:25:13 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/05 01:25:13 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/05 01:25:13 INFO : apple: Deleted 2026/08/05 01:25:14 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/05 01:25:14 INFO : dir1/0015-9;=.txt: Deleted 2026/08/05 01:25:14 INFO : dir1/0007-1234567.txt: Deleted 2026/08/05 01:25:14 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/05 01:25:14 INFO : banana: Deleted 2026/08/05 01:25:14 DEBUG : Waiting for deletions to finish 2026/08/05 01:25:14 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:14 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:25:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:25:15 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:25:15 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:25:15 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1: Directory modification time the same (differ by -483.705µs, within tolerance 1ms) 2026/08/05 01:25:15 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:25:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:25:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:25:17 DEBUG : appleappleapplebanana: md5 = 52d58ecff0b00739d1efceb5cce606c8 OK 2026/08/05 01:25:17 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:25:17 INFO : appleappleapplebanana: Copied (new) 2026/08/05 01:25:17 DEBUG : splitbananasplit: md5 = 0c9f87951817294dcfd0a7aa157f16d6 OK 2026/08/05 01:25:17 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:25:17 INFO : splitbananasplit: Copied (new) 2026/08/05 01:25:17 DEBUG : banana: md5 = c16eec93a0b65a076e319e6cab78c4ee OK 2026/08/05 01:25:17 DEBUG : banana: size = 6 OK 2026/08/05 01:25:17 INFO : banana: Copied (new) 2026/08/05 01:25:17 DEBUG : apple: md5 = 9540c48a7270a44741a3f6b11acfd6c5 OK 2026/08/05 01:25:17 DEBUG : apple: size = 5 OK 2026/08/05 01:25:17 INFO : apple: Copied (new) 2026/08/05 01:25:18 DEBUG : dir1/0000-abcdefg.txt: md5 = 0128cfd98f2cf4c7fe8d823e06733ab1 OK 2026/08/05 01:25:18 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:25:18 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/05 01:25:18 DEBUG : dir1/0002-cdefghi.txt: md5 = feb5bd8697947e8c81e9eda20b215dde OK 2026/08/05 01:25:18 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:25:18 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/05 01:25:18 DEBUG : dir1/0001-bcdefgh.txt: md5 = 05534842bdce2001bf0f537eb60e1691 OK 2026/08/05 01:25:18 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:25:18 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/05 01:25:19 DEBUG : dir1/0003-defghij.txt: md5 = 85599a06f8739a5ca019a3fc008ea23d OK 2026/08/05 01:25:19 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:25:19 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/05 01:25:19 DEBUG : dir1/0005-fghijkl.txt: md5 = 93409d6f83b0450c4b178ec5202fbef3 OK 2026/08/05 01:25:19 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:25:19 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/05 01:25:20 DEBUG : dir1/0004-efghijk.txt: md5 = 01cfdcf4f09c054122ba3b3f7b55f283 OK 2026/08/05 01:25:20 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:25:20 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/05 01:25:20 DEBUG : dir1/0006-ghijklm.txt: md5 = 64ee48ca24bb8ad43b18cc5b05fea0ab OK 2026/08/05 01:25:20 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:25:20 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/05 01:25:20 DEBUG : dir1/0007-1234567.txt: md5 = 234f9f50acae595687340a8c121fd152 OK 2026/08/05 01:25:20 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:25:20 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/05 01:25:21 DEBUG : dir1/0008-2345678.txt: md5 = 94b303eaf1955d0eb453f23b4760306e OK 2026/08/05 01:25:21 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:25:21 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/05 01:25:21 DEBUG : dir1/0009-3456789.txt: md5 = c409a0bcbc78092997f2d3f7d637e397 OK 2026/08/05 01:25:21 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:25:21 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/05 01:25:21 DEBUG : dir1/0010-456789.txt: md5 = 7919f057b569ef827272b826d7beb730 OK 2026/08/05 01:25:21 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:25:21 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/05 01:25:22 DEBUG : dir1/0011-56789;.txt: md5 = 4fbf43abc97ad18842fc81d0b4157ce4 OK 2026/08/05 01:25:22 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:25:22 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/05 01:25:22 DEBUG : dir1/0012-6789;.txt: md5 = c18d6734d8a1e10ae4af01444449002a OK 2026/08/05 01:25:22 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:25:22 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/05 01:25:22 DEBUG : dir1/0013-789;=.txt: md5 = 914b876842b03ccfc3414e5347f307fc OK 2026/08/05 01:25:22 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:25:22 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/05 01:25:23 DEBUG : dir1/0014-89;=.txt: md5 = 8a0afa92a5102d38b5e10496ef7f8b82 OK 2026/08/05 01:25:23 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:25:23 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/05 01:25:23 DEBUG : dir1/0015-9;=.txt: md5 = 0ca9144a26fddc47d46306706b32f04f OK 2026/08/05 01:25:23 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:25:23 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/05 01:25:23 DEBUG : Waiting for deletions to finish 2026/08/05 01:25:23 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/05 01:25:23 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/05 01:25:23 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/05 01:25:23 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/05 01:25:23 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/05 01:25:23 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/05 01:25:23 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/05 01:25:23 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/05 01:25:24 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/05 01:25:24 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/05 01:25:24 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/05 01:25:24 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/05 01:25:24 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/05 01:25:24 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/05 01:25:24 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/05 01:25:24 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/05 01:25:24 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/05 01:25:24 INFO : bananaSUFFIX: Deleted 2026/08/05 01:25:24 INFO : splitbananasplitSUFFIX: Deleted 2026/08/05 01:25:24 INFO : appleSUFFIX: Deleted 2026/08/05 01:25:24 DEBUG : Waiting for deletions to finish 2026/08/05 01:25:25 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:25:25 DEBUG : Waiting for deletions to finish 2026/08/05 01:25:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:25:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:25:39 DEBUG : dir1/0000-abcdefg.txt: md5 = af3d8b79ae940887ff3f44e2f5808340 OK 2026/08/05 01:25:41 DEBUG : dir1/0001-bcdefgh.txt: md5 = 2116ec8cd27ad17028796f88baee93b8 OK 2026/08/05 01:25:42 DEBUG : dir1/0002-cdefghi.txt: md5 = dcf2ecde5c76d9cfd53544b73b782d50 OK 2026/08/05 01:25:44 DEBUG : dir1/0003-defghij.txt: md5 = 2adfb5bd88fede05c4de83230133a1e3 OK 2026/08/05 01:25:45 DEBUG : dir1/0004-efghijk.txt: md5 = e2e4d5763be088537782b115cab3f247 OK 2026/08/05 01:25:47 DEBUG : dir1/0005-fghijkl.txt: md5 = 97ba8add0df342ba7039e87b13b14f8e OK 2026/08/05 01:25:48 DEBUG : dir1/0006-ghijklm.txt: md5 = fa6ae87da838d66e9f4c9a6f0fa00f3c OK 2026/08/05 01:25:50 DEBUG : dir1/0007-1234567.txt: md5 = 5d29ef60f658372503253f431229f8f7 OK 2026/08/05 01:25:51 DEBUG : dir1/0008-2345678.txt: md5 = de25b56b6894ccedb49a5a5a2b9bf4fc OK 2026/08/05 01:25:53 DEBUG : dir1/0009-3456789.txt: md5 = 0682f53c02efb3c758392f9a1371ba2c OK 2026/08/05 01:25:54 DEBUG : dir1/0010-456789.txt: md5 = 241a83f0dd2ddd406b893007d6a2338c OK 2026/08/05 01:25:56 DEBUG : dir1/0011-56789;.txt: md5 = 95973b3c704956fe4bf9d54a595560df OK 2026/08/05 01:25:57 DEBUG : dir1/0012-6789;.txt: md5 = 864676973ac40e46a80375c47cfda49f OK 2026/08/05 01:25:59 DEBUG : dir1/0013-789;=.txt: md5 = 92483e2eabd412a9108600620f3d895f OK 2026/08/05 01:26:00 DEBUG : dir1/0014-89;=.txt: md5 = 3cb46cd1acfe83a1d3581e6e6faffff9 OK 2026/08/05 01:26:02 DEBUG : dir1/0015-9;=.txt: md5 = 4503e3b66092ad96afc1ac8f1036b2a2 OK 2026/08/05 01:26:03 DEBUG : apple: md5 = 7690c24a2d9894af3ce6155d482cddd1 OK 2026/08/05 01:26:05 DEBUG : banana: md5 = d68cefb0948b4583c1d4063e06ce7ffd OK 2026/08/05 01:26:06 DEBUG : appleappleapplebanana: md5 = c42fab1ba8dd5fa86d20240935b88ad1 OK 2026/08/05 01:26:08 DEBUG : splitbananasplit: md5 = 89ac82e65e3a63ab9e45592e999b3738 OK 2026/08/05 01:26:08 DEBUG : Waiting for deletions to finish 2026/08/05 01:26:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:26:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:26:09 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:09 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:09 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:09 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:09 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/05 01:26:09 DEBUG : apple: size = 5 OK 2026/08/05 01:26:09 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:09 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:09 DEBUG : apple: Unchanged skipping 2026/08/05 01:26:09 DEBUG : banana: size = 6 OK 2026/08/05 01:26:09 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:09 DEBUG : banana: Unchanged skipping 2026/08/05 01:26:10 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:26:10 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:10 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:10 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:10 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:10 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:10 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:10 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:10 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:10 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:10 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:10 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:10 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:10 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:10 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:10 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:10 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:10 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:10 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:10 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:10 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:10 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:10 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:10 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:10 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:10 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:10 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:10 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:10 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:10 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:10 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:10 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:10 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:10 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:10 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:10 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:10 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:10 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:10 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:10 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:10 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:10 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:10 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:10 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:10 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:10 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:10 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:10 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:26:10 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:10 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:10 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:10 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:10 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:10 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:10 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:10 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:10 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:26:10 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:10 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:10 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/05 01:26:10 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:26:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:26:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:26:11 DEBUG : appleapple: md5 = baa4a4e6fe346dc0d3dc7362a0a3b346 OK 2026/08/05 01:26:11 DEBUG : appleapple: size = 21 OK 2026/08/05 01:26:11 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/05 01:26:11 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:26:11 DEBUG : dir1/0001-bcdef: md5 = 0542e6f03d7e0041f3dc58b3e009307a OK 2026/08/05 01:26:11 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/05 01:26:11 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/05 01:26:11 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:26:11 DEBUG : dir1/0000-abcde: md5 = 46fc60a0336c1c102d924dd689e3026e OK 2026/08/05 01:26:11 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/05 01:26:11 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/05 01:26:11 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:26:11 DEBUG : splitbanan: md5 = e9277ff18550b099e67dee8ed26e682b OK 2026/08/05 01:26:11 DEBUG : splitbanan: size = 16 OK 2026/08/05 01:26:11 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/05 01:26:11 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:26:12 DEBUG : dir1/0002-cdefg: md5 = 20a88ff6933831628bcd73d61d82589f OK 2026/08/05 01:26:12 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/05 01:26:12 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/05 01:26:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:26:13 DEBUG : dir1/0003-defgh: md5 = a1515e6f7b2392265d1400b478af1dfb OK 2026/08/05 01:26:13 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/05 01:26:13 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/05 01:26:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:26:13 DEBUG : dir1/0004-efghi: md5 = 35721f5664e4cbc276972e63cd1d6bce OK 2026/08/05 01:26:13 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/05 01:26:13 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/05 01:26:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:26:13 DEBUG : dir1/0005-fghij: md5 = 9b0cd2bafafcc18f99c034cf3a2d0a6d OK 2026/08/05 01:26:13 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/05 01:26:13 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/05 01:26:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:26:14 DEBUG : dir1/0006-ghijk: md5 = 1f13a85bd45277b6e01b26e3ac97f777 OK 2026/08/05 01:26:14 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/05 01:26:14 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/05 01:26:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:26:14 DEBUG : dir1/0008-23456: md5 = 59a34b34d33173f0507005090634aa7e OK 2026/08/05 01:26:14 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/05 01:26:14 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/05 01:26:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:26:14 DEBUG : dir1/0007-12345: md5 = a202247d2c22e4b2a33fa8cd6cbca57d OK 2026/08/05 01:26:14 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/05 01:26:14 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/05 01:26:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:26:14 DEBUG : dir1/0009-34567: md5 = 630e90998dbbd90881d473310597098c OK 2026/08/05 01:26:14 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/05 01:26:14 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/05 01:26:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:26:15 DEBUG : dir1/0010-45678: md5 = 17a4601f6d2b4e0185687952556ec0c8 OK 2026/08/05 01:26:15 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/05 01:26:15 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/05 01:26:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:26:15 DEBUG : dir1/0012-6789;: md5 = a0f778d7c339f2c80a37575eea2e7f9d OK 2026/08/05 01:26:15 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/05 01:26:15 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/05 01:26:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:26:15 DEBUG : dir1/0011-56789: md5 = e5d56a5cdf2e657c5474b237aa855c56 OK 2026/08/05 01:26:15 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/05 01:26:15 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/05 01:26:16 DEBUG : dir1/0013-789;=: md5 = d834159372f43cb55a6fadff3865788c OK 2026/08/05 01:26:16 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/05 01:26:16 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/05 01:26:17 DEBUG : dir1/0014-89;=.: md5 = 8ff1184a8351be6da5a95c63bcd93566 OK 2026/08/05 01:26:17 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/05 01:26:17 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/05 01:26:17 DEBUG : dir1/0015-9;=.t: md5 = d0e1750eae4289d8fed3deab92c47bb7 OK 2026/08/05 01:26:17 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/05 01:26:17 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/05 01:26:17 DEBUG : Waiting for deletions to finish 2026/08/05 01:26:17 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/05 01:26:17 INFO : dir1/0003-defghij.txt: Deleted 2026/08/05 01:26:17 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/05 01:26:17 INFO : dir1/0007-1234567.txt: Deleted 2026/08/05 01:26:17 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/05 01:26:17 INFO : appleappleapplebanana: Deleted 2026/08/05 01:26:17 INFO : dir1/0015-9;=.txt: Deleted 2026/08/05 01:26:17 INFO : splitbananasplit: Deleted 2026/08/05 01:26:18 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/05 01:26:18 INFO : dir1/0013-789;=.txt: Deleted 2026/08/05 01:26:18 INFO : dir1/0009-3456789.txt: Deleted 2026/08/05 01:26:18 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/05 01:26:18 INFO : dir1/0014-89;=.txt: Deleted 2026/08/05 01:26:18 INFO : dir1/0010-456789.txt: Deleted 2026/08/05 01:26:18 INFO : dir1/0008-2345678.txt: Deleted 2026/08/05 01:26:18 INFO : dir1/0011-56789;.txt: Deleted 2026/08/05 01:26:18 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/05 01:26:18 INFO : dir1/0012-6789;.txt: Deleted 2026/08/05 01:26:18 DEBUG : Waiting for deletions to finish 2026/08/05 01:26:19 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : appleapple: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/05 01:26:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:26:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:26:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:26:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:26:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:26:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:26:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:26:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:26:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:26:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:26:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:26:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:26:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:26:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:26:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:26:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:26:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:26:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:26:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:26:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:26:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:26:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:26:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:26:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:26:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:26:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:26:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:26:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:26:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:26:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:26:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:26:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:26:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:26:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:26:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:26:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:26:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:26:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:26:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:26:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:26:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:26:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:26:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:26:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:26:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:26:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:26:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:26:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:26:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:26:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:26:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:26:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:26:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:26:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:26:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:26:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:26:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:26:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:26:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:26:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:26:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:26:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:26:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:26:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:26:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:26:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:26:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:26:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:26:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:26:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:26:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:26:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:26:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:26:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:26:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:26:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:26:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:26:19 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:19 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:19 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:19 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:19 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:20 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:20 DEBUG : dir1: Directory modification time the same (differ by -308.239µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:20 DEBUG : banana: size = 6 OK 2026/08/05 01:26:20 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : banana: Unchanged skipping 2026/08/05 01:26:20 DEBUG : apple: size = 5 OK 2026/08/05 01:26:20 DEBUG : splitbanan: size = 16 OK 2026/08/05 01:26:20 DEBUG : appleapple: size = 21 OK 2026/08/05 01:26:20 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:26:20 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:26:20 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : apple: Unchanged skipping 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:20 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:20 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:20 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:20 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:20 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:20 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:20 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:20 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:20 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:20 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:20 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:20 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:20 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:20 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:20 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:26:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:26:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:26:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:26:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:26:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:26:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:26:20 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:26:20 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:26:20 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:26:20 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/05 01:26:20 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/05 01:26:20 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/05 01:26:20 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/05 01:26:20 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/05 01:26:20 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/05 01:26:20 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/05 01:26:20 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/05 01:26:20 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/05 01:26:20 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/05 01:26:20 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:26:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:26:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:26:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:26:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:26:20 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/05 01:26:20 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/05 01:26:20 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/05 01:26:20 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/05 01:26:20 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/05 01:26:20 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/05 01:26:20 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/05 01:26:20 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:26:20 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:26:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:26:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:26:20 DEBUG : Waiting for deletions to finish 2026/08/05 01:26:20 DEBUG : Waiting for deletions to finish 2026/08/05 01:26:20 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : appleapple: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/05 01:26:20 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/05 01:26:21 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:21 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:26:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:26:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:26:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:26:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:26:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:26:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:26:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:26:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:26:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:26:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:26:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:26:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:26:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:26:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:26:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:26:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:26:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:26:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:26:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:26:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:26:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:26:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:26:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:26:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:26:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:26:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:26:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:26:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:26:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:26:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:26:21 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:26:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:26:21 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:26:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:26:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:26:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:26:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:26:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:26:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:26:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:26:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:26:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:26:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:26:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:26:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:26:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:26:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:26:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:26:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:26:21 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:26:34 DEBUG : dir1/0000-abcdefg.txt: md5 = 60fd3cc650bbefd667349bbe9b2550e4 OK 2026/08/05 01:26:35 DEBUG : dir1/0001-bcdefgh.txt: md5 = f9a87309fbef255dc27fc6b2eb88ffb4 OK 2026/08/05 01:26:37 DEBUG : dir1/0002-cdefghi.txt: md5 = 24d6f7b30a344635d64defd3e05ccfba OK 2026/08/05 01:26:39 DEBUG : dir1/0003-defghij.txt: md5 = 518312de3e110a39e29758d8bf31636b OK 2026/08/05 01:26:41 DEBUG : dir1/0004-efghijk.txt: md5 = e7fb04499a3769f6363a8489ba11b975 OK 2026/08/05 01:26:43 DEBUG : dir1/0005-fghijkl.txt: md5 = 0f5a180ff9756f5d2b564834a1de28b8 OK 2026/08/05 01:26:45 DEBUG : dir1/0006-ghijklm.txt: md5 = 23ab1709eeb78d28c4d67830fc133181 OK 2026/08/05 01:26:47 DEBUG : dir1/0007-1234567.txt: md5 = d7fc86d3e625e3fc510c879b91a25b7d OK 2026/08/05 01:26:48 DEBUG : dir1/0008-2345678.txt: md5 = af8c09b2a7a613a0e76646dc53270714 OK 2026/08/05 01:26:50 DEBUG : dir1/0009-3456789.txt: md5 = a5f1c8b31f09672334d5a9f0f2aa02cd OK 2026/08/05 01:26:51 DEBUG : dir1/0010-456789.txt: md5 = e974f59d69f251f9c319d6f81f71fa0b OK 2026/08/05 01:26:53 DEBUG : dir1/0011-56789;.txt: md5 = bef2b096c3e9e94f27b014994d36ac4e OK 2026/08/05 01:26:55 DEBUG : dir1/0012-6789;.txt: md5 = 917ca39db2de7ce861790afc182b2024 OK 2026/08/05 01:26:56 DEBUG : dir1/0013-789;=.txt: md5 = 6e51018caa9feab89e52d55022c440a5 OK 2026/08/05 01:26:57 DEBUG : dir1/0014-89;=.txt: md5 = b0f50a8027c029a37096935e1bdf47df OK 2026/08/05 01:26:59 DEBUG : dir1/0015-9;=.txt: md5 = 5b80d1b92cfdc499fe8d5fe6c8c7afa6 OK 2026/08/05 01:27:00 DEBUG : apple: md5 = 79435127acfacd5f1d54f4bc177ef4b8 OK 2026/08/05 01:27:02 DEBUG : banana: md5 = ed180ca964315f297b95b2155a109c34 OK 2026/08/05 01:27:03 DEBUG : appleappleapplebanana: md5 = 80926612e5593957a39e00b29c43dcae OK 2026/08/05 01:27:05 DEBUG : splitbananasplit: md5 = 802c9122206ab6fb3e82b289cba94650 OK 2026/08/05 01:27:05 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:05 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:27:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:27:07 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:27:07 DEBUG : banana: size = 6 OK 2026/08/05 01:27:07 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : banana: Unchanged skipping 2026/08/05 01:27:07 DEBUG : apple: size = 5 OK 2026/08/05 01:27:07 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : apple: Unchanged skipping 2026/08/05 01:27:07 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:27:07 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:27:07 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:27:07 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:27:07 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:27:07 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:27:07 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:27:07 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:27:07 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:27:07 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:27:07 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:27:07 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:27:07 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:27:07 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:27:07 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:27:07 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:27:07 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:27:07 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:27:07 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:27:07 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:07 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:27:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:27:07 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:07 INFO : There was nothing to transfer 2026/08/05 01:27:07 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:07 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:27:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1: Directory modification time the same (differ by -42.822µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:27:09 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:27:09 DEBUG : apple: size = 5 OK 2026/08/05 01:27:09 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : apple: Unchanged skipping 2026/08/05 01:27:09 DEBUG : banana: size = 6 OK 2026/08/05 01:27:09 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : banana: Unchanged skipping 2026/08/05 01:27:09 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:27:09 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:27:09 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:27:09 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:27:09 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:27:09 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:27:09 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:27:09 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:27:09 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:27:09 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:27:09 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:27:09 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:27:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:27:09 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:27:09 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:27:09 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:27:09 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:27:09 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:27:09 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:09 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:27:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:27:09 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:09 INFO : There was nothing to transfer 2026/08/05 01:27:09 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:09 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:27:09 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:10 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:27:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:27:24 DEBUG : dir1/0000-abcdefg.txt: md5 = 3df0d3a296e8fded5cf4e258222a9049 OK 2026/08/05 01:27:25 DEBUG : dir1/0001-bcdefgh.txt: md5 = 107a1d48dbfe0e75ec3c00d10ea84f1f OK 2026/08/05 01:27:27 DEBUG : dir1/0002-cdefghi.txt: md5 = 2835185de100280c2324285e7fbab7f1 OK 2026/08/05 01:27:28 DEBUG : dir1/0003-defghij.txt: md5 = e2d4093a941f5a67f19fc3930a1aafe9 OK 2026/08/05 01:27:30 DEBUG : dir1/0004-efghijk.txt: md5 = ceae028a7005eb19ef53fc1ed1dc68e3 OK 2026/08/05 01:27:31 DEBUG : dir1/0005-fghijkl.txt: md5 = 71297283d31487f59bcca5a48301af9d OK 2026/08/05 01:27:32 DEBUG : dir1/0006-ghijklm.txt: md5 = 2bd7b51afc385c70cd96c5f7440d5bd1 OK 2026/08/05 01:27:34 DEBUG : dir1/0007-1234567.txt: md5 = 6b8b2da1e186fe92e7b557711f31afb4 OK 2026/08/05 01:27:35 DEBUG : dir1/0008-2345678.txt: md5 = 9330ee58db4e562c245f303175f5770f OK 2026/08/05 01:27:37 DEBUG : dir1/0009-3456789.txt: md5 = 3bc32729102677e3b3db92aadcef330e OK 2026/08/05 01:27:38 DEBUG : dir1/0010-456789.txt: md5 = 985213901571c963af4e49900724bb7a OK 2026/08/05 01:27:40 DEBUG : dir1/0011-56789;.txt: md5 = e2a7230f9fc5728caa49e1de467a9d85 OK 2026/08/05 01:27:41 DEBUG : dir1/0012-6789;.txt: md5 = cf628248de2e25205a9cf514eb2723c3 OK 2026/08/05 01:27:43 DEBUG : dir1/0013-789;=.txt: md5 = e63333cdf11a2a3f441f28adc800ee1b OK 2026/08/05 01:27:44 DEBUG : dir1/0014-89;=.txt: md5 = 230609242e5b1d88248fd0df3722c131 OK 2026/08/05 01:27:46 DEBUG : dir1/0015-9;=.txt: md5 = 269a899b4f865d8b9978766f72a30063 OK 2026/08/05 01:27:47 DEBUG : apple: md5 = 0a507cdab8ec54cc16ae64de48fda02b OK 2026/08/05 01:27:48 DEBUG : banana: md5 = 502b3bd6e3cfc48fb6128d6818e359bb OK 2026/08/05 01:27:50 DEBUG : appleappleapplebanana: md5 = 62ec52437d74dd9966e486cf16133c6d OK 2026/08/05 01:27:51 DEBUG : splitbananasplit: md5 = 6f8dca06d4013a04fce8e4f58a048046 OK 2026/08/05 01:27:51 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:52 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:27:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:27:53 DEBUG : apple: size = 5 OK 2026/08/05 01:27:53 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : apple: Unchanged skipping 2026/08/05 01:27:53 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:27:53 DEBUG : banana: size = 6 OK 2026/08/05 01:27:53 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:27:53 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : banana: Unchanged skipping 2026/08/05 01:27:53 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:27:53 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:27:53 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:27:53 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:27:53 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:27:53 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:27:53 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:27:53 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:27:53 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:27:53 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:27:53 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:27:53 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:27:53 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:27:53 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:27:53 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:27:53 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:27:53 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:27:53 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:27:53 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:53 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:27:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:27:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:27:53 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:53 INFO : There was nothing to transfer 2026/08/05 01:27:53 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:54 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:27:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:27:55 DEBUG : dir1: Directory modification time the same (differ by -641.592µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : apple: size = 5 OK 2026/08/05 01:27:55 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : apple: Unchanged skipping 2026/08/05 01:27:55 DEBUG : banana: size = 6 OK 2026/08/05 01:27:55 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : banana: Unchanged skipping 2026/08/05 01:27:55 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:27:55 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:27:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:27:55 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:27:55 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:27:55 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:27:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:27:55 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:27:55 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:27:55 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:27:55 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:27:55 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:27:55 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:27:55 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:27:55 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:27:55 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:27:55 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:27:55 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:27:55 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:27:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:27:55 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:27:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:27:55 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:55 INFO : There was nothing to transfer 2026/08/05 01:27:55 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:56 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:27:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:28:09 DEBUG : dir1/0000-abcdefg.txt: md5 = 82c3e0826a7e106eee8f079a3ed1e6ea OK 2026/08/05 01:28:11 DEBUG : dir1/0001-bcdefgh.txt: md5 = 479895dadf7bf4d86bd4c1e37d0ac288 OK 2026/08/05 01:28:12 DEBUG : dir1/0002-cdefghi.txt: md5 = 2d45c896f9a02863643086aa0c05a16e OK 2026/08/05 01:28:14 DEBUG : dir1/0003-defghij.txt: md5 = 996d795533781b846a86633f712e3671 OK 2026/08/05 01:28:15 DEBUG : dir1/0004-efghijk.txt: md5 = 888bacfb2f8388650b8974f8b55496fe OK 2026/08/05 01:28:17 DEBUG : dir1/0005-fghijkl.txt: md5 = ed9f16f1d4dc1f3c1842a978b8b62500 OK 2026/08/05 01:28:18 DEBUG : dir1/0006-ghijklm.txt: md5 = 354fa7015156b85ba9f3040183b1ac87 OK 2026/08/05 01:28:20 DEBUG : dir1/0007-1234567.txt: md5 = a3301ae536e67adb4e98a2dbbefb8ecb OK 2026/08/05 01:28:21 DEBUG : dir1/0008-2345678.txt: md5 = 84d7f2d70a8ccd5ce8437b903585bbea OK 2026/08/05 01:28:23 DEBUG : dir1/0009-3456789.txt: md5 = c9734fb548b29e5a0e2abc46264867ec OK 2026/08/05 01:28:24 DEBUG : dir1/0010-456789.txt: md5 = 4a2f5003a86521ccd4f0744e5cf5a5e8 OK 2026/08/05 01:28:26 DEBUG : dir1/0011-56789;.txt: md5 = 536fc1763db4ef286fdef3259b63ad10 OK 2026/08/05 01:28:27 DEBUG : dir1/0012-6789;.txt: md5 = 9d6820a926a57d9978577084db0d1aaf OK 2026/08/05 01:28:28 DEBUG : dir1/0013-789;=.txt: md5 = b474f5cdb5afd63f6aebbe04237d8b09 OK 2026/08/05 01:28:30 DEBUG : dir1/0014-89;=.txt: md5 = 15f614dd0524412f03fe10450563aff3 OK 2026/08/05 01:28:31 DEBUG : dir1/0015-9;=.txt: md5 = d6f7d1087ab8ea827c6ac2011339d11b OK 2026/08/05 01:28:33 DEBUG : apple: md5 = 5b7d3bf544536e525a749e2e70a6d09b OK 2026/08/05 01:28:34 DEBUG : banana: md5 = 0afa1f8419bbc09f6e0fcfab8055365f OK 2026/08/05 01:28:36 DEBUG : appleappleapplebanana: md5 = a4c23490fedde673587369dacccf245c OK 2026/08/05 01:28:37 DEBUG : splitbananasplit: md5 = 87e17e7b1d9a998340abca42c6817218 OK 2026/08/05 01:28:37 DEBUG : Waiting for deletions to finish 2026/08/05 01:28:38 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:28:38 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:28:39 DEBUG : apple: size = 5 OK 2026/08/05 01:28:39 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:39 DEBUG : apple: Unchanged skipping 2026/08/05 01:28:39 DEBUG : banana: size = 6 OK 2026/08/05 01:28:39 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:39 DEBUG : banana: Unchanged skipping 2026/08/05 01:28:39 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:28:39 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:39 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:28:40 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:28:40 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:28:40 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:28:40 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:28:40 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:28:40 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:28:40 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:28:40 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:28:40 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:28:40 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:28:40 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:28:40 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:28:40 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:28:40 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:28:40 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:28:40 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:28:40 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:28:40 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:28:40 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:40 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:28:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:28:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:28:40 DEBUG : Waiting for deletions to finish 2026/08/05 01:28:40 INFO : There was nothing to transfer 2026/08/05 01:28:40 DEBUG : Waiting for deletions to finish 2026/08/05 01:28:40 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:28:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:28:41 DEBUG : dir1: Directory modification time the same (differ by -226.524µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : apple: size = 5 OK 2026/08/05 01:28:41 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : apple: Unchanged skipping 2026/08/05 01:28:41 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:28:41 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:28:41 DEBUG : banana: size = 6 OK 2026/08/05 01:28:41 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : banana: Unchanged skipping 2026/08/05 01:28:41 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:28:41 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:28:41 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:28:41 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:28:41 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:28:41 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:28:41 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:28:41 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:28:41 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:28:41 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:28:41 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:28:41 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:28:41 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:28:41 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:28:41 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:28:41 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:28:41 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:28:41 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:28:41 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:41 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:28:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:28:41 DEBUG : Waiting for deletions to finish 2026/08/05 01:28:41 INFO : There was nothing to transfer 2026/08/05 01:28:41 DEBUG : Waiting for deletions to finish 2026/08/05 01:28:42 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:28:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:28:55 DEBUG : dir1/0000-abcdefg.txt: md5 = 8d0f64e957bfe49287a06fecdf3caada OK 2026/08/05 01:28:57 DEBUG : dir1/0001-bcdefgh.txt: md5 = 2aca4b6379e8a3efde7f7ff4fb8fe0ef OK 2026/08/05 01:28:58 DEBUG : dir1/0002-cdefghi.txt: md5 = 45ae2ef32781ddedcd9617881f1d056e OK 2026/08/05 01:28:59 DEBUG : dir1/0003-defghij.txt: md5 = de78e9727c461623956f7fb8cb50f23b OK 2026/08/05 01:29:01 DEBUG : dir1/0004-efghijk.txt: md5 = be7a8db149c8fa6d26ff5a0fbc7b67ed OK 2026/08/05 01:29:02 DEBUG : dir1/0005-fghijkl.txt: md5 = 4da8f4a6c1273dacc560075120c5ace7 OK 2026/08/05 01:29:04 DEBUG : dir1/0006-ghijklm.txt: md5 = f5af0ddb979b464980030f71dd16efe7 OK 2026/08/05 01:29:05 DEBUG : dir1/0007-1234567.txt: md5 = 212408cddab7e36458ca7ba7047c05b6 OK 2026/08/05 01:29:07 DEBUG : dir1/0008-2345678.txt: md5 = e371fdf6a0094c396fb23b795cec5d18 OK 2026/08/05 01:29:08 DEBUG : dir1/0009-3456789.txt: md5 = a3ff2045ed77a937a0de3d9995e905f8 OK 2026/08/05 01:29:10 DEBUG : dir1/0010-456789.txt: md5 = 9d6cfffd50e0070b489d3682f5b040e4 OK 2026/08/05 01:29:11 DEBUG : dir1/0011-56789;.txt: md5 = 8a20cf04a9c3e9854d89373532fd39d6 OK 2026/08/05 01:29:13 DEBUG : dir1/0012-6789;.txt: md5 = fc70c5782e7b3bc1d0e8f37ac0637b18 OK 2026/08/05 01:29:14 DEBUG : dir1/0013-789;=.txt: md5 = 3d2901001f677973e9c73802da3587a3 OK 2026/08/05 01:29:16 DEBUG : dir1/0014-89;=.txt: md5 = f33e7ed26a93a061cb7d79068ed25729 OK 2026/08/05 01:29:17 DEBUG : dir1/0015-9;=.txt: md5 = f6e0ee4fe41d18e54699d78284124c3c OK 2026/08/05 01:29:19 DEBUG : apple: md5 = 2a8d38cf86516c776f12b6ecb9fa8b64 OK 2026/08/05 01:29:20 DEBUG : banana: md5 = d3fe2a5f55e1afd28dd0abe88f1145af OK 2026/08/05 01:29:22 DEBUG : appleappleapplebanana: md5 = f2208695d10e7f2659809af2e56d40da OK 2026/08/05 01:29:23 DEBUG : splitbananasplit: md5 = 4d8365c4c5bb76105bbd767f90eb7d30 OK 2026/08/05 01:29:23 DEBUG : Waiting for deletions to finish 2026/08/05 01:29:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:29:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:29:25 DEBUG : apple: size = 5 OK 2026/08/05 01:29:25 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : apple: Unchanged skipping 2026/08/05 01:29:25 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:29:25 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:29:25 DEBUG : banana: size = 6 OK 2026/08/05 01:29:25 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : banana: Unchanged skipping 2026/08/05 01:29:25 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:29:25 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:29:25 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:29:25 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:29:25 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:29:25 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:29:25 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:29:25 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:29:25 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:29:25 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:29:25 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:29:25 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:29:25 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:29:25 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:29:25 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:29:25 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:29:25 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:29:25 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:29:25 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:25 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:29:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:29:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:29:25 DEBUG : Waiting for deletions to finish 2026/08/05 01:29:25 INFO : There was nothing to transfer 2026/08/05 01:29:25 DEBUG : Waiting for deletions to finish 2026/08/05 01:29:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:29:26 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:29:27 DEBUG : dir1: Directory modification time the same (differ by -814.337µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : apple: size = 5 OK 2026/08/05 01:29:27 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:29:27 DEBUG : apple: Unchanged skipping 2026/08/05 01:29:27 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:29:27 DEBUG : banana: size = 6 OK 2026/08/05 01:29:27 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : banana: Unchanged skipping 2026/08/05 01:29:27 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:29:27 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:29:27 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:29:27 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:29:27 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:29:27 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:29:27 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:29:27 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:29:27 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:29:27 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:29:27 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:29:27 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:29:27 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:29:27 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:29:27 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:29:27 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:29:27 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:29:27 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:27 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:29:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:29:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:29:27 DEBUG : Waiting for deletions to finish 2026/08/05 01:29:27 INFO : There was nothing to transfer 2026/08/05 01:29:27 DEBUG : Waiting for deletions to finish 2026/08/05 01:29:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:29:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:29:43 DEBUG : dir1/0000-abcdefg.txt: md5 = 286dc49cc08906330b48fef263f3ed25 OK 2026/08/05 01:29:45 DEBUG : dir1/0001-bcdefgh.txt: md5 = 0a7794891c00b3386d175c936e8f55ce OK 2026/08/05 01:29:46 DEBUG : dir1/0002-cdefghi.txt: md5 = fb54f2a070068fb5511e7e257cd478d6 OK 2026/08/05 01:29:47 DEBUG : dir1/0003-defghij.txt: md5 = f2ea6adbe139576ac03a137b5df62e49 OK 2026/08/05 01:29:49 DEBUG : dir1/0004-efghijk.txt: md5 = c408aaa60720366576617cac13c10cfd OK 2026/08/05 01:29:51 DEBUG : dir1/0005-fghijkl.txt: md5 = 6a68689bb9beaafc796765ef05f791b2 OK 2026/08/05 01:29:52 DEBUG : dir1/0006-ghijklm.txt: md5 = 7e8de530b46bcd69faa392ba2712d8f5 OK 2026/08/05 01:29:54 DEBUG : dir1/0007-1234567.txt: md5 = 1a6655f92876530efa81f76f43e28cdc OK 2026/08/05 01:29:55 DEBUG : dir1/0008-2345678.txt: md5 = 2b05f075c486be4415bc75280f962c65 OK 2026/08/05 01:29:56 DEBUG : dir1/0009-3456789.txt: md5 = e0cc5e5ce0bc982d9067a015371eb95e OK 2026/08/05 01:29:58 DEBUG : dir1/0010-456789.txt: md5 = aeee6fc79d225324b3abdab563d593c2 OK 2026/08/05 01:29:59 DEBUG : dir1/0011-56789;.txt: md5 = 56406b1265369c5552a386be3eb7750c OK 2026/08/05 01:30:01 DEBUG : dir1/0012-6789;.txt: md5 = 546a0daa3f58a924139ba2ba2c52def1 OK 2026/08/05 01:30:02 DEBUG : dir1/0013-789;=.txt: md5 = 842e8b528c429eff553d144cdafb94ab OK 2026/08/05 01:30:04 DEBUG : dir1/0014-89;=.txt: md5 = 6ef769a8620d8b34c56cdcbfde0ec58b OK 2026/08/05 01:30:06 DEBUG : dir1/0015-9;=.txt: md5 = 85d099be75a9d8d6257489ed040c3422 OK 2026/08/05 01:30:07 DEBUG : apple: md5 = f8825d57ed2c6002374be4a0e59ac6cf OK 2026/08/05 01:30:09 DEBUG : banana: md5 = be75184b346507095487dae9fec8cc94 OK 2026/08/05 01:30:10 DEBUG : appleappleapplebanana: md5 = 372949e8a4c0eb5276394097cad31c25 OK 2026/08/05 01:30:12 DEBUG : splitbananasplit: md5 = 3b368ed0413d88b9cffd9fe668b9870b OK 2026/08/05 01:30:12 DEBUG : Waiting for deletions to finish 2026/08/05 01:30:12 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:30:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:30:13 DEBUG : apple: size = 5 OK 2026/08/05 01:30:13 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:13 DEBUG : apple: Unchanged skipping 2026/08/05 01:30:13 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:30:13 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:13 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:30:13 DEBUG : banana: size = 6 OK 2026/08/05 01:30:13 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:13 DEBUG : banana: Unchanged skipping 2026/08/05 01:30:14 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:30:14 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:30:14 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:30:14 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:30:14 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:30:14 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:30:14 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:30:14 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:30:14 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:30:14 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:30:14 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:30:14 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:30:14 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:30:14 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:30:14 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:30:14 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:30:14 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:30:14 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:30:14 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:14 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:30:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:30:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:30:14 DEBUG : Waiting for deletions to finish 2026/08/05 01:30:14 INFO : There was nothing to transfer 2026/08/05 01:30:14 DEBUG : Waiting for deletions to finish 2026/08/05 01:30:14 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:30:14 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1: Directory modification time the same (differ by -436.144µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : apple: size = 5 OK 2026/08/05 01:30:16 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : apple: Unchanged skipping 2026/08/05 01:30:16 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:30:16 DEBUG : banana: size = 6 OK 2026/08/05 01:30:16 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : banana: Unchanged skipping 2026/08/05 01:30:16 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:30:16 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:30:16 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:30:16 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:30:16 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:30:16 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:30:16 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:30:16 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:30:16 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:30:16 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:30:16 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:30:16 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:30:16 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:30:16 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:30:16 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:30:16 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:30:16 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:30:16 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:30:16 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:30:16 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:30:16 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:30:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:30:16 DEBUG : Waiting for deletions to finish 2026/08/05 01:30:16 INFO : There was nothing to transfer 2026/08/05 01:30:16 DEBUG : Waiting for deletions to finish 2026/08/05 01:30:16 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:30:16 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) --- PASS: TestTransform (570.33s) --- PASS: TestTransform/NFC (46.03s) --- PASS: TestTransform/NFD (48.46s) --- PASS: TestTransform/base64 (57.22s) --- PASS: TestTransform/prefix (64.42s) --- PASS: TestTransform/suffix (63.82s) --- PASS: TestTransform/truncate (54.32s) --- PASS: TestTransform/encoder (50.02s) --- PASS: TestTransform/ISO-8859-1 (45.72s) --- PASS: TestTransform/charmap (45.64s) --- PASS: TestTransform/lowercase (48.03s) --- PASS: TestTransform/ascii (46.64s) === RUN TestTransformCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:30:28 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/05 01:30:28 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/05 01:30:28 DEBUG : sub dir_somesuffix: Making directory with metadata 2026/08/05 01:30:28 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2026-08-05T01:30:28.017714883Z) 2026/08/05 01:30:28 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/05 01:30:28 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/05 01:30:28 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/05 01:30:28 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:28 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/05 01:30:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:30:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:30:30 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: md5 = 3005970ba50b335679c9fe8e2068da9c OK 2026/08/05 01:30:30 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/05 01:30:30 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/05 01:30:30 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (4.92s) === RUN TestDoubleTransform run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:30:32 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:30:33 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:30:33 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:30:34 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:30:32.938777847Z) 2026/08/05 01:30:34 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:30:34 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:30:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:30:34 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/05 01:30:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:30:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:30:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:30:35 DEBUG : tictactoe/tictactoe: md5 = 1f835ef0d09eb3049e4a6db233aef50c OK 2026/08/05 01:30:35 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/05 01:30:35 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/05 01:30:35 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (5.07s) === RUN TestFileTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:30:38 DEBUG : toe: Making directory with metadata 2026/08/05 01:30:39 INFO : toe: Made directory with metadata (mtime=2026-08-05T01:30:38.008842715Z) 2026/08/05 01:30:39 DEBUG : toe/toe: Making directory with metadata 2026/08/05 01:30:39 INFO : toe/toe: Made directory with metadata (mtime=2026-08-05T01:30:38.008842715Z) 2026/08/05 01:30:39 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:30:39 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/05 01:30:39 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/05 01:30:39 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/05 01:30:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:30:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:30:41 DEBUG : toe/toe/tictactoe: md5 = 3ecc4bfe81c1b7bcc672c95226db175b OK 2026/08/05 01:30:41 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/05 01:30:41 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/05 01:30:41 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (6.83s) === RUN TestNoTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:30:45 DEBUG : toe: Making directory with metadata 2026/08/05 01:30:45 INFO : toe: Made directory with metadata (mtime=2026-08-05T01:30:44.833930034Z) 2026/08/05 01:30:45 DEBUG : toe/toe: Making directory with metadata 2026/08/05 01:30:46 INFO : toe/toe: Made directory with metadata (mtime=2026-08-05T01:30:44.833930034Z) 2026/08/05 01:30:46 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:30:46 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/05 01:30:46 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/05 01:30:46 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/05 01:30:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:30:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:30:48 DEBUG : toe/toe/tictactoe: md5 = 771c21ef8c6896762bb0e6c4f09ceb4b OK 2026/08/05 01:30:48 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/05 01:30:48 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/05 01:30:48 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (6.76s) === RUN TestDirTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:30:51 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:30:51 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:30:51 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:30:51 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:30:51 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:30:51 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:30:51 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/05 01:30:52 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:30:52 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:30:52 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:30:52 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:30:52 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:30:53 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:30:51.592016489Z) 2026/08/05 01:30:53 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:30:53 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:30:53 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:30:53 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/05 01:30:54 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-05T01:30:51.592016489Z) 2026/08/05 01:30:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:30:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/05 01:30:54 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/05 01:30:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:30:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:30:55 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 76595bcda4aa9d32e559fff9c361b3d8 OK 2026/08/05 01:30:55 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/05 01:30:55 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/05 01:30:55 DEBUG : Waiting for deletions to finish --- PASS: TestDirTag (8.25s) === RUN TestAllTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:30:59 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:30:59 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:30:59 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:30:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:30:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:00 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/05 01:31:00 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:31:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:00 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:00 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:00 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:31:01 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:30:59.840122001Z) 2026/08/05 01:31:01 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:01 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:01 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:31:01 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/05 01:31:02 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-05T01:30:59.840122001Z) 2026/08/05 01:31:02 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:31:02 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/05 01:31:02 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:02 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:02 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:31:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:31:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 7adb3501508ff25862bbb5415dca2679 OK 2026/08/05 01:31:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:31:03 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:03 DEBUG : Waiting for deletions to finish 2026/08/05 01:31:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:31:04 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:04 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:04 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:05 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:05 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:05 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/05 01:31:05 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:31:05 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2026/08/05 01:31:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': 0 differences found 2026/08/05 01:31:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': 1 hashes could not be checked 2026/08/05 01:31:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': 1 matching files --- PASS: TestAllTag (9.18s) === RUN TestRunTwice run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:31:09 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:09 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:09 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:31:10 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:31:09.015239363Z) 2026/08/05 01:31:10 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:10 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:31:10 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/05 01:31:10 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-05T01:31:09.015239363Z) 2026/08/05 01:31:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:31:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/05 01:31:10 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/05 01:31:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:31:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:31:12 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 6cfa8cf69dde9333452dbf42a83ab057 OK 2026/08/05 01:31:12 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/05 01:31:12 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/05 01:31:12 DEBUG : Waiting for deletions to finish 2026/08/05 01:31:13 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:13 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:13 DEBUG : tictactoe: Directory modification time the same (differ by -239.363µs, within tolerance 1ms) 2026/08/05 01:31:13 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:13 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:31:13 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -239.363µs, within tolerance 1ms) 2026/08/05 01:31:13 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/05 01:31:13 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:31:13 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/05 01:31:13 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/05 01:31:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:31:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:31:13 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (8.54s) === RUN TestSyntax 2026/08/05 01:31:17 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:31:17 DEBUG : toe: Making directory with metadata 2026/08/05 01:31:18 INFO : toe: Made directory with metadata (mtime=2026-08-05T01:31:17.559348647Z) 2026/08/05 01:31:18 DEBUG : toe/toe: Making directory with metadata 2026/08/05 01:31:19 INFO : toe/toe: Made directory with metadata (mtime=2026-08-05T01:31:17.559348647Z) 2026/08/05 01:31:19 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/05 01:31:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:31:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:31:20 DEBUG : toe/toe/toe: md5 = 62e0aa3a40382bd86dd52a6493cb5199 OK 2026/08/05 01:31:20 DEBUG : toe/toe/toe: size = 11 OK 2026/08/05 01:31:20 INFO : toe/toe/toe: Copied (new) 2026/08/05 01:31:20 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (6.78s) === RUN TestMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:31:24 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:31:24 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:31:24 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:24 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/05 01:31:25 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:31:25 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:25 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:25 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:25 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:31:26 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:31:24.33843535Z) 2026/08/05 01:31:26 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:26 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:26 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:31:26 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/05 01:31:26 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-05T01:31:24.33843535Z) 2026/08/05 01:31:26 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:31:26 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/05 01:31:26 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:26 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:26 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:26 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:31:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:31:28 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 627bdc31273d3360e51adc756818d7a3 OK 2026/08/05 01:31:28 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:31:28 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:28 INFO : toe/toe/toe.txt: Deleted 2026/08/05 01:31:28 INFO : toe/toe: Removing directory 2026/08/05 01:31:28 INFO : toe: Removing directory 2026/08/05 01:31:28 INFO : empty_dir: Removing directory 2026/08/05 01:31:28 DEBUG : Local file system at /tmp/rclone3182544113: deleted 3 directories --- PASS: TestMove (8.09s) === RUN TestTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:31:32 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:31:32 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:31:32 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:32 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/05 01:31:33 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:31:33 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:33 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:33 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:33 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:31:34 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:31:32.429538826Z) 2026/08/05 01:31:34 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:34 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:31:34 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/05 01:31:35 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-05T01:31:32.429538826Z) 2026/08/05 01:31:35 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:31:35 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/05 01:31:35 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:35 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:35 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:35 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:31:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:31:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 0e7ae06ec328670bef76c35eae137f03 OK 2026/08/05 01:31:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:31:36 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:36 INFO : toe/toe/toe.txt: Deleted 2026/08/05 01:31:36 INFO : toe/toe: Removing directory 2026/08/05 01:31:36 INFO : toe: Removing directory 2026/08/05 01:31:36 INFO : empty_dir: Removing directory 2026/08/05 01:31:36 DEBUG : Local file system at /tmp/rclone3182544113: deleted 3 directories 2026/08/05 01:31:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:31:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:31:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/05 01:31:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/05 01:31:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/05 01:31:39 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (13.21s) === RUN TestManualTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:31:45 DEBUG : Reset feature "Copy" 2026/08/05 01:31:45 DEBUG : Reset feature "Move" 2026/08/05 01:31:45 DEBUG : Reset feature "Copy" 2026/08/05 01:31:45 DEBUG : Reset feature "Move" 2026/08/05 01:31:45 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:31:45 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:31:45 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:45 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:45 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:45 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:45 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/05 01:31:46 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:31:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:31:46 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:46 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:46 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:31:47 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:31:45.635707703Z) 2026/08/05 01:31:47 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:47 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:31:47 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:31:47 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/05 01:31:48 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-05T01:31:45.635707703Z) 2026/08/05 01:31:48 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:31:48 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/05 01:31:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:48 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:31:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:31:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 2189381101b41eaafe4f209dc93c5843 OK 2026/08/05 01:31:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:31:49 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:31:49 INFO : toe/toe/toe.txt: Deleted 2026/08/05 01:31:49 INFO : toe/toe: Removing directory 2026/08/05 01:31:49 INFO : toe: Removing directory 2026/08/05 01:31:49 INFO : empty_dir: Removing directory 2026/08/05 01:31:49 DEBUG : Local file system at /tmp/rclone3182544113: deleted 3 directories 2026/08/05 01:31:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:31:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:31:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/05 01:31:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/05 01:31:51 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/05 01:31:54 DEBUG : toe/toe/toe.txt: md5 = 1b1c4825c7bead6a41b346126b10b90e OK 2026/08/05 01:31:54 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/05 01:31:54 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/05 01:31:55 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (15.37s) === RUN TestBase64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:32:01 DEBUG : toe: transformed to: dG9l 2026/08/05 01:32:01 DEBUG : toe: transformed to: dG9l 2026/08/05 01:32:01 DEBUG : dG9l: Making directory with metadata 2026/08/05 01:32:01 INFO : dG9l: Made directory with metadata (mtime=2026-08-05T01:32:01.006904241Z) 2026/08/05 01:32:01 DEBUG : toe: transformed to: dG9l 2026/08/05 01:32:01 DEBUG : toe: transformed to: dG9l 2026/08/05 01:32:01 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/05 01:32:01 DEBUG : dG9l/dG9l: Making directory with metadata 2026/08/05 01:32:02 INFO : dG9l/dG9l: Made directory with metadata (mtime=2026-08-05T01:32:01.007904253Z) 2026/08/05 01:32:02 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/05 01:32:02 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/05 01:32:02 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/05 01:32:02 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:02 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/05 01:32:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:32:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:32:04 DEBUG : dG9l/dG9l/dG9lLnR4dA==: md5 = 7341acefcae24f938243a5c51d8a5ed8 OK 2026/08/05 01:32:04 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/05 01:32:04 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/05 01:32:04 DEBUG : Waiting for deletions to finish 2026/08/05 01:32:05 DEBUG : dG9l: transformed to: toe 2026/08/05 01:32:05 DEBUG : dG9l: transformed to: toe 2026/08/05 01:32:05 DEBUG : toe: Directory modification time the same (differ by 904.241µs, within tolerance 1ms) 2026/08/05 01:32:05 DEBUG : Added delayed dir = "toe", newDst=toe 2026/08/05 01:32:05 DEBUG : dG9l: transformed to: toe 2026/08/05 01:32:05 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/05 01:32:05 DEBUG : toe/toe: Directory modification time the same (differ by 904.253µs, within tolerance 1ms) 2026/08/05 01:32:05 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/08/05 01:32:05 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/05 01:32:05 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/05 01:32:05 DEBUG : Local file system at /tmp/rclone3182544113: Waiting for checks to finish 2026/08/05 01:32:05 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/05 01:32:05 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/05 01:32:05 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/05 01:32:05 DEBUG : Local file system at /tmp/rclone3182544113: Waiting for transfers to finish 2026/08/05 01:32:05 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (8.14s) === RUN TestError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo'", Local "Local file system at /tmp/rclone3182544113", Modify Window "1ms" 2026/08/05 01:32:09 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:32:09 DEBUG : toe: transformed to: 2026/08/05 01:32:09 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:32:09 DEBUG : toe: transformed to: 2026/08/05 01:32:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Making directory with metadata 2026/08/05 01:32:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Made directory with metadata (mtime=2026-08-05T01:32:09.15000835Z) 2026/08/05 01:32:09 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:32:09 DEBUG : toe: transformed to: 2026/08/05 01:32:09 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:32:09 DEBUG : toe: transformed to: 2026/08/05 01:32:09 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:32:09 DEBUG : toe/toe: transformed to: 2026/08/05 01:32:09 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/05 01:32:09 DEBUG : toe/toe: Making directory with metadata 2026/08/05 01:32:11 INFO : toe/toe: Made directory with metadata (mtime=2026-08-05T01:32:09.15000835Z) 2026/08/05 01:32:11 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:32:11 DEBUG : toe/toe: transformed to: 2026/08/05 01:32:11 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/05 01:32:11 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:32:11 DEBUG : toe: transformed to: 2026/08/05 01:32:11 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/05 01:32:11 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:32:11 DEBUG : toe/toe/toe: transformed to: 2026/08/05 01:32:11 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/05 01:32:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for checks to finish 2026/08/05 01:32:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Waiting for transfers to finish 2026/08/05 01:32:12 DEBUG : toe/toe/toe: md5 = 9d8408296031f2722aae75b9bcc5f83a OK 2026/08/05 01:32:12 DEBUG : toe/toe/toe: size = 11 OK 2026/08/05 01:32:12 INFO : toe/toe/toe: Copied (new) 2026/08/05 01:32:12 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': not deleting files as there were IO errors 2026/08/05 01:32:12 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': not deleting directories as there were IO errors --- PASS: TestError (7.51s) PASS 2026/08/05 01:32:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubamuw5gifo': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 28m1.329095985s (try 1/5)