"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2026/08/09 02:45:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move" 2026/08/09 02:45:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/09 02:45:00 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g" 2026/08/09 02:45:01 DEBUG : Creating backend with remote "/tmp/rclone1117422498" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:02 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:45:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:45:02 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/09 02:45:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:45:02 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (1.64s) === RUN TestCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:03 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:45:03 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:45:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:45:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:45:05 DEBUG : sub dir/hello world: md5 = 988485e23f2228ff20a44d581b2cfae0 OK 2026/08/09 02:45:05 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:45:05 INFO : sub dir/hello world: Copied (new) 2026/08/09 02:45:06 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (5.40s) === RUN TestCopyMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:08 DEBUG : metadata sub dir: Making directory with metadata 2026/08/09 02:45:08 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:45:08 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/09 02:45:08 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:45:08 DEBUG : Local file system at /tmp/rclone1117422498: File to upload is small (21 bytes), uploading instead of streaming 2026/08/09 02:45:08 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/09 02:45:08 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/09 02:45:08 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/09 02:45:08 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:45:09 DEBUG : Google drive root 'crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g': Skipping btime metadata as can't update it on an existing file: 2026-08-09T02:45:08.588696361Z 2026/08/09 02:45:09 INFO : empty metadata sub dir: Updated directory metadata 2026/08/09 02:45:09 DEBUG : Google drive root 'crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g': Skipping btime metadata as can't update it on an existing file: 2026-08-09T02:45:08.588696361Z 2026/08/09 02:45:10 INFO : metadata sub dir: Updated directory metadata 2026/08/09 02:45:10 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/09 02:45:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:45:11 DEBUG : metadata sub dir/hello metadata world: md5 = 50be9a5d83261d4c2c72e9667e539928 OK 2026/08/09 02:45:11 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/09 02:45:11 INFO : metadata sub dir/hello metadata world: Copied (new) --- PASS: TestCopyMetadata (7.47s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:16 DEBUG : metadata sub dir: Making directory with metadata 2026/08/09 02:45:16 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:45:16 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/09 02:45:16 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:45:16 DEBUG : Local file system at /tmp/rclone1117422498: File to upload is small (21 bytes), uploading instead of streaming 2026/08/09 02:45:16 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/09 02:45:16 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/09 02:45:16 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/09 02:45:16 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:45:16 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2026/08/09 02:45:16 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2026/08/09 02:45:16 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/09 02:45:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:45:18 DEBUG : metadata sub dir/hello metadata world: md5 = a4b8f48ca2f64122a529a93d8c42eee1 OK 2026/08/09 02:45:18 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/09 02:45:18 INFO : metadata sub dir/hello metadata world: Copied (new) 2026/08/09 02:45:18 DEBUG : Google drive root 'crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g': Skipping btime metadata as can't update it on an existing file: 2026-08-09T02:45:16.059789636Z 2026/08/09 02:45:18 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (6.03s) === RUN TestCopyMissingDirectory run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:22 DEBUG : Creating backend with remote "/non-existing" 2026/08/09 02:45:22 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/09 02:45:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.75s) === RUN TestCopyNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:22 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:45:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:45:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:45:25 DEBUG : sub dir/hello world: md5 = 3d28bf06afe1a4d31908c08c0daddc0d OK 2026/08/09 02:45:25 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:45:25 INFO : sub dir/hello world: Copied (new) 2026/08/09 02:45:25 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (5.27s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.47s) === RUN TestCopyCheckFirst run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Running all checks before starting transfers 2026/08/09 02:45:28 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:45:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:45:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Checks finished, now starting transfers 2026/08/09 02:45:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:45:31 DEBUG : sub dir/hello world: md5 = 241be9fefcf8a3c1c3d45437f886005d OK 2026/08/09 02:45:31 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:45:31 INFO : sub dir/hello world: Copied (new) 2026/08/09 02:45:31 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (5.32s) === RUN TestSyncNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:33 ERROR : Ignoring --no-traverse with sync 2026/08/09 02:45:34 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:45:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:45:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:45:36 DEBUG : sub dir/hello world: md5 = 8a82626ad925820c54e5a774d43e8ef8 OK 2026/08/09 02:45:36 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:45:36 INFO : sub dir/hello world: Copied (new) 2026/08/09 02:45:36 DEBUG : Waiting for deletions to finish 2026/08/09 02:45:36 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (5.13s) === RUN TestCopyWithDepth run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:39 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/09 02:45:39 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:45:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:45:40 DEBUG : hello world2: md5 = 6c35904274ad4ddd8f3322e607b3c030 OK 2026/08/09 02:45:40 DEBUG : hello world2: size = 12 OK 2026/08/09 02:45:40 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (2.81s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:42 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/09 02:45:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:45:43 DEBUG : potato2: md5 = 413203ee28dd2849a93796db06a23f00 OK 2026/08/09 02:45:43 DEBUG : potato2: size = 11 OK 2026/08/09 02:45:43 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (2.74s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:44 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/09 02:45:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:45:46 DEBUG : potato2: md5 = 4e960a49a4ec8909e4c7273f9ddeaf0b OK 2026/08/09 02:45:46 DEBUG : potato2: size = 11 OK 2026/08/09 02:45:46 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (2.84s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:47 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/09 02:45:47 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:45:47 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/09 02:45:47 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:45:47 DEBUG : sub dir2: Making directory with metadata 2026/08/09 02:45:48 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:45:48 DEBUG : sub dir: Making directory with metadata 2026/08/09 02:45:48 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 02:45:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:45:48 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/09 02:45:49 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:45:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:45:50 DEBUG : sub dir/hello world: md5 = eb45dfd3ae03c4065de23874201ade52 OK 2026/08/09 02:45:50 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:45:50 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyEmptyDirectories (8.21s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:45:55 INFO : sub dir2: Making directory 2026/08/09 02:45:55 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/09 02:45:55 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:45:55 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/09 02:45:55 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:45:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:45:55 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/08/09 02:45:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:45:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:45:58 DEBUG : sub dir/hello world: md5 = f708bf37fa4357ffacd35db6ac327c93 OK 2026/08/09 02:45:58 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:45:58 INFO : sub dir/hello world: Copied (new) 2026/08/09 02:45:58 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (5.34s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:46:00 DEBUG : sub dir2: Making directory with metadata 2026/08/09 02:46:00 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:46:01 DEBUG : sub dir2: Making directory with metadata 2026/08/09 02:46:02 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:46:02 DEBUG : sub dir: Making directory with metadata 2026/08/09 02:46:02 INFO : sub dir: Made directory with metadata (mtime=2026-08-09T02:46:00.982351085Z) 2026/08/09 02:46:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:46:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:46:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:46:04 DEBUG : sub dir/hello world: md5 = afb3ed6deef18a20857cfa26703b2178 OK 2026/08/09 02:46:04 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:46:04 INFO : sub dir/hello world: Copied (new) 2026/08/09 02:46:04 INFO : sub dir/hello world: Deleted --- PASS: TestMoveEmptyDirectories (6.72s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:46:07 DEBUG : sub dir no update dir modtime: Making directory with metadata 2026/08/09 02:46:07 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 02:46:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:46:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:46:09 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (3.81s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:46:11 INFO : sub dir2: Making directory 2026/08/09 02:46:11 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/09 02:46:11 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:46:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:46:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:46:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:46:13 DEBUG : sub dir/hello world: md5 = 07870fe6ee7f0fc7fb43b41826d94d0d OK 2026/08/09 02:46:13 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:46:13 INFO : sub dir/hello world: Copied (new) 2026/08/09 02:46:13 INFO : sub dir/hello world: Deleted 2026/08/09 02:46:14 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (5.19s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:46:16 DEBUG : sub dir2: Making directory with metadata 2026/08/09 02:46:16 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:46:16 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:46:16 DEBUG : sub dir2: Making directory with metadata 2026/08/09 02:46:17 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:46:17 DEBUG : sub dir: Making directory with metadata 2026/08/09 02:46:18 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 02:46:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:46:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:46:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:46:19 DEBUG : sub dir/hello world: md5 = 76ebe93cb39c6b57543ccb8b61e55f78 OK 2026/08/09 02:46:19 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:46:19 INFO : sub dir/hello world: Copied (new) 2026/08/09 02:46:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (6.83s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.46s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:46:23 INFO : sub dir2: Making directory 2026/08/09 02:46:24 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/09 02:46:24 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:46:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:46:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:46:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:46:26 DEBUG : sub dir/hello world: md5 = a86105e53bab303835857bf72eb932ff OK 2026/08/09 02:46:26 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:46:26 INFO : sub dir/hello world: Copied (new) 2026/08/09 02:46:26 DEBUG : Waiting for deletions to finish 2026/08/09 02:46:26 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (5.26s) === RUN TestServerSideCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:46:31 DEBUG : sub dir/hello world: md5 = e9fd856228cd4b8ee91d52c7b65b8772 OK 2026/08/09 02:46:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yiqamop0demu" 2026/08/09 02:46:32 DEBUG : Creating backend with remote "TestDrive:crypt/93726ojfhjtuehthfttc33up68fa7bu00at5gbjec1u2nlsc89l0" sync_test.go:620: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move' -> Encrypted drive 'TestCryptDrive:rclone-test-yiqamop0demu' 2026/08/09 02:46:33 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:46:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:46:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yiqamop0demu': Waiting for checks to finish 2026/08/09 02:46:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yiqamop0demu': Waiting for transfers to finish 2026/08/09 02:46:36 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:46:36 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/09 02:46:36 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:46:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yiqamop0demu': Purge remote --- PASS: TestServerSideCopy (10.87s) === RUN TestCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:46:42 DEBUG : sub dir/hello world: md5 = c6f97f13548ab20d8d21d49a4ae39c68 OK 2026/08/09 02:46:43 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/09 02:46:43 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/09 02:46:43 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:46:43 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:46:43 DEBUG : sub dir/hello world: Sizes differ 2026/08/09 02:46:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:46:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:46:45 DEBUG : sub dir/hello world: md5 = b948244320bed95ebcd93c2c46e341a4 OK 2026/08/09 02:46:45 DEBUG : sub dir/hello world: size = 17 OK 2026/08/09 02:46:45 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/09 02:46:45 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (7.86s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:46:50 DEBUG : sub dir/hello world: md5 = f5daea9aa9ed0aceb8faa27a65fa66b1 OK 2026/08/09 02:46:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-huvejic1buge" 2026/08/09 02:46:50 DEBUG : Creating backend with remote "TestDrive:crypt/f5dsfl4vevou7nss6n47tusa68npjkiei7rir1akv79nrudi2u20" sync_test.go:656: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move' -> Encrypted drive 'TestCryptDrive:rclone-test-huvejic1buge' 2026/08/09 02:46:52 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:46:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:46:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huvejic1buge': Waiting for checks to finish 2026/08/09 02:46:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huvejic1buge': Waiting for transfers to finish 2026/08/09 02:46:54 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:46:54 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/09 02:46:55 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:46:57 DEBUG : sub dir/hello world: md5 = 142e33dbb08cc67dde70dbd525c8c01a OK 2026/08/09 02:46:58 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/09 02:46:58 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/09 02:46:58 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:46:58 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-huvejic1buge') 2026/08/09 02:46:58 DEBUG : sub dir/hello world: Sizes differ 2026/08/09 02:46:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huvejic1buge': Waiting for checks to finish 2026/08/09 02:46:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huvejic1buge': Waiting for transfers to finish 2026/08/09 02:46:59 DEBUG : sub dir/hello world: size = 17 OK 2026/08/09 02:46:59 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/09 02:47:00 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/09 02:47:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huvejic1buge': Purge remote --- PASS: TestServerSideCopyOverSelf (15.23s) === RUN TestMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:47:05 DEBUG : sub dir/hello world: md5 = d8b282cf61b90767a431cf64b225afbd OK 2026/08/09 02:47:06 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/09 02:47:06 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/09 02:47:06 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:47:06 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:47:06 DEBUG : sub dir/hello world: Sizes differ 2026/08/09 02:47:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:47:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:47:08 DEBUG : sub dir/hello world: md5 = e26ecedcb0dae0592ef8bdbabd13bf25 OK 2026/08/09 02:47:08 DEBUG : sub dir/hello world: size = 17 OK 2026/08/09 02:47:08 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/09 02:47:08 INFO : sub dir/hello world: Deleted 2026/08/09 02:47:08 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (7.69s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:47:13 DEBUG : sub dir/hello world: md5 = c7679ff591c59a796d3271173e331351 OK 2026/08/09 02:47:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vekecow2dedi" 2026/08/09 02:47:13 DEBUG : Creating backend with remote "TestDrive:crypt/dt2o5ksnmigrvnok56d1u99hq5cq4ien1lhaqnsiq2acb2e10u6g" sync_test.go:701: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move' -> Encrypted drive 'TestCryptDrive:rclone-test-vekecow2dedi' 2026/08/09 02:47:15 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:47:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:47:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vekecow2dedi': Waiting for checks to finish 2026/08/09 02:47:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vekecow2dedi': Waiting for transfers to finish 2026/08/09 02:47:18 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:47:18 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/09 02:47:18 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:47:20 DEBUG : sub dir/hello world: md5 = e4b7139c707d6734198d5ee9f3e41d7b OK 2026/08/09 02:47:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vekecow2dedi': Using server-side directory move 2026/08/09 02:47:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vekecow2dedi': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/09 02:47:21 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/09 02:47:21 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/09 02:47:21 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:47:21 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-vekecow2dedi') 2026/08/09 02:47:21 DEBUG : sub dir/hello world: Sizes differ 2026/08/09 02:47:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vekecow2dedi': Waiting for checks to finish 2026/08/09 02:47:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vekecow2dedi': Waiting for transfers to finish 2026/08/09 02:47:22 INFO : sub dir/hello world: Deleted 2026/08/09 02:47:22 INFO : sub dir/hello world: Moved (server-side) 2026/08/09 02:47:23 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/09 02:47:25 DEBUG : sub dir/hello world: md5 = bf9e1ad4c4095f51dd28a62eb460569e OK 2026/08/09 02:47:26 DEBUG : testing file moves 2026/08/09 02:47:26 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/09 02:47:26 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/09 02:47:26 DEBUG : sub dir/hello world: size = 24 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:47:26 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-vekecow2dedi') 2026/08/09 02:47:26 DEBUG : sub dir/hello world: Sizes differ 2026/08/09 02:47:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vekecow2dedi': Waiting for checks to finish 2026/08/09 02:47:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vekecow2dedi': Waiting for transfers to finish 2026/08/09 02:47:27 INFO : sub dir/hello world: Deleted 2026/08/09 02:47:27 INFO : sub dir/hello world: Moved (server-side) 2026/08/09 02:47:28 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/09 02:47:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vekecow2dedi': Purge remote --- PASS: TestServerSideMoveOverSelf (20.20s) === RUN TestCopyAfterDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:47:33 DEBUG : sub dir/hello world: md5 = 8bc31c03c73f1f4c864ec6de708b08ab OK 2026/08/09 02:47:33 ERROR : error listing: directory not found 2026/08/09 02:47:33 INFO : Local file system at /tmp/rclone1117422498: Making directory 2026/08/09 02:47:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:47:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (5.85s) === RUN TestCopyRedownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:47:39 DEBUG : sub dir/hello world: md5 = 0fbd038978b61874fe5f88dfa1e29b2d OK 2026/08/09 02:47:39 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:47:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:47:40 DEBUG : Local file system at /tmp/rclone1117422498: Waiting for checks to finish 2026/08/09 02:47:40 DEBUG : Local file system at /tmp/rclone1117422498: Waiting for transfers to finish 2026/08/09 02:47:40 DEBUG : sub dir/hello world.a99001f0.partial: size = 11 OK 2026/08/09 02:47:40 DEBUG : sub dir/hello world.a99001f0.partial: renamed to: sub dir/hello world 2026/08/09 02:47:40 INFO : sub dir/hello world: Copied (new) 2026/08/09 02:47:40 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (5.66s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:47:42 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/09 02:47:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:47:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:47:44 DEBUG : check sum: md5 = 9008b024382ee113f5ef044a17450676 OK 2026/08/09 02:47:44 DEBUG : check sum: size = 1 OK 2026/08/09 02:47:44 INFO : check sum: Copied (new) 2026/08/09 02:47:44 DEBUG : Waiting for deletions to finish 2026/08/09 02:47:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:47:44 DEBUG : check sum: size = 1 OK 2026/08/09 02:47:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/09 02:47:44 DEBUG : check sum: Size of src and dst objects identical 2026/08/09 02:47:44 DEBUG : check sum: Unchanged skipping 2026/08/09 02:47:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:47:44 DEBUG : Waiting for deletions to finish 2026/08/09 02:47:44 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (3.39s) === RUN TestSyncSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:47:46 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/09 02:47:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:47:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:47:47 DEBUG : sizeonly: md5 = 83f1a450b062f575ce63adc39ed3da5c OK 2026/08/09 02:47:47 DEBUG : sizeonly: size = 6 OK 2026/08/09 02:47:47 INFO : sizeonly: Copied (new) 2026/08/09 02:47:47 DEBUG : Waiting for deletions to finish 2026/08/09 02:47:48 DEBUG : sizeonly: size = 6 OK 2026/08/09 02:47:48 DEBUG : sizeonly: Sizes identical 2026/08/09 02:47:48 DEBUG : sizeonly: Unchanged skipping 2026/08/09 02:47:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:47:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:47:48 DEBUG : Waiting for deletions to finish 2026/08/09 02:47:48 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (3.40s) === RUN TestSyncIgnoreSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:47:49 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/09 02:47:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:47:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:47:51 DEBUG : ignore-size: md5 = 04a0602b03299935abd99f7c8c608fd9 OK 2026/08/09 02:47:51 INFO : ignore-size: Copied (new) 2026/08/09 02:47:51 DEBUG : Waiting for deletions to finish 2026/08/09 02:47:51 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:47:51 DEBUG : ignore-size: Unchanged skipping 2026/08/09 02:47:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:47:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:47:51 DEBUG : Waiting for deletions to finish 2026/08/09 02:47:51 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (3.68s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:47:54 DEBUG : existing: md5 = ba5fca0a96dfca0a653afd7af87f10aa OK 2026/08/09 02:47:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:47:55 DEBUG : existing: size = 6 OK 2026/08/09 02:47:55 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:47:55 DEBUG : existing: Unchanged skipping 2026/08/09 02:47:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:47:55 DEBUG : Waiting for deletions to finish 2026/08/09 02:47:55 INFO : There was nothing to transfer 2026/08/09 02:47:55 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/09 02:47:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:47:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:47:56 DEBUG : existing: md5 = 63a1d9e3f357d93473cc0c6a52e19926 OK 2026/08/09 02:47:56 DEBUG : existing: size = 6 OK 2026/08/09 02:47:56 INFO : existing: Copied (replaced existing) 2026/08/09 02:47:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (4.60s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:47:57 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/09 02:47:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:47:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:47:59 DEBUG : existing: md5 = dedc5720823a15141e66730c266fe07d OK 2026/08/09 02:47:59 DEBUG : existing: size = 6 OK 2026/08/09 02:47:59 INFO : existing: Copied (new) 2026/08/09 02:47:59 DEBUG : Waiting for deletions to finish 2026/08/09 02:48:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:48:00 DEBUG : existing: Destination exists, skipping 2026/08/09 02:48:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:48:00 DEBUG : Waiting for deletions to finish 2026/08/09 02:48:00 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (3.58s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:48:03 DEBUG : b/potato: md5 = 2fe863ec2ae9bf8da6c04bae05f86755 OK 2026/08/09 02:48:05 DEBUG : c/non empty space: md5 = 0e2145118190014ce044a0ca99855c9c OK 2026/08/09 02:48:05 INFO : d: Making directory 2026/08/09 02:48:07 DEBUG : Added delayed dir = "a", newDst= 2026/08/09 02:48:07 INFO : c: Set directory modification time (using SetModTime) 2026/08/09 02:48:07 DEBUG : Added delayed dir = "c", newDst=c 2026/08/09 02:48:07 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/09 02:48:07 DEBUG : c/non empty space: size = 5 OK 2026/08/09 02:48:07 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:48:07 DEBUG : c/non empty space: Unchanged skipping 2026/08/09 02:48:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:48:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:48:09 DEBUG : a/potato2: md5 = 60abc2b6c2c270045c8cf51fd996b0ae OK 2026/08/09 02:48:09 DEBUG : a/potato2: size = 60 OK 2026/08/09 02:48:09 INFO : a/potato2: Copied (new) 2026/08/09 02:48:09 DEBUG : Waiting for deletions to finish 2026/08/09 02:48:10 INFO : b/potato: Deleted 2026/08/09 02:48:10 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/09 02:48:10 INFO : d: Removing directory 2026/08/09 02:48:11 INFO : b: Removing directory 2026/08/09 02:48:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': deleted 2 directories --- PASS: TestSyncIgnoreErrors (14.35s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:48:16 DEBUG : empty space: md5 = b7263bd7a67794028fb3b5a2ff3eb5b4 OK 2026/08/09 02:48:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:48:17 DEBUG : empty space: size = 1 OK 2026/08/09 02:48:17 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/09 02:48:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:48:17 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/08/09 02:48:17 DEBUG : Waiting for deletions to finish 2026/08/09 02:48:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:48:17 DEBUG : empty space: size = 1 OK 2026/08/09 02:48:17 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/09 02:48:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:48:19 DEBUG : empty space: md5 = f2bb33df82628e0036ba064d3bcdbd1c OK 2026/08/09 02:48:19 DEBUG : empty space: size = 1 OK 2026/08/09 02:48:19 INFO : empty space: Copied (replaced existing) 2026/08/09 02:48:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (4.96s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.47s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:48:22 DEBUG : foo: md5 = 1baa1634f0d60c0b0b9171d2a1de364b OK 2026/08/09 02:48:23 DEBUG : foo: size = 3 OK 2026/08/09 02:48:23 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/09 02:48:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:48:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:48:24 DEBUG : foo: md5 = 90168bd6506bb9c5f773248f2bf43f38 OK 2026/08/09 02:48:24 DEBUG : foo: size = 3 OK 2026/08/09 02:48:24 INFO : foo: Copied (replaced existing) 2026/08/09 02:48:24 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (4.49s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:48:26 DEBUG : empty space: md5 = d355cf78484750ede8f3e5250b099119 OK 2026/08/09 02:48:27 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/09 02:48:27 DEBUG : empty space: size = 1 OK 2026/08/09 02:48:27 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:48:27 DEBUG : empty space: Unchanged skipping 2026/08/09 02:48:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:48:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:48:29 DEBUG : potato: md5 = cc730b363f4d7725cca259385e021b22 OK 2026/08/09 02:48:29 DEBUG : potato: size = 60 OK 2026/08/09 02:48:29 INFO : potato: Copied (new) 2026/08/09 02:48:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (5.34s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:48:32 DEBUG : potato: md5 = 43a301d700013b971381b24aa07489b5 OK 2026/08/09 02:48:32 DEBUG : potato: size = 21 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:48:32 DEBUG : potato: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:48:32 DEBUG : potato: Sizes differ 2026/08/09 02:48:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:48:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:48:34 DEBUG : potato: md5 = 372f5cf7ad881e0ec05119d861f236bb OK 2026/08/09 02:48:34 DEBUG : potato: size = 21 OK 2026/08/09 02:48:34 INFO : potato: Copied (replaced existing) 2026/08/09 02:48:34 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (4.39s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:48:36 DEBUG : potato: md5 = ddfb98c095737e1f08b511f821298af3 OK 2026/08/09 02:48:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:48:37 DEBUG : potato: size = 21 OK 2026/08/09 02:48:37 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/09 02:48:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:48:38 DEBUG : potato: md5 = 36ef0dd93e033e50db4324158021bc3f OK 2026/08/09 02:48:38 DEBUG : potato: size = 21 OK 2026/08/09 02:48:38 INFO : potato: Copied (replaced existing) 2026/08/09 02:48:38 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (4.49s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:48:41 DEBUG : potato: md5 = 0226e201a89344da8ec865118c88039b OK 2026/08/09 02:48:42 DEBUG : empty space: md5 = 3c4f727fb9369a18880949a8ea52a296 OK 2026/08/09 02:48:42 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/09 02:48:42 DEBUG : empty space: size = 1 OK 2026/08/09 02:48:42 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:48:42 DEBUG : empty space: Unchanged skipping 2026/08/09 02:48:42 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/09 02:48:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:48:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:48:42 DEBUG : Waiting for deletions to finish 2026/08/09 02:48:42 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (4.86s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:48:46 DEBUG : potato: md5 = 7f99f13607b4008d094e59eb7a824c7b OK 2026/08/09 02:48:47 DEBUG : empty space: md5 = 76b3cf4d4adfc8e4b36a3718ce7081d0 OK 2026/08/09 02:48:48 DEBUG : empty space: size = 1 OK 2026/08/09 02:48:48 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:48:48 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/09 02:48:48 DEBUG : empty space: Unchanged skipping 2026/08/09 02:48:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:48:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:48:49 DEBUG : potato2: md5 = ac44744d3685f535b1cba1b5d9b77c0f OK 2026/08/09 02:48:49 DEBUG : potato2: size = 60 OK 2026/08/09 02:48:49 INFO : potato2: Copied (new) 2026/08/09 02:48:49 DEBUG : Waiting for deletions to finish 2026/08/09 02:48:50 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (7.13s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:48:53 DEBUG : b/potato: md5 = d7e105ebe0df4f389e011f70588bda1e OK 2026/08/09 02:48:56 DEBUG : c/non empty space: md5 = e6a1ceedaf777d5a012462208a1cab09 OK 2026/08/09 02:48:56 INFO : d: Making directory 2026/08/09 02:48:56 INFO : d/e: Making directory 2026/08/09 02:48:58 DEBUG : Added delayed dir = "a", newDst= 2026/08/09 02:48:59 INFO : c: Set directory modification time (using SetModTime) 2026/08/09 02:48:59 DEBUG : Added delayed dir = "c", newDst=c 2026/08/09 02:48:59 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/09 02:48:59 DEBUG : c/non empty space: size = 5 OK 2026/08/09 02:48:59 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:48:59 DEBUG : c/non empty space: Unchanged skipping 2026/08/09 02:48:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:48:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:49:01 DEBUG : a/potato2: md5 = 38a78cbc2a16a33a6868b745e6d0b750 OK 2026/08/09 02:49:01 DEBUG : a/potato2: size = 60 OK 2026/08/09 02:49:01 INFO : a/potato2: Copied (new) 2026/08/09 02:49:01 DEBUG : Waiting for deletions to finish 2026/08/09 02:49:01 INFO : b/potato: Deleted 2026/08/09 02:49:02 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/09 02:49:02 INFO : d/e: Removing directory 2026/08/09 02:49:02 INFO : d: Removing directory 2026/08/09 02:49:03 INFO : b: Removing directory 2026/08/09 02:49:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (15.77s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:49:09 DEBUG : b/potato: md5 = 70db1db1f9a27cd2fbb1ed88ae534b66 OK 2026/08/09 02:49:11 DEBUG : c/non empty space: md5 = 7e65988eb29761769a19aee5abea5db1 OK 2026/08/09 02:49:11 INFO : d: Making directory 2026/08/09 02:49:13 DEBUG : Added delayed dir = "a", newDst= 2026/08/09 02:49:13 INFO : c: Set directory modification time (using SetModTime) 2026/08/09 02:49:13 DEBUG : Added delayed dir = "c", newDst=c 2026/08/09 02:49:13 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/09 02:49:14 DEBUG : c/non empty space: size = 5 OK 2026/08/09 02:49:14 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:49:14 DEBUG : c/non empty space: Unchanged skipping 2026/08/09 02:49:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:49:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:49:16 DEBUG : a/potato2: md5 = 84619913fa381dbafe9eb69249219299 OK 2026/08/09 02:49:16 DEBUG : a/potato2: size = 60 OK 2026/08/09 02:49:16 INFO : a/potato2: Copied (new) 2026/08/09 02:49:16 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': not deleting files as there were IO errors 2026/08/09 02:49:16 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/09 02:49:16 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (14.72s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:49:23 DEBUG : potato: md5 = ab677fd9e0aaefaf3003e861afd52f6d OK 2026/08/09 02:49:25 DEBUG : empty space: md5 = 367ad7f80ca91298434002be5303e566 OK 2026/08/09 02:49:25 DEBUG : Waiting for deletions to finish 2026/08/09 02:49:26 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/09 02:49:26 DEBUG : empty space: size = 1 OK 2026/08/09 02:49:26 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:49:26 DEBUG : empty space: Unchanged skipping 2026/08/09 02:49:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:49:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:49:26 INFO : potato: Deleted 2026/08/09 02:49:27 DEBUG : potato2: md5 = d253c0aa499b0f1b045ac9767a1d5247 OK 2026/08/09 02:49:27 DEBUG : potato2: size = 60 OK 2026/08/09 02:49:27 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (7.01s) === RUN TestSyncDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:49:30 DEBUG : potato: md5 = 2d805d939aa3e08ce63283a9055d2036 OK 2026/08/09 02:49:32 DEBUG : empty space: md5 = 8dcd67820925de0120ff5d204485e296 OK 2026/08/09 02:49:32 DEBUG : Waiting for deletions to finish 2026/08/09 02:49:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:49:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:49:33 INFO : potato: Deleted 2026/08/09 02:49:33 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/09 02:49:33 DEBUG : empty space: size = 1 OK 2026/08/09 02:49:33 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:49:33 DEBUG : empty space: Unchanged skipping 2026/08/09 02:49:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:49:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:49:34 DEBUG : potato2: md5 = 274137c8f992c7091f2f7280f72d4717 OK 2026/08/09 02:49:34 DEBUG : potato2: size = 60 OK 2026/08/09 02:49:34 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (7.09s) === RUN TestCopyDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:49:37 DEBUG : potato: md5 = e207bea26eee16e4a053d93f42d92a48 OK 2026/08/09 02:49:38 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/09 02:49:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:49:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:49:39 DEBUG : potato2: md5 = c65ce00c38929ab9ae30d7d3099f4bee OK 2026/08/09 02:49:39 DEBUG : potato2: size = 19 OK 2026/08/09 02:49:39 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (4.96s) === RUN TestSyncWithExclude run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:49:42 DEBUG : potato2: md5 = 1dd9c6cf28fd25ce776d4adf511a9668 OK 2026/08/09 02:49:44 DEBUG : empty space: md5 = d7a05ebd1a8a88e03e9768d89141e5a4 OK 2026/08/09 02:49:44 DEBUG : enormous: Excluded (Size Filter) 2026/08/09 02:49:44 DEBUG : enormous: Excluded 2026/08/09 02:49:44 DEBUG : potato2: Excluded (Size Filter) 2026/08/09 02:49:44 DEBUG : potato2: Excluded 2026/08/09 02:49:44 DEBUG : potato2: Excluded (Size Filter) 2026/08/09 02:49:44 DEBUG : potato2: Excluded 2026/08/09 02:49:44 DEBUG : empty space: size = 1 OK 2026/08/09 02:49:44 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:49:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:49:44 DEBUG : empty space: Unchanged skipping 2026/08/09 02:49:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:49:44 DEBUG : Waiting for deletions to finish 2026/08/09 02:49:44 INFO : There was nothing to transfer 2026/08/09 02:49:45 DEBUG : enormous: Excluded (Size Filter) 2026/08/09 02:49:45 DEBUG : enormous: Excluded 2026/08/09 02:49:45 DEBUG : potato2: Excluded (Size Filter) 2026/08/09 02:49:45 DEBUG : potato2: Excluded 2026/08/09 02:49:45 DEBUG : potato2: Excluded (Size Filter) 2026/08/09 02:49:45 DEBUG : potato2: Excluded 2026/08/09 02:49:45 DEBUG : empty space: size = 1 OK 2026/08/09 02:49:45 DEBUG : Local file system at /tmp/rclone1117422498: Waiting for checks to finish 2026/08/09 02:49:45 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/09 02:49:45 DEBUG : empty space: Unchanged skipping 2026/08/09 02:49:45 DEBUG : Local file system at /tmp/rclone1117422498: Waiting for transfers to finish 2026/08/09 02:49:45 DEBUG : Waiting for deletions to finish 2026/08/09 02:49:45 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (5.37s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:49:48 DEBUG : potato2: md5 = 341cc9602b483ec3c58099bbc2f86a97 OK 2026/08/09 02:49:49 DEBUG : empty space: md5 = 50a4cc4664c0a95d31f3f02c1930c475 OK 2026/08/09 02:49:51 DEBUG : enormous: md5 = c82f5de926cad82f795fe7f799d95a09 OK 2026/08/09 02:49:51 DEBUG : enormous: Excluded (Size Filter) 2026/08/09 02:49:51 DEBUG : enormous: Excluded 2026/08/09 02:49:51 DEBUG : potato2: Excluded (Size Filter) 2026/08/09 02:49:51 DEBUG : potato2: Excluded 2026/08/09 02:49:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:49:51 DEBUG : empty space: size = 1 OK 2026/08/09 02:49:51 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:49:51 DEBUG : empty space: Unchanged skipping 2026/08/09 02:49:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:49:51 DEBUG : Waiting for deletions to finish 2026/08/09 02:49:51 INFO : enormous: Deleted 2026/08/09 02:49:52 INFO : potato2: Deleted 2026/08/09 02:49:52 INFO : There was nothing to transfer 2026/08/09 02:49:52 DEBUG : Local file system at /tmp/rclone1117422498: Waiting for checks to finish 2026/08/09 02:49:52 DEBUG : empty space: size = 1 OK 2026/08/09 02:49:52 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/09 02:49:52 DEBUG : empty space: Unchanged skipping 2026/08/09 02:49:52 DEBUG : Local file system at /tmp/rclone1117422498: Waiting for transfers to finish 2026/08/09 02:49:52 DEBUG : Waiting for deletions to finish 2026/08/09 02:49:52 INFO : potato2: Deleted 2026/08/09 02:49:52 INFO : enormous: Deleted 2026/08/09 02:49:52 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (6.67s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:49:54 DEBUG : one: md5 = 3857065baff5d42306c94f208354755b OK 2026/08/09 02:49:56 DEBUG : two: md5 = 92d6138567780804d41f0dc993d1985e OK 2026/08/09 02:49:57 DEBUG : three: md5 = 63dba3b82275edff26fc4e7b969ec10d OK 2026/08/09 02:49:58 DEBUG : four: md5 = ce5d5b6b4ebeb3cf082b610e1b9408a4 OK 2026/08/09 02:49:59 DEBUG : five: Need to transfer - File not found at Destination 2026/08/09 02:49:59 DEBUG : four: size = 4 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:49:59 DEBUG : one: Destination is newer than source, skipping 2026/08/09 02:49:59 DEBUG : four: size = 8 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:49:59 DEBUG : four: Sizes differ 2026/08/09 02:49:59 DEBUG : three: size = 5 OK 2026/08/09 02:49:59 DEBUG : two: size = 3 OK 2026/08/09 02:49:59 DEBUG : three: Sizes identical 2026/08/09 02:49:59 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/09 02:49:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:49:59 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/09 02:49:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:50:00 DEBUG : five: md5 = cb992de8b5c520ffcad79551a154840f OK 2026/08/09 02:50:00 DEBUG : five: size = 4 OK 2026/08/09 02:50:00 INFO : five: Copied (new) 2026/08/09 02:50:01 DEBUG : four: md5 = f2664cfaa6ead9e25691775220bb023b OK 2026/08/09 02:50:01 DEBUG : four: size = 4 OK 2026/08/09 02:50:01 INFO : four: Copied (replaced existing) 2026/08/09 02:50:01 DEBUG : two: md5 = 9b731833fa2669921a38ed8ea5989380 OK 2026/08/09 02:50:01 DEBUG : two: size = 3 OK 2026/08/09 02:50:01 INFO : two: Copied (replaced existing) 2026/08/09 02:50:01 DEBUG : Waiting for deletions to finish sync_test.go:1480: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (11.01s) === 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-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" sync_test.go:1569: Can track renames: false 2026/08/09 02:50:04 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/09 02:50:04 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/09 02:50:04 DEBUG : yam: Need to transfer - File not found at Destination 2026/08/09 02:50:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:50:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:50:06 DEBUG : potato: md5 = 79b8aac9489dc56a018bfd49a7d7ce1a OK 2026/08/09 02:50:06 DEBUG : potato: size = 14 OK 2026/08/09 02:50:06 INFO : potato: Copied (new) 2026/08/09 02:50:06 DEBUG : yam: md5 = 28b4dd82fd791719ddb3b5dc77a830fa OK 2026/08/09 02:50:06 DEBUG : yam: size = 11 OK 2026/08/09 02:50:06 INFO : yam: Copied (new) 2026/08/09 02:50:06 DEBUG : Waiting for deletions to finish 2026/08/09 02:50:06 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/09 02:50:06 DEBUG : yaml: Need to transfer - File not found at Destination 2026/08/09 02:50:06 DEBUG : potato: size = 14 OK 2026/08/09 02:50:06 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:50:06 DEBUG : potato: Unchanged skipping 2026/08/09 02:50:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:50:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:50:08 DEBUG : yaml: md5 = 7bccf3c4889e6a82ab9431b98fb598f0 OK 2026/08/09 02:50:08 DEBUG : yaml: size = 11 OK 2026/08/09 02:50:08 INFO : yaml: Copied (new) 2026/08/09 02:50:08 DEBUG : Waiting for deletions to finish 2026/08/09 02:50:08 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (5.80s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/09 02:50:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Making map for --track-renames 2026/08/09 02:50:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Finished making map for --track-renames 2026/08/09 02:50:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:50:10 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/09 02:50:10 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/09 02:50:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for renames to finish 2026/08/09 02:50:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:50:11 DEBUG : yam: md5 = 7eda74d9e05cd7793e2dfdd7e9aeed9d OK 2026/08/09 02:50:11 DEBUG : yam: size = 11 OK 2026/08/09 02:50:11 INFO : yam: Copied (new) 2026/08/09 02:50:11 DEBUG : potato: md5 = 6f65e0981251a7e3da4651b9c1f24e1e OK 2026/08/09 02:50:11 DEBUG : potato: size = 14 OK 2026/08/09 02:50:11 INFO : potato: Copied (new) 2026/08/09 02:50:11 DEBUG : Waiting for deletions to finish 2026/08/09 02:50:12 DEBUG : potato: size = 14 OK 2026/08/09 02:50:12 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:50:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Making map for --track-renames 2026/08/09 02:50:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Finished making map for --track-renames 2026/08/09 02:50:12 DEBUG : potato: Unchanged skipping 2026/08/09 02:50:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:50:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for renames to finish 2026/08/09 02:50:13 INFO : yam: Moved (server-side) to: yaml 2026/08/09 02:50:13 INFO : yaml: Renamed from "yam" 2026/08/09 02:50:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:50:13 DEBUG : Waiting for deletions to finish 2026/08/09 02:50:13 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.64s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/09 02:50:14 DEBUG : Added delayed dir = "sub", newDst= 2026/08/09 02:50:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Making map for --track-renames 2026/08/09 02:50:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Finished making map for --track-renames 2026/08/09 02:50:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:50:14 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/09 02:50:14 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/09 02:50:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for renames to finish 2026/08/09 02:50:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:50:17 DEBUG : sub/yam: md5 = 49eb8dcbd9140694d1d52d2ed2585ebb OK 2026/08/09 02:50:17 DEBUG : sub/yam: size = 11 OK 2026/08/09 02:50:17 INFO : sub/yam: Copied (new) 2026/08/09 02:50:17 DEBUG : potato: md5 = 79769da2f8bf7f6a722312ae08addc94 OK 2026/08/09 02:50:17 DEBUG : potato: size = 14 OK 2026/08/09 02:50:17 INFO : potato: Copied (new) 2026/08/09 02:50:17 DEBUG : Waiting for deletions to finish 2026/08/09 02:50:17 INFO : sub: Set directory modification time (using DirSetModTime) 2026/08/09 02:50:18 DEBUG : potato: size = 14 OK 2026/08/09 02:50:18 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:50:18 DEBUG : potato: Unchanged skipping 2026/08/09 02:50:18 INFO : sub: Set directory modification time (using SetModTime) 2026/08/09 02:50:18 DEBUG : Added delayed dir = "sub", newDst=sub 2026/08/09 02:50:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Making map for --track-renames 2026/08/09 02:50:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Finished making map for --track-renames 2026/08/09 02:50:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:50:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for renames to finish 2026/08/09 02:50:20 INFO : sub/yam: Moved (server-side) to: yam 2026/08/09 02:50:20 INFO : yam: Renamed from "sub/yam" 2026/08/09 02:50:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:50:20 DEBUG : Waiting for deletions to finish 2026/08/09 02:50:20 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.13s) === RUN TestServerSideMoveLocal run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:50:22 DEBUG : Creating backend with remote "/tmp/rclone1117422498/dir1" 2026/08/09 02:50:22 DEBUG : Config file has changed externally - reloading 2026/08/09 02:50:22 DEBUG : Creating backend with remote "/tmp/rclone1117422498/dir2" 2026/08/09 02:50:22 DEBUG : Local file system at /tmp/rclone1117422498/dir2: Using server-side directory move 2026/08/09 02:50:22 INFO : Local file system at /tmp/rclone1117422498/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/09 02:50:22 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/09 02:50:22 DEBUG : Local file system at /tmp/rclone1117422498/dir2: Waiting for checks to finish 2026/08/09 02:50:22 DEBUG : Local file system at /tmp/rclone1117422498/dir2: Waiting for transfers to finish 2026/08/09 02:50:22 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.49s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:50:23 DEBUG : Added delayed dir = "nested", newDst= 2026/08/09 02:50:23 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:50:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:50:23 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/09 02:50:23 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/09 02:50:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:50:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:50:25 DEBUG : sub dir/hello world: md5 = d137084dcf58fe0d8e8e694a9ec31bb7 OK 2026/08/09 02:50:25 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:50:25 INFO : sub dir/hello world: Copied (new) 2026/08/09 02:50:25 INFO : sub dir/hello world: Deleted 2026/08/09 02:50:27 DEBUG : nested/sub dir/file: md5 = 4a9406d66724d3dbff9000259f8d528a OK 2026/08/09 02:50:27 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/09 02:50:27 INFO : nested/sub dir/file: Copied (new) 2026/08/09 02:50:27 INFO : nested/sub dir/file: Deleted 2026/08/09 02:50:28 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:50:28 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:50:28 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/09 02:50:28 INFO : sub dir: Removing directory 2026/08/09 02:50:28 INFO : nested/sub dir: Removing directory 2026/08/09 02:50:28 INFO : nested: Removing directory 2026/08/09 02:50:28 DEBUG : Local file system at /tmp/rclone1117422498: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (9.71s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:50:33 DEBUG : Added delayed dir = "nested", newDst= 2026/08/09 02:50:33 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/09 02:50:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/09 02:50:33 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/09 02:50:33 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/09 02:50:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:50:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:50:35 DEBUG : sub dir/hello world: md5 = 781fd0a1838f4d42a1fbc42cc3601000 OK 2026/08/09 02:50:35 DEBUG : sub dir/hello world: size = 11 OK 2026/08/09 02:50:35 INFO : sub dir/hello world: Copied (new) 2026/08/09 02:50:35 INFO : sub dir/hello world: Deleted 2026/08/09 02:50:37 DEBUG : nested/sub dir/file: md5 = 884dfa254e8f8ef6c14234fbf3033be5 OK 2026/08/09 02:50:37 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/09 02:50:37 INFO : nested/sub dir/file: Copied (new) 2026/08/09 02:50:37 INFO : nested/sub dir/file: Deleted 2026/08/09 02:50:37 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:50:38 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/09 02:50:38 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (9.63s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:50:42 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/09 02:50:42 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/09 02:50:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:50:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:50:44 DEBUG : existing: md5 = 8b5df21988bccb0cdaf6d0848ce75b0d OK 2026/08/09 02:50:44 DEBUG : existing: size = 6 OK 2026/08/09 02:50:44 INFO : existing: Copied (new) 2026/08/09 02:50:44 INFO : existing: Deleted 2026/08/09 02:50:44 DEBUG : existing-b: md5 = ac8b67f0306ac5635fc65d4f6e8bd150 OK 2026/08/09 02:50:44 DEBUG : existing-b: size = 6 OK 2026/08/09 02:50:44 INFO : existing-b: Copied (new) 2026/08/09 02:50:44 INFO : existing-b: Deleted 2026/08/09 02:50:45 DEBUG : existing: Destination exists, skipping 2026/08/09 02:50:45 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/09 02:50:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:50:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:50:45 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (3.96s) === RUN TestServerSideMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:50:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-junevit8vesi" 2026/08/09 02:50:46 DEBUG : Creating backend with remote "TestDrive:crypt/vdirk2stcbpad2dn88un8vtpcghn8pruiead5rig8s8tij597ueg" 2026/08/09 02:50:49 DEBUG : potato2: md5 = 7a4ff2469e8c1053f40b691f5a01d095 OK 2026/08/09 02:50:50 DEBUG : empty space: md5 = f283dfcaa8e39bc5183c7fde1719ef8f OK 2026/08/09 02:50:52 DEBUG : potato3: md5 = 821bbf52369444ebbedf20412d32f99f OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move' -> Encrypted drive 'TestCryptDrive:rclone-test-junevit8vesi' 2026/08/09 02:50:54 DEBUG : empty space: md5 = 225c66bc77f8406d473573fbf221db5a OK 2026/08/09 02:50:55 DEBUG : potato3: md5 = ad185f158959734d477c450972dd6002 OK 2026/08/09 02:50:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-junevit8vesi': Using server-side directory move 2026/08/09 02:50:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-junevit8vesi': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/09 02:50:56 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/09 02:50:56 DEBUG : empty space: size = 1 OK 2026/08/09 02:50:56 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/09 02:50:56 DEBUG : empty space: Unchanged skipping 2026/08/09 02:50:56 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:50:56 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-junevit8vesi') 2026/08/09 02:50:56 DEBUG : potato3: Sizes differ 2026/08/09 02:50:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-junevit8vesi': Waiting for checks to finish 2026/08/09 02:50:56 INFO : potato3: Deleted 2026/08/09 02:50:56 INFO : empty space: Deleted 2026/08/09 02:50:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-junevit8vesi': Waiting for transfers to finish 2026/08/09 02:50:57 INFO : potato2: Moved (server-side) 2026/08/09 02:50:57 INFO : potato3: Moved (server-side) 2026/08/09 02:50:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ladefem2fuse" 2026/08/09 02:50:58 DEBUG : Creating backend with remote "TestDrive:crypt/7jo7n74p9ktn6rggudm0c42526p1pcq52geuqr0krsvv960tav0g" 2026/08/09 02:50:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ladefem2fuse': Using server-side directory move 2026/08/09 02:50:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-ladefem2fuse': Server side directory move succeeded 2026/08/09 02:51:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ladefem2fuse': Purge remote 2026/08/09 02:51:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-junevit8vesi': Purge remote 2026/08/09 02:51:01 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (15.23s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:51:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-decenir1hexa" 2026/08/09 02:51:02 DEBUG : Creating backend with remote "TestDrive:crypt/3hfv1as36uj0rp9smgg78uuo1kn9kg5mh12fh5ml08padtb96phg" 2026/08/09 02:51:04 DEBUG : potato2: md5 = 79f7bdee64230837c4cd0546970e650d OK 2026/08/09 02:51:05 DEBUG : empty space: md5 = 6e95cd5dcebe652890b2fa8a8484120b OK 2026/08/09 02:51:07 DEBUG : potato3: md5 = 8cebcb93b361c0d23cc2e35a4bf159f3 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move' -> Encrypted drive 'TestCryptDrive:rclone-test-decenir1hexa' 2026/08/09 02:51:09 DEBUG : empty space: md5 = c4a2fa3e7136a9c6c45a957f5919ddec OK 2026/08/09 02:51:11 DEBUG : potato3: md5 = e0e287549ff80021914b081bca5c8ca4 OK 2026/08/09 02:51:11 DEBUG : empty space: Excluded (Size Filter) 2026/08/09 02:51:11 DEBUG : empty space: Excluded 2026/08/09 02:51:11 DEBUG : empty space: Excluded (Size Filter) 2026/08/09 02:51:11 DEBUG : empty space: Excluded 2026/08/09 02:51:11 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/09 02:51:11 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:51:11 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-decenir1hexa') 2026/08/09 02:51:11 DEBUG : potato3: Sizes differ 2026/08/09 02:51:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-decenir1hexa': Waiting for checks to finish 2026/08/09 02:51:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-decenir1hexa': Waiting for transfers to finish 2026/08/09 02:51:12 INFO : potato3: Deleted 2026/08/09 02:51:12 INFO : potato2: Moved (server-side) 2026/08/09 02:51:12 INFO : potato3: Moved (server-side) 2026/08/09 02:51:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nazinij4lici" 2026/08/09 02:51:13 DEBUG : Creating backend with remote "TestDrive:crypt/i9tv5h39mi6dsie8l0g4aqnnktvjighfog91akvl6idjo9k8hp8g" 2026/08/09 02:51:14 DEBUG : empty space: Excluded (Size Filter) 2026/08/09 02:51:14 DEBUG : empty space: Excluded 2026/08/09 02:51:14 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/09 02:51:14 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/09 02:51:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nazinij4lici': Waiting for checks to finish 2026/08/09 02:51:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nazinij4lici': Waiting for transfers to finish 2026/08/09 02:51:15 INFO : potato2: Moved (server-side) 2026/08/09 02:51:16 INFO : potato3: Moved (server-side) 2026/08/09 02:51:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nazinij4lici': Purge remote 2026/08/09 02:51:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-decenir1hexa': Purge remote --- PASS: TestServerSideMoveWithFilter (16.43s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:51:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyuvub2miku" 2026/08/09 02:51:18 DEBUG : Creating backend with remote "TestDrive:crypt/nr4m7dc1svm9e1t3u0pdetm5gmvd409dj0u46kfgeupu7u1gd4n0" 2026/08/09 02:51:20 DEBUG : potato2: md5 = 32b8036d37affe7c74767a22f2297999 OK 2026/08/09 02:51:22 DEBUG : empty space: md5 = eaee39a4628077c102d5ab9bd4c15317 OK 2026/08/09 02:51:23 DEBUG : potato3: md5 = 04c2226f385d9d510393b567b0c483d7 OK 2026/08/09 02:51:23 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move' -> Encrypted drive 'TestCryptDrive:rclone-test-poyuvub2miku' 2026/08/09 02:51:27 DEBUG : empty space: md5 = 0825e1e9b0161272752e4071c7d96a77 OK 2026/08/09 02:51:28 DEBUG : potato3: md5 = c628bbe3acfc36c6c4c2c9f64a9d4d8c OK 2026/08/09 02:51:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyuvub2miku': Using server-side directory move 2026/08/09 02:51:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-poyuvub2miku': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/09 02:51:29 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/09 02:51:29 DEBUG : Added delayed dir = "tomatoDir", newDst= 2026/08/09 02:51:29 DEBUG : empty space: size = 1 OK 2026/08/09 02:51:29 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/09 02:51:29 DEBUG : empty space: Unchanged skipping 2026/08/09 02:51:29 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:51:29 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-poyuvub2miku') 2026/08/09 02:51:29 DEBUG : potato3: Sizes differ 2026/08/09 02:51:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyuvub2miku': Waiting for checks to finish 2026/08/09 02:51:29 INFO : empty space: Deleted 2026/08/09 02:51:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyuvub2miku': Waiting for transfers to finish 2026/08/09 02:51:29 INFO : potato3: Deleted 2026/08/09 02:51:29 INFO : potato2: Moved (server-side) 2026/08/09 02:51:30 INFO : potato3: Moved (server-side) 2026/08/09 02:51:30 INFO : tomatoDir: Removing directory 2026/08/09 02:51:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': deleted 1 directories 2026/08/09 02:51:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luwujeq4lozu" 2026/08/09 02:51:31 DEBUG : Creating backend with remote "TestDrive:crypt/1mlkmicc3cnna8vvrq7kj2vsbecvt06g1tossjkl498ktt05o18g" 2026/08/09 02:51:32 INFO : tomatoDir: Making directory 2026/08/09 02:51:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luwujeq4lozu': Using server-side directory move 2026/08/09 02:51:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-luwujeq4lozu': Server side directory move succeeded 2026/08/09 02:51:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luwujeq4lozu': Purge remote 2026/08/09 02:51:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyuvub2miku': Purge remote 2026/08/09 02:51:36 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (18.41s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", 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-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:51:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/rclone-sync-test" 2026/08/09 02:51:37 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" --- PASS: TestSyncOverlap (1.95s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:51:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/rclone-sync-test" 2026/08/09 02:51:39 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" 2026/08/09 02:51:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/rclone-sync-test-include/layer2" 2026/08/09 02:51:41 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0/n01jpl9202nn9ec1rb75h0f1c4" 2026/08/09 02:51:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/rclone-sync-test-ignore-file" 2026/08/09 02:51:44 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg" 2026/08/09 02:51:48 DEBUG : rclone-sync-test-ignore-file/.ignore: md5 = 8a78e2bd86e7dc6c94b3154fa7bcf26f OK 2026/08/09 02:51:49 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/09 02:51:50 DEBUG : rclone-sync-test: Excluded 2026/08/09 02:51:50 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/09 02:51:51 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/09 02:51:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/rclone-sync-test': Waiting for checks to finish 2026/08/09 02:51:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/rclone-sync-test': Waiting for transfers to finish 2026/08/09 02:51:51 DEBUG : Waiting for deletions to finish 2026/08/09 02:51:51 INFO : There was nothing to transfer 2026/08/09 02:51:51 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/09 02:51:52 DEBUG : rclone-sync-test: Excluded 2026/08/09 02:51:52 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/09 02:51:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:51:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:51:52 DEBUG : Waiting for deletions to finish 2026/08/09 02:51:52 INFO : rclone-sync-test-include: Removing directory 2026/08/09 02:51:53 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/09 02:51:53 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/09 02:51:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': failed to delete 1 directories 2026/08/09 02:51:53 INFO : There was nothing to transfer 2026/08/09 02:51:53 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/09 02:51:54 DEBUG : rclone-sync-test: Excluded 2026/08/09 02:51:54 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/09 02:51:54 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/09 02:51:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/08/09 02:51:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/08/09 02:51:54 DEBUG : Waiting for deletions to finish 2026/08/09 02:51:54 INFO : There was nothing to transfer 2026/08/09 02:51:55 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/09 02:51:56 DEBUG : rclone-sync-test: Excluded 2026/08/09 02:51:56 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/09 02:51:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:51:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:51:56 DEBUG : Waiting for deletions to finish 2026/08/09 02:51:56 INFO : rclone-sync-test-include: Removing directory 2026/08/09 02:51:56 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/09 02:51:56 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/09 02:51:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': failed to delete 1 directories 2026/08/09 02:51:56 INFO : There was nothing to transfer 2026/08/09 02:51:57 DEBUG : Excluded 2026/08/09 02:51:57 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/09 02:51:57 DEBUG : rclone-sync-test: Excluded 2026/08/09 02:51:57 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/09 02:51:58 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/09 02:51:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/rclone-sync-test-ignore-file': Waiting for checks to finish 2026/08/09 02:51:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/rclone-sync-test-ignore-file': Waiting for transfers to finish 2026/08/09 02:51:58 DEBUG : Waiting for deletions to finish 2026/08/09 02:51:58 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (23.64s) === RUN TestSyncCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:52:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/dst" 2026/08/09 02:52:02 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/09 02:52:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/CompareDest" 2026/08/09 02:52:04 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/gveqi14airsml4bgu7krj116o8" 2026/08/09 02:52:06 DEBUG : one: Need to transfer - File not found at Destination 2026/08/09 02:52:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:52:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:52:08 DEBUG : one: md5 = 54d060dcaece86fa71b1fa6569016c86 OK 2026/08/09 02:52:08 DEBUG : one: size = 3 OK 2026/08/09 02:52:08 INFO : one: Copied (new) 2026/08/09 02:52:08 DEBUG : Waiting for deletions to finish 2026/08/09 02:52:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:52:09 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:52:09 DEBUG : one: Sizes differ 2026/08/09 02:52:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:52:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:52:11 DEBUG : one: md5 = 7fb3f98c432ae8cbfa9b8e744806d06c OK 2026/08/09 02:52:11 DEBUG : one: size = 5 OK 2026/08/09 02:52:11 INFO : one: Copied (replaced existing) 2026/08/09 02:52:11 DEBUG : Waiting for deletions to finish 2026/08/09 02:52:13 DEBUG : dst/one: md5 = a9b128f99378e136bd53303c10cc5aa6 OK 2026/08/09 02:52:15 DEBUG : CompareDest/one: md5 = 53bb5d37dc127a13e5f7c8273e94cc1d OK 2026/08/09 02:52:16 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:52:16 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:52:16 DEBUG : one: Sizes differ 2026/08/09 02:52:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:52:16 DEBUG : one: size = 5 OK 2026/08/09 02:52:16 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:52:16 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/09 02:52:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:52:16 DEBUG : Waiting for deletions to finish 2026/08/09 02:52:16 INFO : There was nothing to transfer 2026/08/09 02:52:18 DEBUG : CompareDest/two: md5 = a9aea1fbeedb9c85996e3b09f0737c7a OK 2026/08/09 02:52:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:52:19 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:52:19 DEBUG : one: Sizes differ 2026/08/09 02:52:19 DEBUG : two: size = 3 OK 2026/08/09 02:52:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:52:19 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/09 02:52:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:52:19 DEBUG : one: size = 5 OK 2026/08/09 02:52:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:52:19 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/09 02:52:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:52:19 DEBUG : Waiting for deletions to finish 2026/08/09 02:52:19 INFO : There was nothing to transfer 2026/08/09 02:52:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:52:20 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:52:20 DEBUG : one: Sizes differ 2026/08/09 02:52:20 DEBUG : two: size = 3 OK 2026/08/09 02:52:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:52:20 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/09 02:52:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:52:20 DEBUG : one: size = 5 OK 2026/08/09 02:52:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:52:20 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/09 02:52:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:52:20 DEBUG : Waiting for deletions to finish 2026/08/09 02:52:20 INFO : There was nothing to transfer sync_test.go:2206: No hash on uploaded file so skipping compare timestamp test 2026/08/09 02:52:22 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:52:22 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:52:22 DEBUG : one: Sizes differ 2026/08/09 02:52:22 DEBUG : one: size = 5 OK 2026/08/09 02:52:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:52:22 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/09 02:52:22 DEBUG : two: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:52:22 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/CompareDest') 2026/08/09 02:52:22 DEBUG : two: Sizes differ 2026/08/09 02:52:22 DEBUG : two: Need to transfer - File not found at Destination 2026/08/09 02:52:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:52:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:52:23 DEBUG : two: md5 = f33617684edd05db9aebc0950b45dcb9 OK 2026/08/09 02:52:23 DEBUG : two: size = 5 OK 2026/08/09 02:52:23 INFO : two: Copied (new) 2026/08/09 02:52:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (25.14s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:52:30 DEBUG : pre-dest1/1: md5 = 6e77ebee61b4e6625d3614665d350261 OK 2026/08/09 02:52:32 DEBUG : pre-dest2/2: md5 = 948c1a1f88b7aeff04f8dbd0418ffe8d OK 2026/08/09 02:52:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/dest" 2026/08/09 02:52:32 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/rg03c1jvnehrrc617i0lnqjddc" 2026/08/09 02:52:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/pre-dest1" 2026/08/09 02:52:34 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/bbnblvh6k061ssopqrp18kd7gc" 2026/08/09 02:52:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/pre-dest2" 2026/08/09 02:52:35 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/dgicm1h6b5ejvlltm8eeif0bnk" 2026/08/09 02:52:36 DEBUG : 1: size = 1 OK 2026/08/09 02:52:36 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:52:36 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/09 02:52:37 DEBUG : 2: size = 1 OK 2026/08/09 02:52:37 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:52:37 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/09 02:52:37 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/09 02:52:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dest': Waiting for checks to finish 2026/08/09 02:52:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dest': Waiting for transfers to finish 2026/08/09 02:52:39 DEBUG : 3: md5 = 224b3006d9205aa9ee39a44ffd93c5ad OK 2026/08/09 02:52:39 DEBUG : 3: size = 1 OK 2026/08/09 02:52:39 INFO : 3: Copied (new) 2026/08/09 02:52:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (16.49s) === RUN TestSyncCopyDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:52:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/dst" 2026/08/09 02:52:44 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/09 02:52:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/CopyDest" 2026/08/09 02:52:46 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/d09o6po3f7bm6ce32vdgs8h9ls" 2026/08/09 02:52:48 DEBUG : one: Need to transfer - File not found at Destination 2026/08/09 02:52:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:52:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:52:50 DEBUG : one: md5 = 21e58480aed6bfe3d018385e33d957b3 OK 2026/08/09 02:52:50 DEBUG : one: size = 3 OK 2026/08/09 02:52:50 INFO : one: Copied (new) 2026/08/09 02:52:50 DEBUG : Waiting for deletions to finish 2026/08/09 02:52:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:52:51 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:52:51 DEBUG : one: Sizes differ 2026/08/09 02:52:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:52:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:52:53 DEBUG : one: md5 = c05863220d4d4ff278dbfefdad87bf6b OK 2026/08/09 02:52:53 DEBUG : one: size = 5 OK 2026/08/09 02:52:53 INFO : one: Copied (replaced existing) 2026/08/09 02:52:53 DEBUG : Waiting for deletions to finish 2026/08/09 02:52:55 DEBUG : dst/one: md5 = 42677abecec237f01e0a07f6dd61d92c OK 2026/08/09 02:52:57 DEBUG : CopyDest/one: md5 = 61b4dde0411882e223a23c3ab29acd7d OK 2026/08/09 02:52:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/BackupDir" 2026/08/09 02:52:57 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/08/09 02:52:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:52:59 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:52:59 DEBUG : one: Sizes differ 2026/08/09 02:52:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:52:59 DEBUG : one: size = 5 OK 2026/08/09 02:52:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:52:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:52:59 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:52:59 DEBUG : one: Sizes differ 2026/08/09 02:53:01 INFO : one: Moved (server-side) 2026/08/09 02:53:02 DEBUG : one: size = 5 OK 2026/08/09 02:53:02 INFO : one: Copied (server-side copy) 2026/08/09 02:53:02 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/09 02:53:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:53:02 DEBUG : Waiting for deletions to finish 2026/08/09 02:53:04 DEBUG : CopyDest/two: md5 = d7af8c5fad789c493509df48102b1b4d OK 2026/08/09 02:53:05 DEBUG : one: size = 5 OK 2026/08/09 02:53:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:53:05 DEBUG : one: Unchanged skipping 2026/08/09 02:53:05 DEBUG : two: size = 3 OK 2026/08/09 02:53:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:53:06 DEBUG : two: size = 3 OK 2026/08/09 02:53:06 INFO : two: Copied (server-side copy) 2026/08/09 02:53:06 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/09 02:53:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:53:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:53:06 DEBUG : Waiting for deletions to finish 2026/08/09 02:53:07 DEBUG : one: size = 5 OK 2026/08/09 02:53:07 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:53:07 DEBUG : one: Unchanged skipping 2026/08/09 02:53:07 DEBUG : two: size = 3 OK 2026/08/09 02:53:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:53:07 DEBUG : two: Unchanged skipping 2026/08/09 02:53:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:53:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:53:07 DEBUG : Waiting for deletions to finish 2026/08/09 02:53:07 INFO : There was nothing to transfer 2026/08/09 02:53:09 DEBUG : CopyDest/three: md5 = 182f91e86f86ddb5af9184d8280a7bb6 OK 2026/08/09 02:53:09 DEBUG : one: size = 5 OK 2026/08/09 02:53:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:53:09 DEBUG : one: Unchanged skipping 2026/08/09 02:53:10 DEBUG : three: size = 7 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:53:10 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/CopyDest') 2026/08/09 02:53:10 DEBUG : three: Sizes differ 2026/08/09 02:53:10 DEBUG : three: Destination not found in --copy-dest 2026/08/09 02:53:10 DEBUG : three: Need to transfer - File not found at Destination 2026/08/09 02:53:10 DEBUG : two: size = 3 OK 2026/08/09 02:53:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/09 02:53:10 DEBUG : two: Unchanged skipping 2026/08/09 02:53:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:53:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:53:11 DEBUG : three: md5 = 379d9657fbb5237b9873e0f6f88ec7b6 OK 2026/08/09 02:53:11 DEBUG : three: size = 7 OK 2026/08/09 02:53:11 INFO : three: Copied (new) 2026/08/09 02:53:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (33.30s) === RUN TestSyncBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:53:19 DEBUG : dst/one: md5 = d9feef8f499ccf8eb55b9b8de6c87565 OK 2026/08/09 02:53:21 DEBUG : dst/two: md5 = 1b3dd6fb535f438b99e6ecc71715748f OK 2026/08/09 02:53:22 DEBUG : dst/three.txt: md5 = 2a239074cf3c6913b0f57ec10b1fb2db OK 2026/08/09 02:53:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/dst" 2026/08/09 02:53:23 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/09 02:53:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/backup" 2026/08/09 02:53:24 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/1nrff024r7pq65ecp72fc28jb0" 2026/08/09 02:53:25 DEBUG : one: size = 4 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:53:25 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:53:25 DEBUG : one: Sizes differ 2026/08/09 02:53:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:53:25 DEBUG : two: size = 3 OK 2026/08/09 02:53:25 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:53:25 DEBUG : two: Unchanged skipping 2026/08/09 02:53:27 INFO : one: Moved (server-side) 2026/08/09 02:53:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:53:28 DEBUG : one: md5 = 96ac76d21609862128e2492052858778 OK 2026/08/09 02:53:28 DEBUG : one: size = 4 OK 2026/08/09 02:53:28 INFO : one: Copied (new) 2026/08/09 02:53:28 DEBUG : Waiting for deletions to finish 2026/08/09 02:53:29 INFO : three.txt: Moved (server-side) 2026/08/09 02:53:29 INFO : three.txt: Moved into backup dir 2026/08/09 02:53:31 DEBUG : dst/three.txt: md5 = fbec65d5df087c2d7648a93742e5115e OK 2026/08/09 02:53:32 DEBUG : two: size = 3 OK 2026/08/09 02:53:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:53:32 DEBUG : two: Unchanged skipping 2026/08/09 02:53:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:53:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:53:32 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:53:32 DEBUG : one: Sizes differ 2026/08/09 02:53:32 INFO : one: Deleted 2026/08/09 02:53:33 INFO : one: Moved (server-side) 2026/08/09 02:53:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:53:35 DEBUG : one: md5 = 06c1152256c4541191e97de35194988b OK 2026/08/09 02:53:35 DEBUG : one: size = 5 OK 2026/08/09 02:53:35 INFO : one: Copied (new) 2026/08/09 02:53:35 DEBUG : Waiting for deletions to finish 2026/08/09 02:53:35 INFO : three.txt: Deleted 2026/08/09 02:53:36 INFO : three.txt: Moved (server-side) 2026/08/09 02:53:36 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (22.80s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:53:42 DEBUG : dst/one: md5 = 4fbdefa390074bbf5e9c5abc404873ba OK 2026/08/09 02:53:44 DEBUG : dst/two: md5 = 0c13189a0f13ad081ac041b2765a1e75 OK 2026/08/09 02:53:45 DEBUG : dst/three.txt: md5 = a3be6b96072c7327a91617a3195f3658 OK 2026/08/09 02:53:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/dst" 2026/08/09 02:53:46 DEBUG : Config file has changed externally - reloading 2026/08/09 02:53:46 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/09 02:53:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/backup" 2026/08/09 02:53:47 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/1nrff024r7pq65ecp72fc28jb0" 2026/08/09 02:53:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:53:48 DEBUG : one: size = 4 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:53:48 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:53:48 DEBUG : one: Sizes differ 2026/08/09 02:53:48 DEBUG : two: size = 3 OK 2026/08/09 02:53:48 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:53:48 DEBUG : two: Unchanged skipping 2026/08/09 02:53:49 INFO : one: Moved (server-side) to: one.bak 2026/08/09 02:53:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:53:51 DEBUG : one: md5 = 7f0bf8248d269cecc03ae85d767ca3ff OK 2026/08/09 02:53:51 DEBUG : one: size = 4 OK 2026/08/09 02:53:51 INFO : one: Copied (new) 2026/08/09 02:53:51 DEBUG : Waiting for deletions to finish 2026/08/09 02:53:52 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/09 02:53:52 INFO : three.txt: Moved into backup dir 2026/08/09 02:53:54 DEBUG : dst/three.txt: md5 = 864f507fa78b07e6fabf0d1a2b02775d OK 2026/08/09 02:53:54 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:53:54 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:53:54 DEBUG : one: Sizes differ 2026/08/09 02:53:54 DEBUG : two: size = 3 OK 2026/08/09 02:53:54 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:53:54 DEBUG : two: Unchanged skipping 2026/08/09 02:53:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:53:55 INFO : one.bak: Deleted 2026/08/09 02:53:56 INFO : one: Moved (server-side) to: one.bak 2026/08/09 02:53:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:53:57 DEBUG : one: md5 = 7cd113d4f614cbe3d17565af0398010b OK 2026/08/09 02:53:57 DEBUG : one: size = 5 OK 2026/08/09 02:53:57 INFO : one: Copied (new) 2026/08/09 02:53:57 DEBUG : Waiting for deletions to finish 2026/08/09 02:53:58 INFO : three.txt.bak: Deleted 2026/08/09 02:53:58 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/09 02:53:58 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (22.32s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:54:04 DEBUG : dst/one: md5 = d00f2898ac09189cc899e2c5085efcb2 OK 2026/08/09 02:54:06 DEBUG : dst/two: md5 = a54dcd65ae849d2893bcb3866a17225f OK 2026/08/09 02:54:07 DEBUG : dst/three.txt: md5 = 08f03833cd95635fa2e8cd516cc02eb4 OK 2026/08/09 02:54:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/dst" 2026/08/09 02:54:08 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/09 02:54:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/backup" 2026/08/09 02:54:09 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/1nrff024r7pq65ecp72fc28jb0" 2026/08/09 02:54:10 DEBUG : one: size = 4 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:54:10 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:54:10 DEBUG : one: Sizes differ 2026/08/09 02:54:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:54:10 DEBUG : two: size = 3 OK 2026/08/09 02:54:10 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:54:10 DEBUG : two: Unchanged skipping 2026/08/09 02:54:12 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/09 02:54:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:54:13 DEBUG : one: md5 = ea13e0cca3435bb43d6393158857584b OK 2026/08/09 02:54:13 DEBUG : one: size = 4 OK 2026/08/09 02:54:13 INFO : one: Copied (new) 2026/08/09 02:54:13 DEBUG : Waiting for deletions to finish 2026/08/09 02:54:14 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/09 02:54:14 INFO : three.txt: Moved into backup dir 2026/08/09 02:54:16 DEBUG : dst/three.txt: md5 = c61e8ed5436f64afacc2fc911fe4164d OK 2026/08/09 02:54:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:54:17 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:54:17 DEBUG : one: Sizes differ 2026/08/09 02:54:17 DEBUG : two: size = 3 OK 2026/08/09 02:54:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:54:17 DEBUG : two: Unchanged skipping 2026/08/09 02:54:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:54:17 INFO : one-2019-01-01: Deleted 2026/08/09 02:54:18 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/09 02:54:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:54:19 DEBUG : one: md5 = fe568fdc922a66c01e4f962f5b86ddf1 OK 2026/08/09 02:54:19 DEBUG : one: size = 5 OK 2026/08/09 02:54:19 INFO : one: Copied (new) 2026/08/09 02:54:19 DEBUG : Waiting for deletions to finish 2026/08/09 02:54:20 INFO : three-2019-01-01.txt: Deleted 2026/08/09 02:54:20 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/09 02:54:20 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (22.20s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:54:27 DEBUG : dst/one: md5 = 3131597d952f984090108c49a4face82 OK 2026/08/09 02:54:28 DEBUG : dst/two: md5 = 665f825ada6170cf0bcfd26a7e315a18 OK 2026/08/09 02:54:30 DEBUG : dst/three.txt: md5 = c962c09a3327d716f4c9cba00832bb00 OK 2026/08/09 02:54:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/dst" 2026/08/09 02:54:30 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/09 02:54:31 DEBUG : one: size = 4 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:54:31 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:54:31 DEBUG : one: Sizes differ 2026/08/09 02:54:31 DEBUG : two: size = 3 OK 2026/08/09 02:54:31 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:54:31 DEBUG : two: Unchanged skipping 2026/08/09 02:54:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:54:32 INFO : one: Moved (server-side) to: one.bak 2026/08/09 02:54:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:54:33 DEBUG : one: md5 = eb34089e1fa79850df5e282437d8e33e OK 2026/08/09 02:54:33 DEBUG : one: size = 4 OK 2026/08/09 02:54:33 INFO : one: Copied (new) 2026/08/09 02:54:33 DEBUG : Waiting for deletions to finish 2026/08/09 02:54:34 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/09 02:54:34 INFO : three.txt: Moved into backup dir 2026/08/09 02:54:36 DEBUG : dst/three.txt: md5 = 481c256271cfb8e7c056df1435382174 OK 2026/08/09 02:54:37 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/09 02:54:37 DEBUG : three.txt.bak: Excluded 2026/08/09 02:54:37 DEBUG : one.bak: Excluded (Path Filter) 2026/08/09 02:54:37 DEBUG : one.bak: Excluded 2026/08/09 02:54:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:54:37 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:54:37 DEBUG : one: Sizes differ 2026/08/09 02:54:37 DEBUG : two: size = 3 OK 2026/08/09 02:54:37 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:54:37 DEBUG : two: Unchanged skipping 2026/08/09 02:54:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for checks to finish 2026/08/09 02:54:38 INFO : one.bak: Deleted 2026/08/09 02:54:38 INFO : one: Moved (server-side) to: one.bak 2026/08/09 02:54:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst': Waiting for transfers to finish 2026/08/09 02:54:39 DEBUG : one: md5 = 4d576274cc5eedd23530c351ce715e3a OK 2026/08/09 02:54:39 DEBUG : one: size = 5 OK 2026/08/09 02:54:39 INFO : one: Copied (new) 2026/08/09 02:54:39 DEBUG : Waiting for deletions to finish 2026/08/09 02:54:40 INFO : three.txt.bak: Deleted 2026/08/09 02:54:41 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/09 02:54:41 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (19.76s) === RUN TestSyncSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:54:47 DEBUG : dst/one: md5 = 186be5275b4bf8394372708e78cb41f5 OK 2026/08/09 02:54:48 DEBUG : dst/two: md5 = c72325e5788d86f21b837a9909dc61ae OK 2026/08/09 02:54:49 DEBUG : dst/three.txt: md5 = 10243e5e79b001a2a635230f2a7beb9f OK 2026/08/09 02:54:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/dst" 2026/08/09 02:54:50 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/09 02:54:51 DEBUG : one: size = 4 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:54:51 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:54:51 DEBUG : one: Sizes differ 2026/08/09 02:54:52 INFO : one: Moved (server-side) to: one.bak 2026/08/09 02:54:53 DEBUG : one: md5 = 733d6745072432c8cf898e83f007e59e OK 2026/08/09 02:54:53 DEBUG : one: size = 4 OK 2026/08/09 02:54:53 INFO : one: Copied (new) 2026/08/09 02:54:54 DEBUG : two: size = 3 OK 2026/08/09 02:54:54 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:54:54 DEBUG : two: Unchanged skipping 2026/08/09 02:54:54 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:54:54 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:54:54 DEBUG : three.txt: Sizes differ 2026/08/09 02:54:54 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/09 02:54:56 DEBUG : three.txt: md5 = 26539c8c339eea726725af3e88ea839d OK 2026/08/09 02:54:56 DEBUG : three.txt: size = 6 OK 2026/08/09 02:54:56 INFO : three.txt: Copied (new) 2026/08/09 02:54:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:54:57 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:54:57 DEBUG : one: Sizes differ 2026/08/09 02:54:58 INFO : one.bak: Deleted 2026/08/09 02:54:59 INFO : one: Moved (server-side) to: one.bak 2026/08/09 02:55:00 DEBUG : one: md5 = bc303586977260852b67aa3d87e1e077 OK 2026/08/09 02:55:00 DEBUG : one: size = 5 OK 2026/08/09 02:55:00 INFO : one: Copied (new) 2026/08/09 02:55:00 DEBUG : two: size = 3 OK 2026/08/09 02:55:00 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:55:00 DEBUG : two: Unchanged skipping 2026/08/09 02:55:00 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:55:00 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:55:00 DEBUG : three.txt: Sizes differ 2026/08/09 02:55:01 INFO : three.txt.bak: Deleted 2026/08/09 02:55:01 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/09 02:55:03 DEBUG : three.txt: md5 = 3927527fc9d722b029deffe208507f15 OK 2026/08/09 02:55:03 DEBUG : three.txt: size = 19 OK 2026/08/09 02:55:03 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (22.39s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:55:09 DEBUG : dst/one: md5 = 28dd47769d4fc7657049d3d2c5e2eca6 OK 2026/08/09 02:55:10 DEBUG : dst/two: md5 = 96b802c08702ab3ddec6da92f858b146 OK 2026/08/09 02:55:12 DEBUG : dst/three.txt: md5 = db3a1b67bda3be19ec0ba6a99178c5e1 OK 2026/08/09 02:55:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaxosij1move/dst" 2026/08/09 02:55:13 DEBUG : Creating backend with remote "TestDrive:crypt/snfo5i92mne458uud8ie7uflel7723rh7ojq71l8lba8jku2409g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/09 02:55:14 DEBUG : one: size = 4 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:55:14 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:55:14 DEBUG : one: Sizes differ 2026/08/09 02:55:14 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/09 02:55:16 DEBUG : one: md5 = f45ffd6c82db722942a8604f1841d6aa OK 2026/08/09 02:55:16 DEBUG : one: size = 4 OK 2026/08/09 02:55:16 INFO : one: Copied (new) 2026/08/09 02:55:16 DEBUG : two: size = 3 OK 2026/08/09 02:55:16 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:55:16 DEBUG : two: Unchanged skipping 2026/08/09 02:55:16 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:55:16 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:55:16 DEBUG : three.txt: Sizes differ 2026/08/09 02:55:17 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/09 02:55:18 DEBUG : three.txt: md5 = 1a4afcc1ba030f4303203f77659d6fd2 OK 2026/08/09 02:55:18 DEBUG : three.txt: size = 6 OK 2026/08/09 02:55:18 INFO : three.txt: Copied (new) 2026/08/09 02:55:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:55:20 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:55:20 DEBUG : one: Sizes differ 2026/08/09 02:55:20 INFO : one-2019-01-01: Deleted 2026/08/09 02:55:21 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/09 02:55:23 DEBUG : one: md5 = f1fd95345e8ca94a6a9f8ff7c4322f60 OK 2026/08/09 02:55:23 DEBUG : one: size = 5 OK 2026/08/09 02:55:23 INFO : one: Copied (new) 2026/08/09 02:55:23 DEBUG : two: size = 3 OK 2026/08/09 02:55:23 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:55:23 DEBUG : two: Unchanged skipping 2026/08/09 02:55:23 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:55:23 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move/dst') 2026/08/09 02:55:23 DEBUG : three.txt: Sizes differ 2026/08/09 02:55:24 INFO : three-2019-01-01.txt: Deleted 2026/08/09 02:55:25 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/09 02:55:26 DEBUG : three.txt: md5 = 6dfeda2b23fbc1ac7308b442278d27eb OK 2026/08/09 02:55:26 DEBUG : three.txt: size = 19 OK 2026/08/09 02:55:26 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (23.25s) === RUN TestSyncUTFNorm run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:55:31 DEBUG : Testêé: md5 = 4db87a4eba082925edb42bac45ddaf18 OK 2026/08/09 02:55:32 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:55:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:55:32 DEBUG : Testêé: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:55:32 DEBUG : Testêé: Sizes differ 2026/08/09 02:55:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:55:33 DEBUG : Testêé: md5 = 33f6f7b9827e4a29dd618e9d3b28566e OK 2026/08/09 02:55:33 DEBUG : Testêé: size = 14 OK 2026/08/09 02:55:33 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/09 02:55:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.27s) === RUN TestSyncImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:55:35 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/09 02:55:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:55:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:55:36 DEBUG : existing: md5 = 71b9126027fd17f69e1065a71490bcab OK 2026/08/09 02:55:36 DEBUG : existing: size = 6 OK 2026/08/09 02:55:36 INFO : existing: Copied (new) 2026/08/09 02:55:36 DEBUG : Waiting for deletions to finish 2026/08/09 02:55:37 DEBUG : existing: size = 8 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:55:37 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:55:37 DEBUG : existing: Sizes differ 2026/08/09 02:55:37 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/09 02:55:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:55:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:55:37 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': not deleting files as there were IO errors 2026/08/09 02:55:37 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (3.58s) === RUN TestSyncIgnoreCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:55:39 DEBUG : EXISTING: md5 = 3e3bd9f68ffc6f3da779c7fcbf92cc6f OK 2026/08/09 02:55:40 DEBUG : EXISTING: size = 6 OK 2026/08/09 02:55:40 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:55:40 DEBUG : existing: Unchanged skipping 2026/08/09 02:55:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:55:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:55:40 DEBUG : Waiting for deletions to finish 2026/08/09 02:55:40 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (2.98s) === RUN TestFixCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.49s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", 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-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", 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-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.40s) --- SKIP: TestMaxTransfer/Hard (0.46s) --- SKIP: TestMaxTransfer/Soft (0.47s) --- SKIP: TestMaxTransfer/Cautious (0.47s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:55:44 DEBUG : both0: md5 = 8151e2ddf4c2f910299a6060173596e2 OK 2026/08/09 02:55:46 DEBUG : only0: md5 = 7ea13969b975fcf2aea211746bae7c62 OK 2026/08/09 02:55:47 DEBUG : both1: md5 = ae731f1fce615c4da23795c4e91f77d8 OK 2026/08/09 02:55:49 DEBUG : only1: md5 = 148eeec3239ab52cfae0b2cc865e1287 OK 2026/08/09 02:55:50 DEBUG : both2: md5 = 50cf4d14cf36beccc3e652bae272b556 OK 2026/08/09 02:55:51 DEBUG : only2: md5 = d60ad583772a8283c6807be776defd9a OK 2026/08/09 02:55:53 DEBUG : both3: md5 = 8f7c927765e4422089aa6f9c502089a7 OK 2026/08/09 02:55:54 DEBUG : only3: md5 = 0ebe7b53d7724e20a91901539501456a OK 2026/08/09 02:55:56 DEBUG : both4: md5 = 05dbf0238f40043c7d5ffa5d5db3abd2 OK 2026/08/09 02:55:57 DEBUG : only4: md5 = 11b61cc666a2da2425ef19e64dc0ef83 OK 2026/08/09 02:55:59 DEBUG : both5: md5 = 69535c34d759cb01ea0f914516c65295 OK 2026/08/09 02:56:00 DEBUG : only5: md5 = 700420f14a348e4f2616e9e311947e12 OK 2026/08/09 02:56:01 DEBUG : both6: md5 = 8c910e080a9e7fc9645923bdc1ca2927 OK 2026/08/09 02:56:03 DEBUG : only6: md5 = d6fb8061e1bd9b52311094e4527e72ea OK 2026/08/09 02:56:04 DEBUG : both7: md5 = 08aa49422383d31d94dec28bc848335e OK 2026/08/09 02:56:05 DEBUG : only7: md5 = ee1ef38fce9d43b7f1a3ac16790d718e OK 2026/08/09 02:56:07 DEBUG : both8: md5 = b09c5d63d2b7b823776e85b31672c37e OK 2026/08/09 02:56:08 DEBUG : only8: md5 = 4470997c2f70f7f146ddd0887fdac717 OK 2026/08/09 02:56:10 DEBUG : both9: md5 = 6e75b304eb33803de80755c421215e82 OK 2026/08/09 02:56:11 DEBUG : only9: md5 = e2e6e65e4b3d7e1a09ee9f806a4952e8 OK 2026/08/09 02:56:13 DEBUG : both10: md5 = 05b05abf365c452e20b2a14536a278b1 OK 2026/08/09 02:56:14 DEBUG : only10: md5 = 29a081eded936cc14e0108a688b819b9 OK 2026/08/09 02:56:16 DEBUG : both11: md5 = 1300cf30788422c6ce2b4c883a0fba0b OK 2026/08/09 02:56:17 DEBUG : only11: md5 = f96cb74d77680bb1c0341963d0405469 OK 2026/08/09 02:56:19 DEBUG : both12: md5 = 73a597161b9cc7b94109d7a705b1826c OK 2026/08/09 02:56:20 DEBUG : only12: md5 = 95eefc7fe191a6855f15902e8119c8e2 OK 2026/08/09 02:56:22 DEBUG : both13: md5 = d6479fc2d0d44d8081d85867a9766638 OK 2026/08/09 02:56:24 DEBUG : only13: md5 = dd2895f5bb7d2be938bcfdf08dc3f94e OK 2026/08/09 02:56:25 DEBUG : both14: md5 = 7cd3f8e859014dd42da5218425f3a7bb OK 2026/08/09 02:56:26 DEBUG : only14: md5 = d41701dce690b90fb083743f444c39ae OK 2026/08/09 02:56:28 DEBUG : both15: md5 = 1a533ca7921ad9e27cdd16abf2000933 OK 2026/08/09 02:56:29 DEBUG : only15: md5 = 8bc76320f9d53509fa92bfcbfaf7cd7d OK 2026/08/09 02:56:31 DEBUG : both16: md5 = 99450f08ada43bbd9cdf5684e54ce579 OK 2026/08/09 02:56:33 DEBUG : only16: md5 = eebc4473f7692926be3316c6c517bd2d OK 2026/08/09 02:56:34 DEBUG : both17: md5 = c0a62f5b82e8c9fe28b3427a0e2da156 OK 2026/08/09 02:56:36 DEBUG : only17: md5 = 3636f558af72e15d845ebc5ef8efb333 OK 2026/08/09 02:56:37 DEBUG : both18: md5 = 008746cc79471d2b458a50d3ca5ec1dc OK 2026/08/09 02:56:38 DEBUG : only18: md5 = 36d4bf0daed56505b575662f30e14a7f OK 2026/08/09 02:56:40 DEBUG : both19: md5 = 5d8c860eaff2cc179f4dc1647dedfc6f OK 2026/08/09 02:56:42 DEBUG : only19: md5 = 1bc9d0f0e483c5e3e1c5d8575861147d OK 2026/08/09 02:56:42 DEBUG : both11: size = 6 OK 2026/08/09 02:56:42 DEBUG : both10: size = 6 OK 2026/08/09 02:56:42 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both12: size = 6 OK 2026/08/09 02:56:42 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:56:42 DEBUG : both0: size = 6 OK 2026/08/09 02:56:42 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both11: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both13: size = 6 OK 2026/08/09 02:56:42 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both10: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both14: size = 6 OK 2026/08/09 02:56:42 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both14: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both15: size = 6 OK 2026/08/09 02:56:42 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both12: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both16: size = 6 OK 2026/08/09 02:56:42 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both16: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both17: size = 6 OK 2026/08/09 02:56:42 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both17: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both18: size = 6 OK 2026/08/09 02:56:42 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both18: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both19: size = 6 OK 2026/08/09 02:56:42 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both0: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both1: size = 6 OK 2026/08/09 02:56:42 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both1: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both2: size = 6 OK 2026/08/09 02:56:42 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both2: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both3: size = 6 OK 2026/08/09 02:56:42 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both3: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both4: size = 6 OK 2026/08/09 02:56:42 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both4: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both5: size = 6 OK 2026/08/09 02:56:42 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both15: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both13: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both6: size = 6 OK 2026/08/09 02:56:42 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both19: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both7: size = 6 OK 2026/08/09 02:56:42 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both8: size = 6 OK 2026/08/09 02:56:42 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both5: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both9: size = 6 OK 2026/08/09 02:56:42 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:56:42 DEBUG : both9: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both6: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both7: Unchanged skipping 2026/08/09 02:56:42 DEBUG : both8: Unchanged skipping 2026/08/09 02:56:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:56:42 DEBUG : Waiting for deletions to finish 2026/08/09 02:56:43 INFO : only18: Deleted 2026/08/09 02:56:43 INFO : only0: Deleted 2026/08/09 02:56:43 INFO : only10: Deleted 2026/08/09 02:56:43 INFO : only17: Deleted 2026/08/09 02:56:43 INFO : only19: Deleted 2026/08/09 02:56:43 INFO : only2: Deleted 2026/08/09 02:56:43 INFO : only7: Deleted 2026/08/09 02:56:43 INFO : only8: Deleted 2026/08/09 02:56:44 INFO : only15: Deleted 2026/08/09 02:56:44 INFO : only11: Deleted 2026/08/09 02:56:44 INFO : only12: Deleted 2026/08/09 02:56:44 INFO : only16: Deleted 2026/08/09 02:56:44 INFO : only6: Deleted 2026/08/09 02:56:44 INFO : only3: Deleted 2026/08/09 02:56:44 INFO : only9: Deleted 2026/08/09 02:56:44 INFO : only13: Deleted 2026/08/09 02:56:44 INFO : only14: Deleted 2026/08/09 02:56:44 INFO : only5: Deleted 2026/08/09 02:56:44 INFO : only1: Deleted 2026/08/09 02:56:45 INFO : only4: Deleted 2026/08/09 02:56:45 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (71.33s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:56:56 DEBUG : both0: md5 = 753376d4ab54df46581d19a02bdd2409 OK 2026/08/09 02:56:57 DEBUG : only0: md5 = 9708f5152b31542ac3d797474098e055 OK 2026/08/09 02:56:58 DEBUG : both1: md5 = 81cef30fea1cc9ccd275870b983b37a1 OK 2026/08/09 02:57:00 DEBUG : only1: md5 = 62e17515a2282a8230eca551d7819ad3 OK 2026/08/09 02:57:01 DEBUG : both2: md5 = 266a61bf6bf111053030136704dd26f9 OK 2026/08/09 02:57:03 DEBUG : only2: md5 = dea8a281378fd420b3bad5683b249455 OK 2026/08/09 02:57:04 DEBUG : both3: md5 = 5a6027f7ed6209f7562d8ccba2d4fda3 OK 2026/08/09 02:57:05 DEBUG : only3: md5 = c0899965f470a26891f2ffef739db885 OK 2026/08/09 02:57:07 DEBUG : both4: md5 = 7def1732ccbbec4cd21c2ddc24e59623 OK 2026/08/09 02:57:08 DEBUG : only4: md5 = ba0d499e28f6dbef0f4917e14941be83 OK 2026/08/09 02:57:10 DEBUG : both5: md5 = d91546db685d980194ccbf8f2b0fb001 OK 2026/08/09 02:57:11 DEBUG : only5: md5 = 5635a8b60521faf4f4578dd6501f9236 OK 2026/08/09 02:57:13 DEBUG : both6: md5 = fcc14290ff213903414f5d9f004bb118 OK 2026/08/09 02:57:14 DEBUG : only6: md5 = 51fb51166a4c3b4291b03081755194fe OK 2026/08/09 02:57:16 DEBUG : both7: md5 = cf613876932433d1cafddf8a8ad33654 OK 2026/08/09 02:57:17 DEBUG : only7: md5 = 50a1d41eb3dfe225c5b69c30da70a377 OK 2026/08/09 02:57:19 DEBUG : both8: md5 = 33e78abf66f4fdb9f2f88a2f1d70771e OK 2026/08/09 02:57:21 DEBUG : only8: md5 = f397851353cef6656151286f634acd30 OK 2026/08/09 02:57:22 DEBUG : both9: md5 = 75ba9323de495ca7e892e1b735fb8c88 OK 2026/08/09 02:57:24 DEBUG : only9: md5 = a7b4c8aa7a8b1b6fa06370affa92d952 OK 2026/08/09 02:57:25 DEBUG : both10: md5 = 9f798d533f0a3ca81b16e2a240eb9b2e OK 2026/08/09 02:57:27 DEBUG : only10: md5 = 96d4b195d93253d78048388796a5c1d2 OK 2026/08/09 02:57:28 DEBUG : both11: md5 = d98426ff64a31cf67abe51a55e9400ad OK 2026/08/09 02:57:29 DEBUG : only11: md5 = 25f826f61e75f4f7499a31d56c181121 OK 2026/08/09 02:57:31 DEBUG : both12: md5 = 1cd56db63ae7a69537d5f751f50edb7f OK 2026/08/09 02:57:32 DEBUG : only12: md5 = 0381d9c737347c6f6c730785dd6ea2fe OK 2026/08/09 02:57:34 DEBUG : both13: md5 = 768ac874567c13cc88a46b79aa92fb97 OK 2026/08/09 02:57:35 DEBUG : only13: md5 = 67731677a24ca0d9a4d4bc62152d1a05 OK 2026/08/09 02:57:37 DEBUG : both14: md5 = 8bf3e8999a5dd9eb1973fe99059c9f43 OK 2026/08/09 02:57:38 DEBUG : only14: md5 = c8cbc8fd71493e99baccf45e185dcb5e OK 2026/08/09 02:57:40 DEBUG : both15: md5 = 7fdc91e7707d2524337adbd241b7ea27 OK 2026/08/09 02:57:41 DEBUG : only15: md5 = f11a8e08310051bb4015780ffbcd3732 OK 2026/08/09 02:57:43 DEBUG : both16: md5 = e4f78a6aae99ff690549a16ad556335d OK 2026/08/09 02:57:44 DEBUG : only16: md5 = 4227bf11184e72bf59a5a73649cd7d03 OK 2026/08/09 02:57:46 DEBUG : both17: md5 = 44032950005a6e4878eb1bf734645255 OK 2026/08/09 02:57:47 DEBUG : only17: md5 = 8a0b6ff4f2bced1d036b85cbcf2c03c8 OK 2026/08/09 02:57:49 DEBUG : both18: md5 = 86bc18aa536aa663e08e0087df71e5fe OK 2026/08/09 02:57:50 DEBUG : only18: md5 = 2e0b47b63589141d50e96df3d8d1edce OK 2026/08/09 02:57:52 DEBUG : both19: md5 = 836d10a9d579d4459005bf2f9c39f209 OK 2026/08/09 02:57:53 DEBUG : only19: md5 = 325435f9d1a97acb90055c12b79e60a6 OK 2026/08/09 02:57:54 DEBUG : both10: size = 6 OK 2026/08/09 02:57:54 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both11: size = 6 OK 2026/08/09 02:57:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 02:57:54 DEBUG : both0: size = 6 OK 2026/08/09 02:57:54 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both10: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both12: size = 6 OK 2026/08/09 02:57:54 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both12: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both13: size = 6 OK 2026/08/09 02:57:54 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both13: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both14: size = 6 OK 2026/08/09 02:57:54 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both14: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both15: size = 6 OK 2026/08/09 02:57:54 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both15: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both16: size = 6 OK 2026/08/09 02:57:54 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both16: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both17: size = 6 OK 2026/08/09 02:57:54 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both17: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both18: size = 6 OK 2026/08/09 02:57:54 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both18: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both19: size = 6 OK 2026/08/09 02:57:54 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both19: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both1: size = 6 OK 2026/08/09 02:57:54 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both1: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both2: size = 6 OK 2026/08/09 02:57:54 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both2: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both3: size = 6 OK 2026/08/09 02:57:54 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both3: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both4: size = 6 OK 2026/08/09 02:57:54 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both4: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both5: size = 6 OK 2026/08/09 02:57:54 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both5: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both6: size = 6 OK 2026/08/09 02:57:54 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both6: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both7: size = 6 OK 2026/08/09 02:57:54 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both7: Unchanged skipping 2026/08/09 02:57:54 DEBUG : both8: size = 6 OK 2026/08/09 02:57:54 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both9: size = 6 OK 2026/08/09 02:57:54 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 02:57:54 DEBUG : both8: Unchanged skipping 2026/08/09 02:57:54 DEBUG : only0: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only0: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only0: Sizes differ 2026/08/09 02:57:54 DEBUG : only10: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only10: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only10: Sizes differ 2026/08/09 02:57:54 DEBUG : only11: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only11: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only11: Sizes differ 2026/08/09 02:57:54 DEBUG : only12: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only12: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only12: Sizes differ 2026/08/09 02:57:54 DEBUG : both0: Unchanged skipping 2026/08/09 02:57:54 DEBUG : only13: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only14: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only13: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only13: Sizes differ 2026/08/09 02:57:54 DEBUG : only15: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only15: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only15: Sizes differ 2026/08/09 02:57:54 DEBUG : only16: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only16: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only16: Sizes differ 2026/08/09 02:57:54 DEBUG : only17: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only17: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only17: Sizes differ 2026/08/09 02:57:54 DEBUG : only18: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only18: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only18: Sizes differ 2026/08/09 02:57:54 DEBUG : only19: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only19: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only19: Sizes differ 2026/08/09 02:57:54 DEBUG : only1: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only1: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only1: Sizes differ 2026/08/09 02:57:54 DEBUG : only2: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only2: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only2: Sizes differ 2026/08/09 02:57:54 DEBUG : only14: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only3: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only3: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only3: Sizes differ 2026/08/09 02:57:54 DEBUG : only14: Sizes differ 2026/08/09 02:57:54 DEBUG : only5: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only5: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only5: Sizes differ 2026/08/09 02:57:54 DEBUG : only4: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only4: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only4: Sizes differ 2026/08/09 02:57:54 DEBUG : only7: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only7: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only7: Sizes differ 2026/08/09 02:57:54 DEBUG : only6: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only6: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only6: Sizes differ 2026/08/09 02:57:54 DEBUG : both9: Unchanged skipping 2026/08/09 02:57:54 DEBUG : only9: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only9: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only9: Sizes differ 2026/08/09 02:57:54 DEBUG : only8: size = 0 (Local file system at /tmp/rclone1117422498) 2026/08/09 02:57:54 DEBUG : only8: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move') 2026/08/09 02:57:54 DEBUG : only8: Sizes differ 2026/08/09 02:57:54 DEBUG : both11: Unchanged skipping 2026/08/09 02:57:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 02:57:55 DEBUG : only11: md5 = af7cdee0cc09fa317e6d24e8b6835b52 OK 2026/08/09 02:57:55 DEBUG : only11: size = 0 OK 2026/08/09 02:57:55 INFO : only11: Copied (replaced existing) 2026/08/09 02:57:55 DEBUG : only0: md5 = 7b0b30373c1bddce147354982585baa0 OK 2026/08/09 02:57:55 DEBUG : only0: size = 0 OK 2026/08/09 02:57:55 INFO : only0: Copied (replaced existing) 2026/08/09 02:57:55 DEBUG : only10: md5 = a1ebf52e974f84210a4ec84c6b90bbc3 OK 2026/08/09 02:57:55 DEBUG : only10: size = 0 OK 2026/08/09 02:57:55 INFO : only10: Copied (replaced existing) 2026/08/09 02:57:55 DEBUG : only12: md5 = eb98e4b694698ebef9ade1b2f873725a OK 2026/08/09 02:57:55 DEBUG : only12: size = 0 OK 2026/08/09 02:57:55 INFO : only12: Copied (replaced existing) 2026/08/09 02:57:56 DEBUG : only13: md5 = b5bf2daa1eea8cf9bf967b4abc37c52d OK 2026/08/09 02:57:56 DEBUG : only13: size = 0 OK 2026/08/09 02:57:56 INFO : only13: Copied (replaced existing) 2026/08/09 02:57:56 DEBUG : only15: md5 = f45d3ddae4ca0f0c6ce01949c4e1969d OK 2026/08/09 02:57:56 DEBUG : only15: size = 0 OK 2026/08/09 02:57:56 INFO : only15: Copied (replaced existing) 2026/08/09 02:57:56 DEBUG : only16: md5 = 8afabab503da375887bf49e069233ed1 OK 2026/08/09 02:57:56 DEBUG : only16: size = 0 OK 2026/08/09 02:57:56 INFO : only16: Copied (replaced existing) 2026/08/09 02:57:56 DEBUG : only17: md5 = 29e8bf83c08b7df95efae6aa70affe34 OK 2026/08/09 02:57:56 DEBUG : only17: size = 0 OK 2026/08/09 02:57:56 INFO : only17: Copied (replaced existing) 2026/08/09 02:57:57 DEBUG : only18: md5 = dbeeeb66536c75678923c6bab2a84559 OK 2026/08/09 02:57:57 DEBUG : only18: size = 0 OK 2026/08/09 02:57:57 INFO : only18: Copied (replaced existing) 2026/08/09 02:57:57 DEBUG : only19: md5 = fb2e00ff3802c578c8775398767ef622 OK 2026/08/09 02:57:57 DEBUG : only19: size = 0 OK 2026/08/09 02:57:57 INFO : only19: Copied (replaced existing) 2026/08/09 02:57:58 DEBUG : only1: md5 = eafbbf31e97e0bcec75fe961050c6d2b OK 2026/08/09 02:57:58 DEBUG : only1: size = 0 OK 2026/08/09 02:57:58 INFO : only1: Copied (replaced existing) 2026/08/09 02:57:58 DEBUG : only2: md5 = ebd2c25995e6e35399d248df856ad2ee OK 2026/08/09 02:57:58 DEBUG : only2: size = 0 OK 2026/08/09 02:57:58 INFO : only2: Copied (replaced existing) 2026/08/09 02:57:58 DEBUG : only3: md5 = dabcd9faba86835471b4366b0c7a1be7 OK 2026/08/09 02:57:58 DEBUG : only3: size = 0 OK 2026/08/09 02:57:58 INFO : only3: Copied (replaced existing) 2026/08/09 02:57:58 DEBUG : only14: md5 = 82237514dc92e5ca7beaf81e25297649 OK 2026/08/09 02:57:58 DEBUG : only14: size = 0 OK 2026/08/09 02:57:58 INFO : only14: Copied (replaced existing) 2026/08/09 02:57:59 DEBUG : only5: md5 = d249000d357bed3c5996429c2f63d121 OK 2026/08/09 02:57:59 DEBUG : only5: size = 0 OK 2026/08/09 02:57:59 INFO : only5: Copied (replaced existing) 2026/08/09 02:57:59 DEBUG : only4: md5 = df6427a6e36e3f2191b787ba8a8154b7 OK 2026/08/09 02:57:59 DEBUG : only4: size = 0 OK 2026/08/09 02:57:59 INFO : only4: Copied (replaced existing) 2026/08/09 02:58:00 DEBUG : only7: md5 = d179cb4f930a37936a06c673689ca5da OK 2026/08/09 02:58:00 DEBUG : only7: size = 0 OK 2026/08/09 02:58:00 INFO : only7: Copied (replaced existing) 2026/08/09 02:58:00 DEBUG : only6: md5 = 58bf03ded9fc00ba556e0ee9f313e8cd OK 2026/08/09 02:58:00 DEBUG : only6: size = 0 OK 2026/08/09 02:58:00 INFO : only6: Copied (replaced existing) 2026/08/09 02:58:00 DEBUG : only9: md5 = 8cf1f654c79bb1499ed23e7dbbd7d992 OK 2026/08/09 02:58:00 DEBUG : only9: size = 0 OK 2026/08/09 02:58:00 INFO : only9: Copied (replaced existing) 2026/08/09 02:58:00 DEBUG : only8: md5 = 4962922d89b4141ca84f6acde98a7337 OK 2026/08/09 02:58:00 DEBUG : only8: size = 0 OK 2026/08/09 02:58:00 INFO : only8: Copied (replaced existing) 2026/08/09 02:58:00 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (83.48s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:58:18 DEBUG : empty_dir: Making directory with metadata 2026/08/09 02:58:18 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:58:18 DEBUG : empty_on_remote: Making directory with metadata 2026/08/09 02:58:18 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:58:18 DEBUG : empty_on_remote: Making directory with metadata 2026/08/09 02:58:18 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:58:23 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/09 02:58:23 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/09 02:58:23 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:58:23 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (14.60s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:58:32 DEBUG : empty_dir: Making directory with metadata 2026/08/09 02:58:32 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:58:32 DEBUG : empty_on_remote: Making directory with metadata 2026/08/09 02:58:32 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:58:32 DEBUG : empty_on_remote: Making directory with metadata 2026/08/09 02:58:33 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:58:37 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/09 02:58:37 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/09 02:58:37 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:58:37 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/09 02:58:37 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (15.33s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:58:47 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:58:47 DEBUG : sub dir: Making directory with metadata 2026/08/09 02:58:48 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/09 02:59:05 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/09 02:59:05 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/09 02:59:05 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:59:05 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (37.35s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 02:59:25 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/09 02:59:25 DEBUG : sub dir: Making directory with metadata 2026/08/09 02:59:26 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/09 02:59:47 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/09 02:59:47 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/09 02:59:47 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/09 02:59:47 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (40.04s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:00:07 DEBUG : dir1/0000-abcdefg.txt: md5 = 5adb33aed93cdec378a9b23ad2b2eaf1 OK 2026/08/09 03:00:09 DEBUG : dir1/0001-bcdefgh.txt: md5 = ebd6ade3049be2d016b0f12886d101f1 OK 2026/08/09 03:00:10 DEBUG : dir1/0002-cdefghi.txt: md5 = e4ae4914c6fb626165088048938b420f OK 2026/08/09 03:00:11 DEBUG : dir1/0003-defghij.txt: md5 = 5773e0f16381ce860e7012fb7e30aeb6 OK 2026/08/09 03:00:13 DEBUG : dir1/0004-efghijk.txt: md5 = b24b5bcb8bd6efaf9b756652fc3c0321 OK 2026/08/09 03:00:14 DEBUG : dir1/0005-fghijkl.txt: md5 = 90a97d8bc6806bfceb83c524d01b5826 OK 2026/08/09 03:00:15 DEBUG : dir1/0006-ghijklm.txt: md5 = a20befc43f522ed83753677ed6b5e1c0 OK 2026/08/09 03:00:17 DEBUG : dir1/0007-1234567.txt: md5 = 4b24896d4ca8a5b0b0baf807b9cf9872 OK 2026/08/09 03:00:18 DEBUG : dir1/0008-2345678.txt: md5 = 3eec2499fb488ec1541e351fa8bc45c3 OK 2026/08/09 03:00:20 DEBUG : dir1/0009-3456789.txt: md5 = 3841c14ffe24559be35e648897c2ad95 OK 2026/08/09 03:00:21 DEBUG : dir1/0010-456789.txt: md5 = 017b471ce15bb95d19a47d5d81d29788 OK 2026/08/09 03:00:23 DEBUG : dir1/0011-56789;.txt: md5 = 5154d0a7fbb2f72b14ced38a8158d2a6 OK 2026/08/09 03:00:24 DEBUG : dir1/0012-6789;.txt: md5 = feaa6c84a297e18207e472132e3eb62f OK 2026/08/09 03:00:25 DEBUG : dir1/0013-789;=.txt: md5 = 136e38955f82be19438ae0e129ff9fad OK 2026/08/09 03:00:27 DEBUG : dir1/0014-89;=.txt: md5 = 731010dc558a0b84b96b4accbf1ac4af OK 2026/08/09 03:00:28 DEBUG : dir1/0015-9;=.txt: md5 = 1e2be7ff6144930549c1bc8a881480bd OK 2026/08/09 03:00:30 DEBUG : apple: md5 = c1cad5f8eb8cf33aa9d8f1eb8df12d79 OK 2026/08/09 03:00:31 DEBUG : banana: md5 = c02369bc75604bdd65c2842c42e3f4b6 OK 2026/08/09 03:00:33 DEBUG : appleappleapplebanana: md5 = 00c5dc81d53cd8e796f1f9c8dd6c3384 OK 2026/08/09 03:00:34 DEBUG : splitbananasplit: md5 = e7bfbe5e18d5305758dc6ae3a85e2953 OK 2026/08/09 03:00:34 DEBUG : Waiting for deletions to finish 2026/08/09 03:00:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:00:35 DEBUG : apple: size = 5 OK 2026/08/09 03:00:35 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:35 DEBUG : apple: Unchanged skipping 2026/08/09 03:00:35 DEBUG : banana: size = 6 OK 2026/08/09 03:00:35 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:35 DEBUG : banana: Unchanged skipping 2026/08/09 03:00:35 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:00:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:35 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:00:36 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/09 03:00:36 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:00:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:00:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:00:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:00:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:00:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:00:36 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:00:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:00:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:00:36 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:00:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:00:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:00:36 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:00:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:00:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:00:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:00:36 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:00:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:00:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:00:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:00:36 DEBUG : Waiting for deletions to finish 2026/08/09 03:00:36 INFO : There was nothing to transfer 2026/08/09 03:00:36 DEBUG : Waiting for deletions to finish 2026/08/09 03:00:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:00:37 DEBUG : dir1: Directory modification time the same (differ by -315.133µs, within tolerance 1ms) 2026/08/09 03:00:37 DEBUG : apple: size = 5 OK 2026/08/09 03:00:37 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:37 DEBUG : apple: Unchanged skipping 2026/08/09 03:00:37 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:00:37 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:37 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:00:37 DEBUG : banana: size = 6 OK 2026/08/09 03:00:37 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:37 DEBUG : banana: Unchanged skipping 2026/08/09 03:00:37 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:00:37 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:37 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:00:38 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:00:38 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:00:38 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:00:38 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:00:38 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:00:38 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:00:38 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:00:38 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:00:38 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:00:38 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:00:38 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:00:38 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:00:38 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:00:38 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:00:38 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:00:38 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:00:38 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:00:38 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:00:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:00:38 DEBUG : Waiting for deletions to finish 2026/08/09 03:00:38 INFO : There was nothing to transfer 2026/08/09 03:00:38 DEBUG : Waiting for deletions to finish 2026/08/09 03:00:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:00:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:00:51 DEBUG : dir1/0000-abcdefg.txt: md5 = 39ed6f95aca5b527ba2488eefe53df9b OK 2026/08/09 03:00:53 DEBUG : dir1/0001-bcdefgh.txt: md5 = eda66e61cdf5dffd6f3e9cb26f99be4c OK 2026/08/09 03:00:54 DEBUG : dir1/0002-cdefghi.txt: md5 = a19445b27253287aa0df3ce819deb51f OK 2026/08/09 03:00:56 DEBUG : dir1/0003-defghij.txt: md5 = 58ea34246fa34c87f25e9d03ca88e030 OK 2026/08/09 03:00:57 DEBUG : dir1/0004-efghijk.txt: md5 = 341515dfe4afad5d14f71bb7f8d37e27 OK 2026/08/09 03:00:59 DEBUG : dir1/0005-fghijkl.txt: md5 = 5afc9231e743d62e9d196cf1ab8230ae OK 2026/08/09 03:01:00 DEBUG : dir1/0006-ghijklm.txt: md5 = 39e504bd19198ba510bdeddf39c66a77 OK 2026/08/09 03:01:02 DEBUG : dir1/0007-1234567.txt: md5 = 072e0812185e90956f095a283e52eaba OK 2026/08/09 03:01:03 DEBUG : dir1/0008-2345678.txt: md5 = e1771edbfe67619d9a0efd807faa453a OK 2026/08/09 03:01:05 DEBUG : dir1/0009-3456789.txt: md5 = fa1d4f0c9f6d5d7660c04bdcee2c54cc OK 2026/08/09 03:01:06 DEBUG : dir1/0010-456789.txt: md5 = b25b50ee1753fe46f6469bbff9379c2c OK 2026/08/09 03:01:08 DEBUG : dir1/0011-56789;.txt: md5 = e664dbf9c441e3e34b1f74e17a7eb728 OK 2026/08/09 03:01:09 DEBUG : dir1/0012-6789;.txt: md5 = f83eee51d748b03ca9ae028558b96107 OK 2026/08/09 03:01:10 DEBUG : dir1/0013-789;=.txt: md5 = 1b74191d849f9eacae406a156afa51a7 OK 2026/08/09 03:01:12 DEBUG : dir1/0014-89;=.txt: md5 = a4985d51d10b442ffbcdefb7b60f6b17 OK 2026/08/09 03:01:13 DEBUG : dir1/0015-9;=.txt: md5 = fd7b7bcc2aa706597bc012ac1ce55e37 OK 2026/08/09 03:01:15 DEBUG : apple: md5 = 507aa8c831a85f6d81c84e4700d9785a OK 2026/08/09 03:01:16 DEBUG : banana: md5 = 1874e669113483f9bb0785c603fc4cbd OK 2026/08/09 03:01:18 DEBUG : appleappleapplebanana: md5 = 984133babb7c5d650fbbb1cdccc8d2ab OK 2026/08/09 03:01:19 DEBUG : splitbananasplit: md5 = 06a8ec00410688643055124f9e343686 OK 2026/08/09 03:01:19 DEBUG : Waiting for deletions to finish 2026/08/09 03:01:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:01:20 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:01:21 DEBUG : apple: size = 5 OK 2026/08/09 03:01:21 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : apple: Unchanged skipping 2026/08/09 03:01:21 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:01:21 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:01:21 DEBUG : banana: size = 6 OK 2026/08/09 03:01:21 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : banana: Unchanged skipping 2026/08/09 03:01:21 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/09 03:01:21 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:01:21 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:01:21 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:01:21 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:01:21 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:01:21 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:01:21 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:01:21 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:01:21 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:01:21 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:01:21 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:01:21 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:01:21 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:01:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:01:21 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:01:21 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:01:21 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:01:21 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:01:21 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:21 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:01:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:01:21 DEBUG : Waiting for deletions to finish 2026/08/09 03:01:21 INFO : There was nothing to transfer 2026/08/09 03:01:21 DEBUG : Waiting for deletions to finish 2026/08/09 03:01:22 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:01:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1: Directory modification time the same (differ by -899.32µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : apple: size = 5 OK 2026/08/09 03:01:23 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:01:23 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:01:23 DEBUG : apple: Unchanged skipping 2026/08/09 03:01:23 DEBUG : banana: size = 6 OK 2026/08/09 03:01:23 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : banana: Unchanged skipping 2026/08/09 03:01:23 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:01:23 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:01:23 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:01:23 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:01:23 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:01:23 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:01:23 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:01:23 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:01:23 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:01:23 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:01:23 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:01:23 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:01:23 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:01:23 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:01:23 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:01:23 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:01:23 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:01:23 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:01:23 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:01:23 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:01:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:01:23 DEBUG : Waiting for deletions to finish 2026/08/09 03:01:23 INFO : There was nothing to transfer 2026/08/09 03:01:23 DEBUG : Waiting for deletions to finish 2026/08/09 03:01:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:01:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:01:37 DEBUG : dir1/0000-abcdefg.txt: md5 = 2d0824ec118337307eff3f222cf5f136 OK 2026/08/09 03:01:39 DEBUG : dir1/0001-bcdefgh.txt: md5 = f5d95808053c92000cb3da71de5f331b OK 2026/08/09 03:01:40 DEBUG : dir1/0002-cdefghi.txt: md5 = a6bc1b7aab23a7e486310624b31e95a3 OK 2026/08/09 03:01:41 DEBUG : dir1/0003-defghij.txt: md5 = eadc6cde9dbd5bf3bbffec4ac35e8902 OK 2026/08/09 03:01:43 DEBUG : dir1/0004-efghijk.txt: md5 = ce0ab34080451bf5a605b5d67996b10d OK 2026/08/09 03:01:44 DEBUG : dir1/0005-fghijkl.txt: md5 = ab1983000ca281cc7df78ef6328f4291 OK 2026/08/09 03:01:46 DEBUG : dir1/0006-ghijklm.txt: md5 = 500f90bf6403a4e0b55dd6fc8914cb1d OK 2026/08/09 03:01:47 DEBUG : dir1/0007-1234567.txt: md5 = c1ae728fa98148a5308f21af47ad6b01 OK 2026/08/09 03:01:48 DEBUG : dir1/0008-2345678.txt: md5 = 403a75ca0a1ebf56452c7f407de36d39 OK 2026/08/09 03:01:50 DEBUG : dir1/0009-3456789.txt: md5 = 11e83c6b64f29c45d207b7c5e41f51f8 OK 2026/08/09 03:01:51 DEBUG : dir1/0010-456789.txt: md5 = 47c97814e75bb8e206622714c8d6f455 OK 2026/08/09 03:01:53 DEBUG : dir1/0011-56789;.txt: md5 = a96935627fc4404491bb717018945e51 OK 2026/08/09 03:01:55 DEBUG : dir1/0012-6789;.txt: md5 = 169d30f02cb267565cb056b93dc4cc4d OK 2026/08/09 03:01:56 DEBUG : dir1/0013-789;=.txt: md5 = f8a2278f85ebf9b75e4e44239d81da3d OK 2026/08/09 03:01:58 DEBUG : dir1/0014-89;=.txt: md5 = 8eb0201a6b96eefd32a163ef9f382a2c OK 2026/08/09 03:01:59 DEBUG : dir1/0015-9;=.txt: md5 = 24974ab6ee15f23da388fa41e60aec75 OK 2026/08/09 03:02:01 DEBUG : apple: md5 = 0764fbcfb36817bc43f1a787e67c9c4a OK 2026/08/09 03:02:02 DEBUG : banana: md5 = e9bdfc9072f3456526826405c6ca8d36 OK 2026/08/09 03:02:03 DEBUG : appleappleapplebanana: md5 = 3ea320f8c94f60ec3682d695a13a3eaf OK 2026/08/09 03:02:05 DEBUG : splitbananasplit: md5 = b433c78bf6224edae0651b81fdb24ed6 OK 2026/08/09 03:02:05 DEBUG : Waiting for deletions to finish 2026/08/09 03:02:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:02:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:02:06 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:06 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:06 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:06 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:06 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:06 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:06 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:06 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:06 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:06 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:06 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:06 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:06 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:06 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:06 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:06 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/09 03:02:06 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:06 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/09 03:02:06 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:06 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/09 03:02:06 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:06 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/09 03:02:06 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:06 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:06 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:06 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:07 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:07 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:07 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:07 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:07 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:07 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:07 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:07 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:07 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:07 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:07 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:07 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:07 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:07 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:07 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:07 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/09 03:02:07 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:02:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:02:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:02:08 DEBUG : YmFuYW5h: md5 = c72a3b6f60159c32d20158796ce961c3 OK 2026/08/09 03:02:08 DEBUG : YmFuYW5h: size = 6 OK 2026/08/09 03:02:08 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/09 03:02:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:08 DEBUG : YXBwbGU=: md5 = 05ef324699b865587854426e0cf87682 OK 2026/08/09 03:02:08 DEBUG : YXBwbGU=: size = 5 OK 2026/08/09 03:02:08 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/09 03:02:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:08 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: md5 = b37183ca8e6d0c29916c8f67e7a40339 OK 2026/08/09 03:02:08 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/09 03:02:08 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:08 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: md5 = d7f0b1a61da3ce2e19aa6502191dd27c OK 2026/08/09 03:02:08 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/09 03:02:08 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:09 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: md5 = fbf35c4423e696f0feb250e13431071f OK 2026/08/09 03:02:09 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/09 03:02:09 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:09 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: md5 = c73c450036e4adc87d35fa53fdbe6f68 OK 2026/08/09 03:02:09 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/09 03:02:09 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:09 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: md5 = 05095f9740ca3700b40843619df155e0 OK 2026/08/09 03:02:09 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/09 03:02:09 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:09 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: md5 = d003d2b320c90a0f7663f0730a28e60a OK 2026/08/09 03:02:09 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/09 03:02:09 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:10 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: md5 = a419889e259a128d0886029da266cdb4 OK 2026/08/09 03:02:10 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/09 03:02:10 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:11 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: md5 = 3b62dc755f5fa464c2169dd1761a91f3 OK 2026/08/09 03:02:11 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/09 03:02:11 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:11 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:11 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: md5 = fda4f86c5c3125f4c57cd7a294c8ddd9 OK 2026/08/09 03:02:11 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/09 03:02:11 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:11 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:11 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: md5 = be3005278bd0333adeafc95b6cb7aa06 OK 2026/08/09 03:02:11 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/09 03:02:11 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:11 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:12 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: md5 = e5e2f36508abff9ccd53841be8b44fbc OK 2026/08/09 03:02:12 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/09 03:02:12 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:12 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: md5 = cf0a198cc56b541d750b8444eb313234 OK 2026/08/09 03:02:12 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/09 03:02:12 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:12 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: md5 = 3f99b70051f56c16af466efe44415c48 OK 2026/08/09 03:02:12 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/09 03:02:12 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:12 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: md5 = c912ae8daeb4a3f427f99f2c578e0767 OK 2026/08/09 03:02:12 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/09 03:02:12 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/09 03:02:13 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: md5 = e6043a8de5d258322e2286e8084407a9 OK 2026/08/09 03:02:13 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/09 03:02:13 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:13 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: md5 = da516645781af20e405305bf1b4f87bf OK 2026/08/09 03:02:13 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/09 03:02:13 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:13 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: md5 = 745dad24e6abedb3d9860943552ec55e OK 2026/08/09 03:02:13 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/09 03:02:13 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:14 DEBUG : dir1/MDAxNS05Oz0udHh0: md5 = 2f50f01318db4151d5c3478e4d2cc3d2 OK 2026/08/09 03:02:14 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/09 03:02:14 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/09 03:02:14 DEBUG : Waiting for deletions to finish 2026/08/09 03:02:14 INFO : dir1/0015-9;=.txt: Deleted 2026/08/09 03:02:14 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/09 03:02:14 INFO : dir1/0014-89;=.txt: Deleted 2026/08/09 03:02:14 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/09 03:02:14 INFO : apple: Deleted 2026/08/09 03:02:14 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/09 03:02:14 INFO : banana: Deleted 2026/08/09 03:02:14 INFO : dir1/0013-789;=.txt: Deleted 2026/08/09 03:02:14 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/09 03:02:14 INFO : appleappleapplebanana: Deleted 2026/08/09 03:02:14 INFO : dir1/0011-56789;.txt: Deleted 2026/08/09 03:02:14 INFO : splitbananasplit: Deleted 2026/08/09 03:02:14 INFO : dir1/0003-defghij.txt: Deleted 2026/08/09 03:02:14 INFO : dir1/0008-2345678.txt: Deleted 2026/08/09 03:02:14 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/09 03:02:14 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/09 03:02:15 INFO : dir1/0012-6789;.txt: Deleted 2026/08/09 03:02:15 INFO : dir1/0010-456789.txt: Deleted 2026/08/09 03:02:15 INFO : dir1/0009-3456789.txt: Deleted 2026/08/09 03:02:15 INFO : dir1/0007-1234567.txt: Deleted 2026/08/09 03:02:15 DEBUG : Waiting for deletions to finish 2026/08/09 03:02:15 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:15 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/09 03:02:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/09 03:02:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:16 DEBUG : dir1: Directory modification time the same (differ by -730.73µs, within tolerance 1ms) 2026/08/09 03:02:16 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:16 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:02:16 DEBUG : YXBwbGU=: size = 5 OK 2026/08/09 03:02:16 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:16 DEBUG : apple: Unchanged skipping 2026/08/09 03:02:16 DEBUG : YmFuYW5h: size = 6 OK 2026/08/09 03:02:16 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:16 DEBUG : banana: Unchanged skipping 2026/08/09 03:02:16 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/09 03:02:16 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:16 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:16 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/09 03:02:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:17 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:17 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:17 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:17 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:17 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:17 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:17 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:17 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:17 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:17 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:17 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:17 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:17 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:17 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:17 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/09 03:02:17 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/09 03:02:17 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/09 03:02:17 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/09 03:02:17 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/09 03:02:17 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/09 03:02:17 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/09 03:02:17 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/09 03:02:17 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/09 03:02:17 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/09 03:02:17 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/09 03:02:17 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/09 03:02:17 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/09 03:02:17 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/09 03:02:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:02:17 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/09 03:02:17 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/09 03:02:17 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/09 03:02:17 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:02:17 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:02:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:02:17 DEBUG : Waiting for deletions to finish 2026/08/09 03:02:17 DEBUG : Waiting for deletions to finish 2026/08/09 03:02:17 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/09 03:02:17 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/09 03:02:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/09 03:02:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/09 03:02:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/09 03:02:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/09 03:02:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/09 03:02:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/09 03:02:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/09 03:02:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/09 03:02:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/09 03:02:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/09 03:02:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:02:30 DEBUG : dir1/0000-abcdefg.txt: md5 = d0fbccc2028726be506c3f4648871794 OK 2026/08/09 03:02:32 DEBUG : dir1/0001-bcdefgh.txt: md5 = e34e2191e871f993519dbe1a844b76b7 OK 2026/08/09 03:02:33 DEBUG : dir1/0002-cdefghi.txt: md5 = 0bfc796e3d2709fc3464692cfd2ecaec OK 2026/08/09 03:02:34 DEBUG : dir1/0003-defghij.txt: md5 = 90850ac0a9d574e19bbab6251abe91d6 OK 2026/08/09 03:02:36 DEBUG : dir1/0004-efghijk.txt: md5 = 11e5fc92ff366ff13f741689c0320ffb OK 2026/08/09 03:02:37 DEBUG : dir1/0005-fghijkl.txt: md5 = f5942bc3be956a2acb1890939aab1e4d OK 2026/08/09 03:02:39 DEBUG : dir1/0006-ghijklm.txt: md5 = 0c05fd9cf8db7525736fc0f3981feca5 OK 2026/08/09 03:02:40 DEBUG : dir1/0007-1234567.txt: md5 = 701e53096b625c05cc6c8f2de85fc4ca OK 2026/08/09 03:02:42 DEBUG : dir1/0008-2345678.txt: md5 = e3443b19d3c60e292604b75b8360dc2f OK 2026/08/09 03:02:43 DEBUG : dir1/0009-3456789.txt: md5 = 54293c21c4567bd95db75eea2b6af104 OK 2026/08/09 03:02:45 DEBUG : dir1/0010-456789.txt: md5 = 7ffeca76f4e62b688603f881f16e85ba OK 2026/08/09 03:02:46 DEBUG : dir1/0011-56789;.txt: md5 = 6f25ff997a817b196741297f48290232 OK 2026/08/09 03:02:47 DEBUG : dir1/0012-6789;.txt: md5 = 47522282a9325b3810563877fdb999f0 OK 2026/08/09 03:02:49 DEBUG : dir1/0013-789;=.txt: md5 = a9ed8f885215c691717e285d85a9b855 OK 2026/08/09 03:02:50 DEBUG : dir1/0014-89;=.txt: md5 = ab5dfed3b6c9fde968c0b14ccce586ed OK 2026/08/09 03:02:52 DEBUG : dir1/0015-9;=.txt: md5 = 821d4bd85eefc6047fbb27ecf96ea981 OK 2026/08/09 03:02:53 DEBUG : apple: md5 = 2de1377efef57f50a6c3377f9394098e OK 2026/08/09 03:02:55 DEBUG : banana: md5 = 8576be36f7c12b15a5df2450c951f5bb OK 2026/08/09 03:02:56 DEBUG : appleappleapplebanana: md5 = bdbb6d92b46e37b58a82938b2f32cd78 OK 2026/08/09 03:02:58 DEBUG : splitbananasplit: md5 = 2fd7114e6a6e62e98119c1da3621b258 OK 2026/08/09 03:02:58 DEBUG : Waiting for deletions to finish 2026/08/09 03:02:58 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:02:58 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:02:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:02:59 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:02:59 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:02:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:02:59 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:02:59 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:02:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:02:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:02:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:02:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:02:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:02:59 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:02:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:02:59 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:02:59 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:02:59 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/09 03:02:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:02:59 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/09 03:02:59 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:02:59 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/09 03:02:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:02:59 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/09 03:02:59 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:02:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:02:59 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:02:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:02:59 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/09 03:02:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/09 03:02:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/09 03:02:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/09 03:02:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:02:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/09 03:02:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:02:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/09 03:02:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:02:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/09 03:02:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:02:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/09 03:02:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/09 03:02:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/09 03:02:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/09 03:02:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/09 03:02:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/09 03:02:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/09 03:02:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/09 03:02:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/09 03:02:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/09 03:02:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:02:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/09 03:02:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/09 03:02:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/09 03:02:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/09 03:02:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/09 03:02:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/09 03:02:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/09 03:02:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/09 03:02:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/09 03:02:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:02:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/09 03:02:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/09 03:02:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/09 03:02:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/09 03:02:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/09 03:02:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/09 03:02:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/09 03:02:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/09 03:02:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/09 03:02:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/09 03:02:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/09 03:02:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/09 03:02:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/09 03:02:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/09 03:02:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/09 03:02:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/09 03:02:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/09 03:02:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/09 03:02:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/09 03:02:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/09 03:02:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/09 03:02:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:02:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:02:59 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/09 03:02:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:02:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/09 03:03:00 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/09 03:03:00 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/09 03:03:00 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/09 03:03:00 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/09 03:03:00 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/09 03:03:00 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/09 03:03:00 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/09 03:03:00 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/09 03:03:00 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/09 03:03:00 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/09 03:03:00 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/09 03:03:00 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/09 03:03:00 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/09 03:03:00 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/09 03:03:00 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/09 03:03:00 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:03:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:03:00 DEBUG : PREFIXappleappleapplebanana: md5 = 6cbd4a4d36769fc12914d9ff4dffce67 OK 2026/08/09 03:03:00 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/09 03:03:00 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/09 03:03:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/09 03:03:00 DEBUG : PREFIXapple: md5 = 96b2b305bb95f950fd68154b5b0fb478 OK 2026/08/09 03:03:00 DEBUG : PREFIXapple: size = 5 OK 2026/08/09 03:03:00 INFO : apple: Copied (new) to: PREFIXapple 2026/08/09 03:03:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/09 03:03:00 DEBUG : PREFIXsplitbananasplit: md5 = 9b7b3250668a8ed5273b7e83fc889d5f OK 2026/08/09 03:03:00 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/09 03:03:00 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/09 03:03:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/09 03:03:00 DEBUG : PREFIXbanana: md5 = 6820a4c06843e257a13ceb61180d1e7f OK 2026/08/09 03:03:00 DEBUG : PREFIXbanana: size = 6 OK 2026/08/09 03:03:00 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/09 03:03:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/09 03:03:02 DEBUG : dir1/PREFIX0000-abcdefg.txt: md5 = 1af907ed2417b4dac824eaf634a2541a OK 2026/08/09 03:03:02 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/09 03:03:02 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/09 03:03:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/09 03:03:02 DEBUG : dir1/PREFIX0001-bcdefgh.txt: md5 = 406f8259c208610fbbd11358d44a2d47 OK 2026/08/09 03:03:02 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:03:02 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/09 03:03:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/09 03:03:02 DEBUG : dir1/PREFIX0002-cdefghi.txt: md5 = ef8910db2e35293af8642ab43a05f317 OK 2026/08/09 03:03:02 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/09 03:03:02 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/09 03:03:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/09 03:03:02 DEBUG : dir1/PREFIX0003-defghij.txt: md5 = 3bc801218f7bcb50296325a6671104db OK 2026/08/09 03:03:02 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/09 03:03:02 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/09 03:03:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/09 03:03:03 DEBUG : dir1/PREFIX0005-fghijkl.txt: md5 = 1f8ffd6299ef54e32481a05449ab00f9 OK 2026/08/09 03:03:03 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/09 03:03:03 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/09 03:03:03 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/09 03:03:03 DEBUG : dir1/PREFIX0004-efghijk.txt: md5 = fef5157445061384b8014ed632303dfc OK 2026/08/09 03:03:03 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/09 03:03:03 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/09 03:03:03 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/09 03:03:03 DEBUG : dir1/PREFIX0006-ghijklm.txt: md5 = ae2ddf8e4cf855ee71475fe5ae7c726c OK 2026/08/09 03:03:03 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/09 03:03:03 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/09 03:03:03 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/09 03:03:03 DEBUG : dir1/PREFIX0007-1234567.txt: md5 = 7c9456352c394ba8bc550effa2a4c16f OK 2026/08/09 03:03:03 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/09 03:03:03 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/09 03:03:03 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/09 03:03:04 DEBUG : dir1/PREFIX0008-2345678.txt: md5 = 7ce2007f05cde239eccc44e01deb2208 OK 2026/08/09 03:03:04 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/09 03:03:04 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/09 03:03:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/09 03:03:04 DEBUG : dir1/PREFIX0009-3456789.txt: md5 = c5c81736c2ea0d56a6f20efbd67a7fe0 OK 2026/08/09 03:03:04 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/09 03:03:04 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/09 03:03:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/09 03:03:05 DEBUG : dir1/PREFIX0011-56789;.txt: md5 = bcbf470cc81e2690ceab2f6da44fbef1 OK 2026/08/09 03:03:05 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/09 03:03:05 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/09 03:03:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/09 03:03:05 DEBUG : dir1/PREFIX0010-456789.txt: md5 = 7ddeb1268a3eb5a44540c84d0fc12566 OK 2026/08/09 03:03:05 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/09 03:03:05 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/09 03:03:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/09 03:03:06 DEBUG : dir1/PREFIX0012-6789;.txt: md5 = 5969504078342edeb3e22fb3573c47d4 OK 2026/08/09 03:03:06 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/09 03:03:06 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/09 03:03:06 DEBUG : dir1/PREFIX0013-789;=.txt: md5 = 6ebacdd3be587f2c2216f78c371f28ec OK 2026/08/09 03:03:06 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/09 03:03:06 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/09 03:03:06 DEBUG : dir1/PREFIX0014-89;=.txt: md5 = c22f7fd8fdb8d5688b1b8326ac254b0f OK 2026/08/09 03:03:06 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/09 03:03:06 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/09 03:03:06 DEBUG : dir1/PREFIX0015-9;=.txt: md5 = ccd3871359dcfb74bdb2b6be816feb4c OK 2026/08/09 03:03:06 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/09 03:03:06 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/09 03:03:06 DEBUG : Waiting for deletions to finish 2026/08/09 03:03:07 INFO : dir1/0007-1234567.txt: Deleted 2026/08/09 03:03:07 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/09 03:03:07 INFO : dir1/0015-9;=.txt: Deleted 2026/08/09 03:03:07 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/09 03:03:07 INFO : apple: Deleted 2026/08/09 03:03:07 INFO : banana: Deleted 2026/08/09 03:03:07 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/09 03:03:07 INFO : dir1/0003-defghij.txt: Deleted 2026/08/09 03:03:07 INFO : dir1/0014-89;=.txt: Deleted 2026/08/09 03:03:07 INFO : dir1/0011-56789;.txt: Deleted 2026/08/09 03:03:07 INFO : dir1/0009-3456789.txt: Deleted 2026/08/09 03:03:07 INFO : dir1/0013-789;=.txt: Deleted 2026/08/09 03:03:07 INFO : appleappleapplebanana: Deleted 2026/08/09 03:03:07 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/09 03:03:07 INFO : splitbananasplit: Deleted 2026/08/09 03:03:07 INFO : dir1/0012-6789;.txt: Deleted 2026/08/09 03:03:07 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/09 03:03:07 INFO : dir1/0010-456789.txt: Deleted 2026/08/09 03:03:07 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/09 03:03:07 INFO : dir1/0008-2345678.txt: Deleted 2026/08/09 03:03:07 DEBUG : Waiting for deletions to finish 2026/08/09 03:03:08 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:03:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/09 03:03:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/09 03:03:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/09 03:03:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/09 03:03:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/09 03:03:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/09 03:03:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/09 03:03:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/09 03:03:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/09 03:03:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/09 03:03:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/09 03:03:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/09 03:03:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/09 03:03:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/09 03:03:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/09 03:03:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/09 03:03:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/09 03:03:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/09 03:03:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/09 03:03:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/09 03:03:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/09 03:03:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/09 03:03:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/09 03:03:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/09 03:03:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/09 03:03:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/09 03:03:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/09 03:03:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/09 03:03:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/09 03:03:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/09 03:03:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/09 03:03:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/09 03:03:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/09 03:03:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/09 03:03:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/09 03:03:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/09 03:03:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/09 03:03:08 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/09 03:03:08 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/09 03:03:08 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/09 03:03:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/09 03:03:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/09 03:03:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/09 03:03:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/09 03:03:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/09 03:03:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/09 03:03:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/09 03:03:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/09 03:03:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/09 03:03:09 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1: Directory modification time the same (differ by -656.736µs, within tolerance 1ms) 2026/08/09 03:03:09 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:03:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:03:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:03:10 DEBUG : banana: md5 = 52fb3cc70c0788b1cc858f6753f11bf6 OK 2026/08/09 03:03:10 DEBUG : banana: size = 6 OK 2026/08/09 03:03:10 INFO : banana: Copied (new) 2026/08/09 03:03:10 DEBUG : apple: md5 = 563e755f5400b1d8f03a9c05cc2a6306 OK 2026/08/09 03:03:10 DEBUG : apple: size = 5 OK 2026/08/09 03:03:10 INFO : apple: Copied (new) 2026/08/09 03:03:10 DEBUG : splitbananasplit: md5 = 3a0c3b3d4206bf6026fe9e15ae023b86 OK 2026/08/09 03:03:10 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:03:10 INFO : splitbananasplit: Copied (new) 2026/08/09 03:03:10 DEBUG : appleappleapplebanana: md5 = 6583b80e0b64446d3e8b65145a133a07 OK 2026/08/09 03:03:10 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:03:10 INFO : appleappleapplebanana: Copied (new) 2026/08/09 03:03:11 DEBUG : dir1/0001-bcdefgh.txt: md5 = 899e78fb7b3360f43557d4647ccad8cf OK 2026/08/09 03:03:11 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:03:11 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/09 03:03:12 DEBUG : dir1/0000-abcdefg.txt: md5 = 74700ecc41aee475f1849b3657a6df61 OK 2026/08/09 03:03:12 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:03:12 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/09 03:03:12 DEBUG : dir1/0003-defghij.txt: md5 = d1faf44a48cd08dcff09b69499798ed1 OK 2026/08/09 03:03:12 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:03:12 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/09 03:03:12 DEBUG : dir1/0002-cdefghi.txt: md5 = 26a7c1706ee8d966ae625f1650a18d4c OK 2026/08/09 03:03:12 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:03:12 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/09 03:03:13 DEBUG : dir1/0004-efghijk.txt: md5 = 6cc36c5333ed1f26488375e25abdaf61 OK 2026/08/09 03:03:13 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:03:13 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/09 03:03:13 DEBUG : dir1/0007-1234567.txt: md5 = a1ca2051650979af05542459b0b9bd4b OK 2026/08/09 03:03:13 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:03:13 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/09 03:03:13 DEBUG : dir1/0005-fghijkl.txt: md5 = 76cfe24757c6402d5e8440a730139baa OK 2026/08/09 03:03:13 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:03:13 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/09 03:03:13 DEBUG : dir1/0006-ghijklm.txt: md5 = a8f81ee8f0ee0c32f9ccc2785f3c357e OK 2026/08/09 03:03:13 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:03:13 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/09 03:03:14 DEBUG : dir1/0009-3456789.txt: md5 = 9ebea66c0599a9c7d73158fddb22f3a3 OK 2026/08/09 03:03:14 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:03:14 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/09 03:03:14 DEBUG : dir1/0010-456789.txt: md5 = 61a36d27ab9e84c834f5cebc4faccf05 OK 2026/08/09 03:03:14 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:03:14 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/09 03:03:14 DEBUG : dir1/0008-2345678.txt: md5 = 9a4e6dfff12bd2ae901a652744146be0 OK 2026/08/09 03:03:14 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:03:14 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/09 03:03:14 DEBUG : dir1/0011-56789;.txt: md5 = 46608e9bbbfe80e0b24a47d7c5834712 OK 2026/08/09 03:03:14 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:03:14 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/09 03:03:16 DEBUG : dir1/0013-789;=.txt: md5 = dc1b54e2ab919fe960c4b02d192a81c0 OK 2026/08/09 03:03:16 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:03:16 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/09 03:03:16 DEBUG : dir1/0012-6789;.txt: md5 = 621df054faecab8e8ff88d5c5d613b7d OK 2026/08/09 03:03:16 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:03:16 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/09 03:03:16 DEBUG : dir1/0015-9;=.txt: md5 = 6f70ad5379e96b177f236821cee085d4 OK 2026/08/09 03:03:16 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:03:16 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/09 03:03:16 DEBUG : dir1/0014-89;=.txt: md5 = 3de77764df55877234024f08ec5b70c6 OK 2026/08/09 03:03:16 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:03:16 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/09 03:03:16 DEBUG : Waiting for deletions to finish 2026/08/09 03:03:16 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/09 03:03:16 INFO : PREFIXapple: Deleted 2026/08/09 03:03:16 INFO : PREFIXbanana: Deleted 2026/08/09 03:03:16 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/09 03:03:16 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/09 03:03:16 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/09 03:03:16 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/09 03:03:16 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/09 03:03:16 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/09 03:03:16 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/09 03:03:16 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/09 03:03:16 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/09 03:03:16 INFO : PREFIXsplitbananasplit: Deleted 2026/08/09 03:03:17 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/09 03:03:17 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/09 03:03:17 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/09 03:03:17 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/09 03:03:17 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/09 03:03:17 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/09 03:03:17 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/09 03:03:17 DEBUG : Waiting for deletions to finish 2026/08/09 03:03:17 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:03:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : Waiting for deletions to finish 2026/08/09 03:03:18 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:03:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:03:32 DEBUG : dir1/0000-abcdefg.txt: md5 = 013fde4ac23a87237a3d6cb40c5404f4 OK 2026/08/09 03:03:33 DEBUG : dir1/0001-bcdefgh.txt: md5 = ab12ae85134540115b6b7dc69f749ff0 OK 2026/08/09 03:03:34 DEBUG : dir1/0002-cdefghi.txt: md5 = 32dda1b5c61fd1dac3d166b9ee84eea9 OK 2026/08/09 03:03:36 DEBUG : dir1/0003-defghij.txt: md5 = feb0f8e92d7136044e8456efd2315627 OK 2026/08/09 03:03:37 DEBUG : dir1/0004-efghijk.txt: md5 = b7fb85c39294e5704084873053a4501d OK 2026/08/09 03:03:39 DEBUG : dir1/0005-fghijkl.txt: md5 = 169149479139064b61b5a61e2adc4a28 OK 2026/08/09 03:03:40 DEBUG : dir1/0006-ghijklm.txt: md5 = 7abe02ac0fe714869080c2f90dd3ba62 OK 2026/08/09 03:03:41 DEBUG : dir1/0007-1234567.txt: md5 = 4b94bb479596a48901db1153fb0e3414 OK 2026/08/09 03:03:43 DEBUG : dir1/0008-2345678.txt: md5 = c77ed2bfef02fff0d591e808e60d0e9e OK 2026/08/09 03:03:44 DEBUG : dir1/0009-3456789.txt: md5 = 7ea158821790eba445bc06755731bb9f OK 2026/08/09 03:03:46 DEBUG : dir1/0010-456789.txt: md5 = fbc4b8e3cfbefd88926edc9363cfed77 OK 2026/08/09 03:03:47 DEBUG : dir1/0011-56789;.txt: md5 = bcf4bcd5cf4b003e45849ba3250b229a OK 2026/08/09 03:03:48 DEBUG : dir1/0012-6789;.txt: md5 = 9f4dd7c07a13199b55efd9fa74bb6e9a OK 2026/08/09 03:03:50 DEBUG : dir1/0013-789;=.txt: md5 = 1bedc526a814d5a44a93ca6ccf474fe0 OK 2026/08/09 03:03:52 DEBUG : dir1/0014-89;=.txt: md5 = 86a63c79237c033381e1726ec71737bb OK 2026/08/09 03:03:53 DEBUG : dir1/0015-9;=.txt: md5 = b852a2f228a70018d9e03789864b3f03 OK 2026/08/09 03:03:55 DEBUG : apple: md5 = ebf773c03b6c37bc3e81451fa6532cb3 OK 2026/08/09 03:03:56 DEBUG : banana: md5 = 3e62d48b7e6cdf7efb5d1174cbb97511 OK 2026/08/09 03:03:58 DEBUG : appleappleapplebanana: md5 = d8ace78fb2f807eb119f447af17fa825 OK 2026/08/09 03:03:59 DEBUG : splitbananasplit: md5 = 1dc98e8c3a35fff11025a3f7e187212b OK 2026/08/09 03:03:59 DEBUG : Waiting for deletions to finish 2026/08/09 03:04:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:04:00 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/09 03:04:00 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:00 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:00 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/09 03:04:00 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:00 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:00 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/09 03:04:00 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:00 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:00 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/09 03:04:00 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:00 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:00 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:00 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:00 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:00 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:00 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/09 03:04:00 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:00 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/09 03:04:00 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:00 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/09 03:04:00 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:00 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:00 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:01 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/09 03:04:01 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/09 03:04:01 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/09 03:04:01 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:04:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:04:02 DEBUG : appleappleapplebananaSUFFIX: md5 = 0b85eff2ca76b01933ab67afd453be44 OK 2026/08/09 03:04:02 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/09 03:04:02 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/09 03:04:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/09 03:04:02 DEBUG : bananaSUFFIX: md5 = 5512a9674af41696feae35d64a8d2c01 OK 2026/08/09 03:04:02 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/09 03:04:02 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/09 03:04:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:02 DEBUG : appleSUFFIX: md5 = 5a5d72f0794ca2dc0282a1acf151d05e OK 2026/08/09 03:04:02 DEBUG : appleSUFFIX: size = 5 OK 2026/08/09 03:04:02 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/09 03:04:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/09 03:04:02 DEBUG : splitbananasplitSUFFIX: md5 = 7cd3fc58f8063f9e36fde9e28ad99e81 OK 2026/08/09 03:04:02 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/09 03:04:02 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/09 03:04:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/09 03:04:03 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: md5 = a47a2b44ba8623d4657488aacd72149a OK 2026/08/09 03:04:03 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/09 03:04:03 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:03 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/09 03:04:03 DEBUG : dir1/0000-abcdefg.txtSUFFIX: md5 = 00665a038c8740e80a2494090e7151da OK 2026/08/09 03:04:03 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/09 03:04:03 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/09 03:04:03 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/09 03:04:03 DEBUG : dir1/0002-cdefghi.txtSUFFIX: md5 = 2288557ba426e417eb635e5d410be1e1 OK 2026/08/09 03:04:03 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/09 03:04:03 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/09 03:04:03 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/09 03:04:04 DEBUG : dir1/0003-defghij.txtSUFFIX: md5 = 362e69d5da3c8ab82c98488bcb083ce8 OK 2026/08/09 03:04:04 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/09 03:04:04 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/09 03:04:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/09 03:04:05 DEBUG : dir1/0004-efghijk.txtSUFFIX: md5 = 2ed52a4a7f171ef83f3c8dc8a694e6fc OK 2026/08/09 03:04:05 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/09 03:04:05 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/09 03:04:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/09 03:04:05 DEBUG : dir1/0005-fghijkl.txtSUFFIX: md5 = 1aa831a32b1c628fd242e71a808b66bd OK 2026/08/09 03:04:05 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/09 03:04:05 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/09 03:04:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/09 03:04:05 DEBUG : dir1/0006-ghijklm.txtSUFFIX: md5 = 615c2f283ad31e6e945c7226edccfed4 OK 2026/08/09 03:04:05 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/09 03:04:05 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/09 03:04:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/09 03:04:05 DEBUG : dir1/0007-1234567.txtSUFFIX: md5 = 3cb267d5f173c62f6817b333617ee7f9 OK 2026/08/09 03:04:05 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/09 03:04:05 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/09 03:04:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/09 03:04:06 DEBUG : dir1/0008-2345678.txtSUFFIX: md5 = 32546b4a7f39ec6a02726c42522d9cef OK 2026/08/09 03:04:06 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/09 03:04:06 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/09 03:04:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/09 03:04:06 DEBUG : dir1/0010-456789.txtSUFFIX: md5 = f82b22f414eb7b39faf61fc77af18967 OK 2026/08/09 03:04:06 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/09 03:04:06 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/09 03:04:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/09 03:04:06 DEBUG : dir1/0009-3456789.txtSUFFIX: md5 = 6f0c77d91a5cb464bc265915f59c44ce OK 2026/08/09 03:04:06 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/09 03:04:06 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/09 03:04:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/09 03:04:06 DEBUG : dir1/0011-56789;.txtSUFFIX: md5 = 4d2b162e41df0dae7937ffbb9c6d02f0 OK 2026/08/09 03:04:06 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/09 03:04:06 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/09 03:04:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/09 03:04:08 DEBUG : dir1/0012-6789;.txtSUFFIX: md5 = 25565420288388f5c486632964e89d6a OK 2026/08/09 03:04:08 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/09 03:04:08 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/09 03:04:08 DEBUG : dir1/0013-789;=.txtSUFFIX: md5 = 6d9d34f09b49ad0ea62cd4d1acbb58b2 OK 2026/08/09 03:04:08 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/09 03:04:08 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/09 03:04:08 DEBUG : dir1/0014-89;=.txtSUFFIX: md5 = d928fde85ff16c943e32c1681e554a1d OK 2026/08/09 03:04:08 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/09 03:04:08 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/09 03:04:08 DEBUG : dir1/0015-9;=.txtSUFFIX: md5 = 2e8bd9f4e2f0505da7d982823f7d74b6 OK 2026/08/09 03:04:08 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/09 03:04:08 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/09 03:04:08 DEBUG : Waiting for deletions to finish 2026/08/09 03:04:08 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/09 03:04:08 INFO : banana: Deleted 2026/08/09 03:04:08 INFO : apple: Deleted 2026/08/09 03:04:08 INFO : dir1/0012-6789;.txt: Deleted 2026/08/09 03:04:08 INFO : dir1/0014-89;=.txt: Deleted 2026/08/09 03:04:08 INFO : dir1/0010-456789.txt: Deleted 2026/08/09 03:04:08 INFO : splitbananasplit: Deleted 2026/08/09 03:04:08 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/09 03:04:09 INFO : dir1/0013-789;=.txt: Deleted 2026/08/09 03:04:09 INFO : appleappleapplebanana: Deleted 2026/08/09 03:04:09 INFO : dir1/0009-3456789.txt: Deleted 2026/08/09 03:04:09 INFO : dir1/0015-9;=.txt: Deleted 2026/08/09 03:04:09 INFO : dir1/0003-defghij.txt: Deleted 2026/08/09 03:04:09 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/09 03:04:09 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/09 03:04:09 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/09 03:04:09 INFO : dir1/0011-56789;.txt: Deleted 2026/08/09 03:04:09 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/09 03:04:09 INFO : dir1/0008-2345678.txt: Deleted 2026/08/09 03:04:09 INFO : dir1/0007-1234567.txt: Deleted 2026/08/09 03:04:09 DEBUG : Waiting for deletions to finish 2026/08/09 03:04:10 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/09 03:04:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : apple: transformed to: appleSUFFIX 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/09 03:04:10 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/09 03:04:10 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/09 03:04:10 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/09 03:04:10 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/09 03:04:10 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/09 03:04:10 DEBUG : dir1: Directory modification time the same (differ by -707.835µs, within tolerance 1ms) 2026/08/09 03:04:10 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:04:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:04:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:04:12 DEBUG : splitbananasplit: md5 = 0450273e69ee20fe5a574079bea34bd6 OK 2026/08/09 03:04:12 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:04:12 INFO : splitbananasplit: Copied (new) 2026/08/09 03:04:12 DEBUG : banana: md5 = ab4af85a35acddb6e0d904177d4c67f9 OK 2026/08/09 03:04:12 DEBUG : banana: size = 6 OK 2026/08/09 03:04:12 INFO : banana: Copied (new) 2026/08/09 03:04:12 DEBUG : appleappleapplebanana: md5 = ca04ab5f3ea1f09010f67ff5bd00aabc OK 2026/08/09 03:04:12 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:04:12 INFO : appleappleapplebanana: Copied (new) 2026/08/09 03:04:12 DEBUG : apple: md5 = 33ee494ba872b81dc06b28bc04c442cc OK 2026/08/09 03:04:12 DEBUG : apple: size = 5 OK 2026/08/09 03:04:12 INFO : apple: Copied (new) 2026/08/09 03:04:13 DEBUG : dir1/0000-abcdefg.txt: md5 = c314cae76e0772a48c12832ccb115445 OK 2026/08/09 03:04:13 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:04:13 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/09 03:04:13 DEBUG : dir1/0001-bcdefgh.txt: md5 = a131bd8e8215b6c6f3914c064e6e9cd0 OK 2026/08/09 03:04:13 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:04:13 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/09 03:04:13 DEBUG : dir1/0002-cdefghi.txt: md5 = f178285d4a13b61c6dbd54aa6774eaa2 OK 2026/08/09 03:04:13 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:04:13 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/09 03:04:13 DEBUG : dir1/0003-defghij.txt: md5 = 8d36b52f8a3c9baf6985c9f5f3194ca4 OK 2026/08/09 03:04:13 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:04:13 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/09 03:04:15 DEBUG : dir1/0005-fghijkl.txt: md5 = fa432d25dd6c36f6c113862c43117776 OK 2026/08/09 03:04:15 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:04:15 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/09 03:04:15 DEBUG : dir1/0004-efghijk.txt: md5 = bb34efc68a3a66d185b614765e313bde OK 2026/08/09 03:04:15 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:04:15 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/09 03:04:15 DEBUG : dir1/0007-1234567.txt: md5 = 640b47965245ec19849645890d2106cb OK 2026/08/09 03:04:15 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:04:15 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/09 03:04:15 DEBUG : dir1/0006-ghijklm.txt: md5 = a9d5c0ebbc857d1aa3e253579736559c OK 2026/08/09 03:04:15 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:04:15 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/09 03:04:16 DEBUG : dir1/0009-3456789.txt: md5 = c8ec9614cddbed051321fbd69d82976e OK 2026/08/09 03:04:16 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:04:16 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/09 03:04:16 DEBUG : dir1/0008-2345678.txt: md5 = 644bb1df80f6790d38b465beaabcc006 OK 2026/08/09 03:04:16 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:04:16 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/09 03:04:16 DEBUG : dir1/0010-456789.txt: md5 = a113f29dc554931c01c75d7c78e8d8e9 OK 2026/08/09 03:04:16 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:04:16 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/09 03:04:16 DEBUG : dir1/0011-56789;.txt: md5 = d31178e6bc645ba856f41cce7e57e132 OK 2026/08/09 03:04:16 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:04:16 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/09 03:04:17 DEBUG : dir1/0012-6789;.txt: md5 = 0543b0b1939b806c955d4560647746a8 OK 2026/08/09 03:04:17 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:04:17 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/09 03:04:17 DEBUG : dir1/0013-789;=.txt: md5 = 0b9dc66e5c9e94cb21dfb65fca41acc5 OK 2026/08/09 03:04:17 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:04:17 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/09 03:04:17 DEBUG : dir1/0014-89;=.txt: md5 = d1fc192d47ab0015a8e12ab93d34ad2c OK 2026/08/09 03:04:17 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:04:17 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/09 03:04:17 DEBUG : dir1/0015-9;=.txt: md5 = 47b65105b5472f6f0125bcf3b29553eb OK 2026/08/09 03:04:17 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:04:17 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/09 03:04:17 DEBUG : Waiting for deletions to finish 2026/08/09 03:04:18 INFO : bananaSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/09 03:04:18 INFO : splitbananasplitSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/09 03:04:18 INFO : appleSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/09 03:04:18 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/09 03:04:19 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/09 03:04:19 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/09 03:04:19 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/09 03:04:19 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/09 03:04:19 DEBUG : Waiting for deletions to finish 2026/08/09 03:04:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:04:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : Waiting for deletions to finish 2026/08/09 03:04:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:04:20 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:04:33 DEBUG : dir1/0000-abcdefg.txt: md5 = a9126287f033f4e5b5fb0fcc6e3f0750 OK 2026/08/09 03:04:35 DEBUG : dir1/0001-bcdefgh.txt: md5 = 85131880e487cd5d5562d521a08274d2 OK 2026/08/09 03:04:36 DEBUG : dir1/0002-cdefghi.txt: md5 = be0fb250f2f52fc2196d43beed89b22d OK 2026/08/09 03:04:38 DEBUG : dir1/0003-defghij.txt: md5 = a9278797ef3b9c32b5cf9f1f90539453 OK 2026/08/09 03:04:39 DEBUG : dir1/0004-efghijk.txt: md5 = f9f247846df3ebdaa2c36d348e8ab7b5 OK 2026/08/09 03:04:40 DEBUG : dir1/0005-fghijkl.txt: md5 = e95acdd1b55ddf49856b98bdfe57a1e8 OK 2026/08/09 03:04:42 DEBUG : dir1/0006-ghijklm.txt: md5 = 2773c13dca9f8f19bf3a96e7466baa9c OK 2026/08/09 03:04:43 DEBUG : dir1/0007-1234567.txt: md5 = b789a8a185a699d1b1ccc0fb0a47593e OK 2026/08/09 03:04:45 DEBUG : dir1/0008-2345678.txt: md5 = 27eafff3e1b6c46a3999660b34e3a0e2 OK 2026/08/09 03:04:46 DEBUG : dir1/0009-3456789.txt: md5 = 219b08ca5dfd6b14c5d7e4f913313a62 OK 2026/08/09 03:04:48 DEBUG : dir1/0010-456789.txt: md5 = f3c4cf558513c25b474a2289e21e6f56 OK 2026/08/09 03:04:49 DEBUG : dir1/0011-56789;.txt: md5 = 51f647da54e10a097fd1cbbd57df7444 OK 2026/08/09 03:04:51 DEBUG : dir1/0012-6789;.txt: md5 = cf72fc8b043a6c7bcb603026aea44414 OK 2026/08/09 03:04:52 DEBUG : dir1/0013-789;=.txt: md5 = df7c56245de45eb6112a7d990fd2e82e OK 2026/08/09 03:04:54 DEBUG : dir1/0014-89;=.txt: md5 = 6faf27f96f954da71f4e558b41ee8afe OK 2026/08/09 03:04:55 DEBUG : dir1/0015-9;=.txt: md5 = 7b2925e71301d23b918712d5ab360015 OK 2026/08/09 03:04:57 DEBUG : apple: md5 = b4f08fac12240c22dee7c107271f633e OK 2026/08/09 03:04:58 DEBUG : banana: md5 = b35b9321ca9c8fde6471f48b9d4284c8 OK 2026/08/09 03:04:59 DEBUG : appleappleapplebanana: md5 = 203161d7c43d17dd7410bbf41fc491ec OK 2026/08/09 03:05:01 DEBUG : splitbananasplit: md5 = 5ada62618c423a0421e3f52169a32fd0 OK 2026/08/09 03:05:01 DEBUG : Waiting for deletions to finish 2026/08/09 03:05:01 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:05:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:05:02 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:02 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:02 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:02 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:02 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/09 03:05:02 DEBUG : apple: size = 5 OK 2026/08/09 03:05:02 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:02 DEBUG : apple: Unchanged skipping 2026/08/09 03:05:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:02 DEBUG : banana: size = 6 OK 2026/08/09 03:05:02 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:02 DEBUG : banana: Unchanged skipping 2026/08/09 03:05:03 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/09 03:05:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:03 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:03 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:03 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:03 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:03 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:03 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:03 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:03 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:03 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/09 03:05:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:03 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:03 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:03 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:03 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:03 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:03 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/09 03:05:03 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:03 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/09 03:05:03 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/09 03:05:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:05:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:05:03 DEBUG : appleapple: md5 = 4e79bd3bf214c37b95866a9549d980b1 OK 2026/08/09 03:05:03 DEBUG : appleapple: size = 21 OK 2026/08/09 03:05:03 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/09 03:05:03 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/09 03:05:04 DEBUG : splitbanan: md5 = 6b39f794eebcf492638bfbbc2785a642 OK 2026/08/09 03:05:04 DEBUG : splitbanan: size = 16 OK 2026/08/09 03:05:04 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/09 03:05:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/09 03:05:04 DEBUG : dir1/0000-abcde: md5 = 15f8e3a9d6f0bf282e0f4939f7842b79 OK 2026/08/09 03:05:04 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/09 03:05:04 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/09 03:05:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/09 03:05:04 DEBUG : dir1/0001-bcdef: md5 = c7ae76527e54fb6d83b79d1d081adada OK 2026/08/09 03:05:04 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/09 03:05:04 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/09 03:05:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/09 03:05:05 DEBUG : dir1/0002-cdefg: md5 = 300c51b9278fae78313b9805eab93e63 OK 2026/08/09 03:05:05 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/09 03:05:05 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/09 03:05:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/09 03:05:05 DEBUG : dir1/0003-defgh: md5 = 1d447323a6120b81406199b535e90d8f OK 2026/08/09 03:05:05 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/09 03:05:05 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/09 03:05:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/09 03:05:06 DEBUG : dir1/0004-efghi: md5 = 2da2c9798e385c366005da7b6105b140 OK 2026/08/09 03:05:06 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/09 03:05:06 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/09 03:05:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/09 03:05:06 DEBUG : dir1/0005-fghij: md5 = 323da65398f0c054b0ac584c6b43ded6 OK 2026/08/09 03:05:06 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/09 03:05:06 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/09 03:05:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/09 03:05:06 DEBUG : dir1/0006-ghijk: md5 = ec63637f308ec2aeab9fd2b5db85a02d OK 2026/08/09 03:05:06 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/09 03:05:06 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/09 03:05:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/09 03:05:07 DEBUG : dir1/0008-23456: md5 = b95d606273e461f5d7bbcd82c2d30ed0 OK 2026/08/09 03:05:07 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/09 03:05:07 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/09 03:05:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/09 03:05:07 DEBUG : dir1/0007-12345: md5 = dc3fe4c712436507ba6fe6e5bf443ad0 OK 2026/08/09 03:05:07 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/09 03:05:07 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/09 03:05:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/09 03:05:07 DEBUG : dir1/0009-34567: md5 = 74245469abefa96e34f0c281175f2918 OK 2026/08/09 03:05:07 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/09 03:05:07 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/09 03:05:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/09 03:05:08 DEBUG : dir1/0010-45678: md5 = ff5eef6f74e045e6e7cde334f96bcef3 OK 2026/08/09 03:05:08 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/09 03:05:08 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/09 03:05:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/09 03:05:08 DEBUG : dir1/0011-56789: md5 = 2da42505bb58667b54fcc576d6e0c9bd OK 2026/08/09 03:05:08 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/09 03:05:08 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/09 03:05:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/09 03:05:08 DEBUG : dir1/0012-6789;: md5 = 81d0c8012e8385afdadc4898819ef0eb OK 2026/08/09 03:05:08 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/09 03:05:08 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/09 03:05:09 DEBUG : dir1/0013-789;=: md5 = ab36527e7032b9920798aa34a249dc95 OK 2026/08/09 03:05:09 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/09 03:05:09 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/09 03:05:09 DEBUG : dir1/0014-89;=.: md5 = e9882b6e2780cb93ed96899343642c2f OK 2026/08/09 03:05:09 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/09 03:05:09 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/09 03:05:10 DEBUG : dir1/0015-9;=.t: md5 = 20204f2132a68923a7659e3b6407a9c0 OK 2026/08/09 03:05:10 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/09 03:05:10 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/09 03:05:10 DEBUG : Waiting for deletions to finish 2026/08/09 03:05:10 INFO : dir1/0003-defghij.txt: Deleted 2026/08/09 03:05:10 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/09 03:05:10 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/09 03:05:10 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/09 03:05:10 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/09 03:05:10 INFO : dir1/0015-9;=.txt: Deleted 2026/08/09 03:05:10 INFO : splitbananasplit: Deleted 2026/08/09 03:05:10 INFO : appleappleapplebanana: Deleted 2026/08/09 03:05:11 INFO : dir1/0007-1234567.txt: Deleted 2026/08/09 03:05:11 INFO : dir1/0011-56789;.txt: Deleted 2026/08/09 03:05:11 INFO : dir1/0010-456789.txt: Deleted 2026/08/09 03:05:11 INFO : dir1/0012-6789;.txt: Deleted 2026/08/09 03:05:11 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/09 03:05:11 INFO : dir1/0009-3456789.txt: Deleted 2026/08/09 03:05:11 INFO : dir1/0013-789;=.txt: Deleted 2026/08/09 03:05:11 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/09 03:05:11 INFO : dir1/0008-2345678.txt: Deleted 2026/08/09 03:05:11 INFO : dir1/0014-89;=.txt: Deleted 2026/08/09 03:05:11 DEBUG : Waiting for deletions to finish 2026/08/09 03:05:12 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : appleapple: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/09 03:05:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/09 03:05:12 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/09 03:05:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/09 03:05:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/09 03:05:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/09 03:05:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/09 03:05:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/09 03:05:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/09 03:05:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/09 03:05:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/09 03:05:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/09 03:05:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/09 03:05:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/09 03:05:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/09 03:05:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/09 03:05:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/09 03:05:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/09 03:05:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/09 03:05:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/09 03:05:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/09 03:05:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/09 03:05:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/09 03:05:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/09 03:05:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/09 03:05:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/09 03:05:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/09 03:05:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/09 03:05:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/09 03:05:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/09 03:05:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/09 03:05:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/09 03:05:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/09 03:05:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/09 03:05:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/09 03:05:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/09 03:05:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/09 03:05:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/09 03:05:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/09 03:05:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/09 03:05:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/09 03:05:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/09 03:05:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/09 03:05:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/09 03:05:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/09 03:05:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/09 03:05:12 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/09 03:05:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/09 03:05:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/09 03:05:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/09 03:05:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/09 03:05:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/09 03:05:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/09 03:05:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/09 03:05:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/09 03:05:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/09 03:05:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/09 03:05:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/09 03:05:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/09 03:05:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/09 03:05:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/09 03:05:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/09 03:05:12 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/09 03:05:12 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/09 03:05:12 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/09 03:05:12 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/09 03:05:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/09 03:05:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/09 03:05:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/09 03:05:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/09 03:05:12 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/09 03:05:12 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/09 03:05:12 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/09 03:05:12 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/09 03:05:12 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/09 03:05:12 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/09 03:05:12 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/09 03:05:12 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/09 03:05:12 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:12 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:12 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:12 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:12 DEBUG : dir1: Directory modification time the same (differ by -747.114µs, within tolerance 1ms) 2026/08/09 03:05:12 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:12 DEBUG : apple: size = 5 OK 2026/08/09 03:05:12 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:12 DEBUG : apple: Unchanged skipping 2026/08/09 03:05:12 DEBUG : appleapple: size = 21 OK 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:12 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:05:12 DEBUG : banana: size = 6 OK 2026/08/09 03:05:12 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:12 DEBUG : banana: Unchanged skipping 2026/08/09 03:05:12 DEBUG : splitbanan: size = 16 OK 2026/08/09 03:05:12 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:12 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:12 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:12 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:12 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:12 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:12 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:12 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:12 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:12 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:12 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:12 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:12 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:12 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:12 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:12 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:12 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:12 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:12 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:12 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/09 03:05:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/09 03:05:13 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/09 03:05:13 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/09 03:05:13 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/09 03:05:13 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/09 03:05:13 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/09 03:05:13 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/09 03:05:13 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/09 03:05:13 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/09 03:05:13 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/09 03:05:13 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/09 03:05:13 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/09 03:05:13 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/09 03:05:13 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/09 03:05:13 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/09 03:05:13 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/09 03:05:13 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/09 03:05:13 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/09 03:05:13 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/09 03:05:13 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/09 03:05:13 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/09 03:05:13 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/09 03:05:13 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/09 03:05:13 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/09 03:05:13 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/09 03:05:13 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/09 03:05:13 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/09 03:05:13 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/09 03:05:13 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/09 03:05:13 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/09 03:05:13 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/09 03:05:13 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:05:13 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/09 03:05:13 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:13 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:05:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:05:13 DEBUG : Waiting for deletions to finish 2026/08/09 03:05:13 DEBUG : Waiting for deletions to finish 2026/08/09 03:05:13 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : appleapple: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/09 03:05:13 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/09 03:05:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:14 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/09 03:05:14 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/09 03:05:14 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/09 03:05:14 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/09 03:05:14 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/09 03:05:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/09 03:05:14 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/09 03:05:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/09 03:05:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/09 03:05:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/09 03:05:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/09 03:05:14 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/09 03:05:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/09 03:05:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/09 03:05:14 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/09 03:05:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/09 03:05:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/09 03:05:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/09 03:05:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/09 03:05:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/09 03:05:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/09 03:05:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/09 03:05:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/09 03:05:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/09 03:05:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/09 03:05:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/09 03:05:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/09 03:05:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/09 03:05:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/09 03:05:14 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/09 03:05:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/09 03:05:14 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/09 03:05:14 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/09 03:05:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/09 03:05:14 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/09 03:05:14 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/09 03:05:14 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/09 03:05:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/09 03:05:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/09 03:05:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/09 03:05:14 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/09 03:05:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/09 03:05:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/09 03:05:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/09 03:05:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/09 03:05:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/09 03:05:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/09 03:05:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/09 03:05:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/09 03:05:14 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/09 03:05:14 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:05:26 DEBUG : dir1/0000-abcdefg.txt: md5 = 824decb2b9492964fccfe95f3472b187 OK 2026/08/09 03:05:27 DEBUG : dir1/0001-bcdefgh.txt: md5 = c1488e136d7e9741378279fb33932f8e OK 2026/08/09 03:05:29 DEBUG : dir1/0002-cdefghi.txt: md5 = 0ebb37956282c57fb41194a8641a8962 OK 2026/08/09 03:05:30 DEBUG : dir1/0003-defghij.txt: md5 = fc2dbcdeff5fbfd475becc0037203cb3 OK 2026/08/09 03:05:32 DEBUG : dir1/0004-efghijk.txt: md5 = 3fddfa3968e99d39447718308a91e3eb OK 2026/08/09 03:05:33 DEBUG : dir1/0005-fghijkl.txt: md5 = 84a3b20ca3a2305f994308ea8194341d OK 2026/08/09 03:05:34 DEBUG : dir1/0006-ghijklm.txt: md5 = f34033ec775cda3bca20bb89450cc0d3 OK 2026/08/09 03:05:36 DEBUG : dir1/0007-1234567.txt: md5 = 569dd1636851f03bba3c70a3d13632a1 OK 2026/08/09 03:05:37 DEBUG : dir1/0008-2345678.txt: md5 = a5cbf62016bff90b012d3bb3fad856ce OK 2026/08/09 03:05:39 DEBUG : dir1/0009-3456789.txt: md5 = b8600556d666e6d1fec706b5a1d18268 OK 2026/08/09 03:05:40 DEBUG : dir1/0010-456789.txt: md5 = 6561000245e562440b06e63884791e03 OK 2026/08/09 03:05:42 DEBUG : dir1/0011-56789;.txt: md5 = 3d066d890e9c627007be672693978c9e OK 2026/08/09 03:05:43 DEBUG : dir1/0012-6789;.txt: md5 = 9f3cc08dbe61eb38ec42a2e12c34ddd6 OK 2026/08/09 03:05:45 DEBUG : dir1/0013-789;=.txt: md5 = 06b91badd5fb9fc37fe238818e3a71a7 OK 2026/08/09 03:05:46 DEBUG : dir1/0014-89;=.txt: md5 = aa889f044d80c4500bcf7babb94dc214 OK 2026/08/09 03:05:48 DEBUG : dir1/0015-9;=.txt: md5 = 30a1b8163ce9279a1f031c47274a651f OK 2026/08/09 03:05:49 DEBUG : apple: md5 = 3fd103d28ce8433594702da64f6952d9 OK 2026/08/09 03:05:51 DEBUG : banana: md5 = e48fa4904d24fd49922dfc769feb6dc4 OK 2026/08/09 03:05:52 DEBUG : appleappleapplebanana: md5 = 999fdfa5d049fdcf50448a1c32c67a0b OK 2026/08/09 03:05:53 DEBUG : splitbananasplit: md5 = 6284a713c879f35a4de86d21cd276b67 OK 2026/08/09 03:05:53 DEBUG : Waiting for deletions to finish 2026/08/09 03:05:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:05:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:05:55 DEBUG : apple: size = 5 OK 2026/08/09 03:05:55 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : apple: Unchanged skipping 2026/08/09 03:05:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:05:55 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:05:55 DEBUG : banana: size = 6 OK 2026/08/09 03:05:55 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : banana: Unchanged skipping 2026/08/09 03:05:55 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/09 03:05:55 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:05:55 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:05:55 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:05:55 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:05:55 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:05:55 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:05:55 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:05:55 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:05:55 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:05:55 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:05:55 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:05:55 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:05:55 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:05:55 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:05:55 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:05:55 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:05:55 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:05:55 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:05:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:05:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:05:55 DEBUG : Waiting for deletions to finish 2026/08/09 03:05:55 INFO : There was nothing to transfer 2026/08/09 03:05:55 DEBUG : Waiting for deletions to finish 2026/08/09 03:05:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:05:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:05:57 DEBUG : dir1: Directory modification time the same (differ by -612.089µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : apple: size = 5 OK 2026/08/09 03:05:57 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : apple: Unchanged skipping 2026/08/09 03:05:57 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:05:57 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:05:57 DEBUG : banana: size = 6 OK 2026/08/09 03:05:57 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : banana: Unchanged skipping 2026/08/09 03:05:57 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:05:57 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:05:57 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:05:57 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:05:57 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:05:57 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:05:57 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:05:57 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:05:57 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:05:57 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:05:57 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:05:57 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:05:57 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:05:57 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:05:57 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:05:57 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:05:57 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:05:57 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:05:57 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:05:57 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:05:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:05:57 DEBUG : Waiting for deletions to finish 2026/08/09 03:05:57 INFO : There was nothing to transfer 2026/08/09 03:05:57 DEBUG : Waiting for deletions to finish 2026/08/09 03:05:58 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:05:58 DEBUG : Waiting for deletions to finish 2026/08/09 03:05:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:05:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:06:12 DEBUG : dir1/0000-abcdefg.txt: md5 = 54fafe3afc9d9f2aacd0ae77c61585e9 OK 2026/08/09 03:06:13 DEBUG : dir1/0001-bcdefgh.txt: md5 = 4c946b94f2ba415f69d86151381943aa OK 2026/08/09 03:06:14 DEBUG : dir1/0002-cdefghi.txt: md5 = 6e0bbc21aa524c7d69676d74d8a158b7 OK 2026/08/09 03:06:16 DEBUG : dir1/0003-defghij.txt: md5 = f12ab7934adfdd15e16544b776f0c1c1 OK 2026/08/09 03:06:17 DEBUG : dir1/0004-efghijk.txt: md5 = 6f2593fb333c1caeacd10dab4cf43230 OK 2026/08/09 03:06:19 DEBUG : dir1/0005-fghijkl.txt: md5 = 0d2e9acdd7733680a2d75371fbf31345 OK 2026/08/09 03:06:20 DEBUG : dir1/0006-ghijklm.txt: md5 = f25cc4fef7f2a4e0d5b6c026fdd64a1f OK 2026/08/09 03:06:22 DEBUG : dir1/0007-1234567.txt: md5 = 471cc4e61f1ff57a0c29f1c6bcbb47c1 OK 2026/08/09 03:06:23 DEBUG : dir1/0008-2345678.txt: md5 = 90dae900533cd237834ffc8657af0d42 OK 2026/08/09 03:06:25 DEBUG : dir1/0009-3456789.txt: md5 = 9bc7d6e70ea845609fd16b1763d0a778 OK 2026/08/09 03:06:26 DEBUG : dir1/0010-456789.txt: md5 = f2e6f4dc1ceac7314d334ab1721aeefe OK 2026/08/09 03:06:28 DEBUG : dir1/0011-56789;.txt: md5 = 85b0912e0240b6a52ac0ff28576f376b OK 2026/08/09 03:06:29 DEBUG : dir1/0012-6789;.txt: md5 = 5efc34d12162dff6706679c2a529e492 OK 2026/08/09 03:06:31 DEBUG : dir1/0013-789;=.txt: md5 = 775d673d7c0011686ca9e3a857d26930 OK 2026/08/09 03:06:32 DEBUG : dir1/0014-89;=.txt: md5 = 1da2b206625582e8804638cf234ae464 OK 2026/08/09 03:06:33 DEBUG : dir1/0015-9;=.txt: md5 = da83519d373281457885c891e0ae22d9 OK 2026/08/09 03:06:35 DEBUG : apple: md5 = 9be5a7f6e50211172b952a65578d3e3b OK 2026/08/09 03:06:36 DEBUG : banana: md5 = 3144c4994cf9281df32ab305c09727ec OK 2026/08/09 03:06:38 DEBUG : appleappleapplebanana: md5 = 41446563d8980e06f0ba9facf296565e OK 2026/08/09 03:06:39 DEBUG : splitbananasplit: md5 = 6a6fe1ba5237800657dc6f77dee1da36 OK 2026/08/09 03:06:39 DEBUG : Waiting for deletions to finish 2026/08/09 03:06:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:06:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:06:41 DEBUG : apple: size = 5 OK 2026/08/09 03:06:41 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : apple: Unchanged skipping 2026/08/09 03:06:41 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:06:41 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:06:41 DEBUG : banana: size = 6 OK 2026/08/09 03:06:41 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : banana: Unchanged skipping 2026/08/09 03:06:41 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/09 03:06:41 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:06:41 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:06:41 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:06:41 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:06:41 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:06:41 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:06:41 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:06:41 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:06:41 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:06:41 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:06:41 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:06:41 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:06:41 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:06:41 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:06:41 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:06:41 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:06:41 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:06:41 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:41 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:06:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:06:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:06:41 DEBUG : Waiting for deletions to finish 2026/08/09 03:06:41 INFO : There was nothing to transfer 2026/08/09 03:06:41 DEBUG : Waiting for deletions to finish 2026/08/09 03:06:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:06:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:06:43 DEBUG : dir1: Directory modification time the same (differ by -346.723µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : apple: size = 5 OK 2026/08/09 03:06:43 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : apple: Unchanged skipping 2026/08/09 03:06:43 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:06:43 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:06:43 DEBUG : banana: size = 6 OK 2026/08/09 03:06:43 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : banana: Unchanged skipping 2026/08/09 03:06:43 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:06:43 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:06:43 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:06:43 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:06:43 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:06:43 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:06:43 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:06:43 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:06:43 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:06:43 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:06:43 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:06:43 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:06:43 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:06:43 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:06:43 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:06:43 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:06:43 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:06:43 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:06:43 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:06:43 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:06:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:06:43 DEBUG : Waiting for deletions to finish 2026/08/09 03:06:43 INFO : There was nothing to transfer 2026/08/09 03:06:43 DEBUG : Waiting for deletions to finish 2026/08/09 03:06:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:06:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:06:57 DEBUG : dir1/0000-abcdefg.txt: md5 = e5884f67e2565403977b34fd863c147b OK 2026/08/09 03:06:58 DEBUG : dir1/0001-bcdefgh.txt: md5 = b9e2cf246479b532d132b1b50709465d OK 2026/08/09 03:07:00 DEBUG : dir1/0002-cdefghi.txt: md5 = 7830182c0cc972ece3d5cc578803b97a OK 2026/08/09 03:07:01 DEBUG : dir1/0003-defghij.txt: md5 = c1d936db427e94415e5ad927d259824b OK 2026/08/09 03:07:03 DEBUG : dir1/0004-efghijk.txt: md5 = 25bd9a9aa2610d668935a753861ead1b OK 2026/08/09 03:07:04 DEBUG : dir1/0005-fghijkl.txt: md5 = 68b807de670080e53fecf487efb461a7 OK 2026/08/09 03:07:06 DEBUG : dir1/0006-ghijklm.txt: md5 = 1565d1935621d7df7442d1da327cc275 OK 2026/08/09 03:07:07 DEBUG : dir1/0007-1234567.txt: md5 = bd83dee330f0abff8c69b16cd81237a4 OK 2026/08/09 03:07:08 DEBUG : dir1/0008-2345678.txt: md5 = d38bb45e812241ccbcaedbd8f142c179 OK 2026/08/09 03:07:10 DEBUG : dir1/0009-3456789.txt: md5 = 721fe4514cd2a61f66007c1b96014172 OK 2026/08/09 03:07:11 DEBUG : dir1/0010-456789.txt: md5 = 880295e4500aad1480c9519235e7407f OK 2026/08/09 03:07:13 DEBUG : dir1/0011-56789;.txt: md5 = 7795ce5f249844cf89a3e68059271f80 OK 2026/08/09 03:07:14 DEBUG : dir1/0012-6789;.txt: md5 = d89abfdb282681cf27e5d81c5cea1d11 OK 2026/08/09 03:07:16 DEBUG : dir1/0013-789;=.txt: md5 = cba36f93e004515c0f94272f0fecd90b OK 2026/08/09 03:07:17 DEBUG : dir1/0014-89;=.txt: md5 = b18f352f4ae0258f3067418ed9502115 OK 2026/08/09 03:07:19 DEBUG : dir1/0015-9;=.txt: md5 = 46e9d7944e4f2c4577a2284da2b86c2d OK 2026/08/09 03:07:20 DEBUG : apple: md5 = a38cb306676816d7deb77a3519a10ce8 OK 2026/08/09 03:07:21 DEBUG : banana: md5 = 5b363a446cad5d077eb7dfa7db5522c6 OK 2026/08/09 03:07:23 DEBUG : appleappleapplebanana: md5 = 7d2aa2f4f02795f2ed4e87dfbf059f9e OK 2026/08/09 03:07:24 DEBUG : splitbananasplit: md5 = f1d03720c9abd4af9e5e878a31ebaf95 OK 2026/08/09 03:07:24 DEBUG : Waiting for deletions to finish 2026/08/09 03:07:25 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:07:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:07:26 DEBUG : apple: size = 5 OK 2026/08/09 03:07:26 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:26 DEBUG : apple: Unchanged skipping 2026/08/09 03:07:26 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:07:26 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:26 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:07:26 DEBUG : banana: size = 6 OK 2026/08/09 03:07:26 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:26 DEBUG : banana: Unchanged skipping 2026/08/09 03:07:26 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/09 03:07:26 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:07:26 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:26 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:07:27 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:07:27 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:07:27 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:07:27 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:07:27 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:07:27 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:07:27 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:07:27 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:07:27 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:07:27 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:07:27 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:07:27 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:07:27 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:07:27 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:07:27 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:07:27 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:27 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:07:27 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:07:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:07:27 DEBUG : Waiting for deletions to finish 2026/08/09 03:07:27 INFO : There was nothing to transfer 2026/08/09 03:07:27 DEBUG : Waiting for deletions to finish 2026/08/09 03:07:27 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:07:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:07:28 DEBUG : apple: size = 5 OK 2026/08/09 03:07:28 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : apple: Unchanged skipping 2026/08/09 03:07:28 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:07:28 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:07:28 DEBUG : banana: size = 6 OK 2026/08/09 03:07:28 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : banana: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1: Directory modification time the same (differ by -63.487µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:07:28 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:07:28 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:07:28 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:07:28 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:07:28 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:07:28 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:07:28 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:07:28 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:07:28 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:07:28 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:07:28 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:07:28 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:07:28 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:07:28 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:07:28 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:07:28 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:07:28 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:07:28 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:07:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:07:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:07:28 DEBUG : Waiting for deletions to finish 2026/08/09 03:07:28 INFO : There was nothing to transfer 2026/08/09 03:07:28 DEBUG : Waiting for deletions to finish 2026/08/09 03:07:29 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:07:29 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:07:42 DEBUG : dir1/0000-abcdefg.txt: md5 = fa12d2fb89ec9a4e7c361fcb7027860d OK 2026/08/09 03:07:44 DEBUG : dir1/0001-bcdefgh.txt: md5 = 0067d7238bed1161c237043f683ab60d OK 2026/08/09 03:07:45 DEBUG : dir1/0002-cdefghi.txt: md5 = fddbfe3155138d49a8f8fdfe579a0600 OK 2026/08/09 03:07:46 DEBUG : dir1/0003-defghij.txt: md5 = 9281d545f54ca0c93e2616cf58bf1bab OK 2026/08/09 03:07:48 DEBUG : dir1/0004-efghijk.txt: md5 = 68ce9a613c021fe047749fb5e65baec5 OK 2026/08/09 03:07:49 DEBUG : dir1/0005-fghijkl.txt: md5 = 12dec28c4246f214ef50a82f5c016574 OK 2026/08/09 03:07:51 DEBUG : dir1/0006-ghijklm.txt: md5 = 3c55272677019f5284752536d5e152cc OK 2026/08/09 03:07:52 DEBUG : dir1/0007-1234567.txt: md5 = 8ccb05dba3ea8b674b4d3e4bcebb91b9 OK 2026/08/09 03:07:54 DEBUG : dir1/0008-2345678.txt: md5 = c12c4d8a21ce380e7c5e3505c91fd095 OK 2026/08/09 03:07:55 DEBUG : dir1/0009-3456789.txt: md5 = 921d895e8f0408d0c64e03eef603da54 OK 2026/08/09 03:07:57 DEBUG : dir1/0010-456789.txt: md5 = 397304a554eb4c5ecb3aecff4836a2e1 OK 2026/08/09 03:07:58 DEBUG : dir1/0011-56789;.txt: md5 = 23a7bf53a198ec03d0c3c8f80787f942 OK 2026/08/09 03:07:59 DEBUG : dir1/0012-6789;.txt: md5 = cf081403cc023ca8da2365e73fb0ab5c OK 2026/08/09 03:08:01 DEBUG : dir1/0013-789;=.txt: md5 = 513d291677e320197af8578a4d38303e OK 2026/08/09 03:08:02 DEBUG : dir1/0014-89;=.txt: md5 = 52d9f3319b25c8c157e2c3477e23c2d8 OK 2026/08/09 03:08:04 DEBUG : dir1/0015-9;=.txt: md5 = 6668b707bb7445fc589d70c893b0c30f OK 2026/08/09 03:08:05 DEBUG : apple: md5 = 091d523f024788a03233e5602aeaa4fd OK 2026/08/09 03:08:07 DEBUG : banana: md5 = c98fdf7a504adae843627ff17459ce5c OK 2026/08/09 03:08:08 DEBUG : appleappleapplebanana: md5 = 50f9a9f9d403a4c89fa09e727b3b5183 OK 2026/08/09 03:08:10 DEBUG : splitbananasplit: md5 = eb03bdcc9cde2178f4f61101882ae000 OK 2026/08/09 03:08:10 DEBUG : Waiting for deletions to finish 2026/08/09 03:08:10 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:08:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:08:11 DEBUG : banana: size = 6 OK 2026/08/09 03:08:11 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:11 DEBUG : banana: Unchanged skipping 2026/08/09 03:08:11 DEBUG : apple: size = 5 OK 2026/08/09 03:08:11 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:08:11 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:11 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:08:11 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:11 DEBUG : apple: Unchanged skipping 2026/08/09 03:08:12 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/09 03:08:12 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:08:12 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:08:12 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:08:12 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:08:12 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:08:12 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:08:12 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:08:12 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:08:12 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:08:12 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:08:12 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:08:12 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:08:12 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:08:12 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:08:12 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:08:12 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:08:12 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:08:12 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:12 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:08:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:08:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:08:12 DEBUG : Waiting for deletions to finish 2026/08/09 03:08:12 INFO : There was nothing to transfer 2026/08/09 03:08:12 DEBUG : Waiting for deletions to finish 2026/08/09 03:08:13 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:08:13 DEBUG : dir1: Directory modification time the same (differ by -770.683µs, within tolerance 1ms) 2026/08/09 03:08:13 DEBUG : apple: size = 5 OK 2026/08/09 03:08:13 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:08:13 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:13 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:08:13 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:13 DEBUG : apple: Unchanged skipping 2026/08/09 03:08:13 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:08:13 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:13 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:08:13 DEBUG : banana: size = 6 OK 2026/08/09 03:08:13 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:13 DEBUG : banana: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:08:14 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:08:14 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:08:14 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:08:14 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:08:14 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:08:14 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:08:14 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:08:14 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:08:14 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:08:14 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:08:14 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:08:14 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:08:14 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:08:14 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:08:14 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:08:14 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:08:14 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:14 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:08:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:08:14 DEBUG : Waiting for deletions to finish 2026/08/09 03:08:14 INFO : There was nothing to transfer 2026/08/09 03:08:14 DEBUG : Waiting for deletions to finish 2026/08/09 03:08:14 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:08:14 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:08:28 DEBUG : dir1/0000-abcdefg.txt: md5 = 9107c98b53c201e98cfdf7aaff5366e2 OK 2026/08/09 03:08:29 DEBUG : dir1/0001-bcdefgh.txt: md5 = 7cf2a0ba3577f0b15c163f12a21bca36 OK 2026/08/09 03:08:31 DEBUG : dir1/0002-cdefghi.txt: md5 = b829d7398362e675e15fad45d533c8a5 OK 2026/08/09 03:08:32 DEBUG : dir1/0003-defghij.txt: md5 = 36b9e6d3d65ed1c58f87980c244e33c8 OK 2026/08/09 03:08:34 DEBUG : dir1/0004-efghijk.txt: md5 = 7dfe642303ec0c2518eaaefa34c35463 OK 2026/08/09 03:08:35 DEBUG : dir1/0005-fghijkl.txt: md5 = 5df841361272329a70980194b4e19dd9 OK 2026/08/09 03:08:37 DEBUG : dir1/0006-ghijklm.txt: md5 = 708f25cd5ec8808e8295c1f19f93c57c OK 2026/08/09 03:08:38 DEBUG : dir1/0007-1234567.txt: md5 = adc366cb5ded82515faf829a8c27d571 OK 2026/08/09 03:08:40 DEBUG : dir1/0008-2345678.txt: md5 = 342e0ec577a55cacc689e00f04397d98 OK 2026/08/09 03:08:41 DEBUG : dir1/0009-3456789.txt: md5 = b89edcbac111079a151bda6f5f0ad224 OK 2026/08/09 03:08:43 DEBUG : dir1/0010-456789.txt: md5 = 950d3fe95128fd2e0ac6c9f0782c15ac OK 2026/08/09 03:08:44 DEBUG : dir1/0011-56789;.txt: md5 = 22c371dc529061700af7248e382c798d OK 2026/08/09 03:08:46 DEBUG : dir1/0012-6789;.txt: md5 = e46851e2153f7c8d1258c4e032c5ddb3 OK 2026/08/09 03:08:47 DEBUG : dir1/0013-789;=.txt: md5 = eabbda880ed121b2e9b8284f62f9c18d OK 2026/08/09 03:08:49 DEBUG : dir1/0014-89;=.txt: md5 = 051094ebb0d2c3b55b54b60e8650444f OK 2026/08/09 03:08:50 DEBUG : dir1/0015-9;=.txt: md5 = 8addb16a335ccd713f7e3798a08f1c0a OK 2026/08/09 03:08:52 DEBUG : apple: md5 = 3294e3b99080681572f9d3d2498b3898 OK 2026/08/09 03:08:53 DEBUG : banana: md5 = 0d0ce287b7e3b7a84aabdfd0b3a03c8c OK 2026/08/09 03:08:55 DEBUG : appleappleapplebanana: md5 = 1d48f43e23d52f43b9a3cefdc2579ca2 OK 2026/08/09 03:08:56 DEBUG : splitbananasplit: md5 = 67c38eaa15a37a5bfe0d3708e125f287 OK 2026/08/09 03:08:56 DEBUG : Waiting for deletions to finish 2026/08/09 03:08:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:08:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:08:58 DEBUG : apple: size = 5 OK 2026/08/09 03:08:58 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : apple: Unchanged skipping 2026/08/09 03:08:58 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:08:58 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:08:58 DEBUG : banana: size = 6 OK 2026/08/09 03:08:58 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : banana: Unchanged skipping 2026/08/09 03:08:58 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/09 03:08:58 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:08:58 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:08:58 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:08:58 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:08:58 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:08:58 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:08:58 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:08:58 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:08:58 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:08:58 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:08:58 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:08:58 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:08:58 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:08:58 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:08:58 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:08:58 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:08:58 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:08:58 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:08:58 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:08:58 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:08:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:08:58 DEBUG : Waiting for deletions to finish 2026/08/09 03:08:58 INFO : There was nothing to transfer 2026/08/09 03:08:58 DEBUG : Waiting for deletions to finish 2026/08/09 03:08:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:08:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1: Directory modification time the same (differ by -489.248µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : apple: size = 5 OK 2026/08/09 03:09:00 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : apple: Unchanged skipping 2026/08/09 03:09:00 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/09 03:09:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/09 03:09:00 DEBUG : banana: size = 6 OK 2026/08/09 03:09:00 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : banana: Unchanged skipping 2026/08/09 03:09:00 DEBUG : splitbananasplit: size = 16 OK 2026/08/09 03:09:00 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : splitbananasplit: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/09 03:09:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/09 03:09:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/09 03:09:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/09 03:09:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/09 03:09:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/09 03:09:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/09 03:09:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/09 03:09:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/09 03:09:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/09 03:09:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/09 03:09:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/09 03:09:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/09 03:09:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/09 03:09:00 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/09 03:09:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:09:00 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/09 03:09:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/09 03:09:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:09:00 DEBUG : Waiting for deletions to finish 2026/08/09 03:09:00 INFO : There was nothing to transfer 2026/08/09 03:09:00 DEBUG : Waiting for deletions to finish 2026/08/09 03:09:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : apple: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : banana: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/09 03:09:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) --- PASS: TestTransform (546.61s) --- PASS: TestTransform/NFC (44.33s) --- PASS: TestTransform/NFD (45.65s) --- PASS: TestTransform/base64 (53.02s) --- PASS: TestTransform/prefix (61.40s) --- PASS: TestTransform/suffix (61.80s) --- PASS: TestTransform/truncate (52.78s) --- PASS: TestTransform/encoder (45.71s) --- PASS: TestTransform/ISO-8859-1 (45.29s) --- PASS: TestTransform/charmap (45.09s) --- PASS: TestTransform/lowercase (45.81s) --- PASS: TestTransform/ascii (45.73s) === RUN TestTransformCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:09:11 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/09 03:09:12 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/09 03:09:12 DEBUG : sub dir_somesuffix: Making directory with metadata 2026/08/09 03:09:12 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2026-08-09T03:09:11.948815138Z) 2026/08/09 03:09:12 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/09 03:09:12 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/09 03:09:12 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/09 03:09:12 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/09 03:09:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:09:12 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/09 03:09:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:09:14 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: md5 = bf2f9c3b1c8708fff2968ece00814119 OK 2026/08/09 03:09:14 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/09 03:09:14 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/09 03:09:14 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (4.82s) === RUN TestDoubleTransform run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:09:16 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:16 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:16 DEBUG : tictactoe: Making directory with metadata 2026/08/09 03:09:17 INFO : tictactoe: Made directory with metadata (mtime=2026-08-09T03:09:16.76988883Z) 2026/08/09 03:09:17 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:17 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:17 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:09:17 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/09 03:09:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:09:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:09:17 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:09:19 DEBUG : tictactoe/tictactoe: md5 = ef938aa43cd552a73a00e1a9eae7d1d4 OK 2026/08/09 03:09:19 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/09 03:09:19 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/09 03:09:19 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (5.10s) === RUN TestFileTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:09:22 DEBUG : toe: Making directory with metadata 2026/08/09 03:09:22 INFO : toe: Made directory with metadata (mtime=2026-08-09T03:09:21.87496677Z) 2026/08/09 03:09:22 DEBUG : toe/toe: Making directory with metadata 2026/08/09 03:09:23 INFO : toe/toe: Made directory with metadata (mtime=2026-08-09T03:09:21.87496677Z) 2026/08/09 03:09:23 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:23 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/09 03:09:23 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/09 03:09:23 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/09 03:09:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:09:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:09:25 DEBUG : toe/toe/tictactoe: md5 = 6c0c36e18a3f19d826534a56af32c217 OK 2026/08/09 03:09:25 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/09 03:09:25 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/09 03:09:25 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (6.77s) === RUN TestNoTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:09:28 DEBUG : toe: Making directory with metadata 2026/08/09 03:09:29 INFO : toe: Made directory with metadata (mtime=2026-08-09T03:09:28.644069965Z) 2026/08/09 03:09:29 DEBUG : toe/toe: Making directory with metadata 2026/08/09 03:09:30 INFO : toe/toe: Made directory with metadata (mtime=2026-08-09T03:09:28.644069965Z) 2026/08/09 03:09:30 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:30 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/09 03:09:30 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/09 03:09:30 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/09 03:09:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:09:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:09:32 DEBUG : toe/toe/tictactoe: md5 = 518d7da6f90a0050daf0c076306a52ed OK 2026/08/09 03:09:32 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/09 03:09:32 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/09 03:09:32 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (7.03s) === RUN TestDirTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:09:35 DEBUG : empty_dir: Making directory with metadata 2026/08/09 03:09:35 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 03:09:35 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:35 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:09:35 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:09:35 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:09:35 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/09 03:09:36 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 03:09:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:09:36 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:36 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:36 DEBUG : tictactoe: Making directory with metadata 2026/08/09 03:09:37 INFO : tictactoe: Made directory with metadata (mtime=2026-08-09T03:09:35.669176884Z) 2026/08/09 03:09:37 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:37 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:37 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:09:37 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/09 03:09:38 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-09T03:09:35.669176884Z) 2026/08/09 03:09:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:09:38 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/09 03:09:38 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/09 03:09:38 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/09 03:09:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:09:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:09:39 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 14ee71ab02b33fc60f382b1cd394ac77 OK 2026/08/09 03:09:39 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/09 03:09:39 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/09 03:09:39 DEBUG : Waiting for deletions to finish --- PASS: TestDirTag (8.24s) === RUN TestAllTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:09:43 DEBUG : empty_dir: Making directory with metadata 2026/08/09 03:09:43 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 03:09:43 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:09:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:09:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:09:44 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/09 03:09:44 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 03:09:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:09:44 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:44 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:44 DEBUG : tictactoe: Making directory with metadata 2026/08/09 03:09:45 INFO : tictactoe: Made directory with metadata (mtime=2026-08-09T03:09:43.911302103Z) 2026/08/09 03:09:45 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:45 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:45 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:09:45 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/09 03:09:46 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-09T03:09:43.911302103Z) 2026/08/09 03:09:46 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:09:46 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/09 03:09:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:09:46 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/09 03:09:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:09:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:09:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:09:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = c20f760f2f44bf99de9645aecb42e6a4 OK 2026/08/09 03:09:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/09 03:09:48 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:09:48 DEBUG : Waiting for deletions to finish 2026/08/09 03:09:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:09:48 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:48 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:09:48 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:09:49 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:49 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:49 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/09 03:09:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/09 03:09:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2026/08/09 03:09:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': 0 differences found 2026/08/09 03:09:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': 1 hashes could not be checked 2026/08/09 03:09:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': 1 matching files --- PASS: TestAllTag (9.25s) === RUN TestRunTwice run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:09:53 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:53 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:53 DEBUG : tictactoe: Making directory with metadata 2026/08/09 03:09:54 INFO : tictactoe: Made directory with metadata (mtime=2026-08-09T03:09:53.165442411Z) 2026/08/09 03:09:54 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:54 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:09:54 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/09 03:09:54 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-09T03:09:53.165442411Z) 2026/08/09 03:09:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:09:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/09 03:09:54 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/09 03:09:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:09:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/09 03:09:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:09:56 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 53a0e15e0ac9a3a4f428b23033dae24f OK 2026/08/09 03:09:56 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/09 03:09:56 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/09 03:09:56 DEBUG : Waiting for deletions to finish 2026/08/09 03:09:57 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:57 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:57 DEBUG : tictactoe: Directory modification time the same (differ by -442.411µs, within tolerance 1ms) 2026/08/09 03:09:57 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:09:57 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:09:57 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -442.411µs, within tolerance 1ms) 2026/08/09 03:09:57 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/09 03:09:57 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/09 03:09:57 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/09 03:09:57 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/09 03:09:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:09:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:09:57 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (8.63s) === RUN TestSyntax 2026/08/09 03:10:01 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:10:02 DEBUG : toe: Making directory with metadata 2026/08/09 03:10:02 INFO : toe: Made directory with metadata (mtime=2026-08-09T03:10:01.792572944Z) 2026/08/09 03:10:02 DEBUG : toe/toe: Making directory with metadata 2026/08/09 03:10:03 INFO : toe/toe: Made directory with metadata (mtime=2026-08-09T03:10:01.792572944Z) 2026/08/09 03:10:03 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/09 03:10:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:10:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:10:05 DEBUG : toe/toe/toe: md5 = 51464fa69c65e727415c94cbab0594fa OK 2026/08/09 03:10:05 DEBUG : toe/toe/toe: size = 11 OK 2026/08/09 03:10:05 INFO : toe/toe/toe: Copied (new) 2026/08/09 03:10:05 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (7.16s) === RUN TestMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:10:08 DEBUG : empty_dir: Making directory with metadata 2026/08/09 03:10:08 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 03:10:08 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:10:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:10:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:10:09 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/09 03:10:09 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 03:10:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:10:09 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:09 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:09 DEBUG : tictactoe: Making directory with metadata 2026/08/09 03:10:10 INFO : tictactoe: Made directory with metadata (mtime=2026-08-09T03:10:08.949681042Z) 2026/08/09 03:10:10 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:10 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:10:10 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/09 03:10:11 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-09T03:10:08.949681042Z) 2026/08/09 03:10:11 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:10:11 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/09 03:10:11 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:10:11 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/09 03:10:11 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:10:11 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:10:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:10:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:10:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = f5fe080560532ac412f99959e8ad2406 OK 2026/08/09 03:10:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/09 03:10:12 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:10:12 INFO : toe/toe/toe.txt: Deleted 2026/08/09 03:10:12 INFO : toe/toe: Removing directory 2026/08/09 03:10:12 INFO : toe: Removing directory 2026/08/09 03:10:12 INFO : empty_dir: Removing directory 2026/08/09 03:10:12 DEBUG : Local file system at /tmp/rclone1117422498: deleted 3 directories --- PASS: TestMove (8.42s) === RUN TestTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:10:17 DEBUG : empty_dir: Making directory with metadata 2026/08/09 03:10:17 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 03:10:17 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:17 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:10:17 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:10:17 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:10:17 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/09 03:10:18 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 03:10:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:10:18 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:18 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:18 DEBUG : tictactoe: Making directory with metadata 2026/08/09 03:10:19 INFO : tictactoe: Made directory with metadata (mtime=2026-08-09T03:10:17.373808055Z) 2026/08/09 03:10:19 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:19 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:19 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:10:19 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/09 03:10:20 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-09T03:10:17.373808055Z) 2026/08/09 03:10:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:10:20 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/09 03:10:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:10:20 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/09 03:10:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:10:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:10:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:10:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:10:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = a1997bb70204524bf7fcdd63bb6ab8e9 OK 2026/08/09 03:10:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/09 03:10:21 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:10:21 INFO : toe/toe/toe.txt: Deleted 2026/08/09 03:10:21 INFO : toe/toe: Removing directory 2026/08/09 03:10:21 INFO : toe: Removing directory 2026/08/09 03:10:21 INFO : empty_dir: Removing directory 2026/08/09 03:10:21 DEBUG : Local file system at /tmp/rclone1117422498: deleted 3 directories 2026/08/09 03:10:22 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/09 03:10:22 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/09 03:10:22 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/09 03:10:22 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/09 03:10:22 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/09 03:10:25 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (13.37s) === RUN TestManualTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:10:30 DEBUG : Reset feature "Copy" 2026/08/09 03:10:30 DEBUG : Reset feature "Move" 2026/08/09 03:10:30 DEBUG : Reset feature "Copy" 2026/08/09 03:10:30 DEBUG : Reset feature "Move" 2026/08/09 03:10:30 DEBUG : empty_dir: Making directory with metadata 2026/08/09 03:10:30 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 03:10:30 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:10:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:10:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:10:30 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/09 03:10:31 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/09 03:10:31 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/09 03:10:31 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:31 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:31 DEBUG : tictactoe: Making directory with metadata 2026/08/09 03:10:32 INFO : tictactoe: Made directory with metadata (mtime=2026-08-09T03:10:30.747009206Z) 2026/08/09 03:10:32 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:32 DEBUG : toe: transformed to: tictactoe 2026/08/09 03:10:32 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:10:32 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/09 03:10:33 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-09T03:10:30.747009206Z) 2026/08/09 03:10:33 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/09 03:10:33 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/09 03:10:33 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:10:33 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/09 03:10:33 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:10:33 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:10:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:10:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:10:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 3e4121904afbcaf1e2741ecb90ad1922 OK 2026/08/09 03:10:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/09 03:10:34 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/09 03:10:34 INFO : toe/toe/toe.txt: Deleted 2026/08/09 03:10:34 INFO : toe/toe: Removing directory 2026/08/09 03:10:34 INFO : toe: Removing directory 2026/08/09 03:10:34 INFO : empty_dir: Removing directory 2026/08/09 03:10:34 DEBUG : Local file system at /tmp/rclone1117422498: deleted 3 directories 2026/08/09 03:10:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/09 03:10:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/09 03:10:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/09 03:10:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/09 03:10:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/09 03:10:39 DEBUG : toe/toe/toe.txt: md5 = c85f3cc989503281ee3f874b700b519e OK 2026/08/09 03:10:39 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/09 03:10:39 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/09 03:10:40 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (15.58s) === RUN TestBase64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:10:46 DEBUG : toe: transformed to: dG9l 2026/08/09 03:10:46 DEBUG : toe: transformed to: dG9l 2026/08/09 03:10:46 DEBUG : dG9l: Making directory with metadata 2026/08/09 03:10:47 INFO : dG9l: Made directory with metadata (mtime=2026-08-09T03:10:46.327242828Z) 2026/08/09 03:10:47 DEBUG : toe: transformed to: dG9l 2026/08/09 03:10:47 DEBUG : toe: transformed to: dG9l 2026/08/09 03:10:47 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/09 03:10:47 DEBUG : dG9l/dG9l: Making directory with metadata 2026/08/09 03:10:48 INFO : dG9l/dG9l: Made directory with metadata (mtime=2026-08-09T03:10:46.327242828Z) 2026/08/09 03:10:48 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/09 03:10:48 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/09 03:10:48 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/09 03:10:48 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/09 03:10:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:10:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:10:48 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/09 03:10:49 DEBUG : dG9l/dG9l/dG9lLnR4dA==: md5 = a14b1dfdc1ff95732e78770bbe047f67 OK 2026/08/09 03:10:49 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/09 03:10:49 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/09 03:10:49 DEBUG : Waiting for deletions to finish 2026/08/09 03:10:50 DEBUG : dG9l: transformed to: toe 2026/08/09 03:10:50 DEBUG : dG9l: transformed to: toe 2026/08/09 03:10:50 DEBUG : toe: Directory modification time the same (differ by 242.828µs, within tolerance 1ms) 2026/08/09 03:10:50 DEBUG : Added delayed dir = "toe", newDst=toe 2026/08/09 03:10:51 DEBUG : dG9l: transformed to: toe 2026/08/09 03:10:51 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/09 03:10:51 DEBUG : toe/toe: Directory modification time the same (differ by 242.828µs, within tolerance 1ms) 2026/08/09 03:10:51 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/08/09 03:10:51 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/09 03:10:51 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/09 03:10:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/09 03:10:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/09 03:10:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/09 03:10:51 DEBUG : Local file system at /tmp/rclone1117422498: Waiting for checks to finish 2026/08/09 03:10:51 DEBUG : Local file system at /tmp/rclone1117422498: Waiting for transfers to finish 2026/08/09 03:10:51 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (8.74s) === RUN TestError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move'", Local "Local file system at /tmp/rclone1117422498", Modify Window "1ms" 2026/08/09 03:10:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/09 03:10:55 DEBUG : toe: transformed to: 2026/08/09 03:10:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/09 03:10:55 DEBUG : toe: transformed to: 2026/08/09 03:10:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Making directory with metadata 2026/08/09 03:10:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Made directory with metadata (mtime=2026-08-09T03:10:55.07137361Z) 2026/08/09 03:10:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/09 03:10:55 DEBUG : toe: transformed to: 2026/08/09 03:10:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/09 03:10:55 DEBUG : toe: transformed to: 2026/08/09 03:10:55 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/09 03:10:55 DEBUG : toe/toe: transformed to: 2026/08/09 03:10:55 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/09 03:10:55 DEBUG : toe/toe: Making directory with metadata 2026/08/09 03:10:57 INFO : toe/toe: Made directory with metadata (mtime=2026-08-09T03:10:55.07137361Z) 2026/08/09 03:10:57 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/09 03:10:57 DEBUG : toe/toe: transformed to: 2026/08/09 03:10:57 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/09 03:10:57 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/09 03:10:57 DEBUG : toe: transformed to: 2026/08/09 03:10:57 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/09 03:10:57 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/09 03:10:57 DEBUG : toe/toe/toe: transformed to: 2026/08/09 03:10:57 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/09 03:10:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for checks to finish 2026/08/09 03:10:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Waiting for transfers to finish 2026/08/09 03:10:58 DEBUG : toe/toe/toe: md5 = 38dc5d3d16ea504ee59af138dae5fad5 OK 2026/08/09 03:10:58 DEBUG : toe/toe/toe: size = 11 OK 2026/08/09 03:10:58 INFO : toe/toe/toe: Copied (new) 2026/08/09 03:10:58 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': not deleting files as there were IO errors 2026/08/09 03:10:58 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': not deleting directories as there were IO errors --- PASS: TestError (7.49s) PASS 2026/08/09 03:11:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaxosij1move': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 26m2.574802877s (try 1/5)