"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2026/08/16 01:24:53 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo" 2026/08/16 01:24:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/16 01:24:53 DEBUG : Creating backend with remote "/tmp/rclone4157879726" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/patternNeedsGlob === RUN TestNewLess/patternRejectsEmptyGlob === RUN TestNewLess/patternRejectsBadGlob === RUN TestNewLess/patternOrder === 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/patternNeedsGlob (0.00s) --- PASS: TestNewLess/patternRejectsEmptyGlob (0.00s) --- PASS: TestNewLess/patternRejectsBadGlob (0.00s) --- PASS: TestNewLess/patternOrder (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 "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:24:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:24:54 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/16 01:24:54 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:24:54 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.47s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:24:55 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/16 01:24:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:24:55 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:24:55 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:24:56 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:24:56 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:24:56 INFO : sub dir/hello world: Copied (new) 2026/08/16 01:24:56 DEBUG : B2 bucket rclone-test-pijilif5wajo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (1.64s) === RUN TestCopyMetadata run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.36s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.36s) === RUN TestCopyMissingDirectory run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:24:57 DEBUG : Creating backend with remote "/non-existing" 2026/08/16 01:24:57 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/16 01:24:57 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:24:57 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.54s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:24:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:24:58 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:24:58 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:24:59 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:24:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:24:59 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.46s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.36s) === RUN TestCopyCheckFirst run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:00 INFO : B2 bucket rclone-test-pijilif5wajo: Running all checks before starting transfers 2026/08/16 01:25:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:25:00 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:00 INFO : B2 bucket rclone-test-pijilif5wajo: Checks finished, now starting transfers 2026/08/16 01:25:00 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:00 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:25:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:00 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.09s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:01 ERROR : Ignoring --no-traverse with sync 2026/08/16 01:25:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:25:01 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:01 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:01 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:25:01 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:01 INFO : sub dir/hello world: Copied (new) 2026/08/16 01:25:01 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.15s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:02 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/16 01:25:02 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:02 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:02 DEBUG : hello world2: size = 12 OK 2026/08/16 01:25:02 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/16 01:25:02 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.09s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:03 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:25:03 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:03 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:03 DEBUG : potato2: size = 11 OK 2026/08/16 01:25:03 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:03 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.12s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:05 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:25:05 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:05 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:05 DEBUG : potato2: size = 11 OK 2026/08/16 01:25:05 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:05 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.45s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:06 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/16 01:25:06 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/16 01:25:06 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/16 01:25:06 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/16 01:25:06 INFO : sub dir2: Making directory 2026/08/16 01:25:06 INFO : sub dir: Making directory 2026/08/16 01:25:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:25:06 INFO : sub dir2/sub sub dir2: Making directory 2026/08/16 01:25:06 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:06 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:06 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:25:06 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:06 INFO : sub dir/hello world: Copied (new) fstest.go:250: Filtering empty directory "sub dir2" fstest.go:250: Filtering empty directory "sub dir2/sub sub dir2" 2026/08/16 01:25:06 DEBUG : B2 bucket rclone-test-pijilif5wajo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.16s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:07 INFO : sub dir2: Making directory 2026/08/16 01:25:07 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/16 01:25:07 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/16 01:25:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:25:07 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:07 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:07 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:25:07 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:07 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.09s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:08 DEBUG : sub dir2: Making directory with metadata 2026/08/16 01:25:08 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/16 01:25:08 INFO : sub dir2: Making directory 2026/08/16 01:25:08 INFO : sub dir: Making directory 2026/08/16 01:25:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:25:08 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:08 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:08 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:25:08 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:08 INFO : sub dir/hello world: Copied (new) 2026/08/16 01:25:08 INFO : sub dir/hello world: Deleted fstest.go:250: Filtering empty directory "sub dir2" 2026/08/16 01:25:08 DEBUG : B2 bucket rclone-test-pijilif5wajo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/16 01:25:09 DEBUG : B2 bucket rclone-test-pijilif5wajo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.28s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" sync_test.go:438: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.36s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:09 INFO : sub dir2: Making directory 2026/08/16 01:25:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:25:10 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:10 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:10 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:25:10 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:10 INFO : sub dir/hello world: Copied (new) 2026/08/16 01:25:10 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.09s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:11 DEBUG : sub dir2: Making directory with metadata 2026/08/16 01:25:11 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/16 01:25:11 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/16 01:25:11 INFO : sub dir2: Making directory 2026/08/16 01:25:11 INFO : sub dir: Making directory 2026/08/16 01:25:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:25:11 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:11 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:11 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:25:11 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:11 INFO : sub dir/hello world: Copied (new) 2026/08/16 01:25:11 DEBUG : Waiting for deletions to finish fstest.go:250: Filtering empty directory "sub dir2" 2026/08/16 01:25:11 DEBUG : B2 bucket rclone-test-pijilif5wajo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.12s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.36s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:12 INFO : sub dir2: Making directory 2026/08/16 01:25:12 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:25:12 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:12 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:12 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:25:12 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:12 INFO : sub dir/hello world: Copied (new) 2026/08/16 01:25:12 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.09s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:13 DEBUG : Creating backend with remote "TestB2:rclone-test-malebek4vulo" sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-pijilif5wajo -> B2 bucket rclone-test-malebek4vulo 2026/08/16 01:25:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:25:15 DEBUG : B2 bucket rclone-test-malebek4vulo: Waiting for checks to finish 2026/08/16 01:25:15 DEBUG : B2 bucket rclone-test-malebek4vulo: Waiting for transfers to finish 2026/08/16 01:25:15 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:25:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:15 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/16 01:25:15 DEBUG : B2 bucket rclone-test-malebek4vulo: Purge remote 2026/08/16 01:25:15 INFO : B2 bucket rclone-test-malebek4vulo: cleaning bucket "rclone-test-malebek4vulo" of all files 2026/08/16 01:25:16 DEBUG : sub dir/hello world: Deleting (id "4_zdf824d9320cd0b8baf080e1b_f404bbbea29ad1ec9_d20260816_m012515_c001_v0001116_t0004_u01786843515723") --- PASS: TestServerSideCopy (3.72s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:18 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:25:18 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:25:18 DEBUG : sub dir/hello world: Sizes differ 2026/08/16 01:25:18 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:18 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:18 DEBUG : sub dir/hello world: size = 17 OK 2026/08/16 01:25:18 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/16 01:25:18 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.85s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:19 DEBUG : Creating backend with remote "TestB2:rclone-test-lezobey6nire" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-pijilif5wajo -> B2 bucket rclone-test-lezobey6nire 2026/08/16 01:25:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:25:20 DEBUG : B2 bucket rclone-test-lezobey6nire: Waiting for checks to finish 2026/08/16 01:25:20 DEBUG : B2 bucket rclone-test-lezobey6nire: Waiting for transfers to finish 2026/08/16 01:25:21 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:25:21 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:21 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/16 01:25:22 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:25:22 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-lezobey6nire) 2026/08/16 01:25:22 DEBUG : sub dir/hello world: Sizes differ 2026/08/16 01:25:22 DEBUG : B2 bucket rclone-test-lezobey6nire: Waiting for checks to finish 2026/08/16 01:25:22 DEBUG : B2 bucket rclone-test-lezobey6nire: Waiting for transfers to finish 2026/08/16 01:25:22 DEBUG : sub dir/hello world: size = 17 OK 2026/08/16 01:25:22 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/16 01:25:22 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/16 01:25:23 DEBUG : B2 bucket rclone-test-lezobey6nire: Purge remote 2026/08/16 01:25:23 INFO : B2 bucket rclone-test-lezobey6nire: cleaning bucket "rclone-test-lezobey6nire" of all files 2026/08/16 01:25:23 DEBUG : sub dir/hello world: Deleting (id "4_z9f825df320cd0b8baf080e1b_f4154cec0fa2cc7b7_d20260816_m012522_c001_v0001115_t0038_u01786843522765") 2026/08/16 01:25:23 DEBUG : sub dir/hello world: Deleting (id "4_z9f825df320cd0b8baf080e1b_f418e5b25c522c65d_d20260816_m012521_c001_v0001100_t0042_u01786843521281") --- PASS: TestServerSideCopyOverSelf (5.40s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:25 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:25:25 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:25:25 DEBUG : sub dir/hello world: Sizes differ 2026/08/16 01:25:25 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:25 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:25 DEBUG : sub dir/hello world: size = 17 OK 2026/08/16 01:25:25 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/16 01:25:25 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/16 01:25:25 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.66s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:26 DEBUG : Creating backend with remote "TestB2:rclone-test-muwiyoc8race" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-pijilif5wajo -> B2 bucket rclone-test-muwiyoc8race 2026/08/16 01:25:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:25:27 DEBUG : B2 bucket rclone-test-muwiyoc8race: Waiting for checks to finish 2026/08/16 01:25:27 DEBUG : B2 bucket rclone-test-muwiyoc8race: Waiting for transfers to finish 2026/08/16 01:25:28 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:25:28 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:28 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/16 01:25:29 DEBUG : B2 bucket rclone-test-muwiyoc8race: Waiting for checks to finish 2026/08/16 01:25:29 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:25:29 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-muwiyoc8race) 2026/08/16 01:25:29 DEBUG : sub dir/hello world: Sizes differ 2026/08/16 01:25:29 DEBUG : B2 bucket rclone-test-muwiyoc8race: Waiting for transfers to finish 2026/08/16 01:25:29 DEBUG : sub dir/hello world: size = 17 OK 2026/08/16 01:25:29 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/16 01:25:29 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/16 01:25:29 INFO : sub dir/hello world: Deleted 2026/08/16 01:25:30 DEBUG : testing file moves 2026/08/16 01:25:30 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:25:30 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-muwiyoc8race) 2026/08/16 01:25:30 DEBUG : sub dir/hello world: Sizes differ 2026/08/16 01:25:30 DEBUG : B2 bucket rclone-test-muwiyoc8race: Waiting for checks to finish 2026/08/16 01:25:30 DEBUG : B2 bucket rclone-test-muwiyoc8race: Waiting for transfers to finish 2026/08/16 01:25:31 DEBUG : sub dir/hello world: size = 24 OK 2026/08/16 01:25:31 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/08/16 01:25:31 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/16 01:25:31 INFO : sub dir/hello world: Deleted 2026/08/16 01:25:31 DEBUG : B2 bucket rclone-test-muwiyoc8race: Purge remote 2026/08/16 01:25:31 INFO : B2 bucket rclone-test-muwiyoc8race: cleaning bucket "rclone-test-muwiyoc8race" of all files 2026/08/16 01:25:31 DEBUG : sub dir/hello world: Deleting (id "4_z1f627db320cd0b8baf080e1b_f415ab8d4eeeb1afd_d20260816_m012531_c001_v0001100_t0029_u01786843531022") 2026/08/16 01:25:31 DEBUG : sub dir/hello world: Deleting (id "4_z1f627db320cd0b8baf080e1b_f4015ccb4bdeb65af_d20260816_m012529_c001_v0001044_t0043_u01786843529541") 2026/08/16 01:25:31 DEBUG : sub dir/hello world: Deleting (id "4_z1f627db320cd0b8baf080e1b_f401b01a507b90095_d20260816_m012528_c001_v0001097_t0009_u01786843528398") --- PASS: TestServerSideMoveOverSelf (7.02s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:33 ERROR : error listing: directory not found 2026/08/16 01:25:33 INFO : Local file system at /tmp/rclone4157879726: Making directory 2026/08/16 01:25:33 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:33 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.46s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:25:35 DEBUG : Local file system at /tmp/rclone4157879726: Waiting for checks to finish 2026/08/16 01:25:35 DEBUG : Local file system at /tmp/rclone4157879726: Waiting for transfers to finish 2026/08/16 01:25:35 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/08/16 01:25:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:25:35 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/08/16 01:25:35 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.81s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:36 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/16 01:25:36 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:36 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:36 DEBUG : check sum: size = 1 OK 2026/08/16 01:25:36 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/16 01:25:36 INFO : check sum: Copied (new) 2026/08/16 01:25:36 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:37 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:37 DEBUG : check sum: size = 1 OK 2026/08/16 01:25:37 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/16 01:25:37 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/08/16 01:25:37 DEBUG : check sum: Unchanged skipping 2026/08/16 01:25:37 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:37 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:37 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.54s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:38 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/16 01:25:38 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:38 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:38 DEBUG : sizeonly: size = 6 OK 2026/08/16 01:25:38 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/16 01:25:38 INFO : sizeonly: Copied (new) 2026/08/16 01:25:38 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:38 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:38 DEBUG : sizeonly: size = 6 OK 2026/08/16 01:25:38 DEBUG : sizeonly: Sizes identical 2026/08/16 01:25:38 DEBUG : sizeonly: Unchanged skipping 2026/08/16 01:25:38 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:38 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:38 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.46s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:39 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/16 01:25:39 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:39 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:39 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/08/16 01:25:39 INFO : ignore-size: Copied (new) 2026/08/16 01:25:39 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:40 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:25:40 DEBUG : ignore-size: Unchanged skipping 2026/08/16 01:25:40 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:40 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:40 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:40 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.46s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:41 DEBUG : existing: size = 6 OK 2026/08/16 01:25:41 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:25:41 DEBUG : existing: Unchanged skipping 2026/08/16 01:25:41 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:41 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:41 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:41 INFO : There was nothing to transfer 2026/08/16 01:25:41 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/16 01:25:41 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:41 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:41 DEBUG : existing: size = 6 OK 2026/08/16 01:25:41 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/16 01:25:41 INFO : existing: Copied (replaced existing) 2026/08/16 01:25:41 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.78s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:42 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/16 01:25:42 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:42 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:43 DEBUG : existing: size = 6 OK 2026/08/16 01:25:43 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/16 01:25:43 INFO : existing: Copied (new) 2026/08/16 01:25:43 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:43 DEBUG : existing: Destination exists, skipping 2026/08/16 01:25:43 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:43 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:43 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:43 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.46s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:44 INFO : d: Making directory fstest.go:250: Filtering empty directory "d" 2026/08/16 01:25:44 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/16 01:25:45 DEBUG : c/non empty space: size = 5 OK 2026/08/16 01:25:45 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:25:45 DEBUG : c/non empty space: Unchanged skipping 2026/08/16 01:25:45 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:45 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:45 DEBUG : a/potato2: size = 60 OK 2026/08/16 01:25:45 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:25:45 INFO : a/potato2: Copied (new) 2026/08/16 01:25:45 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:45 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.46s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:47 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:47 DEBUG : empty space: size = 1 OK 2026/08/16 01:25:47 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/16 01:25:47 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/16 01:25:47 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/08/16 01:25:47 DEBUG : empty space: Unchanged skipping 2026/08/16 01:25:47 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:47 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:47 INFO : There was nothing to transfer 2026/08/16 01:25:47 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:47 DEBUG : empty space: size = 1 OK 2026/08/16 01:25:47 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/16 01:25:47 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/16 01:25:48 INFO : empty space: Updated modification time in destination 2026/08/16 01:25:48 DEBUG : empty space: Unchanged skipping 2026/08/16 01:25:48 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:48 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:48 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.41s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:49 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:49 DEBUG : empty space: size = 1 OK 2026/08/16 01:25:49 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/16 01:25:49 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/16 01:25:49 DEBUG : empty space: Unchanged skipping 2026/08/16 01:25:49 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:49 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:49 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.33s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:50 DEBUG : foo: size = 3 OK 2026/08/16 01:25:50 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/16 01:25:50 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:50 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:25:50 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:25:50 DEBUG : foo: sha1 differ 2026/08/16 01:25:50 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:51 DEBUG : foo: size = 3 OK 2026/08/16 01:25:51 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/08/16 01:25:51 INFO : foo: Copied (replaced existing) 2026/08/16 01:25:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.47s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:52 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/16 01:25:52 DEBUG : empty space: size = 1 OK 2026/08/16 01:25:52 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:25:52 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:52 DEBUG : empty space: Unchanged skipping 2026/08/16 01:25:52 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:52 DEBUG : potato: size = 60 OK 2026/08/16 01:25:52 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:25:52 INFO : potato: Copied (new) 2026/08/16 01:25:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (1.80s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:54 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:54 DEBUG : potato: size = 21 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:25:54 DEBUG : potato: size = 60 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:25:54 DEBUG : potato: Sizes differ 2026/08/16 01:25:54 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:54 DEBUG : potato: size = 21 OK 2026/08/16 01:25:54 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/08/16 01:25:54 INFO : potato: Copied (replaced existing) 2026/08/16 01:25:54 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.83s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:56 DEBUG : potato: size = 21 OK 2026/08/16 01:25:56 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/16 01:25:56 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:56 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone4157879726) 2026/08/16 01:25:56 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:25:56 DEBUG : potato: sha1 differ 2026/08/16 01:25:56 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:56 DEBUG : potato: size = 21 OK 2026/08/16 01:25:56 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/08/16 01:25:56 INFO : potato: Copied (replaced existing) 2026/08/16 01:25:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.47s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:57 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:25:57 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/16 01:25:57 DEBUG : empty space: size = 1 OK 2026/08/16 01:25:57 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:57 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:25:57 DEBUG : empty space: Unchanged skipping 2026/08/16 01:25:57 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:57 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:57 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.48s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:25:59 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:25:59 DEBUG : empty space: size = 1 OK 2026/08/16 01:25:59 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:25:59 DEBUG : empty space: Unchanged skipping 2026/08/16 01:25:59 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:25:59 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:25:59 DEBUG : potato2: size = 60 OK 2026/08/16 01:25:59 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:25:59 INFO : potato2: Copied (new) 2026/08/16 01:25:59 DEBUG : Waiting for deletions to finish 2026/08/16 01:25:59 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.38s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:01 INFO : d: Making directory 2026/08/16 01:26:01 INFO : d/e: Making directory fstest.go:250: Filtering empty directory "d" fstest.go:250: Filtering empty directory "d/e" 2026/08/16 01:26:01 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/16 01:26:01 DEBUG : c/non empty space: size = 5 OK 2026/08/16 01:26:01 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:26:01 DEBUG : c/non empty space: Unchanged skipping 2026/08/16 01:26:01 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:01 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:02 DEBUG : a/potato2: size = 60 OK 2026/08/16 01:26:02 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:26:02 INFO : a/potato2: Copied (new) 2026/08/16 01:26:02 DEBUG : Waiting for deletions to finish 2026/08/16 01:26:02 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.31s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:03 INFO : d: Making directory fstest.go:250: Filtering empty directory "d" 2026/08/16 01:26:03 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/16 01:26:04 DEBUG : c/non empty space: size = 5 OK 2026/08/16 01:26:04 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:26:04 DEBUG : c/non empty space: Unchanged skipping 2026/08/16 01:26:04 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:04 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:04 DEBUG : a/potato2: size = 60 OK 2026/08/16 01:26:04 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:26:04 INFO : a/potato2: Copied (new) 2026/08/16 01:26:04 ERROR : B2 bucket rclone-test-pijilif5wajo: not deleting files as there were IO errors 2026/08/16 01:26:04 ERROR : B2 bucket rclone-test-pijilif5wajo: not deleting directories as there were IO errors fstest.go:250: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.41s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:06 DEBUG : Waiting for deletions to finish 2026/08/16 01:26:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:26:06 DEBUG : empty space: size = 1 OK 2026/08/16 01:26:06 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:26:06 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:06 DEBUG : empty space: Unchanged skipping 2026/08/16 01:26:06 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:06 INFO : potato: Deleted 2026/08/16 01:26:06 DEBUG : potato2: size = 60 OK 2026/08/16 01:26:06 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:26:06 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (2.04s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:08 DEBUG : Waiting for deletions to finish 2026/08/16 01:26:08 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:08 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:08 INFO : potato: Deleted 2026/08/16 01:26:08 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:26:08 DEBUG : empty space: size = 1 OK 2026/08/16 01:26:08 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:26:08 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:08 DEBUG : empty space: Unchanged skipping 2026/08/16 01:26:08 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:08 DEBUG : potato2: size = 60 OK 2026/08/16 01:26:08 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:26:08 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.33s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:10 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:26:10 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:10 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:10 DEBUG : potato2: size = 19 OK 2026/08/16 01:26:10 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/08/16 01:26:10 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.68s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:12 DEBUG : enormous: Excluded (Size Filter) 2026/08/16 01:26:12 DEBUG : enormous: Excluded 2026/08/16 01:26:12 DEBUG : potato2: Excluded (Size Filter) 2026/08/16 01:26:12 DEBUG : potato2: Excluded 2026/08/16 01:26:12 DEBUG : potato2: Excluded (Size Filter) 2026/08/16 01:26:12 DEBUG : potato2: Excluded 2026/08/16 01:26:12 DEBUG : empty space: size = 1 OK 2026/08/16 01:26:12 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:26:12 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:12 DEBUG : empty space: Unchanged skipping 2026/08/16 01:26:12 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:12 DEBUG : Waiting for deletions to finish 2026/08/16 01:26:12 INFO : There was nothing to transfer 2026/08/16 01:26:12 DEBUG : enormous: Excluded (Size Filter) 2026/08/16 01:26:12 DEBUG : enormous: Excluded 2026/08/16 01:26:12 DEBUG : potato2: Excluded (Size Filter) 2026/08/16 01:26:12 DEBUG : potato2: Excluded 2026/08/16 01:26:13 DEBUG : potato2: Excluded (Size Filter) 2026/08/16 01:26:13 DEBUG : potato2: Excluded 2026/08/16 01:26:13 DEBUG : empty space: size = 1 OK 2026/08/16 01:26:13 DEBUG : Local file system at /tmp/rclone4157879726: Waiting for checks to finish 2026/08/16 01:26:13 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/16 01:26:13 DEBUG : empty space: Unchanged skipping 2026/08/16 01:26:13 DEBUG : Local file system at /tmp/rclone4157879726: Waiting for transfers to finish 2026/08/16 01:26:13 DEBUG : Waiting for deletions to finish 2026/08/16 01:26:13 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (2.52s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:15 DEBUG : enormous: Excluded (Size Filter) 2026/08/16 01:26:15 DEBUG : enormous: Excluded 2026/08/16 01:26:15 DEBUG : potato2: Excluded (Size Filter) 2026/08/16 01:26:15 DEBUG : potato2: Excluded 2026/08/16 01:26:15 DEBUG : empty space: size = 1 OK 2026/08/16 01:26:15 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:26:15 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:15 DEBUG : empty space: Unchanged skipping 2026/08/16 01:26:15 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:15 DEBUG : Waiting for deletions to finish 2026/08/16 01:26:15 INFO : enormous: Deleted 2026/08/16 01:26:15 INFO : potato2: Deleted 2026/08/16 01:26:15 INFO : There was nothing to transfer 2026/08/16 01:26:16 DEBUG : empty space: size = 1 OK 2026/08/16 01:26:16 DEBUG : Local file system at /tmp/rclone4157879726: Waiting for checks to finish 2026/08/16 01:26:16 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/16 01:26:16 DEBUG : empty space: Unchanged skipping 2026/08/16 01:26:16 DEBUG : Local file system at /tmp/rclone4157879726: Waiting for transfers to finish 2026/08/16 01:26:16 DEBUG : Waiting for deletions to finish 2026/08/16 01:26:16 INFO : enormous: Deleted 2026/08/16 01:26:16 INFO : potato2: Deleted 2026/08/16 01:26:16 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.77s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:18 DEBUG : five: Need to transfer - File not found at Destination 2026/08/16 01:26:18 DEBUG : four: size = 4 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:26:18 DEBUG : four: size = 8 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:26:18 DEBUG : four: Sizes differ 2026/08/16 01:26:18 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:18 DEBUG : one: Destination is newer than source, skipping 2026/08/16 01:26:18 DEBUG : three: size = 5 OK 2026/08/16 01:26:18 DEBUG : three: Sizes identical 2026/08/16 01:26:18 DEBUG : two: size = 3 OK 2026/08/16 01:26:18 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/16 01:26:18 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/16 01:26:18 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone4157879726) 2026/08/16 01:26:18 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:26:18 DEBUG : two: sha1 differ 2026/08/16 01:26:18 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:18 DEBUG : five: size = 4 OK 2026/08/16 01:26:18 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/16 01:26:18 INFO : five: Copied (new) 2026/08/16 01:26:18 DEBUG : four: size = 4 OK 2026/08/16 01:26:18 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/16 01:26:18 INFO : four: Copied (replaced existing) 2026/08/16 01:26:19 DEBUG : two: size = 3 OK 2026/08/16 01:26:19 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/16 01:26:19 INFO : two: Copied (replaced existing) 2026/08/16 01:26:19 DEBUG : Waiting for deletions to finish 2026/08/16 01:26:19 DEBUG : five: size = 4 OK 2026/08/16 01:26:19 DEBUG : four: size = 4 OK 2026/08/16 01:26:19 DEBUG : one: Destination is newer than source, skipping 2026/08/16 01:26:19 DEBUG : three: size = 5 OK 2026/08/16 01:26:19 DEBUG : two: size = 3 OK 2026/08/16 01:26:19 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:19 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/16 01:26:19 DEBUG : five: Size and sha1 of src and dst objects identical 2026/08/16 01:26:19 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/08/16 01:26:19 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/16 01:26:19 DEBUG : four: Size and sha1 of src and dst objects identical 2026/08/16 01:26:19 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/08/16 01:26:19 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone4157879726) 2026/08/16 01:26:19 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:26:19 DEBUG : three: sha1 differ 2026/08/16 01:26:19 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/08/16 01:26:19 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/16 01:26:19 DEBUG : two: Size and sha1 of src and dst objects identical 2026/08/16 01:26:19 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/08/16 01:26:19 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:19 DEBUG : three: size = 5 OK 2026/08/16 01:26:19 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/16 01:26:19 INFO : three: Copied (replaced existing) 2026/08/16 01:26:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.32s) === 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 "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/08/16 01:26:21 INFO : B2 bucket rclone-test-pijilif5wajo: Making map for --track-renames 2026/08/16 01:26:21 INFO : B2 bucket rclone-test-pijilif5wajo: Finished making map for --track-renames 2026/08/16 01:26:21 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:21 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for renames to finish 2026/08/16 01:26:21 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/16 01:26:21 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/16 01:26:21 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:21 DEBUG : potato: size = 14 OK 2026/08/16 01:26:21 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/16 01:26:21 INFO : potato: Copied (new) 2026/08/16 01:26:21 DEBUG : yam: size = 11 OK 2026/08/16 01:26:21 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/16 01:26:21 INFO : yam: Copied (new) 2026/08/16 01:26:21 DEBUG : Waiting for deletions to finish 2026/08/16 01:26:21 DEBUG : potato: size = 14 OK 2026/08/16 01:26:21 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:26:21 INFO : B2 bucket rclone-test-pijilif5wajo: Making map for --track-renames 2026/08/16 01:26:21 INFO : B2 bucket rclone-test-pijilif5wajo: Finished making map for --track-renames 2026/08/16 01:26:21 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:21 DEBUG : potato: Unchanged skipping 2026/08/16 01:26:21 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for renames to finish 2026/08/16 01:26:22 DEBUG : yaml: size = 11 OK 2026/08/16 01:26:22 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/16 01:26:22 INFO : yam: Copied (server-side copy) to: yaml 2026/08/16 01:26:22 INFO : yam: Deleted 2026/08/16 01:26:22 INFO : yaml: Renamed from "yam" 2026/08/16 01:26:22 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.59s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/16 01:26:23 INFO : B2 bucket rclone-test-pijilif5wajo: Making map for --track-renames 2026/08/16 01:26:23 INFO : B2 bucket rclone-test-pijilif5wajo: Finished making map for --track-renames 2026/08/16 01:26:23 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:23 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/16 01:26:23 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/16 01:26:23 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for renames to finish 2026/08/16 01:26:23 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:24 DEBUG : potato: size = 14 OK 2026/08/16 01:26:24 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/16 01:26:24 INFO : potato: Copied (new) 2026/08/16 01:26:24 DEBUG : yam: size = 11 OK 2026/08/16 01:26:24 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/16 01:26:24 INFO : yam: Copied (new) 2026/08/16 01:26:24 DEBUG : Waiting for deletions to finish 2026/08/16 01:26:24 INFO : B2 bucket rclone-test-pijilif5wajo: Making map for --track-renames 2026/08/16 01:26:24 DEBUG : potato: size = 14 OK 2026/08/16 01:26:24 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:26:24 DEBUG : potato: Unchanged skipping 2026/08/16 01:26:24 INFO : B2 bucket rclone-test-pijilif5wajo: Finished making map for --track-renames 2026/08/16 01:26:24 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:24 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for renames to finish 2026/08/16 01:26:24 DEBUG : yaml: size = 11 OK 2026/08/16 01:26:24 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/16 01:26:24 INFO : yam: Copied (server-side copy) to: yaml 2026/08/16 01:26:25 INFO : yam: Deleted 2026/08/16 01:26:25 INFO : yaml: Renamed from "yam" 2026/08/16 01:26:25 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.23s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/16 01:26:26 INFO : B2 bucket rclone-test-pijilif5wajo: Making map for --track-renames 2026/08/16 01:26:26 INFO : B2 bucket rclone-test-pijilif5wajo: Finished making map for --track-renames 2026/08/16 01:26:26 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:26 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/16 01:26:26 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/16 01:26:26 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for renames to finish 2026/08/16 01:26:26 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:26 DEBUG : potato: size = 14 OK 2026/08/16 01:26:26 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/16 01:26:26 INFO : potato: Copied (new) 2026/08/16 01:26:26 DEBUG : sub/yam: size = 11 OK 2026/08/16 01:26:26 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/16 01:26:26 INFO : sub/yam: Copied (new) 2026/08/16 01:26:26 DEBUG : Waiting for deletions to finish 2026/08/16 01:26:26 DEBUG : potato: size = 14 OK 2026/08/16 01:26:26 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:26:26 DEBUG : potato: Unchanged skipping 2026/08/16 01:26:26 INFO : B2 bucket rclone-test-pijilif5wajo: Making map for --track-renames 2026/08/16 01:26:26 INFO : B2 bucket rclone-test-pijilif5wajo: Finished making map for --track-renames 2026/08/16 01:26:26 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:26 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for renames to finish 2026/08/16 01:26:27 DEBUG : yam: size = 11 OK 2026/08/16 01:26:27 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/16 01:26:27 INFO : sub/yam: Copied (server-side copy) to: yam 2026/08/16 01:26:27 INFO : sub/yam: Deleted 2026/08/16 01:26:27 INFO : yam: Renamed from "sub/yam" 2026/08/16 01:26:27 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.42s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:28 DEBUG : Creating backend with remote "/tmp/rclone4157879726/dir1" 2026/08/16 01:26:28 DEBUG : Config file has changed externally - reloading 2026/08/16 01:26:28 DEBUG : Creating backend with remote "/tmp/rclone4157879726/dir2" 2026/08/16 01:26:28 DEBUG : Local file system at /tmp/rclone4157879726/dir2: Using server-side directory move 2026/08/16 01:26:28 INFO : Local file system at /tmp/rclone4157879726/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/16 01:26:28 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/16 01:26:28 DEBUG : Local file system at /tmp/rclone4157879726/dir2: Waiting for checks to finish 2026/08/16 01:26:28 DEBUG : Local file system at /tmp/rclone4157879726/dir2: Waiting for transfers to finish 2026/08/16 01:26:28 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:26:28 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/16 01:26:28 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:28 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:29 DEBUG : sub dir/hello world: Clearing upload URL because of error: Post "https://pod-000-1131-09.backblaze.com/b2api/v1/b2_upload_file/1f12fd8320bd0b8baf080e1b/c001_v0001131_t0011": EOF 2026/08/16 01:26:29 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1131-09.backblaze.com/b2api/v1/b2_upload_file/1f12fd8320bd0b8baf080e1b/c001_v0001131_t0011": EOF) 2026/08/16 01:26:29 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/16 01:26:29 DEBUG : sub dir/hello world: Received error: Post "https://pod-000-1131-09.backblaze.com/b2api/v1/b2_upload_file/1f12fd8320bd0b8baf080e1b/c001_v0001131_t0011": EOF - low level retry 0/10 2026/08/16 01:26:29 DEBUG : pacer: Reducing sleep to 10ms 2026/08/16 01:26:29 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/16 01:26:29 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/16 01:26:29 INFO : nested/sub dir/file: Copied (new) 2026/08/16 01:26:29 INFO : nested/sub dir/file: Deleted 2026/08/16 01:26:29 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:26:29 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:26:29 INFO : sub dir/hello world: Copied (new) 2026/08/16 01:26:29 INFO : sub dir/hello world: Deleted 2026/08/16 01:26:29 INFO : sub dir: Removing directory 2026/08/16 01:26:29 INFO : nested/sub dir: Removing directory 2026/08/16 01:26:29 INFO : nested: Removing directory 2026/08/16 01:26:29 DEBUG : Local file system at /tmp/rclone4157879726: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.46s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/16 01:26:30 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/16 01:26:30 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:30 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:30 DEBUG : sub dir/hello world: size = 11 OK 2026/08/16 01:26:30 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:26:30 INFO : sub dir/hello world: Copied (new) 2026/08/16 01:26:30 INFO : sub dir/hello world: Deleted 2026/08/16 01:26:30 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/16 01:26:30 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/16 01:26:30 INFO : nested/sub dir/file: Copied (new) 2026/08/16 01:26:30 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.33s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:31 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/16 01:26:31 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/16 01:26:31 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:31 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:31 DEBUG : existing: size = 6 OK 2026/08/16 01:26:31 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/16 01:26:31 INFO : existing: Copied (new) 2026/08/16 01:26:31 INFO : existing: Deleted 2026/08/16 01:26:31 DEBUG : existing-b: size = 6 OK 2026/08/16 01:26:31 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/08/16 01:26:31 INFO : existing-b: Copied (new) 2026/08/16 01:26:31 INFO : existing-b: Deleted 2026/08/16 01:26:32 DEBUG : existing: Destination exists, skipping 2026/08/16 01:26:32 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/16 01:26:32 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:26:32 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:26:32 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.66s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:33 DEBUG : Creating backend with remote "TestB2:rclone-test-pesubew6seya" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-pijilif5wajo -> B2 bucket rclone-test-pesubew6seya 2026/08/16 01:26:37 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:26:37 DEBUG : empty space: size = 1 OK 2026/08/16 01:26:37 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/16 01:26:37 DEBUG : empty space: Unchanged skipping 2026/08/16 01:26:37 DEBUG : B2 bucket rclone-test-pesubew6seya: Waiting for checks to finish 2026/08/16 01:26:37 DEBUG : potato3: size = 68 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:26:37 DEBUG : potato3: size = 60 (B2 bucket rclone-test-pesubew6seya) 2026/08/16 01:26:37 DEBUG : potato3: Sizes differ 2026/08/16 01:26:37 INFO : empty space: Deleted 2026/08/16 01:26:37 DEBUG : B2 bucket rclone-test-pesubew6seya: Waiting for transfers to finish 2026/08/16 01:26:38 DEBUG : potato2: size = 60 OK 2026/08/16 01:26:38 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:26:38 INFO : potato2: Copied (server-side copy) 2026/08/16 01:26:38 DEBUG : potato3: size = 68 OK 2026/08/16 01:26:38 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/16 01:26:38 INFO : potato3: Copied (server-side copy) 2026/08/16 01:26:38 INFO : potato2: Deleted 2026/08/16 01:26:38 INFO : potato3: Deleted 2026/08/16 01:26:38 DEBUG : Creating backend with remote "TestB2:rclone-test-bocamef4biza" 2026/08/16 01:26:39 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/16 01:26:39 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:26:39 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/16 01:26:39 DEBUG : B2 bucket rclone-test-bocamef4biza: Waiting for checks to finish 2026/08/16 01:26:39 DEBUG : B2 bucket rclone-test-bocamef4biza: Waiting for transfers to finish 2026/08/16 01:26:41 DEBUG : empty space: size = 1 OK 2026/08/16 01:26:41 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/16 01:26:41 INFO : empty space: Copied (server-side copy) 2026/08/16 01:26:41 INFO : empty space: Deleted 2026/08/16 01:26:41 DEBUG : potato2: size = 60 OK 2026/08/16 01:26:41 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:26:41 INFO : potato2: Copied (server-side copy) 2026/08/16 01:26:41 DEBUG : potato3: size = 68 OK 2026/08/16 01:26:41 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/16 01:26:41 INFO : potato3: Copied (server-side copy) 2026/08/16 01:26:41 INFO : potato2: Deleted 2026/08/16 01:26:41 INFO : potato3: Deleted 2026/08/16 01:26:42 DEBUG : B2 bucket rclone-test-bocamef4biza: Purge remote 2026/08/16 01:26:42 INFO : B2 bucket rclone-test-bocamef4biza: cleaning bucket "rclone-test-bocamef4biza" of all files 2026/08/16 01:26:42 DEBUG : empty space: Deleting (id "4_zcf429d4320dd0b8baf080e1b_f410e3c681c62e298_d20260816_m012640_c001_v0001174_t0001_u01786843600929") 2026/08/16 01:26:42 DEBUG : potato2: Deleting (id "4_zcf429d4320dd0b8baf080e1b_f104bb6ce4fff5ef5_d20260816_m012641_c001_v0001131_t0048_u01786843601145") 2026/08/16 01:26:42 DEBUG : potato3: Deleting (id "4_zcf429d4320dd0b8baf080e1b_f1012f90c602e151a_d20260816_m012641_c001_v0001167_t0030_u01786843601312") 2026/08/16 01:26:43 DEBUG : B2 bucket rclone-test-pesubew6seya: Purge remote 2026/08/16 01:26:43 INFO : B2 bucket rclone-test-pesubew6seya: cleaning bucket "rclone-test-pesubew6seya" of all files 2026/08/16 01:26:43 DEBUG : empty space: Deleting (id "4_zaf228d2320dd0b8baf080e1b_f4227bf6ed852ad7d_d20260816_m012641_c001_v7007000_t0000_u01786843601115") 2026/08/16 01:26:43 DEBUG : empty space: Deleting (id "4_zaf228d2320dd0b8baf080e1b_f413c90bc691036fd_d20260816_m012636_c001_v0001033_t0023_u01786843596414") 2026/08/16 01:26:43 DEBUG : potato2: Deleting (id "4_zaf228d2320dd0b8baf080e1b_f4227bf6ed852ad7e_d20260816_m012641_c001_v7007000_t0000_u01786843601515") 2026/08/16 01:26:43 DEBUG : potato2: Deleting (id "4_zaf228d2320dd0b8baf080e1b_f104580b6564f1eb0_d20260816_m012637_c001_v0001043_t0034_u01786843597541") 2026/08/16 01:26:43 DEBUG : potato3: Deleting (id "4_zaf228d2320dd0b8baf080e1b_f409094db63a7a242_d20260816_m012641_c001_v7007000_t0000_u01786843601677") 2026/08/16 01:26:43 DEBUG : potato3: Deleting (id "4_zaf228d2320dd0b8baf080e1b_f108fa5be684e873e_d20260816_m012637_c001_v0001120_t0037_u01786843597982") 2026/08/16 01:26:43 DEBUG : potato3: Deleting (id "4_zaf228d2320dd0b8baf080e1b_f113c90bc691036ff_d20260816_m012636_c001_v0001033_t0026_u01786843596600") --- PASS: TestServerSideMove (11.36s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:44 DEBUG : Creating backend with remote "TestB2:rclone-test-poledor2dira" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-pijilif5wajo -> B2 bucket rclone-test-poledor2dira 2026/08/16 01:26:49 DEBUG : empty space: Excluded (Size Filter) 2026/08/16 01:26:49 DEBUG : empty space: Excluded 2026/08/16 01:26:49 DEBUG : empty space: Excluded (Size Filter) 2026/08/16 01:26:49 DEBUG : empty space: Excluded 2026/08/16 01:26:49 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:26:49 DEBUG : potato3: size = 68 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:26:49 DEBUG : potato3: size = 60 (B2 bucket rclone-test-poledor2dira) 2026/08/16 01:26:49 DEBUG : potato3: Sizes differ 2026/08/16 01:26:49 DEBUG : B2 bucket rclone-test-poledor2dira: Waiting for checks to finish 2026/08/16 01:26:49 DEBUG : B2 bucket rclone-test-poledor2dira: Waiting for transfers to finish 2026/08/16 01:26:50 DEBUG : potato3: size = 68 OK 2026/08/16 01:26:50 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/16 01:26:50 INFO : potato3: Copied (server-side copy) 2026/08/16 01:26:50 DEBUG : potato2: size = 60 OK 2026/08/16 01:26:50 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:26:50 INFO : potato2: Copied (server-side copy) 2026/08/16 01:26:50 INFO : potato3: Deleted 2026/08/16 01:26:50 INFO : potato2: Deleted 2026/08/16 01:26:50 DEBUG : Creating backend with remote "TestB2:rclone-test-gicagil2dehi" 2026/08/16 01:26:51 DEBUG : empty space: Excluded (Size Filter) 2026/08/16 01:26:51 DEBUG : empty space: Excluded 2026/08/16 01:26:52 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:26:52 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/16 01:26:52 DEBUG : B2 bucket rclone-test-gicagil2dehi: Waiting for checks to finish 2026/08/16 01:26:52 DEBUG : B2 bucket rclone-test-gicagil2dehi: Waiting for transfers to finish 2026/08/16 01:26:53 DEBUG : potato3: size = 68 OK 2026/08/16 01:26:53 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/16 01:26:53 INFO : potato3: Copied (server-side copy) 2026/08/16 01:26:53 INFO : potato3: Deleted 2026/08/16 01:26:53 DEBUG : potato2: size = 60 OK 2026/08/16 01:26:53 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:26:53 INFO : potato2: Copied (server-side copy) 2026/08/16 01:26:54 INFO : potato2: Deleted 2026/08/16 01:26:54 DEBUG : B2 bucket rclone-test-gicagil2dehi: Purge remote 2026/08/16 01:26:54 INFO : B2 bucket rclone-test-gicagil2dehi: cleaning bucket "rclone-test-gicagil2dehi" of all files 2026/08/16 01:26:54 DEBUG : potato2: Deleting (id "4_zffe2cd3320dd0b8baf080e1b_f1164303f954183ec_d20260816_m012653_c001_v0001183_t0032_u01786843613745") 2026/08/16 01:26:54 DEBUG : potato3: Deleting (id "4_zffe2cd3320dd0b8baf080e1b_f11944e82f6c13a83_d20260816_m012652_c001_v0001039_t0020_u01786843612904") 2026/08/16 01:26:55 DEBUG : B2 bucket rclone-test-poledor2dira: Purge remote 2026/08/16 01:26:55 INFO : B2 bucket rclone-test-poledor2dira: cleaning bucket "rclone-test-poledor2dira" of all files 2026/08/16 01:26:55 DEBUG : empty space: Deleting (id "4_z4f92bd2320dd0b8baf080e1b_f417bec18538de21d_d20260816_m012648_c001_v0001184_t0044_u01786843608519") 2026/08/16 01:26:55 DEBUG : potato2: Deleting (id "4_z4f92bd2320dd0b8baf080e1b_f41546a0aeb4e3107_d20260816_m012654_c001_v7007000_t0000_u01786843614033") 2026/08/16 01:26:55 DEBUG : potato2: Deleting (id "4_z4f92bd2320dd0b8baf080e1b_f1096e7be54a2a7a8_d20260816_m012649_c001_v0001144_t0043_u01786843609459") 2026/08/16 01:26:55 DEBUG : potato3: Deleting (id "4_z4f92bd2320dd0b8baf080e1b_f41546a0aeb4e3102_d20260816_m012653_c001_v7007000_t0000_u01786843613396") 2026/08/16 01:26:55 DEBUG : potato3: Deleting (id "4_z4f92bd2320dd0b8baf080e1b_f119edeb5ccf50c72_d20260816_m012649_c001_v0001167_t0055_u01786843609877") 2026/08/16 01:26:55 DEBUG : potato3: Deleting (id "4_z4f92bd2320dd0b8baf080e1b_f117bec18538de21f_d20260816_m012648_c001_v0001184_t0032_u01786843608843") 2026/08/16 01:26:55 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_delete_file_version": EOF) 2026/08/16 01:26:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/16 01:26:55 DEBUG : pacer: Reducing sleep to 10ms 2026/08/16 01:26:56 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/16 01:26:56 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/16 01:26:56 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveWithFilter (12.61s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:26:57 DEBUG : Creating backend with remote "TestB2:rclone-test-taqomep5buwi" 2026/08/16 01:26:59 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-pijilif5wajo -> B2 bucket rclone-test-taqomep5buwi 2026/08/16 01:27:02 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:27:02 DEBUG : empty space: size = 1 OK 2026/08/16 01:27:02 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/16 01:27:02 DEBUG : empty space: Unchanged skipping 2026/08/16 01:27:02 DEBUG : potato3: size = 68 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:27:02 DEBUG : potato3: size = 60 (B2 bucket rclone-test-taqomep5buwi) 2026/08/16 01:27:02 DEBUG : potato3: Sizes differ 2026/08/16 01:27:02 DEBUG : B2 bucket rclone-test-taqomep5buwi: Waiting for checks to finish 2026/08/16 01:27:02 INFO : empty space: Deleted 2026/08/16 01:27:02 DEBUG : B2 bucket rclone-test-taqomep5buwi: Waiting for transfers to finish 2026/08/16 01:27:02 DEBUG : potato2: size = 60 OK 2026/08/16 01:27:02 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:27:02 INFO : potato2: Copied (server-side copy) 2026/08/16 01:27:02 INFO : potato2: Deleted 2026/08/16 01:27:03 DEBUG : potato3: size = 68 OK 2026/08/16 01:27:03 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/16 01:27:03 INFO : potato3: Copied (server-side copy) 2026/08/16 01:27:03 INFO : potato3: Deleted 2026/08/16 01:27:03 DEBUG : Creating backend with remote "TestB2:rclone-test-yekewar7fiso" 2026/08/16 01:27:04 INFO : tomatoDir: Making directory 2026/08/16 01:27:04 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/16 01:27:04 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/16 01:27:04 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/16 01:27:04 DEBUG : B2 bucket rclone-test-yekewar7fiso: Waiting for checks to finish 2026/08/16 01:27:04 DEBUG : B2 bucket rclone-test-yekewar7fiso: Waiting for transfers to finish 2026/08/16 01:27:05 DEBUG : empty space: size = 1 OK 2026/08/16 01:27:05 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/16 01:27:05 INFO : empty space: Copied (server-side copy) 2026/08/16 01:27:05 INFO : empty space: Deleted 2026/08/16 01:27:05 DEBUG : potato2: size = 60 OK 2026/08/16 01:27:05 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/16 01:27:05 INFO : potato2: Copied (server-side copy) 2026/08/16 01:27:05 INFO : potato2: Deleted 2026/08/16 01:27:06 DEBUG : potato3: size = 68 OK 2026/08/16 01:27:06 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/16 01:27:06 INFO : potato3: Copied (server-side copy) 2026/08/16 01:27:06 INFO : potato3: Deleted 2026/08/16 01:27:07 DEBUG : B2 bucket rclone-test-yekewar7fiso: Purge remote 2026/08/16 01:27:07 INFO : B2 bucket rclone-test-yekewar7fiso: cleaning bucket "rclone-test-yekewar7fiso" of all files 2026/08/16 01:27:07 DEBUG : empty space: Deleting (id "4_z3fe2fd6320dd0b8baf080e1b_f416f249b00d9b501_d20260816_m012705_c001_v0001033_t0018_u01786843625452") 2026/08/16 01:27:07 DEBUG : potato2: Deleting (id "4_z3fe2fd6320dd0b8baf080e1b_f1071dd71e8a1fd5a_d20260816_m012705_c001_v0001185_t0043_u01786843625674") 2026/08/16 01:27:07 DEBUG : potato3: Deleting (id "4_z3fe2fd6320dd0b8baf080e1b_f11660a6b90691919_d20260816_m012705_c001_v0001137_t0008_u01786843625839") 2026/08/16 01:27:07 DEBUG : B2 bucket rclone-test-taqomep5buwi: Purge remote 2026/08/16 01:27:07 INFO : B2 bucket rclone-test-taqomep5buwi: cleaning bucket "rclone-test-taqomep5buwi" of all files 2026/08/16 01:27:08 DEBUG : empty space: Deleting (id "4_z4f02ed3320dd0b8baf080e1b_f4004132ab4e104c3_d20260816_m012705_c001_v7007000_t0000_u01786843625637") 2026/08/16 01:27:08 DEBUG : empty space: Deleting (id "4_z4f02ed3320dd0b8baf080e1b_f41315738876462d1_d20260816_m012701_c001_v0001043_t0023_u01786843621078") 2026/08/16 01:27:08 DEBUG : potato2: Deleting (id "4_z4f02ed3320dd0b8baf080e1b_f4004132ab4e104c4_d20260816_m012705_c001_v7007000_t0000_u01786843625882") 2026/08/16 01:27:08 DEBUG : potato2: Deleting (id "4_z4f02ed3320dd0b8baf080e1b_f117c4b4793a259c6_d20260816_m012702_c001_v0001037_t0006_u01786843622148") 2026/08/16 01:27:08 DEBUG : potato3: Deleting (id "4_z4f02ed3320dd0b8baf080e1b_f4004132ab4e104c6_d20260816_m012706_c001_v7007000_t0000_u01786843626514") 2026/08/16 01:27:08 DEBUG : potato3: Deleting (id "4_z4f02ed3320dd0b8baf080e1b_f109183e08bca57a1_d20260816_m012702_c001_v0001102_t0011_u01786843622519") 2026/08/16 01:27:08 DEBUG : potato3: Deleting (id "4_z4f02ed3320dd0b8baf080e1b_f11315738876462d3_d20260816_m012701_c001_v0001043_t0039_u01786843621305") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (12.65s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:27:09 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.68s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:27:12 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/rclone-sync-test" --- PASS: TestSyncOverlap (1.47s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:27:14 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/rclone-sync-test" 2026/08/16 01:27:16 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/rclone-sync-test-include/layer2" 2026/08/16 01:27:18 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/rclone-sync-test-ignore-file" 2026/08/16 01:27:22 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/16 01:27:22 DEBUG : B2 bucket rclone-test-pijilif5wajo path rclone-sync-test: Waiting for checks to finish 2026/08/16 01:27:22 DEBUG : B2 bucket rclone-test-pijilif5wajo path rclone-sync-test: Waiting for transfers to finish 2026/08/16 01:27:22 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:22 INFO : There was nothing to transfer 2026/08/16 01:27:23 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/16 01:27:23 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:27:23 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:27:23 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:23 INFO : There was nothing to transfer 2026/08/16 01:27:23 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/16 01:27:23 DEBUG : B2 bucket rclone-test-pijilif5wajo path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/08/16 01:27:23 DEBUG : B2 bucket rclone-test-pijilif5wajo path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/08/16 01:27:23 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:23 INFO : There was nothing to transfer 2026/08/16 01:27:24 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/16 01:27:24 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:27:24 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:27:24 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:24 INFO : There was nothing to transfer 2026/08/16 01:27:24 DEBUG : Excluded 2026/08/16 01:27:24 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/16 01:27:24 DEBUG : B2 bucket rclone-test-pijilif5wajo path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/08/16 01:27:24 DEBUG : B2 bucket rclone-test-pijilif5wajo path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/08/16 01:27:24 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:24 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (11.49s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:27:25 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/dst" 2026/08/16 01:27:26 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/CompareDest" 2026/08/16 01:27:28 DEBUG : one: Need to transfer - File not found at Destination 2026/08/16 01:27:28 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:28 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:29 DEBUG : one: size = 3 OK 2026/08/16 01:27:29 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/16 01:27:29 INFO : one: Copied (new) 2026/08/16 01:27:29 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:29 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:27:29 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:27:29 DEBUG : one: Sizes differ 2026/08/16 01:27:29 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:30 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:30 DEBUG : one: size = 5 OK 2026/08/16 01:27:30 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/16 01:27:30 INFO : one: Copied (replaced existing) 2026/08/16 01:27:30 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:31 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:31 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:27:31 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:27:31 DEBUG : one: Sizes differ 2026/08/16 01:27:32 DEBUG : one: size = 5 OK 2026/08/16 01:27:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:32 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/16 01:27:32 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:32 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:32 INFO : There was nothing to transfer 2026/08/16 01:27:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:27:32 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:27:32 DEBUG : one: Sizes differ 2026/08/16 01:27:33 DEBUG : two: size = 3 OK 2026/08/16 01:27:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:33 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/16 01:27:33 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:33 DEBUG : one: size = 5 OK 2026/08/16 01:27:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:33 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/16 01:27:33 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:33 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:33 INFO : There was nothing to transfer 2026/08/16 01:27:33 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:27:33 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:27:33 DEBUG : one: Sizes differ 2026/08/16 01:27:33 DEBUG : two: size = 3 OK 2026/08/16 01:27:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:33 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/16 01:27:33 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:33 DEBUG : one: size = 5 OK 2026/08/16 01:27:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:33 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/16 01:27:33 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:33 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:33 INFO : There was nothing to transfer 2026/08/16 01:27:34 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:27:34 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:27:34 DEBUG : one: Sizes differ 2026/08/16 01:27:34 DEBUG : two: size = 3 OK 2026/08/16 01:27:34 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2026/08/16 01:27:34 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/16 01:27:34 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/16 01:27:34 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:34 DEBUG : one: size = 5 OK 2026/08/16 01:27:34 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:34 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/16 01:27:34 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:34 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:34 INFO : There was nothing to transfer 2026/08/16 01:27:35 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:27:35 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:27:35 DEBUG : one: Sizes differ 2026/08/16 01:27:35 DEBUG : two: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:27:35 DEBUG : two: size = 3 (B2 bucket rclone-test-pijilif5wajo path CompareDest) 2026/08/16 01:27:35 DEBUG : two: Sizes differ 2026/08/16 01:27:35 DEBUG : two: Need to transfer - File not found at Destination 2026/08/16 01:27:35 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:35 DEBUG : one: size = 5 OK 2026/08/16 01:27:35 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:35 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/16 01:27:35 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:36 DEBUG : two: size = 5 OK 2026/08/16 01:27:36 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/16 01:27:36 INFO : two: Copied (new) 2026/08/16 01:27:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (12.01s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:27:38 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/dest" 2026/08/16 01:27:39 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/pre-dest1" 2026/08/16 01:27:41 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/pre-dest2" 2026/08/16 01:27:43 DEBUG : 1: size = 1 OK 2026/08/16 01:27:43 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:27:43 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/16 01:27:43 DEBUG : 2: size = 1 OK 2026/08/16 01:27:43 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:27:43 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/16 01:27:44 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/16 01:27:44 DEBUG : B2 bucket rclone-test-pijilif5wajo path dest: Waiting for checks to finish 2026/08/16 01:27:44 DEBUG : B2 bucket rclone-test-pijilif5wajo path dest: Waiting for transfers to finish 2026/08/16 01:27:44 DEBUG : 3: size = 1 OK 2026/08/16 01:27:44 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/08/16 01:27:44 INFO : 3: Copied (new) 2026/08/16 01:27:44 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.94s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:27:46 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/dst" 2026/08/16 01:27:47 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/CopyDest" 2026/08/16 01:27:49 DEBUG : one: Need to transfer - File not found at Destination 2026/08/16 01:27:49 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:49 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:50 DEBUG : one: size = 3 OK 2026/08/16 01:27:50 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/16 01:27:50 INFO : one: Copied (new) 2026/08/16 01:27:50 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:50 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:50 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:27:50 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:27:50 DEBUG : one: Sizes differ 2026/08/16 01:27:51 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:51 DEBUG : one: size = 5 OK 2026/08/16 01:27:51 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/16 01:27:51 INFO : one: Copied (replaced existing) 2026/08/16 01:27:51 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:52 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/BackupDir" 2026/08/16 01:27:54 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:27:54 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:27:54 DEBUG : one: Sizes differ 2026/08/16 01:27:54 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:54 DEBUG : one: size = 5 OK 2026/08/16 01:27:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:54 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:27:54 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:27:54 DEBUG : one: Sizes differ 2026/08/16 01:27:55 DEBUG : one: size = 3 OK 2026/08/16 01:27:55 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/16 01:27:55 INFO : one: Copied (server-side copy) 2026/08/16 01:27:55 INFO : one: Deleted 2026/08/16 01:27:56 DEBUG : one: size = 5 OK 2026/08/16 01:27:56 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/16 01:27:56 INFO : one: Copied (server-side copy) 2026/08/16 01:27:56 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/16 01:27:56 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:56 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:56 DEBUG : one: size = 5 OK 2026/08/16 01:27:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:56 DEBUG : one: Unchanged skipping 2026/08/16 01:27:57 DEBUG : two: size = 3 OK 2026/08/16 01:27:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:57 DEBUG : two: size = 3 OK 2026/08/16 01:27:57 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/16 01:27:57 INFO : two: Copied (server-side copy) 2026/08/16 01:27:57 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/16 01:27:57 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:57 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:57 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:57 DEBUG : one: size = 5 OK 2026/08/16 01:27:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:57 DEBUG : one: Unchanged skipping 2026/08/16 01:27:57 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:57 DEBUG : two: size = 3 OK 2026/08/16 01:27:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:57 DEBUG : two: Unchanged skipping 2026/08/16 01:27:57 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:57 DEBUG : Waiting for deletions to finish 2026/08/16 01:27:57 INFO : There was nothing to transfer 2026/08/16 01:27:58 DEBUG : one: size = 5 OK 2026/08/16 01:27:58 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:58 DEBUG : one: Unchanged skipping 2026/08/16 01:27:59 DEBUG : three: size = 7 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:27:59 DEBUG : three: size = 5 (B2 bucket rclone-test-pijilif5wajo path CopyDest) 2026/08/16 01:27:59 DEBUG : three: Sizes differ 2026/08/16 01:27:59 DEBUG : three: Destination not found in --copy-dest 2026/08/16 01:27:59 DEBUG : three: Need to transfer - File not found at Destination 2026/08/16 01:27:59 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:27:59 DEBUG : two: size = 3 OK 2026/08/16 01:27:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/16 01:27:59 DEBUG : two: Unchanged skipping 2026/08/16 01:27:59 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:27:59 DEBUG : three: size = 7 OK 2026/08/16 01:27:59 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/16 01:27:59 INFO : three: Copied (new) 2026/08/16 01:27:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (14.98s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:28:01 DEBUG : dst/one: Clearing upload URL because of error: Post "https://pod-000-1173-16.backblaze.com/b2api/v1/b2_upload_file/1f12fd8320bd0b8baf080e1b/c001_v0001173_t0032": EOF 2026/08/16 01:28:01 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1173-16.backblaze.com/b2api/v1/b2_upload_file/1f12fd8320bd0b8baf080e1b/c001_v0001173_t0032": EOF) 2026/08/16 01:28:01 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "dst/one" to B2 bucket rclone-test-pijilif5wajo: 1/10 (Post "https://pod-000-1173-16.backblaze.com/b2api/v1/b2_upload_file/1f12fd8320bd0b8baf080e1b/c001_v0001173_t0032": EOF) 2026/08/16 01:28:04 DEBUG : pacer: Reducing sleep to 10ms 2026/08/16 01:28:04 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/dst" 2026/08/16 01:28:05 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/backup" 2026/08/16 01:28:07 DEBUG : one: size = 4 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:07 DEBUG : two: size = 3 OK 2026/08/16 01:28:07 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:07 DEBUG : one: Sizes differ 2026/08/16 01:28:07 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:28:07 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:28:07 DEBUG : two: Unchanged skipping 2026/08/16 01:28:09 DEBUG : one: size = 3 OK 2026/08/16 01:28:09 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/16 01:28:09 INFO : one: Copied (server-side copy) 2026/08/16 01:28:09 INFO : one: Deleted 2026/08/16 01:28:09 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:28:10 DEBUG : one: size = 4 OK 2026/08/16 01:28:10 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/16 01:28:10 INFO : one: Copied (new) 2026/08/16 01:28:10 DEBUG : Waiting for deletions to finish 2026/08/16 01:28:10 DEBUG : three.txt: size = 5 OK 2026/08/16 01:28:10 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/16 01:28:10 INFO : three.txt: Copied (server-side copy) 2026/08/16 01:28:10 INFO : three.txt: Deleted 2026/08/16 01:28:10 INFO : three.txt: Moved into backup dir 2026/08/16 01:28:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:12 DEBUG : two: size = 3 OK 2026/08/16 01:28:12 DEBUG : one: size = 4 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:12 DEBUG : one: Sizes differ 2026/08/16 01:28:12 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:28:12 DEBUG : two: Unchanged skipping 2026/08/16 01:28:12 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:28:12 DEBUG : one: size = 4 OK 2026/08/16 01:28:12 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/16 01:28:12 INFO : one: Copied (server-side copy) 2026/08/16 01:28:12 INFO : one: Deleted 2026/08/16 01:28:12 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:28:13 DEBUG : one: size = 5 OK 2026/08/16 01:28:13 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/16 01:28:13 INFO : one: Copied (new) 2026/08/16 01:28:13 DEBUG : Waiting for deletions to finish 2026/08/16 01:28:13 DEBUG : three.txt: size = 6 OK 2026/08/16 01:28:13 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/16 01:28:13 INFO : three.txt: Copied (server-side copy) 2026/08/16 01:28:13 INFO : three.txt: Deleted 2026/08/16 01:28:13 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (13.56s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:28:15 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/dst" 2026/08/16 01:28:16 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/backup" 2026/08/16 01:28:18 DEBUG : one: size = 4 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:18 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:18 DEBUG : one: Sizes differ 2026/08/16 01:28:18 DEBUG : two: size = 3 OK 2026/08/16 01:28:18 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:28:18 DEBUG : two: Unchanged skipping 2026/08/16 01:28:18 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:28:20 DEBUG : one.bak: size = 3 OK 2026/08/16 01:28:20 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/16 01:28:20 INFO : one: Copied (server-side copy) to: one.bak 2026/08/16 01:28:20 INFO : one: Deleted 2026/08/16 01:28:20 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:28:21 DEBUG : one: size = 4 OK 2026/08/16 01:28:21 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/16 01:28:21 INFO : one: Copied (new) 2026/08/16 01:28:21 DEBUG : Waiting for deletions to finish 2026/08/16 01:28:21 DEBUG : three.txt.bak: size = 5 OK 2026/08/16 01:28:21 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/16 01:28:21 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/16 01:28:21 INFO : three.txt: Deleted 2026/08/16 01:28:21 INFO : three.txt: Moved into backup dir 2026/08/16 01:28:23 DEBUG : two: size = 3 OK 2026/08/16 01:28:23 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:28:23 DEBUG : two: Unchanged skipping 2026/08/16 01:28:23 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:28:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:23 DEBUG : one: size = 4 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:23 DEBUG : one: Sizes differ 2026/08/16 01:28:23 DEBUG : one.bak: size = 4 OK 2026/08/16 01:28:23 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/16 01:28:23 INFO : one: Copied (server-side copy) to: one.bak 2026/08/16 01:28:23 INFO : one: Deleted 2026/08/16 01:28:23 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:28:23 DEBUG : one: size = 5 OK 2026/08/16 01:28:23 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/16 01:28:23 INFO : one: Copied (new) 2026/08/16 01:28:23 DEBUG : Waiting for deletions to finish 2026/08/16 01:28:24 DEBUG : three.txt.bak: size = 6 OK 2026/08/16 01:28:24 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/16 01:28:24 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/16 01:28:24 INFO : three.txt: Deleted 2026/08/16 01:28:24 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (10.73s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:28:26 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/dst" 2026/08/16 01:28:27 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/backup" 2026/08/16 01:28:29 DEBUG : one: size = 4 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:29 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:29 DEBUG : one: Sizes differ 2026/08/16 01:28:29 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:28:29 DEBUG : two: size = 3 OK 2026/08/16 01:28:29 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:28:29 DEBUG : two: Unchanged skipping 2026/08/16 01:28:31 DEBUG : one-2019-01-01: size = 3 OK 2026/08/16 01:28:31 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/16 01:28:31 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/16 01:28:31 INFO : one: Deleted 2026/08/16 01:28:31 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:28:31 DEBUG : one: size = 4 OK 2026/08/16 01:28:31 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/16 01:28:31 INFO : one: Copied (new) 2026/08/16 01:28:31 DEBUG : Waiting for deletions to finish 2026/08/16 01:28:32 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/16 01:28:32 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/16 01:28:32 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/16 01:28:32 INFO : three.txt: Deleted 2026/08/16 01:28:32 INFO : three.txt: Moved into backup dir 2026/08/16 01:28:34 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:34 DEBUG : one: size = 4 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:34 DEBUG : one: Sizes differ 2026/08/16 01:28:34 DEBUG : two: size = 3 OK 2026/08/16 01:28:34 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:28:34 DEBUG : two: Unchanged skipping 2026/08/16 01:28:34 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:28:34 DEBUG : one-2019-01-01: size = 4 OK 2026/08/16 01:28:34 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/16 01:28:34 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/16 01:28:34 INFO : one: Deleted 2026/08/16 01:28:34 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:28:34 DEBUG : one: size = 5 OK 2026/08/16 01:28:34 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/16 01:28:34 INFO : one: Copied (new) 2026/08/16 01:28:34 DEBUG : Waiting for deletions to finish 2026/08/16 01:28:35 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/16 01:28:35 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/16 01:28:35 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/16 01:28:35 INFO : three.txt: Deleted 2026/08/16 01:28:35 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.19s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:28:37 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/dst" 2026/08/16 01:28:39 DEBUG : one: size = 4 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:39 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:39 DEBUG : one: Sizes differ 2026/08/16 01:28:39 DEBUG : two: size = 3 OK 2026/08/16 01:28:39 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:28:39 DEBUG : two: Unchanged skipping 2026/08/16 01:28:39 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:28:39 DEBUG : one.bak: size = 3 OK 2026/08/16 01:28:39 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/16 01:28:39 INFO : one: Copied (server-side copy) to: one.bak 2026/08/16 01:28:40 INFO : one: Deleted 2026/08/16 01:28:40 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:28:40 DEBUG : one: size = 4 OK 2026/08/16 01:28:40 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/16 01:28:40 INFO : one: Copied (new) 2026/08/16 01:28:40 DEBUG : Waiting for deletions to finish 2026/08/16 01:28:41 DEBUG : three.txt.bak: size = 5 OK 2026/08/16 01:28:41 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/16 01:28:41 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/16 01:28:41 INFO : three.txt: Deleted 2026/08/16 01:28:41 INFO : three.txt: Moved into backup dir 2026/08/16 01:28:42 DEBUG : one.bak: Excluded (Path Filter) 2026/08/16 01:28:42 DEBUG : one.bak: Excluded 2026/08/16 01:28:42 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/16 01:28:42 DEBUG : three.txt.bak: Excluded 2026/08/16 01:28:42 DEBUG : two: size = 3 OK 2026/08/16 01:28:42 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:28:42 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for checks to finish 2026/08/16 01:28:42 DEBUG : two: Unchanged skipping 2026/08/16 01:28:42 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:42 DEBUG : one: size = 4 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:42 DEBUG : one: Sizes differ 2026/08/16 01:28:42 DEBUG : one.bak: size = 4 OK 2026/08/16 01:28:42 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/16 01:28:42 INFO : one: Copied (server-side copy) to: one.bak 2026/08/16 01:28:42 INFO : one: Deleted 2026/08/16 01:28:42 DEBUG : B2 bucket rclone-test-pijilif5wajo path dst: Waiting for transfers to finish 2026/08/16 01:28:42 DEBUG : one: size = 5 OK 2026/08/16 01:28:42 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/16 01:28:42 INFO : one: Copied (new) 2026/08/16 01:28:42 DEBUG : Waiting for deletions to finish 2026/08/16 01:28:43 DEBUG : three.txt.bak: size = 6 OK 2026/08/16 01:28:43 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/16 01:28:43 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/16 01:28:43 INFO : three.txt: Deleted 2026/08/16 01:28:43 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (7.89s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:28:45 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/dst" 2026/08/16 01:28:46 DEBUG : one: size = 4 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:46 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:46 DEBUG : one: Sizes differ 2026/08/16 01:28:48 DEBUG : one.bak: size = 3 OK 2026/08/16 01:28:48 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/16 01:28:48 INFO : one: Copied (server-side copy) to: one.bak 2026/08/16 01:28:48 INFO : one: Deleted 2026/08/16 01:28:49 DEBUG : one: size = 4 OK 2026/08/16 01:28:49 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/16 01:28:49 INFO : one: Copied (new) 2026/08/16 01:28:49 DEBUG : two: size = 3 OK 2026/08/16 01:28:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:28:49 DEBUG : two: Unchanged skipping 2026/08/16 01:28:49 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:49 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:49 DEBUG : three.txt: Sizes differ 2026/08/16 01:28:50 DEBUG : three.txt.bak: size = 5 OK 2026/08/16 01:28:50 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/16 01:28:50 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/16 01:28:50 INFO : three.txt: Deleted 2026/08/16 01:28:50 DEBUG : three.txt: size = 6 OK 2026/08/16 01:28:50 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/16 01:28:50 INFO : three.txt: Copied (new) 2026/08/16 01:28:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:51 DEBUG : one: size = 4 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:51 DEBUG : one: Sizes differ 2026/08/16 01:28:51 DEBUG : one.bak: size = 4 OK 2026/08/16 01:28:51 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/16 01:28:51 INFO : one: Copied (server-side copy) to: one.bak 2026/08/16 01:28:51 INFO : one: Deleted 2026/08/16 01:28:51 DEBUG : one: size = 5 OK 2026/08/16 01:28:51 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/16 01:28:51 INFO : one: Copied (new) 2026/08/16 01:28:51 DEBUG : two: size = 3 OK 2026/08/16 01:28:51 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:28:51 DEBUG : two: Unchanged skipping 2026/08/16 01:28:52 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:52 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:52 DEBUG : three.txt: Sizes differ 2026/08/16 01:28:52 DEBUG : three.txt.bak: size = 6 OK 2026/08/16 01:28:52 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/16 01:28:52 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/16 01:28:52 INFO : three.txt: Deleted 2026/08/16 01:28:52 DEBUG : three.txt: size = 19 OK 2026/08/16 01:28:52 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/16 01:28:52 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (9.54s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:28:55 DEBUG : Creating backend with remote "TestB2:rclone-test-pijilif5wajo/dst" 2026/08/16 01:28:56 DEBUG : one: size = 4 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:56 DEBUG : one: size = 3 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:56 DEBUG : one: Sizes differ 2026/08/16 01:28:58 DEBUG : one-2019-01-01: size = 3 OK 2026/08/16 01:28:58 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/16 01:28:58 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/16 01:28:58 INFO : one: Deleted 2026/08/16 01:28:59 DEBUG : one: size = 4 OK 2026/08/16 01:28:59 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/16 01:28:59 INFO : one: Copied (new) 2026/08/16 01:28:59 DEBUG : two: size = 3 OK 2026/08/16 01:28:59 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:28:59 DEBUG : two: Unchanged skipping 2026/08/16 01:28:59 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:28:59 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:28:59 DEBUG : three.txt: Sizes differ 2026/08/16 01:29:00 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/16 01:29:00 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/16 01:29:00 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/16 01:29:00 INFO : three.txt: Deleted 2026/08/16 01:29:00 DEBUG : three.txt: size = 6 OK 2026/08/16 01:29:00 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/16 01:29:00 INFO : three.txt: Copied (new) 2026/08/16 01:29:00 DEBUG : one: size = 5 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:00 DEBUG : one: size = 4 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:29:00 DEBUG : one: Sizes differ 2026/08/16 01:29:01 DEBUG : one-2019-01-01: size = 4 OK 2026/08/16 01:29:01 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/16 01:29:01 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/16 01:29:01 INFO : one: Deleted 2026/08/16 01:29:01 DEBUG : one: size = 5 OK 2026/08/16 01:29:01 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/16 01:29:01 INFO : one: Copied (new) 2026/08/16 01:29:01 DEBUG : two: size = 3 OK 2026/08/16 01:29:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:01 DEBUG : two: Unchanged skipping 2026/08/16 01:29:02 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:02 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-pijilif5wajo path dst) 2026/08/16 01:29:02 DEBUG : three.txt: Sizes differ 2026/08/16 01:29:02 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/16 01:29:02 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/16 01:29:02 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/16 01:29:02 INFO : three.txt: Deleted 2026/08/16 01:29:02 DEBUG : three.txt: size = 19 OK 2026/08/16 01:29:02 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/16 01:29:02 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.02s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:29:05 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:29:05 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:05 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:05 DEBUG : Testêé: Sizes differ 2026/08/16 01:29:05 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:29:05 DEBUG : Testêé: size = 14 OK 2026/08/16 01:29:05 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/08/16 01:29:05 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/16 01:29:05 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (1.93s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:29:06 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/16 01:29:06 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:29:06 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:29:06 DEBUG : existing: size = 6 OK 2026/08/16 01:29:06 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/16 01:29:06 INFO : existing: Copied (new) 2026/08/16 01:29:06 DEBUG : Waiting for deletions to finish 2026/08/16 01:29:07 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:29:07 DEBUG : existing: size = 8 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:07 DEBUG : existing: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:07 DEBUG : existing: Sizes differ 2026/08/16 01:29:07 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/16 01:29:07 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:29:07 ERROR : B2 bucket rclone-test-pijilif5wajo: not deleting files as there were IO errors 2026/08/16 01:29:07 ERROR : B2 bucket rclone-test-pijilif5wajo: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (1.86s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:29:08 DEBUG : EXISTING: size = 6 OK 2026/08/16 01:29:08 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:08 DEBUG : existing: Unchanged skipping 2026/08/16 01:29:08 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:29:08 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:29:08 DEBUG : Waiting for deletions to finish 2026/08/16 01:29:08 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.31s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.37s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.12s) --- SKIP: TestMaxTransfer/Hard (0.37s) --- SKIP: TestMaxTransfer/Soft (0.37s) --- SKIP: TestMaxTransfer/Cautious (0.37s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:29:19 DEBUG : both0: size = 6 OK 2026/08/16 01:29:19 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both0: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both10: size = 6 OK 2026/08/16 01:29:19 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both10: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both11: size = 6 OK 2026/08/16 01:29:19 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both11: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both12: size = 6 OK 2026/08/16 01:29:19 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both12: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both13: size = 6 OK 2026/08/16 01:29:19 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both13: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both14: size = 6 OK 2026/08/16 01:29:19 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both14: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both15: size = 6 OK 2026/08/16 01:29:19 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both15: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both16: size = 6 OK 2026/08/16 01:29:19 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both16: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both17: size = 6 OK 2026/08/16 01:29:19 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both17: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both18: size = 6 OK 2026/08/16 01:29:19 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both18: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both19: size = 6 OK 2026/08/16 01:29:19 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both19: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both1: size = 6 OK 2026/08/16 01:29:19 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both1: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both2: size = 6 OK 2026/08/16 01:29:19 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both2: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both6: size = 6 OK 2026/08/16 01:29:19 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both3: size = 6 OK 2026/08/16 01:29:19 DEBUG : both6: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both7: size = 6 OK 2026/08/16 01:29:19 DEBUG : both4: size = 6 OK 2026/08/16 01:29:19 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:29:19 DEBUG : both5: size = 6 OK 2026/08/16 01:29:19 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both3: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both8: size = 6 OK 2026/08/16 01:29:19 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both8: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both9: size = 6 OK 2026/08/16 01:29:19 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:19 DEBUG : both9: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both7: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both4: Unchanged skipping 2026/08/16 01:29:19 DEBUG : both5: Unchanged skipping 2026/08/16 01:29:19 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:29:19 DEBUG : Waiting for deletions to finish 2026/08/16 01:29:19 INFO : only6: Deleted 2026/08/16 01:29:19 INFO : only19: Deleted 2026/08/16 01:29:19 INFO : only8: Deleted 2026/08/16 01:29:19 INFO : only7: Deleted 2026/08/16 01:29:19 INFO : only1: Deleted 2026/08/16 01:29:19 INFO : only2: Deleted 2026/08/16 01:29:20 INFO : only10: Deleted 2026/08/16 01:29:20 INFO : only14: Deleted 2026/08/16 01:29:20 INFO : only17: Deleted 2026/08/16 01:29:20 INFO : only5: Deleted 2026/08/16 01:29:20 INFO : only9: Deleted 2026/08/16 01:29:20 INFO : only18: Deleted 2026/08/16 01:29:20 INFO : only13: Deleted 2026/08/16 01:29:20 INFO : only3: Deleted 2026/08/16 01:29:20 INFO : only4: Deleted 2026/08/16 01:29:20 INFO : only0: Deleted 2026/08/16 01:29:20 INFO : only11: Deleted 2026/08/16 01:29:20 INFO : only12: Deleted 2026/08/16 01:29:20 INFO : only16: Deleted 2026/08/16 01:29:20 INFO : only15: Deleted 2026/08/16 01:29:20 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (14.17s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:29:33 DEBUG : both10: size = 6 OK 2026/08/16 01:29:33 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both11: size = 6 OK 2026/08/16 01:29:33 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both12: size = 6 OK 2026/08/16 01:29:33 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:29:33 DEBUG : both0: size = 6 OK 2026/08/16 01:29:33 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both10: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both13: size = 6 OK 2026/08/16 01:29:33 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both11: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both14: size = 6 OK 2026/08/16 01:29:33 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both14: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both15: size = 6 OK 2026/08/16 01:29:33 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both15: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both16: size = 6 OK 2026/08/16 01:29:33 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both16: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both17: size = 6 OK 2026/08/16 01:29:33 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both17: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both18: size = 6 OK 2026/08/16 01:29:33 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both18: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both19: size = 6 OK 2026/08/16 01:29:33 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both19: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both1: size = 6 OK 2026/08/16 01:29:33 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both1: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both2: size = 6 OK 2026/08/16 01:29:33 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both2: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both3: size = 6 OK 2026/08/16 01:29:33 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both3: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both4: size = 6 OK 2026/08/16 01:29:33 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both4: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both5: size = 6 OK 2026/08/16 01:29:33 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both12: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both6: size = 6 OK 2026/08/16 01:29:33 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both6: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both7: size = 6 OK 2026/08/16 01:29:33 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both0: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both8: size = 6 OK 2026/08/16 01:29:33 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both13: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both9: size = 6 OK 2026/08/16 01:29:33 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:29:33 DEBUG : both5: Unchanged skipping 2026/08/16 01:29:33 DEBUG : only0: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only0: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only0: Sizes differ 2026/08/16 01:29:33 DEBUG : both7: Unchanged skipping 2026/08/16 01:29:33 DEBUG : only10: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only10: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only10: Sizes differ 2026/08/16 01:29:33 DEBUG : only11: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only11: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only11: Sizes differ 2026/08/16 01:29:33 DEBUG : only12: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only12: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only12: Sizes differ 2026/08/16 01:29:33 DEBUG : only13: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only13: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only13: Sizes differ 2026/08/16 01:29:33 DEBUG : only14: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only14: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only14: Sizes differ 2026/08/16 01:29:33 DEBUG : only15: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only15: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only15: Sizes differ 2026/08/16 01:29:33 DEBUG : only16: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only16: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only16: Sizes differ 2026/08/16 01:29:33 DEBUG : only17: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only17: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only17: Sizes differ 2026/08/16 01:29:33 DEBUG : only18: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only18: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only18: Sizes differ 2026/08/16 01:29:33 DEBUG : only19: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only19: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only19: Sizes differ 2026/08/16 01:29:33 DEBUG : only1: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only1: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only1: Sizes differ 2026/08/16 01:29:33 DEBUG : only2: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only2: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only2: Sizes differ 2026/08/16 01:29:33 DEBUG : only3: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only3: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only3: Sizes differ 2026/08/16 01:29:33 DEBUG : only4: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only4: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only4: Sizes differ 2026/08/16 01:29:33 DEBUG : only5: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only5: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only5: Sizes differ 2026/08/16 01:29:33 DEBUG : only6: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only6: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only6: Sizes differ 2026/08/16 01:29:33 DEBUG : only7: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only7: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only7: Sizes differ 2026/08/16 01:29:33 DEBUG : only8: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only8: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only8: Sizes differ 2026/08/16 01:29:33 DEBUG : only9: size = 0 (Local file system at /tmp/rclone4157879726) 2026/08/16 01:29:33 DEBUG : only9: size = 6 (B2 bucket rclone-test-pijilif5wajo) 2026/08/16 01:29:33 DEBUG : only9: Sizes differ 2026/08/16 01:29:33 DEBUG : both8: Unchanged skipping 2026/08/16 01:29:33 DEBUG : both9: Unchanged skipping 2026/08/16 01:29:33 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:29:34 DEBUG : only0: size = 0 OK 2026/08/16 01:29:34 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only0: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only11: size = 0 OK 2026/08/16 01:29:34 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only11: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only14: size = 0 OK 2026/08/16 01:29:34 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only14: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only15: size = 0 OK 2026/08/16 01:29:34 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only15: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only12: size = 0 OK 2026/08/16 01:29:34 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only12: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only16: size = 0 OK 2026/08/16 01:29:34 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only16: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only17: size = 0 OK 2026/08/16 01:29:34 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only17: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only13: size = 0 OK 2026/08/16 01:29:34 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only13: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only18: size = 0 OK 2026/08/16 01:29:34 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only18: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only19: size = 0 OK 2026/08/16 01:29:34 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only19: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only1: size = 0 OK 2026/08/16 01:29:34 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only1: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only2: size = 0 OK 2026/08/16 01:29:34 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only2: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only3: size = 0 OK 2026/08/16 01:29:34 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only3: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only4: size = 0 OK 2026/08/16 01:29:34 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only4: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only5: size = 0 OK 2026/08/16 01:29:34 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only5: Copied (replaced existing) 2026/08/16 01:29:34 DEBUG : only6: size = 0 OK 2026/08/16 01:29:34 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:34 INFO : only6: Copied (replaced existing) 2026/08/16 01:29:35 DEBUG : only7: size = 0 OK 2026/08/16 01:29:35 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:35 INFO : only7: Copied (replaced existing) 2026/08/16 01:29:35 DEBUG : only8: size = 0 OK 2026/08/16 01:29:35 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:35 INFO : only8: Copied (replaced existing) 2026/08/16 01:29:35 DEBUG : only9: size = 0 OK 2026/08/16 01:29:35 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:35 INFO : only9: Copied (replaced existing) 2026/08/16 01:29:35 DEBUG : only10: size = 0 OK 2026/08/16 01:29:35 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/16 01:29:35 INFO : only10: Copied (replaced existing) 2026/08/16 01:29:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (18.37s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:29:43 DEBUG : empty_dir: Making directory with metadata 2026/08/16 01:29:43 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/16 01:29:43 DEBUG : empty_on_remote: Making directory with metadata 2026/08/16 01:29:43 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/16 01:29:43 INFO : empty_on_remote: Making directory 2026/08/16 01:29:43 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/16 01:29:44 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/16 01:29:44 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/16 01:29:44 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/16 01:29:44 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.68s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:29:46 DEBUG : empty_dir: Making directory with metadata 2026/08/16 01:29:46 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/16 01:29:46 DEBUG : empty_on_remote: Making directory with metadata 2026/08/16 01:29:46 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/16 01:29:46 INFO : empty_on_remote: Making directory 2026/08/16 01:29:46 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/16 01:29:46 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/16 01:29:46 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/16 01:29:46 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/16 01:29:46 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/16 01:29:46 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.46s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:29:48 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/16 01:29:48 INFO : sub dir: Making directory 2026/08/16 01:29:48 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (3.32s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:29:51 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/16 01:29:51 INFO : sub dir: Making directory 2026/08/16 01:29:51 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (3.91s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:30:00 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:00 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:30:00 DEBUG : apple: size = 5 OK 2026/08/16 01:30:00 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:00 DEBUG : apple: Unchanged skipping 2026/08/16 01:30:00 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:30:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:00 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:30:00 DEBUG : banana: size = 6 OK 2026/08/16 01:30:00 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:00 DEBUG : banana: Unchanged skipping 2026/08/16 01:30:00 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:30:00 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:00 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:30:01 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:30:01 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:30:01 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:30:01 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:30:01 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:30:01 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:30:01 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:30:01 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:30:01 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:30:01 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:30:01 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:30:01 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:30:01 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:30:01 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:30:01 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:30:01 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:30:01 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:30:01 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:30:01 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:01 INFO : There was nothing to transfer 2026/08/16 01:30:01 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:01 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:30:01 DEBUG : apple: size = 5 OK 2026/08/16 01:30:01 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:30:01 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:30:01 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : banana: size = 6 OK 2026/08/16 01:30:01 DEBUG : apple: Unchanged skipping 2026/08/16 01:30:01 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : banana: Unchanged skipping 2026/08/16 01:30:01 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:30:01 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:01 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:30:02 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:30:02 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:30:02 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:30:02 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:30:02 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:30:02 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:30:02 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:30:02 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:30:02 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:30:02 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:30:02 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:30:02 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:30:02 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:30:02 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:30:02 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:30:02 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:30:02 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:02 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:30:02 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:30:02 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:02 INFO : There was nothing to transfer 2026/08/16 01:30:02 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:02 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:30:02 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:30:12 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:12 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:30:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:30:13 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:30:13 DEBUG : apple: size = 5 OK 2026/08/16 01:30:13 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : apple: Unchanged skipping 2026/08/16 01:30:13 DEBUG : banana: size = 6 OK 2026/08/16 01:30:13 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : banana: Unchanged skipping 2026/08/16 01:30:13 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:30:13 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:30:13 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:30:13 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:30:13 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:30:13 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:30:13 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:30:13 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:30:13 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:30:13 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:30:13 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:30:13 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:30:13 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:30:13 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:30:13 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:30:13 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:30:13 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:30:13 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:30:13 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:13 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:30:13 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:30:13 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:13 INFO : There was nothing to transfer 2026/08/16 01:30:13 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:13 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:30:13 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : apple: size = 5 OK 2026/08/16 01:30:14 DEBUG : banana: size = 6 OK 2026/08/16 01:30:14 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : apple: Unchanged skipping 2026/08/16 01:30:14 DEBUG : banana: Unchanged skipping 2026/08/16 01:30:14 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:30:14 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:30:14 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:30:14 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:30:14 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:30:14 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:30:14 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:30:14 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:30:14 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:30:14 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:30:14 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:30:14 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:30:14 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:30:14 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:30:14 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:30:14 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:30:14 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:30:14 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:30:14 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:30:14 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:30:14 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:14 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:30:14 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:30:14 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:14 INFO : There was nothing to transfer 2026/08/16 01:30:14 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:14 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:30:14 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:30:24 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:25 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:30:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:25 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:25 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:25 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:25 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : YXBwbGU=: size = 5 OK 2026/08/16 01:30:25 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/16 01:30:25 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/16 01:30:25 DEBUG : YmFuYW5h: size = 6 OK 2026/08/16 01:30:25 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/16 01:30:25 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/16 01:30:25 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:25 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:25 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:25 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:25 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:25 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:25 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:25 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:25 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:25 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:25 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:25 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:25 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:25 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/16 01:30:25 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:25 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:30:25 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:30:25 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/16 01:30:25 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/16 01:30:25 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:26 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/16 01:30:26 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/16 01:30:26 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:26 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/16 01:30:26 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/16 01:30:26 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:26 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/16 01:30:26 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/16 01:30:26 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:26 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/16 01:30:26 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/16 01:30:26 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:26 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/16 01:30:26 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/16 01:30:26 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:26 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/16 01:30:26 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/16 01:30:26 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:26 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/16 01:30:26 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/16 01:30:26 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:27 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/16 01:30:27 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/16 01:30:27 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:27 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/16 01:30:27 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/16 01:30:27 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:27 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/16 01:30:27 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/16 01:30:27 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:27 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/16 01:30:27 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/16 01:30:27 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:27 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/16 01:30:27 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/16 01:30:27 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:27 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/16 01:30:27 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/16 01:30:27 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/16 01:30:27 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/16 01:30:27 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/16 01:30:27 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:27 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/16 01:30:27 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/16 01:30:27 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:27 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/16 01:30:27 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/16 01:30:27 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/16 01:30:27 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/16 01:30:27 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/16 01:30:27 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:27 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:27 INFO : splitbananasplit: Deleted 2026/08/16 01:30:28 INFO : appleappleapplebanana: Deleted 2026/08/16 01:30:28 INFO : dir1/0015-9;=.txt: Deleted 2026/08/16 01:30:28 INFO : apple: Deleted 2026/08/16 01:30:28 INFO : banana: Deleted 2026/08/16 01:30:28 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0010-456789.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0011-56789;.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0013-789;=.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0007-1234567.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0009-3456789.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0014-89;=.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0003-defghij.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0008-2345678.txt: Deleted 2026/08/16 01:30:28 INFO : dir1/0012-6789;.txt: Deleted 2026/08/16 01:30:28 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:28 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:28 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/16 01:30:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:29 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:29 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:29 DEBUG : YXBwbGU=: size = 5 OK 2026/08/16 01:30:29 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/16 01:30:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:30:29 DEBUG : apple: Unchanged skipping 2026/08/16 01:30:29 DEBUG : YmFuYW5h: size = 6 OK 2026/08/16 01:30:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : banana: Unchanged skipping 2026/08/16 01:30:29 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/16 01:30:29 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:29 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:29 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:29 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:29 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:29 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:29 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:29 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:29 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:29 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:29 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:29 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:29 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:29 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:29 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:29 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/16 01:30:29 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/16 01:30:29 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/16 01:30:29 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/16 01:30:29 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/16 01:30:29 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/16 01:30:29 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/16 01:30:29 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/16 01:30:29 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/16 01:30:29 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/16 01:30:29 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/16 01:30:29 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:30:29 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/16 01:30:29 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/16 01:30:29 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/16 01:30:29 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/16 01:30:29 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/16 01:30:29 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/16 01:30:29 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:30:29 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:30:29 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:30:29 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:29 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:29 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/16 01:30:29 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/16 01:30:30 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:30 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:30 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:30 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:30 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:30 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:30 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/16 01:30:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:30 DEBUG : apple: transformed to: YXBwbGU= 2026/08/16 01:30:30 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/16 01:30:30 DEBUG : banana: transformed to: YmFuYW5h 2026/08/16 01:30:30 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/16 01:30:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/16 01:30:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/16 01:30:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/16 01:30:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/16 01:30:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/16 01:30:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:30:39 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:40 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:30:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:40 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:40 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:40 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:40 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/16 01:30:40 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/16 01:30:40 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/16 01:30:40 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/16 01:30:40 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/16 01:30:40 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/16 01:30:40 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/16 01:30:40 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/16 01:30:40 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/16 01:30:40 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/16 01:30:40 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/16 01:30:40 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/16 01:30:40 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/16 01:30:40 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/16 01:30:40 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/16 01:30:40 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/16 01:30:40 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/16 01:30:40 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/16 01:30:40 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/16 01:30:40 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/16 01:30:40 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/16 01:30:40 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/16 01:30:40 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/16 01:30:40 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/16 01:30:40 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/16 01:30:40 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/16 01:30:40 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/16 01:30:40 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/16 01:30:40 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/16 01:30:40 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/16 01:30:40 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/16 01:30:40 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/16 01:30:40 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/16 01:30:40 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/16 01:30:40 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/16 01:30:40 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/16 01:30:40 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/16 01:30:40 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/16 01:30:40 DEBUG : PREFIXbanana: size = 6 OK 2026/08/16 01:30:40 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/16 01:30:40 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/16 01:30:40 DEBUG : PREFIXapple: size = 5 OK 2026/08/16 01:30:40 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/16 01:30:40 INFO : apple: Copied (new) to: PREFIXapple 2026/08/16 01:30:40 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/16 01:30:40 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/16 01:30:40 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/16 01:30:40 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/16 01:30:40 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/16 01:30:40 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/16 01:30:40 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/16 01:30:40 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/16 01:30:40 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/16 01:30:40 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/16 01:30:40 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/16 01:30:40 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/16 01:30:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/16 01:30:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/16 01:30:40 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/16 01:30:40 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/16 01:30:40 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:30:40 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:30:41 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/16 01:30:41 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/16 01:30:41 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/16 01:30:41 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/16 01:30:41 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:30:41 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/16 01:30:41 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/16 01:30:41 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/16 01:30:41 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/16 01:30:41 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/16 01:30:41 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/16 01:30:41 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/16 01:30:41 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/16 01:30:41 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/16 01:30:41 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/16 01:30:41 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/16 01:30:41 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/16 01:30:41 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/16 01:30:41 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/16 01:30:41 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/16 01:30:41 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/16 01:30:41 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/16 01:30:41 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/16 01:30:41 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/16 01:30:41 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/16 01:30:41 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/16 01:30:41 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/16 01:30:41 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/16 01:30:41 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/16 01:30:41 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/16 01:30:41 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/16 01:30:41 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/16 01:30:41 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/16 01:30:41 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/16 01:30:41 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/16 01:30:41 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/16 01:30:41 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/16 01:30:41 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/16 01:30:41 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/16 01:30:41 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/16 01:30:42 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/16 01:30:42 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/16 01:30:42 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/16 01:30:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/16 01:30:42 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/16 01:30:42 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/16 01:30:42 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/16 01:30:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/16 01:30:42 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/16 01:30:42 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/16 01:30:42 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/16 01:30:42 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/16 01:30:42 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/16 01:30:42 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/16 01:30:42 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/16 01:30:42 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/16 01:30:42 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/16 01:30:42 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/16 01:30:42 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/16 01:30:42 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/16 01:30:42 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/16 01:30:42 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/16 01:30:42 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/16 01:30:42 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/16 01:30:42 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:43 INFO : apple: Deleted 2026/08/16 01:30:43 INFO : appleappleapplebanana: Deleted 2026/08/16 01:30:43 INFO : dir1/0008-2345678.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0010-456789.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0012-6789;.txt: Deleted 2026/08/16 01:30:43 INFO : banana: Deleted 2026/08/16 01:30:43 INFO : dir1/0014-89;=.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0003-defghij.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0007-1234567.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/16 01:30:43 INFO : splitbananasplit: Deleted 2026/08/16 01:30:43 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0009-3456789.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0011-56789;.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0013-789;=.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/16 01:30:43 INFO : dir1/0015-9;=.txt: Deleted 2026/08/16 01:30:43 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:43 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:30:43 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:30:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/16 01:30:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/16 01:30:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/16 01:30:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/16 01:30:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/16 01:30:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/16 01:30:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/16 01:30:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/16 01:30:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/16 01:30:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/16 01:30:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/16 01:30:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/16 01:30:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/16 01:30:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/16 01:30:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/16 01:30:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/16 01:30:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/16 01:30:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/16 01:30:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/16 01:30:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/16 01:30:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/16 01:30:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/16 01:30:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/16 01:30:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/16 01:30:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/16 01:30:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/16 01:30:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/16 01:30:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/16 01:30:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/16 01:30:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/16 01:30:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/16 01:30:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/16 01:30:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/16 01:30:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/16 01:30:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/16 01:30:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/16 01:30:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/16 01:30:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/16 01:30:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/16 01:30:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/16 01:30:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/16 01:30:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/16 01:30:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/16 01:30:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/16 01:30:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/16 01:30:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/16 01:30:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/16 01:30:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/16 01:30:44 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:30:44 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/16 01:30:44 INFO : appleappleapplebanana: Copied (new) 2026/08/16 01:30:44 DEBUG : apple: size = 5 OK 2026/08/16 01:30:44 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/16 01:30:44 INFO : apple: Copied (new) 2026/08/16 01:30:44 DEBUG : banana: size = 6 OK 2026/08/16 01:30:44 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/16 01:30:44 INFO : banana: Copied (new) 2026/08/16 01:30:44 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:30:44 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/16 01:30:44 INFO : splitbananasplit: Copied (new) 2026/08/16 01:30:44 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:44 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:30:44 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:30:44 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:30:44 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/16 01:30:44 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/16 01:30:44 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:30:44 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/16 01:30:44 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/16 01:30:44 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:30:44 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/16 01:30:44 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/16 01:30:44 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:30:44 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/16 01:30:44 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:30:45 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/16 01:30:45 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:30:45 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/16 01:30:45 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:30:45 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/16 01:30:45 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:30:45 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/16 01:30:45 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:30:45 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/16 01:30:45 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:30:45 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/16 01:30:45 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:30:45 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/16 01:30:45 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:30:45 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/16 01:30:45 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:30:45 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/16 01:30:45 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:30:45 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/16 01:30:45 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:30:45 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/16 01:30:45 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:30:45 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/16 01:30:45 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/16 01:30:45 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:45 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/16 01:30:45 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/16 01:30:45 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/16 01:30:45 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/16 01:30:45 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/16 01:30:45 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/16 01:30:45 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/16 01:30:45 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/16 01:30:45 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/16 01:30:45 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/16 01:30:45 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/16 01:30:45 INFO : PREFIXapple: Deleted 2026/08/16 01:30:45 INFO : PREFIXsplitbananasplit: Deleted 2026/08/16 01:30:45 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/16 01:30:45 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/16 01:30:45 INFO : PREFIXbanana: Deleted 2026/08/16 01:30:46 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/16 01:30:46 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/16 01:30:46 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/16 01:30:46 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/16 01:30:46 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:46 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:46 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:30:46 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:30:56 DEBUG : Waiting for deletions to finish 2026/08/16 01:30:57 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:30:57 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/16 01:30:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:30:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:30:57 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/16 01:30:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:30:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:30:57 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/16 01:30:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:30:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:30:57 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/16 01:30:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:30:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:30:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:30:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:30:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:30:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:30:57 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:30:57 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:30:57 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/16 01:30:57 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:30:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:30:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:30:57 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : appleSUFFIX: size = 5 OK 2026/08/16 01:30:57 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/16 01:30:57 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/16 01:30:57 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/16 01:30:57 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/16 01:30:57 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:57 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:30:57 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:30:57 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:30:57 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/16 01:30:57 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/16 01:30:57 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/16 01:30:57 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/16 01:30:57 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/16 01:30:57 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/16 01:30:57 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/16 01:30:58 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/16 01:30:58 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/16 01:30:58 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/16 01:30:58 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/16 01:30:58 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/16 01:30:58 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/16 01:30:58 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/16 01:30:58 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/16 01:30:58 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/16 01:30:58 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/16 01:30:58 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/16 01:30:58 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/16 01:30:58 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/16 01:30:58 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/16 01:30:58 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/16 01:30:58 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/16 01:30:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/16 01:30:59 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/16 01:30:59 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/16 01:30:59 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/16 01:30:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/16 01:30:59 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/16 01:30:59 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/16 01:30:59 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/16 01:30:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/16 01:30:59 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/16 01:30:59 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/16 01:30:59 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/16 01:30:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/16 01:30:59 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/16 01:30:59 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/16 01:30:59 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/16 01:30:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/16 01:30:59 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/16 01:30:59 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/16 01:30:59 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/16 01:30:59 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/16 01:30:59 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/16 01:30:59 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/16 01:30:59 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/16 01:30:59 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/16 01:30:59 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/16 01:31:01 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/16 01:31:01 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/16 01:31:01 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/16 01:31:01 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:01 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/16 01:31:01 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/16 01:31:01 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/16 01:31:01 INFO : dir1/0008-2345678.txt: Deleted 2026/08/16 01:31:01 INFO : dir1/0012-6789;.txt: Deleted 2026/08/16 01:31:01 INFO : dir1/0013-789;=.txt: Deleted 2026/08/16 01:31:01 INFO : appleappleapplebanana: Deleted 2026/08/16 01:31:01 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/16 01:31:01 INFO : dir1/0011-56789;.txt: Deleted 2026/08/16 01:31:01 INFO : dir1/0014-89;=.txt: Deleted 2026/08/16 01:31:01 INFO : dir1/0015-9;=.txt: Deleted 2026/08/16 01:31:01 INFO : apple: Deleted 2026/08/16 01:31:01 INFO : banana: Deleted 2026/08/16 01:31:01 INFO : splitbananasplit: Deleted 2026/08/16 01:31:01 INFO : dir1/0003-defghij.txt: Deleted 2026/08/16 01:31:01 INFO : dir1/0007-1234567.txt: Deleted 2026/08/16 01:31:02 INFO : dir1/0010-456789.txt: Deleted 2026/08/16 01:31:02 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/16 01:31:02 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/16 01:31:02 INFO : dir1/0009-3456789.txt: Deleted 2026/08/16 01:31:02 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:02 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/16 01:31:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : apple: transformed to: appleSUFFIX 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/16 01:31:02 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/16 01:31:02 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/16 01:31:02 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/16 01:31:02 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/16 01:31:02 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/16 01:31:02 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:31:03 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/16 01:31:03 INFO : appleappleapplebanana: Copied (new) 2026/08/16 01:31:03 DEBUG : apple: size = 5 OK 2026/08/16 01:31:03 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/16 01:31:03 INFO : apple: Copied (new) 2026/08/16 01:31:03 DEBUG : banana: size = 6 OK 2026/08/16 01:31:03 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/16 01:31:03 INFO : banana: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:03 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:31:03 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:31:03 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:31:03 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/16 01:31:03 INFO : splitbananasplit: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:31:03 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/16 01:31:03 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:31:03 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/16 01:31:03 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:31:03 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/16 01:31:03 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:31:03 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/16 01:31:03 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:31:03 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/16 01:31:03 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:31:03 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/16 01:31:03 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:31:03 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/16 01:31:03 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:31:03 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/16 01:31:03 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:31:03 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/16 01:31:03 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:31:03 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/16 01:31:03 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:31:03 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/16 01:31:03 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:31:03 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/16 01:31:03 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:31:03 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/16 01:31:03 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:31:03 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/16 01:31:03 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:31:03 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/16 01:31:03 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:31:03 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/16 01:31:03 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/16 01:31:03 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:03 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : bananaSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : appleSUFFIX: Deleted 2026/08/16 01:31:04 INFO : splitbananasplitSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/16 01:31:04 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/16 01:31:04 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:04 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:31:04 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:05 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:05 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:31:15 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:15 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:31:15 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:15 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:15 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:15 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:15 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:15 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:15 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:15 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:15 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:15 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/16 01:31:15 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:15 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/16 01:31:15 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:15 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:15 DEBUG : banana: size = 6 OK 2026/08/16 01:31:15 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:15 DEBUG : banana: Unchanged skipping 2026/08/16 01:31:15 DEBUG : apple: size = 5 OK 2026/08/16 01:31:15 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:15 DEBUG : apple: Unchanged skipping 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:15 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/16 01:31:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:15 DEBUG : appleapple: size = 21 OK 2026/08/16 01:31:15 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/16 01:31:15 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/16 01:31:15 DEBUG : splitbanan: size = 16 OK 2026/08/16 01:31:15 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/16 01:31:15 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/16 01:31:16 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:16 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:16 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:16 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:16 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:16 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:16 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:16 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:16 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:16 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:16 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:16 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:16 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:16 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:16 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/16 01:31:16 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/16 01:31:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/16 01:31:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/16 01:31:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/16 01:31:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/16 01:31:16 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:31:16 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:31:16 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/16 01:31:16 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/16 01:31:16 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/16 01:31:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/16 01:31:16 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/16 01:31:16 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/16 01:31:16 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/16 01:31:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/16 01:31:16 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/16 01:31:16 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/16 01:31:16 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/16 01:31:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/16 01:31:16 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/16 01:31:16 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/16 01:31:16 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/16 01:31:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/16 01:31:16 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/16 01:31:16 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/16 01:31:16 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/16 01:31:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/16 01:31:16 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/16 01:31:16 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/16 01:31:16 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/16 01:31:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/16 01:31:16 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/16 01:31:16 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/16 01:31:16 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/16 01:31:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/16 01:31:16 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/16 01:31:16 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/16 01:31:16 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/16 01:31:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/16 01:31:16 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/16 01:31:16 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/16 01:31:16 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/16 01:31:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/16 01:31:16 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/16 01:31:16 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/16 01:31:16 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/16 01:31:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/16 01:31:16 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/16 01:31:16 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/16 01:31:16 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/16 01:31:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/16 01:31:16 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/16 01:31:16 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/16 01:31:16 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/16 01:31:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/16 01:31:16 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/16 01:31:16 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/16 01:31:16 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/16 01:31:16 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/16 01:31:16 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/16 01:31:16 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/16 01:31:16 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/16 01:31:16 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/16 01:31:16 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/16 01:31:16 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/16 01:31:16 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/16 01:31:16 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/16 01:31:16 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:16 INFO : dir1/0008-2345678.txt: Deleted 2026/08/16 01:31:16 INFO : appleappleapplebanana: Deleted 2026/08/16 01:31:17 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0007-1234567.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0015-9;=.txt: Deleted 2026/08/16 01:31:17 INFO : splitbananasplit: Deleted 2026/08/16 01:31:17 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0003-defghij.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0009-3456789.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0010-456789.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0011-56789;.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0012-6789;.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0013-789;=.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0014-89;=.txt: Deleted 2026/08/16 01:31:17 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/16 01:31:17 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:17 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : appleapple: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/16 01:31:17 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/16 01:31:17 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/16 01:31:17 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/16 01:31:17 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/16 01:31:17 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/16 01:31:17 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/16 01:31:17 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/16 01:31:17 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/16 01:31:17 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/16 01:31:17 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/16 01:31:17 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/16 01:31:17 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/16 01:31:17 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/16 01:31:17 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/16 01:31:17 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/16 01:31:17 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/16 01:31:17 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/16 01:31:17 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/16 01:31:17 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/16 01:31:17 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/16 01:31:17 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/16 01:31:17 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/16 01:31:17 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/16 01:31:17 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/16 01:31:17 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/16 01:31:17 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/16 01:31:17 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/16 01:31:17 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/16 01:31:17 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/16 01:31:17 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/16 01:31:17 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/16 01:31:17 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/16 01:31:17 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/16 01:31:17 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/16 01:31:17 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/16 01:31:17 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/16 01:31:17 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/16 01:31:17 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/16 01:31:17 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/16 01:31:17 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/16 01:31:17 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/16 01:31:17 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/16 01:31:17 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/16 01:31:17 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/16 01:31:17 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/16 01:31:17 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/16 01:31:17 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/16 01:31:17 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/16 01:31:17 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/16 01:31:17 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/16 01:31:17 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/16 01:31:17 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/16 01:31:17 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/16 01:31:17 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/16 01:31:17 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/16 01:31:17 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/16 01:31:17 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/16 01:31:17 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/16 01:31:17 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/16 01:31:17 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/16 01:31:17 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/16 01:31:17 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:17 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/16 01:31:17 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/16 01:31:17 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/16 01:31:17 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/16 01:31:17 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/16 01:31:17 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/16 01:31:17 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/16 01:31:17 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/16 01:31:17 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/16 01:31:17 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/16 01:31:17 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/16 01:31:17 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/16 01:31:17 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/16 01:31:17 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/16 01:31:17 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/16 01:31:17 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/16 01:31:17 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:17 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:17 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:17 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:17 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:18 DEBUG : apple: size = 5 OK 2026/08/16 01:31:18 DEBUG : banana: size = 6 OK 2026/08/16 01:31:18 DEBUG : splitbanan: size = 16 OK 2026/08/16 01:31:18 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : banana: Unchanged skipping 2026/08/16 01:31:18 DEBUG : apple: Unchanged skipping 2026/08/16 01:31:18 DEBUG : appleapple: size = 21 OK 2026/08/16 01:31:18 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:31:18 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/16 01:31:18 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/16 01:31:18 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/16 01:31:18 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/16 01:31:18 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/16 01:31:18 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/16 01:31:18 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/16 01:31:18 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/16 01:31:18 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/16 01:31:18 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/16 01:31:18 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/16 01:31:18 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/16 01:31:18 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/16 01:31:18 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/16 01:31:18 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/16 01:31:18 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/16 01:31:18 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/16 01:31:18 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/16 01:31:18 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/16 01:31:18 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/16 01:31:18 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/16 01:31:18 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/16 01:31:18 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/16 01:31:18 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/16 01:31:18 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:31:18 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/16 01:31:18 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/16 01:31:18 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/16 01:31:18 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/16 01:31:18 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/16 01:31:18 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/16 01:31:18 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/16 01:31:18 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/16 01:31:18 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:18 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:31:18 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:31:18 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:18 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:18 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : appleapple: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/16 01:31:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/16 01:31:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/16 01:31:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/16 01:31:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/16 01:31:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/16 01:31:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/16 01:31:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/16 01:31:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/16 01:31:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/16 01:31:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/16 01:31:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/16 01:31:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/16 01:31:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/16 01:31:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/16 01:31:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/16 01:31:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/16 01:31:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/16 01:31:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/16 01:31:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/16 01:31:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/16 01:31:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/16 01:31:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/16 01:31:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/16 01:31:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/16 01:31:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/16 01:31:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/16 01:31:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/16 01:31:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/16 01:31:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/16 01:31:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/16 01:31:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/16 01:31:18 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/16 01:31:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/16 01:31:18 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/16 01:31:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/16 01:31:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/16 01:31:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/16 01:31:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/16 01:31:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/16 01:31:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/16 01:31:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/16 01:31:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/16 01:31:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/16 01:31:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/16 01:31:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/16 01:31:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/16 01:31:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/16 01:31:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/16 01:31:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/16 01:31:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/16 01:31:18 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:31:28 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:29 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:31:29 DEBUG : apple: size = 5 OK 2026/08/16 01:31:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : apple: Unchanged skipping 2026/08/16 01:31:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:31:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:31:29 DEBUG : banana: size = 6 OK 2026/08/16 01:31:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:31:29 DEBUG : banana: Unchanged skipping 2026/08/16 01:31:29 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:31:29 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:31:29 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:31:29 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:31:29 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:31:29 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:31:29 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:31:29 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:31:29 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:31:29 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:31:29 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:31:29 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:31:29 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:31:29 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:31:29 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:31:29 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:31:29 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:31:29 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:29 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:31:29 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:31:29 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:29 INFO : There was nothing to transfer 2026/08/16 01:31:29 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:30 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : apple: size = 5 OK 2026/08/16 01:31:30 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : apple: Unchanged skipping 2026/08/16 01:31:30 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:31:30 DEBUG : banana: size = 6 OK 2026/08/16 01:31:30 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:31:30 DEBUG : banana: Unchanged skipping 2026/08/16 01:31:30 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:31:30 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:31:30 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:31:30 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:31:30 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:31:30 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:31:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:31:30 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:31:30 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:31:30 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:31:30 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:31:30 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:31:30 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:31:30 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:31:30 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:31:30 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:31:30 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:31:30 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:31:30 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:30 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:31:30 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:31:30 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:30 INFO : There was nothing to transfer 2026/08/16 01:31:30 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:30 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:31 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:31 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:31:41 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:41 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : apple: size = 5 OK 2026/08/16 01:31:42 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : apple: Unchanged skipping 2026/08/16 01:31:42 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:31:42 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:31:42 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:31:42 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:31:42 DEBUG : banana: size = 6 OK 2026/08/16 01:31:42 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : banana: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:31:42 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:31:42 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:31:42 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:31:42 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:31:42 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:31:42 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:31:42 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:31:42 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:31:42 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:31:42 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:31:42 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:31:42 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:31:42 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:31:42 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:31:42 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:31:42 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:31:42 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:42 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:31:42 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:31:42 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:42 INFO : There was nothing to transfer 2026/08/16 01:31:42 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:42 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : apple: size = 5 OK 2026/08/16 01:31:43 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : apple: Unchanged skipping 2026/08/16 01:31:43 DEBUG : banana: size = 6 OK 2026/08/16 01:31:43 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:31:43 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : banana: Unchanged skipping 2026/08/16 01:31:43 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:31:43 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:31:43 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:31:43 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:31:43 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:31:43 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:31:43 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:31:43 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:31:43 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:31:43 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:31:43 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:31:43 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:31:43 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:31:43 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:31:43 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:31:43 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:31:43 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:31:43 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:31:43 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:31:43 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:43 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:31:43 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:31:43 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:43 INFO : There was nothing to transfer 2026/08/16 01:31:43 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:43 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:43 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:31:53 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:54 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:31:54 DEBUG : apple: size = 5 OK 2026/08/16 01:31:54 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:31:54 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:54 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:54 DEBUG : apple: Unchanged skipping 2026/08/16 01:31:54 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:31:54 DEBUG : banana: size = 6 OK 2026/08/16 01:31:54 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:54 DEBUG : banana: Unchanged skipping 2026/08/16 01:31:54 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:31:54 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:54 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:31:55 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:31:55 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:31:55 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:31:55 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:31:55 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:31:55 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:31:55 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:31:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:31:55 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:31:55 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:31:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:31:55 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:31:55 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:31:55 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:31:55 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:31:55 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:31:55 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:31:55 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:31:55 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:55 INFO : There was nothing to transfer 2026/08/16 01:31:55 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:55 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:31:55 DEBUG : apple: size = 5 OK 2026/08/16 01:31:55 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : apple: Unchanged skipping 2026/08/16 01:31:55 DEBUG : banana: size = 6 OK 2026/08/16 01:31:55 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : banana: Unchanged skipping 2026/08/16 01:31:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:31:55 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:31:55 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:31:55 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:55 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:31:56 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:31:56 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:31:56 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:31:56 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:31:56 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:31:56 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:31:56 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:31:56 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:31:56 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:31:56 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:31:56 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:31:56 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:31:56 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:31:56 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:31:56 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:31:56 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:31:56 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:31:56 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:31:56 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:31:56 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:56 INFO : There was nothing to transfer 2026/08/16 01:31:56 DEBUG : Waiting for deletions to finish 2026/08/16 01:31:56 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:31:56 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:06 DEBUG : Waiting for deletions to finish 2026/08/16 01:32:07 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:32:07 DEBUG : apple: size = 5 OK 2026/08/16 01:32:07 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : apple: Unchanged skipping 2026/08/16 01:32:07 DEBUG : banana: size = 6 OK 2026/08/16 01:32:07 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : banana: Unchanged skipping 2026/08/16 01:32:07 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:32:07 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:32:07 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:32:07 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:32:07 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:32:07 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:32:07 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:32:07 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:32:07 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:32:07 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:32:07 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:32:07 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:32:07 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:32:07 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:32:07 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:32:07 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:32:07 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:32:07 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:32:07 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:07 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:32:07 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:07 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:32:07 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:07 DEBUG : Waiting for deletions to finish 2026/08/16 01:32:07 INFO : There was nothing to transfer 2026/08/16 01:32:07 DEBUG : Waiting for deletions to finish 2026/08/16 01:32:08 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : apple: size = 5 OK 2026/08/16 01:32:08 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : apple: Unchanged skipping 2026/08/16 01:32:08 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:32:08 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : banana: size = 6 OK 2026/08/16 01:32:08 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:32:08 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : banana: Unchanged skipping 2026/08/16 01:32:08 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:32:08 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:32:08 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:32:08 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:32:08 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:32:08 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:32:08 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:32:08 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:32:08 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:32:08 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:32:08 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:08 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:32:08 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:32:08 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:32:08 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:32:08 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:32:08 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:32:08 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:32:08 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:08 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:32:08 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:08 DEBUG : Waiting for deletions to finish 2026/08/16 01:32:08 INFO : There was nothing to transfer 2026/08/16 01:32:08 DEBUG : Waiting for deletions to finish 2026/08/16 01:32:08 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:32:08 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:19 DEBUG : Waiting for deletions to finish 2026/08/16 01:32:19 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:32:19 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:32:19 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : banana: size = 6 OK 2026/08/16 01:32:19 DEBUG : apple: size = 5 OK 2026/08/16 01:32:19 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : apple: Unchanged skipping 2026/08/16 01:32:19 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:32:19 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : banana: Unchanged skipping 2026/08/16 01:32:19 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:32:19 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:32:19 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:32:19 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:32:19 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:32:19 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:32:19 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:32:19 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:32:19 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:32:19 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:32:19 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:32:19 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:32:19 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:32:19 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:32:19 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:32:19 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:32:19 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:32:19 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:32:19 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:19 DEBUG : Waiting for deletions to finish 2026/08/16 01:32:19 INFO : There was nothing to transfer 2026/08/16 01:32:19 DEBUG : Waiting for deletions to finish 2026/08/16 01:32:20 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/16 01:32:20 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/16 01:32:20 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/16 01:32:20 DEBUG : apple: size = 5 OK 2026/08/16 01:32:20 DEBUG : banana: size = 6 OK 2026/08/16 01:32:20 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : apple: Unchanged skipping 2026/08/16 01:32:20 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : banana: Unchanged skipping 2026/08/16 01:32:20 DEBUG : splitbananasplit: size = 16 OK 2026/08/16 01:32:20 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : splitbananasplit: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/16 01:32:20 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:20 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/16 01:32:20 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/16 01:32:20 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/16 01:32:20 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/16 01:32:20 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/16 01:32:20 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/16 01:32:20 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/16 01:32:20 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/16 01:32:20 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/16 01:32:20 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/16 01:32:20 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/16 01:32:20 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/16 01:32:20 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/16 01:32:20 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/16 01:32:20 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/16 01:32:20 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:20 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/16 01:32:20 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:20 DEBUG : Waiting for deletions to finish 2026/08/16 01:32:20 INFO : There was nothing to transfer 2026/08/16 01:32:20 DEBUG : Waiting for deletions to finish 2026/08/16 01:32:21 DEBUG : apple: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : banana: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/16 01:32:21 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (150.16s) --- PASS: TestTransform/NFC (11.16s) --- PASS: TestTransform/NFD (12.36s) --- PASS: TestTransform/base64 (15.31s) --- PASS: TestTransform/prefix (16.90s) --- PASS: TestTransform/suffix (18.25s) --- PASS: TestTransform/truncate (13.80s) --- PASS: TestTransform/encoder (12.59s) --- PASS: TestTransform/ISO-8859-1 (12.52s) --- PASS: TestTransform/charmap (12.33s) --- PASS: TestTransform/lowercase (12.78s) --- PASS: TestTransform/ascii (12.16s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:26 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/16 01:32:26 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/16 01:32:26 INFO : sub dir_somesuffix: Making directory 2026/08/16 01:32:26 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/16 01:32:26 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/16 01:32:26 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/16 01:32:26 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/16 01:32:26 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/16 01:32:26 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:26 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:27 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/16 01:32:27 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:27 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/16 01:32:27 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.87s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:27 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:28 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:28 INFO : tictactoe: Making directory 2026/08/16 01:32:28 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:28 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:28 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:28 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/16 01:32:28 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:28 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:28 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:28 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/16 01:32:28 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:28 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/16 01:32:28 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.54s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:29 INFO : toe: Making directory 2026/08/16 01:32:29 INFO : toe/toe: Making directory 2026/08/16 01:32:29 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:29 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/16 01:32:29 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/16 01:32:29 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/16 01:32:29 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:29 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:30 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/16 01:32:30 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:30 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/16 01:32:30 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.57s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:31 INFO : toe: Making directory 2026/08/16 01:32:31 INFO : toe/toe: Making directory 2026/08/16 01:32:31 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:31 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/16 01:32:31 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/16 01:32:31 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/16 01:32:31 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:31 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:31 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/16 01:32:31 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:31 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/16 01:32:31 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.55s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:32 DEBUG : empty_dir: Making directory with metadata 2026/08/16 01:32:32 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/16 01:32:32 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:32 INFO : tictacempty_dir: Making directory 2026/08/16 01:32:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:32 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:32 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:32 INFO : tictactoe: Making directory 2026/08/16 01:32:32 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:32 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:32 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:32 INFO : tictactoe/tictactoe: Making directory 2026/08/16 01:32:32 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/16 01:32:32 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/16 01:32:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/16 01:32:32 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:32 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:33 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/16 01:32:33 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:33 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/16 01:32:33 DEBUG : Waiting for deletions to finish fstest.go:250: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (1.86s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:34 DEBUG : empty_dir: Making directory with metadata 2026/08/16 01:32:34 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/16 01:32:34 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:34 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:34 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:34 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:34 INFO : tictacempty_dir: Making directory 2026/08/16 01:32:34 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:34 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:34 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:34 INFO : tictactoe: Making directory 2026/08/16 01:32:34 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:34 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:34 INFO : tictactoe/tictactoe: Making directory 2026/08/16 01:32:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:34 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/16 01:32:34 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:34 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/16 01:32:34 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:34 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:34 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:35 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/16 01:32:35 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:35 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:35 DEBUG : Waiting for deletions to finish fstest.go:250: Filtering empty directory "tictacempty_dir" 2026/08/16 01:32:35 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:35 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:35 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:35 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:35 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:35 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:36 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/16 01:32:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/16 01:32:36 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/08/16 01:32:36 NOTICE: B2 bucket rclone-test-pijilif5wajo: 0 differences found 2026/08/16 01:32:36 NOTICE: B2 bucket rclone-test-pijilif5wajo: 1 matching files --- PASS: TestAllTag (2.72s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:37 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:37 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:37 INFO : tictactoe: Making directory 2026/08/16 01:32:37 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:37 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:37 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:37 INFO : tictactoe/tictactoe: Making directory 2026/08/16 01:32:37 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:37 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/16 01:32:37 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/16 01:32:37 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/16 01:32:37 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:37 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:38 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/16 01:32:38 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:38 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/16 01:32:38 DEBUG : Waiting for deletions to finish 2026/08/16 01:32:38 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:38 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:38 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:39 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/16 01:32:39 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/16 01:32:39 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/16 01:32:39 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/16 01:32:39 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:39 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:39 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.83s) === RUN TestSyntax 2026/08/16 01:32:39 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:40 INFO : toe: Making directory 2026/08/16 01:32:40 INFO : toe/toe: Making directory 2026/08/16 01:32:40 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/16 01:32:40 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:40 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:40 DEBUG : toe/toe/toe: size = 11 OK 2026/08/16 01:32:40 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:40 INFO : toe/toe/toe: Copied (new) 2026/08/16 01:32:40 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.53s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:41 DEBUG : empty_dir: Making directory with metadata 2026/08/16 01:32:41 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/16 01:32:41 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:41 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:41 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:41 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:41 INFO : tictacempty_dir: Making directory 2026/08/16 01:32:41 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:41 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:41 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:41 INFO : tictactoe: Making directory 2026/08/16 01:32:41 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:41 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:41 INFO : tictactoe/tictactoe: Making directory 2026/08/16 01:32:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:41 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/16 01:32:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:41 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/16 01:32:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:41 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:41 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:42 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/16 01:32:42 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:42 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:42 INFO : toe/toe/toe.txt: Deleted 2026/08/16 01:32:42 INFO : toe/toe: Removing directory 2026/08/16 01:32:42 INFO : toe: Removing directory 2026/08/16 01:32:42 INFO : empty_dir: Removing directory 2026/08/16 01:32:42 DEBUG : Local file system at /tmp/rclone4157879726: deleted 3 directories fstest.go:250: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (1.87s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:43 DEBUG : empty_dir: Making directory with metadata 2026/08/16 01:32:43 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/16 01:32:43 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:43 INFO : tictacempty_dir: Making directory 2026/08/16 01:32:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:43 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:43 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:43 INFO : tictactoe: Making directory 2026/08/16 01:32:43 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:43 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:43 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:43 INFO : tictactoe/tictactoe: Making directory 2026/08/16 01:32:43 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:43 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/16 01:32:43 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:43 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/16 01:32:43 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:43 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:43 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:43 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:44 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/16 01:32:44 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:44 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:44 INFO : toe/toe/toe.txt: Deleted 2026/08/16 01:32:44 INFO : toe/toe: Removing directory 2026/08/16 01:32:44 INFO : toe: Removing directory 2026/08/16 01:32:44 INFO : empty_dir: Removing directory 2026/08/16 01:32:44 DEBUG : Local file system at /tmp/rclone4157879726: deleted 3 directories fstest.go:250: Filtering empty directory "tictacempty_dir" 2026/08/16 01:32:45 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/16 01:32:45 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/16 01:32:45 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/16 01:32:45 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/16 01:32:45 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/16 01:32:45 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/16 01:32:45 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:45 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/08/16 01:32:45 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:250: Filtering empty directory "tictacempty_dir" fstest.go:250: Filtering empty directory "tictactoe" fstest.go:250: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestTransformFile (3.08s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:46 DEBUG : Reset feature "Copy" 2026/08/16 01:32:46 DEBUG : Reset feature "Move" 2026/08/16 01:32:46 DEBUG : Reset feature "Copy" 2026/08/16 01:32:46 DEBUG : Reset feature "Move" 2026/08/16 01:32:46 DEBUG : empty_dir: Making directory with metadata 2026/08/16 01:32:46 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/16 01:32:46 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:46 INFO : tictacempty_dir: Making directory 2026/08/16 01:32:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/16 01:32:46 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:46 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:46 INFO : tictactoe: Making directory 2026/08/16 01:32:46 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:46 DEBUG : toe: transformed to: tictactoe 2026/08/16 01:32:46 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:46 INFO : tictactoe/tictactoe: Making directory 2026/08/16 01:32:46 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/16 01:32:46 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/16 01:32:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:46 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/16 01:32:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:46 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:46 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:47 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/16 01:32:47 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:47 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/16 01:32:47 INFO : toe/toe/toe.txt: Deleted 2026/08/16 01:32:47 INFO : toe/toe: Removing directory 2026/08/16 01:32:47 INFO : toe: Removing directory 2026/08/16 01:32:47 INFO : empty_dir: Removing directory 2026/08/16 01:32:47 DEBUG : Local file system at /tmp/rclone4157879726: deleted 3 directories fstest.go:250: Filtering empty directory "tictacempty_dir" 2026/08/16 01:32:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/16 01:32:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/16 01:32:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/16 01:32:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/16 01:32:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/16 01:32:48 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/16 01:32:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:48 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/16 01:32:49 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:250: Filtering empty directory "tictacempty_dir" fstest.go:250: Filtering empty directory "tictactoe" fstest.go:250: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestManualTransformFile (3.37s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:49 DEBUG : toe: transformed to: dG9l 2026/08/16 01:32:50 DEBUG : toe: transformed to: dG9l 2026/08/16 01:32:50 INFO : dG9l: Making directory 2026/08/16 01:32:50 DEBUG : toe: transformed to: dG9l 2026/08/16 01:32:50 DEBUG : toe: transformed to: dG9l 2026/08/16 01:32:50 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/16 01:32:50 INFO : dG9l/dG9l: Making directory 2026/08/16 01:32:50 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/16 01:32:50 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/16 01:32:50 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/16 01:32:50 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/16 01:32:50 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:50 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:50 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/16 01:32:50 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/16 01:32:50 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:50 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/16 01:32:50 DEBUG : Waiting for deletions to finish 2026/08/16 01:32:51 DEBUG : dG9l: transformed to: toe 2026/08/16 01:32:51 DEBUG : dG9l: transformed to: toe 2026/08/16 01:32:51 DEBUG : dG9l: transformed to: toe 2026/08/16 01:32:51 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/16 01:32:51 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/16 01:32:51 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/16 01:32:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/16 01:32:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/16 01:32:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/16 01:32:51 DEBUG : Local file system at /tmp/rclone4157879726: Waiting for checks to finish 2026/08/16 01:32:51 DEBUG : Local file system at /tmp/rclone4157879726: Waiting for transfers to finish 2026/08/16 01:32:51 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.41s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-pijilif5wajo", Local "Local file system at /tmp/rclone4157879726", Modify Window "1ms" 2026/08/16 01:32:52 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/16 01:32:52 DEBUG : toe: transformed to: 2026/08/16 01:32:52 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/16 01:32:52 DEBUG : toe: transformed to: 2026/08/16 01:32:52 INFO : B2 bucket rclone-test-pijilif5wajo: Making directory 2026/08/16 01:32:52 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/16 01:32:52 DEBUG : toe: transformed to: 2026/08/16 01:32:52 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/16 01:32:52 DEBUG : toe: transformed to: 2026/08/16 01:32:52 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/16 01:32:52 DEBUG : toe/toe: transformed to: 2026/08/16 01:32:52 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/16 01:32:52 INFO : toe/toe: Making directory 2026/08/16 01:32:52 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/16 01:32:52 DEBUG : toe/toe: transformed to: 2026/08/16 01:32:52 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/16 01:32:52 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/16 01:32:52 DEBUG : toe: transformed to: 2026/08/16 01:32:52 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/16 01:32:52 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/16 01:32:52 DEBUG : toe/toe/toe: transformed to: 2026/08/16 01:32:52 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/16 01:32:52 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for checks to finish 2026/08/16 01:32:52 DEBUG : B2 bucket rclone-test-pijilif5wajo: Waiting for transfers to finish 2026/08/16 01:32:53 DEBUG : toe/toe/toe: size = 11 OK 2026/08/16 01:32:53 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/16 01:32:53 INFO : toe/toe/toe: Copied (new) 2026/08/16 01:32:53 ERROR : B2 bucket rclone-test-pijilif5wajo: not deleting files as there were IO errors 2026/08/16 01:32:53 ERROR : B2 bucket rclone-test-pijilif5wajo: not deleting directories as there were IO errors --- PASS: TestError (1.60s) PASS 2026/08/16 01:32:53 DEBUG : B2 bucket rclone-test-pijilif5wajo: Purge remote 2026/08/16 01:32:53 INFO : B2 bucket rclone-test-pijilif5wajo: cleaning bucket "rclone-test-pijilif5wajo" of all files 2026/08/16 01:32:54 DEBUG : BackupDir/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4227bf6ed852adda_d20260816_m012800_c001_v7007000_t0000_u01786843680080") 2026/08/16 01:32:54 DEBUG : BackupDir/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41704a2fac608dad_d20260816_m012755_c001_v0001044_t0049_u01786843675648") 2026/08/16 01:32:54 DEBUG : CompareDest/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409094db63a7a245_d20260816_m012736_c001_v7007000_t0000_u01786843656694") 2026/08/16 01:32:54 DEBUG : CompareDest/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f416fddf9281d5067_d20260816_m012731_c001_v0001173_t0032_u01786843651525") 2026/08/16 01:32:54 DEBUG : CompareDest/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409094db63a7a246_d20260816_m012736_c001_v7007000_t0000_u01786843656880") 2026/08/16 01:32:54 DEBUG : CompareDest/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f72e0_d20260816_m012732_c001_v0001145_t0043_u01786843652446") 2026/08/16 01:32:54 DEBUG : CopyDest/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4227bf6ed852addb_d20260816_m012800_c001_v7007000_t0000_u01786843680262") 2026/08/16 01:32:54 DEBUG : CopyDest/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7316_d20260816_m012752_c001_v0001145_t0043_u01786843672464") 2026/08/16 01:32:54 DEBUG : CopyDest/three: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4227bf6ed852addc_d20260816_m012800_c001_v7007000_t0000_u01786843680443") 2026/08/16 01:32:55 DEBUG : CopyDest/three: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7324_d20260816_m012758_c001_v0001145_t0043_u01786843678413") 2026/08/16 01:32:55 DEBUG : CopyDest/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4227bf6ed852addd_d20260816_m012800_c001_v7007000_t0000_u01786843680625") 2026/08/16 01:32:55 DEBUG : CopyDest/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f416fddf9281d50d7_d20260816_m012756_c001_v0001173_t0032_u01786843676491") 2026/08/16 01:32:55 DEBUG : EXISTING: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c1394a3_d20260816_m012909_c001_v7007000_t0000_u01786843749203") 2026/08/16 01:32:55 DEBUG : EXISTING: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73e5_d20260816_m012908_c001_v0001145_t0043_u01786843748264") 2026/08/16 01:32:55 DEBUG : PREFIXapple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bd8_d20260816_m013045_c001_v7007000_t0000_u01786843845830") 2026/08/16 01:32:55 DEBUG : PREFIXapple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b74_d20260816_m013040_c001_v0001037_t0050_u01786843840732") 2026/08/16 01:32:55 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4172710ae4498dbd_d20260816_m013045_c001_v7007000_t0000_u01786843845615") 2026/08/16 01:32:55 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f103fc41d753fe440_d20260816_m013040_c001_v0001100_t0052_u01786843840741") 2026/08/16 01:32:55 DEBUG : PREFIXbanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9fa_d20260816_m013045_c001_v7007000_t0000_u01786843845873") 2026/08/16 01:32:55 DEBUG : PREFIXbanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e45b_d20260816_m013040_c001_v0001167_t0007_u01786843840722") 2026/08/16 01:32:55 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f7172_d20260816_m013045_c001_v7007000_t0000_u01786843845839") 2026/08/16 01:32:55 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f756f_d20260816_m013040_c001_v0001145_t0043_u01786843840713") 2026/08/16 01:32:55 DEBUG : Testêé: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c13949d_d20260816_m012906_c001_v7007000_t0000_u01786843746032") 2026/08/16 01:32:55 DEBUG : Testêé: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73d3_d20260816_m012905_c001_v0001145_t0043_u01786843745477") 2026/08/16 01:32:55 DEBUG : Testêé: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73d1_d20260816_m012904_c001_v0001145_t0043_u01786843744834") 2026/08/16 01:32:55 DEBUG : YXBwbGU=: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9cb_d20260816_m013030_c001_v7007000_t0000_u01786843830391") 2026/08/16 01:32:55 DEBUG : YXBwbGU=: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f754b_d20260816_m013025_c001_v0001145_t0043_u01786843825799") 2026/08/16 01:32:56 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9cc_d20260816_m013030_c001_v7007000_t0000_u01786843830571") 2026/08/16 01:32:56 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f103fc41d753fe40e_d20260816_m013025_c001_v0001100_t0019_u01786843825822") 2026/08/16 01:32:56 DEBUG : YmFuYW5h: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9cd_d20260816_m013030_c001_v7007000_t0000_u01786843830757") 2026/08/16 01:32:56 DEBUG : YmFuYW5h: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e407_d20260816_m013025_c001_v0001167_t0007_u01786843825812") 2026/08/16 01:32:56 DEBUG : a/potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd405_d20260816_m012604_c001_v7007000_t0000_u01786843564867") 2026/08/16 01:32:56 DEBUG : a/potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f71b8_d20260816_m012604_c001_v0001145_t0020_u01786843564035") 2026/08/16 01:32:56 DEBUG : a/potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54eb38_d20260816_m012602_c001_v7007000_t0000_u01786843562672") 2026/08/16 01:32:56 DEBUG : a/potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f71ac_d20260816_m012601_c001_v0001145_t0022_u01786843561684") 2026/08/16 01:32:56 DEBUG : a/potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd3f2_d20260816_m012546_c001_v7007000_t0000_u01786843546180") 2026/08/16 01:32:56 DEBUG : a/potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f715a_d20260816_m012545_c001_v0001145_t0058_u01786843545025") 2026/08/16 01:32:56 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a779_d20260816_m013221_c001_v7007000_t0000_u01786843941665") 2026/08/16 01:32:56 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f76bd_d20260816_m013218_c001_v0001145_t0043_u01786843938393") 2026/08/16 01:32:56 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a760_d20260816_m013209_c001_v7007000_t0000_u01786843929545") 2026/08/16 01:32:56 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f769f_d20260816_m013205_c001_v0001145_t0043_u01786843925786") 2026/08/16 01:32:56 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17be0_d20260816_m013156_c001_v7007000_t0000_u01786843916889") 2026/08/16 01:32:56 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7671_d20260816_m013153_c001_v0001145_t0043_u01786843913314") 2026/08/16 01:32:56 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc1a_d20260816_m013144_c001_v7007000_t0000_u01786843904209") 2026/08/16 01:32:57 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7645_d20260816_m013140_c001_v0001145_t0043_u01786843900916") 2026/08/16 01:32:57 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbfc_d20260816_m013131_c001_v7007000_t0000_u01786843891994") 2026/08/16 01:32:57 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7621_d20260816_m013128_c001_v0001145_t0043_u01786843888157") 2026/08/16 01:32:57 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbe8_d20260816_m013119_c001_v7007000_t0000_u01786843879135") 2026/08/16 01:32:57 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e4fb_d20260816_m013114_c001_v0001167_t0007_u01786843874359") 2026/08/16 01:32:57 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4970e_d20260816_m013105_c001_v7007000_t0000_u01786843865634") 2026/08/16 01:32:57 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5bca_d20260816_m013102_c001_v0001037_t0050_u01786843862920") 2026/08/16 01:32:57 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770e0d3_d20260816_m013101_c001_v7007000_t0000_u01786843861870") 2026/08/16 01:32:57 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe470_d20260816_m013056_c001_v0001100_t0055_u01786843856207") 2026/08/16 01:32:57 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bdb_d20260816_m013047_c001_v7007000_t0000_u01786843847338") 2026/08/16 01:32:57 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b88_d20260816_m013044_c001_v0001037_t0050_u01786843844528") 2026/08/16 01:32:58 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9ef_d20260816_m013043_c001_v7007000_t0000_u01786843843039") 2026/08/16 01:32:58 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f756b_d20260816_m013039_c001_v0001145_t0043_u01786843839212") 2026/08/16 01:32:58 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9c8_d20260816_m013028_c001_v7007000_t0000_u01786843828270") 2026/08/16 01:32:58 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7547_d20260816_m013024_c001_v0001145_t0043_u01786843824020") 2026/08/16 01:32:58 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1cc_d20260816_m013015_c001_v7007000_t0000_u01786843815253") 2026/08/16 01:32:58 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7523_d20260816_m013011_c001_v0001145_t0043_u01786843811563") 2026/08/16 01:32:58 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17947_d20260816_m013002_c001_v7007000_t0000_u01786843802826") 2026/08/16 01:32:58 DEBUG : apple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7509_d20260816_m012959_c001_v0001145_t0043_u01786843799648") 2026/08/16 01:32:58 DEBUG : appleSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1c0d_d20260816_m013104_c001_v7007000_t0000_u01786843864092") 2026/08/16 01:32:58 DEBUG : appleSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe474_d20260816_m013057_c001_v0001100_t0055_u01786843857645") 2026/08/16 01:32:59 DEBUG : appleapple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbe9_d20260816_m013119_c001_v7007000_t0000_u01786843879318") 2026/08/16 01:32:59 DEBUG : appleapple: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e509_d20260816_m013115_c001_v0001167_t0007_u01786843875889") 2026/08/16 01:32:59 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a77a_d20260816_m013221_c001_v7007000_t0000_u01786843941847") 2026/08/16 01:32:59 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e66b_d20260816_m013218_c001_v0001167_t0007_u01786843938763") 2026/08/16 01:32:59 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a761_d20260816_m013209_c001_v7007000_t0000_u01786843929728") 2026/08/16 01:32:59 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e637_d20260816_m013206_c001_v0001167_t0007_u01786843926293") 2026/08/16 01:32:59 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17be1_d20260816_m013157_c001_v7007000_t0000_u01786843917070") 2026/08/16 01:32:59 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e5f1_d20260816_m013153_c001_v0001167_t0007_u01786843913684") 2026/08/16 01:32:59 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc1b_d20260816_m013144_c001_v7007000_t0000_u01786843904392") 2026/08/16 01:32:59 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e5ad_d20260816_m013141_c001_v0001167_t0007_u01786843901284") 2026/08/16 01:32:59 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbfd_d20260816_m013132_c001_v7007000_t0000_u01786843892177") 2026/08/16 01:32:59 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e563_d20260816_m013128_c001_v0001167_t0007_u01786843888527") 2026/08/16 01:33:00 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4231a11fe1544650_d20260816_m013116_c001_v7007000_t0000_u01786843876908") 2026/08/16 01:33:00 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75e9_d20260816_m013114_c001_v0001145_t0043_u01786843874802") 2026/08/16 01:33:00 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4970f_d20260816_m013105_c001_v7007000_t0000_u01786843865817") 2026/08/16 01:33:00 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e4bd_d20260816_m013102_c001_v0001167_t0007_u01786843862910") 2026/08/16 01:33:00 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770e0d1_d20260816_m013101_c001_v7007000_t0000_u01786843861678") 2026/08/16 01:33:00 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e49f_d20260816_m013056_c001_v0001167_t0007_u01786843856578") 2026/08/16 01:33:00 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bdc_d20260816_m013047_c001_v7007000_t0000_u01786843847522") 2026/08/16 01:33:00 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe44c_d20260816_m013044_c001_v0001100_t0055_u01786843844518") 2026/08/16 01:33:00 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f716c_d20260816_m013043_c001_v7007000_t0000_u01786843843050") 2026/08/16 01:33:00 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b72_d20260816_m013039_c001_v0001037_t0050_u01786843839578") 2026/08/16 01:33:01 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41009e268ea76342_d20260816_m013028_c001_v7007000_t0000_u01786843828045") 2026/08/16 01:33:01 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe406_d20260816_m013024_c001_v0001100_t0055_u01786843824390") 2026/08/16 01:33:01 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1cd_d20260816_m013015_c001_v7007000_t0000_u01786843815435") 2026/08/16 01:33:01 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3da_d20260816_m013011_c001_v0001100_t0055_u01786843811984") 2026/08/16 01:33:01 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17948_d20260816_m013003_c001_v7007000_t0000_u01786843803008") 2026/08/16 01:33:01 DEBUG : appleappleapplebanana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3b7_d20260816_m013000_c001_v0001100_t0055_u01786843800037") 2026/08/16 01:33:01 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1c0b_d20260816_m013103_c001_v7007000_t0000_u01786843863910") 2026/08/16 01:33:01 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11522d8566ec5bb0_d20260816_m013057_c001_v0001037_t0055_u01786843857655") 2026/08/16 01:33:01 DEBUG : b/potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd406_d20260816_m012605_c001_v7007000_t0000_u01786843565051") 2026/08/16 01:33:01 DEBUG : b/potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71b0_d20260816_m012603_c001_v0001145_t0043_u01786843563214") 2026/08/16 01:33:01 DEBUG : b/potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54eb34_d20260816_m012602_c001_v7007000_t0000_u01786843562131") 2026/08/16 01:33:01 DEBUG : b/potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71a2_d20260816_m012600_c001_v0001145_t0043_u01786843560907") 2026/08/16 01:33:02 DEBUG : b/potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd3f1_d20260816_m012545_c001_v7007000_t0000_u01786843545629") 2026/08/16 01:33:02 DEBUG : b/potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7154_d20260816_m012544_c001_v0001145_t0043_u01786843544268") 2026/08/16 01:33:02 DEBUG : backup/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e104f0_d20260816_m012814_c001_v7007000_t0000_u01786843694180") 2026/08/16 01:33:02 DEBUG : backup/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4092f7e00f682980_d20260816_m012812_c001_v0001182_t0027_u01786843692683") 2026/08/16 01:33:02 DEBUG : backup/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4194615e7a94be5f_d20260816_m012809_c001_v0001134_t0012_u01786843689187") 2026/08/16 01:33:02 DEBUG : backup/one-2019-01-01: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139469_d20260816_m012836_c001_v7007000_t0000_u01786843716007") 2026/08/16 01:33:02 DEBUG : backup/one-2019-01-01: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f418e0d51d49afb48_d20260816_m012834_c001_v0001179_t0011_u01786843714319") 2026/08/16 01:33:02 DEBUG : backup/one-2019-01-01: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f402f2c362e086af6_d20260816_m012830_c001_v0001185_t0050_u01786843710978") 2026/08/16 01:33:02 DEBUG : backup/one.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f404d41a128a706f2_d20260816_m012824_c001_v7007000_t0000_u01786843704922") 2026/08/16 01:33:02 DEBUG : backup/one.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f413e0201ace52f3c_d20260816_m012823_c001_v0001167_t0059_u01786843703426") 2026/08/16 01:33:02 DEBUG : backup/one.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41336ea14110027a_d20260816_m012820_c001_v0001178_t0038_u01786843700075") 2026/08/16 01:33:02 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c13946a_d20260816_m012836_c001_v7007000_t0000_u01786843716188") 2026/08/16 01:33:02 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40543f892b7a1ace_d20260816_m012835_c001_v0001167_t0021_u01786843715118") 2026/08/16 01:33:02 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40239dc1d54d0656_d20260816_m012832_c001_v0001178_t0011_u01786843712279") 2026/08/16 01:33:02 DEBUG : backup/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e104f3_d20260816_m012814_c001_v7007000_t0000_u01786843694363") 2026/08/16 01:33:02 DEBUG : backup/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4051c78a389e738f_d20260816_m012813_c001_v0001181_t0051_u01786843693432") 2026/08/16 01:33:02 DEBUG : backup/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4147a30113c3c7a4_d20260816_m012810_c001_v0001136_t0017_u01786843690595") 2026/08/16 01:33:03 DEBUG : backup/three.txt.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f404d41a128a706f3_d20260816_m012825_c001_v7007000_t0000_u01786843705103") 2026/08/16 01:33:03 DEBUG : backup/three.txt.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40435cb07db54e64_d20260816_m012824_c001_v0001172_t0049_u01786843704180") 2026/08/16 01:33:03 DEBUG : backup/three.txt.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f410e3c59fa55f7e8_d20260816_m012821_c001_v0001033_t0057_u01786843701377") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a77b_d20260816_m013222_c001_v7007000_t0000_u01786843942028") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe562_d20260816_m013218_c001_v0001100_t0055_u01786843938576") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a762_d20260816_m013209_c001_v7007000_t0000_u01786843929937") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe53c_d20260816_m013205_c001_v0001100_t0055_u01786843925973") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17be2_d20260816_m013157_c001_v7007000_t0000_u01786843917253") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe516_d20260816_m013153_c001_v0001100_t0055_u01786843913500") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc1c_d20260816_m013144_c001_v7007000_t0000_u01786843904576") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4f0_d20260816_m013141_c001_v0001100_t0055_u01786843901100") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbfe_d20260816_m013132_c001_v7007000_t0000_u01786843892361") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4ce_d20260816_m013128_c001_v0001100_t0055_u01786843888341") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbea_d20260816_m013119_c001_v7007000_t0000_u01786843879499") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5be8_d20260816_m013114_c001_v0001037_t0050_u01786843874545") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49710_d20260816_m013106_c001_v7007000_t0000_u01786843866000") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75bf_d20260816_m013102_c001_v0001145_t0043_u01786843862930") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f404d41a128a70872_d20260816_m013101_c001_v7007000_t0000_u01786843861873") 2026/08/16 01:33:03 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5baa_d20260816_m013056_c001_v0001037_t0050_u01786843856395") 2026/08/16 01:33:04 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bdd_d20260816_m013047_c001_v7007000_t0000_u01786843847704") 2026/08/16 01:33:04 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e46b_d20260816_m013044_c001_v0001167_t0007_u01786843844540") 2026/08/16 01:33:04 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bd3_d20260816_m013043_c001_v7007000_t0000_u01786843843247") 2026/08/16 01:33:04 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e451_d20260816_m013039_c001_v0001167_t0007_u01786843839396") 2026/08/16 01:33:04 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f404d41a128a7074b_d20260816_m013028_c001_v7007000_t0000_u01786843828276") 2026/08/16 01:33:04 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e403_d20260816_m013024_c001_v0001167_t0007_u01786843824206") 2026/08/16 01:33:04 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1cf_d20260816_m013015_c001_v7007000_t0000_u01786843815616") 2026/08/16 01:33:04 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e3cb_d20260816_m013011_c001_v0001167_t0007_u01786843811799") 2026/08/16 01:33:04 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17949_d20260816_m013003_c001_v7007000_t0000_u01786843803242") 2026/08/16 01:33:04 DEBUG : banana: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e38d_d20260816_m012959_c001_v0001167_t0007_u01786843799836") 2026/08/16 01:33:04 DEBUG : bananaSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1c0c_d20260816_m013103_c001_v7007000_t0000_u01786843863955") 2026/08/16 01:33:04 DEBUG : bananaSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e4a3_d20260816_m013057_c001_v0001167_t0007_u01786843857666") 2026/08/16 01:33:04 DEBUG : both0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51135_d20260816_m012935_c001_v7007000_t0000_u01786843775793") 2026/08/16 01:33:04 DEBUG : both0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f745d_d20260816_m012925_c001_v0001145_t0043_u01786843765583") 2026/08/16 01:33:04 DEBUG : both0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df34_d20260816_m012921_c001_v7007000_t0000_u01786843761170") 2026/08/16 01:33:04 DEBUG : both0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73ef_d20260816_m012911_c001_v0001145_t0043_u01786843751058") 2026/08/16 01:33:04 DEBUG : both1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51136_d20260816_m012935_c001_v7007000_t0000_u01786843775976") 2026/08/16 01:33:04 DEBUG : both1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7461_d20260816_m012925_c001_v0001145_t0043_u01786843765952") 2026/08/16 01:33:04 DEBUG : both1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df35_d20260816_m012921_c001_v7007000_t0000_u01786843761352") 2026/08/16 01:33:04 DEBUG : both1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73f7_d20260816_m012911_c001_v0001145_t0043_u01786843751425") 2026/08/16 01:33:04 DEBUG : both10: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51137_d20260816_m012936_c001_v7007000_t0000_u01786843776158") 2026/08/16 01:33:05 DEBUG : both10: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7491_d20260816_m012929_c001_v0001145_t0043_u01786843769279") 2026/08/16 01:33:05 DEBUG : both10: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df36_d20260816_m012921_c001_v7007000_t0000_u01786843761534") 2026/08/16 01:33:05 DEBUG : both10: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7425_d20260816_m012914_c001_v0001145_t0043_u01786843754771") 2026/08/16 01:33:05 DEBUG : both11: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51138_d20260816_m012936_c001_v7007000_t0000_u01786843776340") 2026/08/16 01:33:05 DEBUG : both11: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7497_d20260816_m012929_c001_v0001145_t0043_u01786843769648") 2026/08/16 01:33:05 DEBUG : both11: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df37_d20260816_m012921_c001_v7007000_t0000_u01786843761715") 2026/08/16 01:33:05 DEBUG : both11: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7429_d20260816_m012915_c001_v0001145_t0043_u01786843755136") 2026/08/16 01:33:05 DEBUG : both12: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51139_d20260816_m012936_c001_v7007000_t0000_u01786843776522") 2026/08/16 01:33:05 DEBUG : both12: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f749f_d20260816_m012930_c001_v0001145_t0043_u01786843770014") 2026/08/16 01:33:05 DEBUG : both12: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df38_d20260816_m012922_c001_v7007000_t0000_u01786843762003") 2026/08/16 01:33:05 DEBUG : both12: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f742d_d20260816_m012915_c001_v0001145_t0043_u01786843755499") 2026/08/16 01:33:05 DEBUG : both13: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5113a_d20260816_m012936_c001_v7007000_t0000_u01786843776704") 2026/08/16 01:33:05 DEBUG : both13: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74a3_d20260816_m012930_c001_v0001145_t0043_u01786843770382") 2026/08/16 01:33:05 DEBUG : both13: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df39_d20260816_m012922_c001_v7007000_t0000_u01786843762274") 2026/08/16 01:33:05 DEBUG : both13: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7431_d20260816_m012915_c001_v0001145_t0043_u01786843755863") 2026/08/16 01:33:05 DEBUG : both14: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5113b_d20260816_m012936_c001_v7007000_t0000_u01786843776886") 2026/08/16 01:33:05 DEBUG : both14: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74a9_d20260816_m012930_c001_v0001145_t0043_u01786843770752") 2026/08/16 01:33:05 DEBUG : both14: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df3a_d20260816_m012922_c001_v7007000_t0000_u01786843762457") 2026/08/16 01:33:05 DEBUG : both14: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7437_d20260816_m012916_c001_v0001145_t0043_u01786843756227") 2026/08/16 01:33:06 DEBUG : both15: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5113c_d20260816_m012937_c001_v7007000_t0000_u01786843777069") 2026/08/16 01:33:06 DEBUG : both15: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74ad_d20260816_m012931_c001_v0001145_t0043_u01786843771133") 2026/08/16 01:33:06 DEBUG : both15: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df3b_d20260816_m012922_c001_v7007000_t0000_u01786843762639") 2026/08/16 01:33:06 DEBUG : both15: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f743b_d20260816_m012916_c001_v0001145_t0043_u01786843756611") 2026/08/16 01:33:06 DEBUG : both16: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5113d_d20260816_m012937_c001_v7007000_t0000_u01786843777252") 2026/08/16 01:33:06 DEBUG : both16: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74b3_d20260816_m012931_c001_v0001145_t0043_u01786843771542") 2026/08/16 01:33:06 DEBUG : both16: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df3c_d20260816_m012922_c001_v7007000_t0000_u01786843762821") 2026/08/16 01:33:06 DEBUG : both16: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f743f_d20260816_m012916_c001_v0001145_t0043_u01786843756976") 2026/08/16 01:33:06 DEBUG : both17: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5113e_d20260816_m012937_c001_v7007000_t0000_u01786843777531") 2026/08/16 01:33:06 DEBUG : both17: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74b7_d20260816_m012931_c001_v0001145_t0043_u01786843771909") 2026/08/16 01:33:06 DEBUG : both17: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df3d_d20260816_m012923_c001_v7007000_t0000_u01786843763004") 2026/08/16 01:33:06 DEBUG : both17: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7443_d20260816_m012917_c001_v0001145_t0043_u01786843757341") 2026/08/16 01:33:06 DEBUG : both18: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5113f_d20260816_m012937_c001_v7007000_t0000_u01786843777713") 2026/08/16 01:33:06 DEBUG : both18: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74bb_d20260816_m012932_c001_v0001145_t0043_u01786843772279") 2026/08/16 01:33:06 DEBUG : both18: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df3e_d20260816_m012923_c001_v7007000_t0000_u01786843763206") 2026/08/16 01:33:06 DEBUG : both18: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7449_d20260816_m012917_c001_v0001145_t0043_u01786843757706") 2026/08/16 01:33:06 DEBUG : both19: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51140_d20260816_m012937_c001_v7007000_t0000_u01786843777896") 2026/08/16 01:33:06 DEBUG : both19: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74bf_d20260816_m012932_c001_v0001145_t0043_u01786843772646") 2026/08/16 01:33:06 DEBUG : both19: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df3f_d20260816_m012923_c001_v7007000_t0000_u01786843763389") 2026/08/16 01:33:06 DEBUG : both19: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f744d_d20260816_m012918_c001_v0001145_t0043_u01786843758074") 2026/08/16 01:33:06 DEBUG : both2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51141_d20260816_m012938_c001_v7007000_t0000_u01786843778079") 2026/08/16 01:33:06 DEBUG : both2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7467_d20260816_m012926_c001_v0001145_t0043_u01786843766317") 2026/08/16 01:33:06 DEBUG : both2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df40_d20260816_m012923_c001_v7007000_t0000_u01786843763572") 2026/08/16 01:33:07 DEBUG : both2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73fb_d20260816_m012911_c001_v0001145_t0043_u01786843751792") 2026/08/16 01:33:07 DEBUG : both3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51142_d20260816_m012938_c001_v7007000_t0000_u01786843778262") 2026/08/16 01:33:07 DEBUG : both3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f746b_d20260816_m012926_c001_v0001145_t0043_u01786843766685") 2026/08/16 01:33:07 DEBUG : both3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df41_d20260816_m012923_c001_v7007000_t0000_u01786843763754") 2026/08/16 01:33:07 DEBUG : both3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7401_d20260816_m012912_c001_v0001145_t0043_u01786843752194") 2026/08/16 01:33:07 DEBUG : both4: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51143_d20260816_m012938_c001_v7007000_t0000_u01786843778444") 2026/08/16 01:33:07 DEBUG : both4: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f746f_d20260816_m012927_c001_v0001145_t0043_u01786843767054") 2026/08/16 01:33:07 DEBUG : both4: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df42_d20260816_m012923_c001_v7007000_t0000_u01786843763936") 2026/08/16 01:33:07 DEBUG : both4: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7407_d20260816_m012912_c001_v0001145_t0043_u01786843752563") 2026/08/16 01:33:07 DEBUG : both5: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51144_d20260816_m012938_c001_v7007000_t0000_u01786843778626") 2026/08/16 01:33:07 DEBUG : both5: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7473_d20260816_m012927_c001_v0001145_t0043_u01786843767425") 2026/08/16 01:33:07 DEBUG : both5: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df43_d20260816_m012924_c001_v7007000_t0000_u01786843764119") 2026/08/16 01:33:07 DEBUG : both5: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f740d_d20260816_m012912_c001_v0001145_t0043_u01786843752940") 2026/08/16 01:33:07 DEBUG : both6: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51145_d20260816_m012938_c001_v7007000_t0000_u01786843778868") 2026/08/16 01:33:07 DEBUG : both6: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7477_d20260816_m012927_c001_v0001145_t0043_u01786843767796") 2026/08/16 01:33:07 DEBUG : both6: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df44_d20260816_m012924_c001_v7007000_t0000_u01786843764300") 2026/08/16 01:33:07 DEBUG : both6: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7411_d20260816_m012913_c001_v0001145_t0043_u01786843753304") 2026/08/16 01:33:07 DEBUG : both7: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51146_d20260816_m012939_c001_v7007000_t0000_u01786843779050") 2026/08/16 01:33:07 DEBUG : both7: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f747b_d20260816_m012928_c001_v0001145_t0043_u01786843768164") 2026/08/16 01:33:07 DEBUG : both7: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df45_d20260816_m012924_c001_v7007000_t0000_u01786843764482") 2026/08/16 01:33:07 DEBUG : both7: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7419_d20260816_m012913_c001_v0001145_t0043_u01786843753667") 2026/08/16 01:33:08 DEBUG : both8: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51147_d20260816_m012939_c001_v7007000_t0000_u01786843779231") 2026/08/16 01:33:08 DEBUG : both8: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7481_d20260816_m012928_c001_v0001145_t0043_u01786843768531") 2026/08/16 01:33:08 DEBUG : both8: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df46_d20260816_m012924_c001_v7007000_t0000_u01786843764663") 2026/08/16 01:33:08 DEBUG : both8: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f741d_d20260816_m012914_c001_v0001145_t0043_u01786843754033") 2026/08/16 01:33:08 DEBUG : both9: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51148_d20260816_m012939_c001_v7007000_t0000_u01786843779414") 2026/08/16 01:33:08 DEBUG : both9: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7489_d20260816_m012928_c001_v0001145_t0043_u01786843768913") 2026/08/16 01:33:08 DEBUG : both9: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df47_d20260816_m012924_c001_v7007000_t0000_u01786843764855") 2026/08/16 01:33:08 DEBUG : both9: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7421_d20260816_m012914_c001_v0001145_t0043_u01786843754399") 2026/08/16 01:33:08 DEBUG : c/non empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd407_d20260816_m012605_c001_v7007000_t0000_u01786843565234") 2026/08/16 01:33:08 DEBUG : c/non empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71b2_d20260816_m012603_c001_v0001145_t0043_u01786843563399") 2026/08/16 01:33:08 DEBUG : c/non empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54eb3b_d20260816_m012602_c001_v7007000_t0000_u01786843562852") 2026/08/16 01:33:08 DEBUG : c/non empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71a6_d20260816_m012601_c001_v0001145_t0043_u01786843561094") 2026/08/16 01:33:08 DEBUG : c/non empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd3f3_d20260816_m012546_c001_v7007000_t0000_u01786843546364") 2026/08/16 01:33:08 DEBUG : c/non empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7158_d20260816_m012544_c001_v0001145_t0043_u01786843544454") 2026/08/16 01:33:08 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9ce_d20260816_m013030_c001_v7007000_t0000_u01786843830949") 2026/08/16 01:33:08 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b4e_d20260816_m013025_c001_v0001037_t0050_u01786843825831") 2026/08/16 01:33:08 DEBUG : check sum: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825f25d_d20260816_m012537_c001_v7007000_t0000_u01786843537741") 2026/08/16 01:33:08 DEBUG : check sum: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7138_d20260816_m012536_c001_v0001145_t0043_u01786843536830") 2026/08/16 01:33:08 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4190b163f408c96b_d20260816_m013251_c001_v7007000_t0000_u01786843971971") 2026/08/16 01:33:08 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f770d_d20260816_m013250_c001_v0001145_t0043_u01786843970505") 2026/08/16 01:33:09 DEBUG : dest/3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4227bf6ed852ad99_d20260816_m012745_c001_v7007000_t0000_u01786843665823") 2026/08/16 01:33:09 DEBUG : dest/3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4126160465bbd4bb_d20260816_m012744_c001_v0001183_t0026_u01786843664729") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcde: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbeb_d20260816_m013119_c001_v7007000_t0000_u01786843879681") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcde: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75ef_d20260816_m013116_c001_v0001145_t0043_u01786843876116") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a77c_d20260816_m013222_c001_v7007000_t0000_u01786843942210") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f76a7_d20260816_m013214_c001_v0001145_t0043_u01786843934320") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a763_d20260816_m013210_c001_v7007000_t0000_u01786843930252") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7691_d20260816_m013201_c001_v0001145_t0043_u01786843921548") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17be3_d20260816_m013157_c001_v7007000_t0000_u01786843917436") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f765d_d20260816_m013149_c001_v0001145_t0043_u01786843909216") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc1d_d20260816_m013144_c001_v7007000_t0000_u01786843904758") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7635_d20260816_m013136_c001_v0001145_t0043_u01786843896875") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbff_d20260816_m013132_c001_v7007000_t0000_u01786843892544") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f760b_d20260816_m013124_c001_v0001145_t0043_u01786843884107") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4978b_d20260816_m013117_c001_v7007000_t0000_u01786843877077") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e4eb_d20260816_m013110_c001_v0001167_t0007_u01786843870302") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49711_d20260816_m013106_c001_v7007000_t0000_u01786843866185") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e4bf_d20260816_m013103_c001_v0001167_t0007_u01786843863121") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825feec_d20260816_m013101_c001_v7007000_t0000_u01786843861918") 2026/08/16 01:33:09 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe462_d20260816_m013052_c001_v0001100_t0055_u01786843852064") 2026/08/16 01:33:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bde_d20260816_m013047_c001_v7007000_t0000_u01786843847886") 2026/08/16 01:33:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e46d_d20260816_m013044_c001_v0001167_t0007_u01786843844859") 2026/08/16 01:33:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4172710ae4498dbb_d20260816_m013043_c001_v7007000_t0000_u01786843843467") 2026/08/16 01:33:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f755f_d20260816_m013035_c001_v0001145_t0043_u01786843835164") 2026/08/16 01:33:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41009e268ea76345_d20260816_m013028_c001_v7007000_t0000_u01786843828531") 2026/08/16 01:33:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f753b_d20260816_m013019_c001_v0001145_t0043_u01786843819843") 2026/08/16 01:33:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1d1_d20260816_m013015_c001_v7007000_t0000_u01786843815807") 2026/08/16 01:33:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7513_d20260816_m013007_c001_v0001145_t0043_u01786843807487") 2026/08/16 01:33:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c1794a_d20260816_m013003_c001_v7007000_t0000_u01786843803425") 2026/08/16 01:33:10 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74f9_d20260816_m012956_c001_v0001145_t0043_u01786843796328") 2026/08/16 01:33:10 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770e0e2_d20260816_m013103_c001_v7007000_t0000_u01786843863900") 2026/08/16 01:33:10 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e4a5_d20260816_m013057_c001_v0001167_t0033_u01786843857872") 2026/08/16 01:33:10 DEBUG : dir1/0001-bcdef: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbec_d20260816_m013119_c001_v7007000_t0000_u01786843879865") 2026/08/16 01:33:10 DEBUG : dir1/0001-bcdef: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4b0_d20260816_m013116_c001_v0001100_t0055_u01786843876127") 2026/08/16 01:33:10 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a77d_d20260816_m013222_c001_v7007000_t0000_u01786843942392") 2026/08/16 01:33:10 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe554_d20260816_m013214_c001_v0001100_t0055_u01786843934862") 2026/08/16 01:33:10 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a764_d20260816_m013210_c001_v7007000_t0000_u01786843930434") 2026/08/16 01:33:10 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe52a_d20260816_m013202_c001_v0001100_t0055_u01786843922090") 2026/08/16 01:33:10 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17be4_d20260816_m013157_c001_v7007000_t0000_u01786843917617") 2026/08/16 01:33:10 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe506_d20260816_m013149_c001_v0001100_t0055_u01786843909763") 2026/08/16 01:33:10 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc1e_d20260816_m013144_c001_v7007000_t0000_u01786843904941") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4e0_d20260816_m013137_c001_v0001100_t0055_u01786843897424") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc00_d20260816_m013132_c001_v7007000_t0000_u01786843892728") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4c2_d20260816_m013124_c001_v0001100_t0055_u01786843884652") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a6e8_d20260816_m013117_c001_v7007000_t0000_u01786843877113") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5bda_d20260816_m013110_c001_v0001037_t0050_u01786843870854") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49712_d20260816_m013106_c001_v7007000_t0000_u01786843866370") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5bcc_d20260816_m013103_c001_v0001037_t0050_u01786843863132") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f404d41a128a70870_d20260816_m013101_c001_v7007000_t0000_u01786843861508") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b9a_d20260816_m013052_c001_v0001037_t0050_u01786843852615") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bdf_d20260816_m013048_c001_v7007000_t0000_u01786843848110") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f757f_d20260816_m013044_c001_v0001145_t0043_u01786843844870") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4231a11fe15440d3_d20260816_m013043_c001_v7007000_t0000_u01786843843479") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e431_d20260816_m013035_c001_v0001167_t0007_u01786843835709") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4193c9599a30298c_d20260816_m013028_c001_v7007000_t0000_u01786843828285") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e3e9_d20260816_m013020_c001_v0001167_t0007_u01786843820397") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1d2_d20260816_m013015_c001_v7007000_t0000_u01786843815989") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e3bb_d20260816_m013008_c001_v0001167_t0007_u01786843808038") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c1794b_d20260816_m013003_c001_v7007000_t0000_u01786843803610") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e37b_d20260816_m012956_c001_v0001167_t0007_u01786843796883") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4193c9599a3029b0_d20260816_m013103_c001_v7007000_t0000_u01786843863964") 2026/08/16 01:33:11 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f103fc41d753fe476_d20260816_m013057_c001_v0001100_t0011_u01786843857862") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefg: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbed_d20260816_m013120_c001_v7007000_t0000_u01786843880047") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefg: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e50f_d20260816_m013116_c001_v0001167_t0007_u01786843876137") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a77f_d20260816_m013222_c001_v7007000_t0000_u01786843942573") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e657_d20260816_m013215_c001_v0001167_t0007_u01786843935406") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a765_d20260816_m013210_c001_v7007000_t0000_u01786843930622") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e629_d20260816_m013202_c001_v0001167_t0007_u01786843922822") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17be5_d20260816_m013157_c001_v7007000_t0000_u01786843917799") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e5db_d20260816_m013150_c001_v0001167_t0007_u01786843910307") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc1f_d20260816_m013145_c001_v7007000_t0000_u01786843905124") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e595_d20260816_m013137_c001_v0001167_t0007_u01786843897969") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc01_d20260816_m013132_c001_v7007000_t0000_u01786843892911") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e541_d20260816_m013125_c001_v0001167_t0007_u01786843885202") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4057acd0055ceaf5_d20260816_m013116_c001_v7007000_t0000_u01786843876917") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75d9_d20260816_m013111_c001_v0001145_t0043_u01786843871409") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49713_d20260816_m013106_c001_v7007000_t0000_u01786843866554") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75c3_d20260816_m013103_c001_v0001145_t0043_u01786843863142") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1c0a_d20260816_m013102_c001_v7007000_t0000_u01786843862047") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e491_d20260816_m013053_c001_v0001167_t0007_u01786843853165") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1be0_d20260816_m013048_c001_v7007000_t0000_u01786843848295") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b8a_d20260816_m013044_c001_v0001037_t0050_u01786843844848") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409cb53cbad79615_d20260816_m013043_c001_v7007000_t0000_u01786843843624") 2026/08/16 01:33:12 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b68_d20260816_m013036_c001_v0001037_t0050_u01786843836255") 2026/08/16 01:33:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4057acd0055cead2_d20260816_m013028_c001_v7007000_t0000_u01786843828542") 2026/08/16 01:33:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3f6_d20260816_m013020_c001_v0001100_t0055_u01786843820954") 2026/08/16 01:33:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1d3_d20260816_m013016_c001_v7007000_t0000_u01786843816171") 2026/08/16 01:33:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3c9_d20260816_m013008_c001_v0001100_t0055_u01786843808588") 2026/08/16 01:33:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c1794c_d20260816_m013003_c001_v7007000_t0000_u01786843803794") 2026/08/16 01:33:13 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3ab_d20260816_m012957_c001_v0001100_t0055_u01786843797067") 2026/08/16 01:33:13 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770e0e6_d20260816_m013104_c001_v7007000_t0000_u01786843864263") 2026/08/16 01:33:13 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f75af_d20260816_m013057_c001_v0001145_t0022_u01786843857881") 2026/08/16 01:33:13 DEBUG : dir1/0003-defgh: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbee_d20260816_m013120_c001_v7007000_t0000_u01786843880230") 2026/08/16 01:33:13 DEBUG : dir1/0003-defgh: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5bf2_d20260816_m013116_c001_v0001037_t0050_u01786843876151") 2026/08/16 01:33:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a781_d20260816_m013222_c001_v7007000_t0000_u01786843942755") 2026/08/16 01:33:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c98_d20260816_m013215_c001_v0001037_t0050_u01786843935952") 2026/08/16 01:33:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a766_d20260816_m013210_c001_v7007000_t0000_u01786843930803") 2026/08/16 01:33:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c76_d20260816_m013203_c001_v0001037_t0050_u01786843923368") 2026/08/16 01:33:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17be7_d20260816_m013157_c001_v7007000_t0000_u01786843917981") 2026/08/16 01:33:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c50_d20260816_m013150_c001_v0001037_t0050_u01786843910860") 2026/08/16 01:33:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc20_d20260816_m013145_c001_v7007000_t0000_u01786843905307") 2026/08/16 01:33:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c32_d20260816_m013138_c001_v0001037_t0050_u01786843898513") 2026/08/16 01:33:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc02_d20260816_m013133_c001_v7007000_t0000_u01786843893094") 2026/08/16 01:33:13 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c14_d20260816_m013125_c001_v0001037_t0050_u01786843885748") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4231a11fe1544651_d20260816_m013117_c001_v7007000_t0000_u01786843877092") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4a2_d20260816_m013111_c001_v0001100_t0055_u01786843871956") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49714_d20260816_m013106_c001_v7007000_t0000_u01786843866738") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe486_d20260816_m013103_c001_v0001100_t0055_u01786843863153") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41375cdac2f59ed7_d20260816_m013101_c001_v7007000_t0000_u01786843861897") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f759d_d20260816_m013053_c001_v0001145_t0043_u01786843853716") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1be1_d20260816_m013048_c001_v7007000_t0000_u01786843848479") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe44e_d20260816_m013044_c001_v0001100_t0055_u01786843844837") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f716e_d20260816_m013043_c001_v7007000_t0000_u01786843843413") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe432_d20260816_m013036_c001_v0001100_t0055_u01786843836803") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41499aa9015e42dc_d20260816_m013028_c001_v7007000_t0000_u01786843828555") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b3c_d20260816_m013021_c001_v0001037_t0050_u01786843821503") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1d4_d20260816_m013016_c001_v7007000_t0000_u01786843816352") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b16_d20260816_m013009_c001_v0001037_t0050_u01786843809133") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c1794d_d20260816_m013003_c001_v7007000_t0000_u01786843803982") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5afe_d20260816_m012957_c001_v0001037_t0050_u01786843797252") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a6d9_d20260816_m013103_c001_v7007000_t0000_u01786843863923") 2026/08/16 01:33:14 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11522d8566ec5bb2_d20260816_m013058_c001_v0001037_t0033_u01786843858023") 2026/08/16 01:33:14 DEBUG : dir1/0004-efghi: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbef_d20260816_m013120_c001_v7007000_t0000_u01786843880537") 2026/08/16 01:33:14 DEBUG : dir1/0004-efghi: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75f1_d20260816_m013116_c001_v0001145_t0043_u01786843876303") 2026/08/16 01:33:14 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a782_d20260816_m013223_c001_v7007000_t0000_u01786843943004") 2026/08/16 01:33:14 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f76af_d20260816_m013216_c001_v0001145_t0043_u01786843936157") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a767_d20260816_m013210_c001_v7007000_t0000_u01786843930985") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7693_d20260816_m013203_c001_v0001145_t0043_u01786843923555") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17be8_d20260816_m013158_c001_v7007000_t0000_u01786843918163") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7663_d20260816_m013151_c001_v0001145_t0043_u01786843911047") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc22_d20260816_m013145_c001_v7007000_t0000_u01786843905488") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f763b_d20260816_m013138_c001_v0001145_t0043_u01786843898699") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc03_d20260816_m013133_c001_v7007000_t0000_u01786843893276") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7613_d20260816_m013125_c001_v0001145_t0043_u01786843885933") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4057acd0055ceaf6_d20260816_m013117_c001_v7007000_t0000_u01786843877100") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e4ed_d20260816_m013112_c001_v0001167_t0007_u01786843872140") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49715_d20260816_m013106_c001_v7007000_t0000_u01786843866921") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e4c1_d20260816_m013103_c001_v0001167_t0007_u01786843863305") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f404d41a128a70871_d20260816_m013101_c001_v7007000_t0000_u01786843861692") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe468_d20260816_m013053_c001_v0001100_t0055_u01786843853903") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1be2_d20260816_m013048_c001_v7007000_t0000_u01786843848662") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe450_d20260816_m013045_c001_v0001100_t0055_u01786843845030") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bd4_d20260816_m013043_c001_v7007000_t0000_u01786843843431") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7563_d20260816_m013036_c001_v0001145_t0043_u01786843836988") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41009e268ea76346_d20260816_m013028_c001_v7007000_t0000_u01786843828565") 2026/08/16 01:33:15 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f753f_d20260816_m013021_c001_v0001145_t0043_u01786843821684") 2026/08/16 01:33:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1d5_d20260816_m013016_c001_v7007000_t0000_u01786843816533") 2026/08/16 01:33:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7515_d20260816_m013009_c001_v0001145_t0043_u01786843809316") 2026/08/16 01:33:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c1794e_d20260816_m013004_c001_v7007000_t0000_u01786843804166") 2026/08/16 01:33:16 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74ff_d20260816_m012957_c001_v0001145_t0043_u01786843797436") 2026/08/16 01:33:16 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4970b_d20260816_m013104_c001_v7007000_t0000_u01786843864116") 2026/08/16 01:33:16 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e4a7_d20260816_m013058_c001_v0001167_t0056_u01786843858151") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghij: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbf0_d20260816_m013120_c001_v7007000_t0000_u01786843880720") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghij: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4b2_d20260816_m013116_c001_v0001100_t0055_u01786843876312") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a783_d20260816_m013223_c001_v7007000_t0000_u01786843943188") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe55a_d20260816_m013216_c001_v0001100_t0055_u01786843936338") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a768_d20260816_m013211_c001_v7007000_t0000_u01786843931173") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe52c_d20260816_m013203_c001_v0001100_t0055_u01786843923738") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17be9_d20260816_m013158_c001_v7007000_t0000_u01786843918344") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe508_d20260816_m013151_c001_v0001100_t0055_u01786843911229") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc23_d20260816_m013145_c001_v7007000_t0000_u01786843905671") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4ea_d20260816_m013138_c001_v0001100_t0055_u01786843898883") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc04_d20260816_m013133_c001_v7007000_t0000_u01786843893524") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4c4_d20260816_m013126_c001_v0001100_t0055_u01786843886116") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c20b_d20260816_m013117_c001_v7007000_t0000_u01786843877108") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5be0_d20260816_m013112_c001_v0001037_t0050_u01786843872328") 2026/08/16 01:33:16 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49717_d20260816_m013107_c001_v7007000_t0000_u01786843867114") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5bd0_d20260816_m013103_c001_v0001037_t0050_u01786843863319") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1c06_d20260816_m013101_c001_v7007000_t0000_u01786843861488") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5ba0_d20260816_m013054_c001_v0001037_t0050_u01786843854090") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1be3_d20260816_m013048_c001_v7007000_t0000_u01786843848843") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b8c_d20260816_m013045_c001_v0001037_t0050_u01786843845030") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f402d0eab12b19b21_d20260816_m013043_c001_v7007000_t0000_u01786843843634") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e441_d20260816_m013037_c001_v0001167_t0007_u01786843837171") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4193c9599a30298e_d20260816_m013028_c001_v7007000_t0000_u01786843828447") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e3ed_d20260816_m013021_c001_v0001167_t0007_u01786843821870") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1d6_d20260816_m013016_c001_v7007000_t0000_u01786843816715") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e3c5_d20260816_m013009_c001_v0001167_t0007_u01786843809501") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c1794f_d20260816_m013004_c001_v7007000_t0000_u01786843804349") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e37d_d20260816_m012957_c001_v0001167_t0007_u01786843797621") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c201_d20260816_m013104_c001_v7007000_t0000_u01786843864126") 2026/08/16 01:33:17 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f103fc41d753fe478_d20260816_m013058_c001_v0001100_t0038_u01786843858243") 2026/08/16 01:33:17 DEBUG : dir1/0006-ghijk: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbf1_d20260816_m013120_c001_v7007000_t0000_u01786843880904") 2026/08/16 01:33:17 DEBUG : dir1/0006-ghijk: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e513_d20260816_m013116_c001_v0001167_t0007_u01786843876323") 2026/08/16 01:33:17 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a784_d20260816_m013223_c001_v7007000_t0000_u01786843943382") 2026/08/16 01:33:17 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e661_d20260816_m013216_c001_v0001167_t0007_u01786843936521") 2026/08/16 01:33:17 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a769_d20260816_m013211_c001_v7007000_t0000_u01786843931355") 2026/08/16 01:33:17 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e631_d20260816_m013203_c001_v0001167_t0007_u01786843923922") 2026/08/16 01:33:17 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17bea_d20260816_m013158_c001_v7007000_t0000_u01786843918526") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e5e1_d20260816_m013151_c001_v0001167_t0007_u01786843911414") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc24_d20260816_m013145_c001_v7007000_t0000_u01786843905854") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e59b_d20260816_m013139_c001_v0001167_t0007_u01786843899065") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc05_d20260816_m013133_c001_v7007000_t0000_u01786843893708") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e54f_d20260816_m013126_c001_v0001167_t0007_u01786843886306") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbe7_d20260816_m013117_c001_v7007000_t0000_u01786843877315") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75dd_d20260816_m013112_c001_v0001145_t0043_u01786843872512") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49719_d20260816_m013107_c001_v7007000_t0000_u01786843867297") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75c5_d20260816_m013103_c001_v0001145_t0043_u01786843863333") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770e0cf_d20260816_m013101_c001_v7007000_t0000_u01786843861497") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e493_d20260816_m013054_c001_v0001167_t0007_u01786843854273") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1be4_d20260816_m013049_c001_v7007000_t0000_u01786843849097") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e46f_d20260816_m013045_c001_v0001167_t0007_u01786843845043") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409cb53cbad79614_d20260816_m013043_c001_v7007000_t0000_u01786843843433") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b6c_d20260816_m013037_c001_v0001037_t0050_u01786843837354") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41499aa9015e42db_d20260816_m013028_c001_v7007000_t0000_u01786843828351") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3fc_d20260816_m013022_c001_v0001100_t0055_u01786843822056") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1d7_d20260816_m013016_c001_v7007000_t0000_u01786843816896") 2026/08/16 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3cf_d20260816_m013009_c001_v0001100_t0055_u01786843809688") 2026/08/16 01:33:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17951_d20260816_m013004_c001_v7007000_t0000_u01786843804533") 2026/08/16 01:33:19 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3af_d20260816_m012957_c001_v0001100_t0055_u01786843797808") 2026/08/16 01:33:19 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1c0f_d20260816_m013104_c001_v7007000_t0000_u01786843864275") 2026/08/16 01:33:19 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f75b3_d20260816_m013058_c001_v0001145_t0037_u01786843858386") 2026/08/16 01:33:19 DEBUG : dir1/0007-12345: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbf2_d20260816_m013121_c001_v7007000_t0000_u01786843881087") 2026/08/16 01:33:19 DEBUG : dir1/0007-12345: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5bf6_d20260816_m013116_c001_v0001037_t0050_u01786843876336") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a785_d20260816_m013223_c001_v7007000_t0000_u01786843943639") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5ca0_d20260816_m013216_c001_v0001037_t0050_u01786843936706") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a76e_d20260816_m013211_c001_v7007000_t0000_u01786843931548") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c7a_d20260816_m013204_c001_v0001037_t0050_u01786843924106") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17beb_d20260816_m013158_c001_v7007000_t0000_u01786843918708") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c54_d20260816_m013151_c001_v0001037_t0050_u01786843911614") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc25_d20260816_m013146_c001_v7007000_t0000_u01786843906037") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c36_d20260816_m013139_c001_v0001037_t0050_u01786843899249") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc06_d20260816_m013133_c001_v7007000_t0000_u01786843893891") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c16_d20260816_m013126_c001_v0001037_t0050_u01786843886492") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c20a_d20260816_m013116_c001_v7007000_t0000_u01786843876926") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4a6_d20260816_m013112_c001_v0001100_t0055_u01786843872697") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4971a_d20260816_m013107_c001_v7007000_t0000_u01786843867481") 2026/08/16 01:33:19 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe488_d20260816_m013103_c001_v0001100_t0055_u01786843863341") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825feea_d20260816_m013101_c001_v7007000_t0000_u01786843861906") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75a1_d20260816_m013054_c001_v0001145_t0043_u01786843854459") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1be5_d20260816_m013049_c001_v7007000_t0000_u01786843849280") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7581_d20260816_m013045_c001_v0001145_t0043_u01786843845055") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f402d0eab12b19b20_d20260816_m013043_c001_v7007000_t0000_u01786843843442") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe436_d20260816_m013037_c001_v0001100_t0055_u01786843837538") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9c9_d20260816_m013028_c001_v7007000_t0000_u01786843828456") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b42_d20260816_m013022_c001_v0001037_t0050_u01786843822270") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1d8_d20260816_m013017_c001_v7007000_t0000_u01786843817078") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b1e_d20260816_m013009_c001_v0001037_t0050_u01786843809870") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17952_d20260816_m013004_c001_v7007000_t0000_u01786843804718") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b00_d20260816_m012957_c001_v0001037_t0050_u01786843797992") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a6db_d20260816_m013104_c001_v7007000_t0000_u01786843864284") 2026/08/16 01:33:20 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e4a9_d20260816_m013058_c001_v0001167_t0015_u01786843858458") 2026/08/16 01:33:20 DEBUG : dir1/0008-23456: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbf3_d20260816_m013121_c001_v7007000_t0000_u01786843881270") 2026/08/16 01:33:20 DEBUG : dir1/0008-23456: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75f3_d20260816_m013116_c001_v0001145_t0043_u01786843876489") 2026/08/16 01:33:20 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a786_d20260816_m013223_c001_v7007000_t0000_u01786843943821") 2026/08/16 01:33:20 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f76b5_d20260816_m013216_c001_v0001145_t0043_u01786843936889") 2026/08/16 01:33:20 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a76f_d20260816_m013211_c001_v7007000_t0000_u01786843931730") 2026/08/16 01:33:20 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7695_d20260816_m013204_c001_v0001145_t0043_u01786843924290") 2026/08/16 01:33:20 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17bec_d20260816_m013158_c001_v7007000_t0000_u01786843918889") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7669_d20260816_m013151_c001_v0001145_t0043_u01786843911801") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc26_d20260816_m013146_c001_v7007000_t0000_u01786843906220") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f763f_d20260816_m013139_c001_v0001145_t0043_u01786843899435") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc07_d20260816_m013134_c001_v7007000_t0000_u01786843894074") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7617_d20260816_m013126_c001_v0001145_t0043_u01786843886677") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49788_d20260816_m013116_c001_v7007000_t0000_u01786843876893") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e4f3_d20260816_m013112_c001_v0001167_t0007_u01786843872883") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4971b_d20260816_m013107_c001_v7007000_t0000_u01786843867668") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e4c3_d20260816_m013103_c001_v0001167_t0007_u01786843863492") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409094db63a7a280_d20260816_m013101_c001_v7007000_t0000_u01786843861522") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe46c_d20260816_m013054_c001_v0001100_t0055_u01786843854645") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1be6_d20260816_m013049_c001_v7007000_t0000_u01786843849462") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe452_d20260816_m013045_c001_v0001100_t0055_u01786843845212") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bd2_d20260816_m013043_c001_v7007000_t0000_u01786843843063") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7567_d20260816_m013037_c001_v0001145_t0043_u01786843837722") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4193c9599a302990_d20260816_m013028_c001_v7007000_t0000_u01786843828631") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7541_d20260816_m013022_c001_v0001145_t0043_u01786843822465") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1d9_d20260816_m013017_c001_v7007000_t0000_u01786843817260") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7519_d20260816_m013010_c001_v0001145_t0043_u01786843810053") 2026/08/16 01:33:21 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17953_d20260816_m013004_c001_v7007000_t0000_u01786843804901") 2026/08/16 01:33:22 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7503_d20260816_m012958_c001_v0001145_t0043_u01786843798175") 2026/08/16 01:33:22 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1c0e_d20260816_m013104_c001_v7007000_t0000_u01786843864139") 2026/08/16 01:33:22 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11522d8566ec5bb6_d20260816_m013058_c001_v0001037_t0036_u01786843858757") 2026/08/16 01:33:22 DEBUG : dir1/0009-34567: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbf4_d20260816_m013121_c001_v7007000_t0000_u01786843881454") 2026/08/16 01:33:22 DEBUG : dir1/0009-34567: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4b4_d20260816_m013116_c001_v0001100_t0055_u01786843876500") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a787_d20260816_m013224_c001_v7007000_t0000_u01786843944004") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe55c_d20260816_m013217_c001_v0001100_t0055_u01786843937071") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a770_d20260816_m013211_c001_v7007000_t0000_u01786843931914") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe532_d20260816_m013204_c001_v0001100_t0055_u01786843924492") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17bee_d20260816_m013159_c001_v7007000_t0000_u01786843919071") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe50c_d20260816_m013151_c001_v0001100_t0055_u01786843911984") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc27_d20260816_m013146_c001_v7007000_t0000_u01786843906402") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4ec_d20260816_m013139_c001_v0001100_t0055_u01786843899619") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc08_d20260816_m013134_c001_v7007000_t0000_u01786843894257") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4c8_d20260816_m013126_c001_v0001100_t0055_u01786843886860") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbe6_d20260816_m013117_c001_v7007000_t0000_u01786843877129") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5be3_d20260816_m013113_c001_v0001037_t0050_u01786843873067") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4971d_d20260816_m013107_c001_v7007000_t0000_u01786843867852") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5bd2_d20260816_m013103_c001_v0001037_t0050_u01786843863505") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770e0d5_d20260816_m013102_c001_v7007000_t0000_u01786843862053") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5ba4_d20260816_m013054_c001_v0001037_t0050_u01786843854828") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1be7_d20260816_m013049_c001_v7007000_t0000_u01786843849644") 2026/08/16 01:33:22 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b8e_d20260816_m013045_c001_v0001037_t0050_u01786843845222") 2026/08/16 01:33:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9f3_d20260816_m013043_c001_v7007000_t0000_u01786843843584") 2026/08/16 01:33:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e445_d20260816_m013037_c001_v0001167_t0007_u01786843837907") 2026/08/16 01:33:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f404d41a128a7074d_d20260816_m013028_c001_v7007000_t0000_u01786843828467") 2026/08/16 01:33:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e3f7_d20260816_m013022_c001_v0001167_t0007_u01786843822655") 2026/08/16 01:33:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1da_d20260816_m013017_c001_v7007000_t0000_u01786843817442") 2026/08/16 01:33:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e3c7_d20260816_m013010_c001_v0001167_t0007_u01786843810238") 2026/08/16 01:33:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17954_d20260816_m013005_c001_v7007000_t0000_u01786843805084") 2026/08/16 01:33:23 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e381_d20260816_m012958_c001_v0001167_t0007_u01786843798360") 2026/08/16 01:33:23 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770e0e4_d20260816_m013104_c001_v7007000_t0000_u01786843864081") 2026/08/16 01:33:23 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f75b5_d20260816_m013058_c001_v0001145_t0037_u01786843858767") 2026/08/16 01:33:23 DEBUG : dir1/0010-45678: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbf5_d20260816_m013121_c001_v7007000_t0000_u01786843881637") 2026/08/16 01:33:23 DEBUG : dir1/0010-45678: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e515_d20260816_m013116_c001_v0001167_t0007_u01786843876512") 2026/08/16 01:33:23 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a788_d20260816_m013224_c001_v7007000_t0000_u01786843944188") 2026/08/16 01:33:23 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e665_d20260816_m013217_c001_v0001167_t0007_u01786843937254") 2026/08/16 01:33:23 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a771_d20260816_m013212_c001_v7007000_t0000_u01786843932095") 2026/08/16 01:33:23 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e633_d20260816_m013204_c001_v0001167_t0007_u01786843924677") 2026/08/16 01:33:23 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17bef_d20260816_m013159_c001_v7007000_t0000_u01786843919252") 2026/08/16 01:33:23 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e5e5_d20260816_m013152_c001_v0001167_t0007_u01786843912169") 2026/08/16 01:33:23 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc28_d20260816_m013146_c001_v7007000_t0000_u01786843906584") 2026/08/16 01:33:23 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e5a3_d20260816_m013139_c001_v0001167_t0007_u01786843899807") 2026/08/16 01:33:23 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc09_d20260816_m013134_c001_v7007000_t0000_u01786843894440") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e553_d20260816_m013127_c001_v0001167_t0007_u01786843887045") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4978e_d20260816_m013117_c001_v7007000_t0000_u01786843877261") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75e3_d20260816_m013113_c001_v0001145_t0043_u01786843873250") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4971f_d20260816_m013108_c001_v7007000_t0000_u01786843868035") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75c7_d20260816_m013103_c001_v0001145_t0043_u01786843863517") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409cb53cbad7961d_d20260816_m013101_c001_v7007000_t0000_u01786843861909") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e497_d20260816_m013055_c001_v0001167_t0007_u01786843855012") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1be8_d20260816_m013049_c001_v7007000_t0000_u01786843849828") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e471_d20260816_m013045_c001_v0001167_t0007_u01786843845234") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9f1_d20260816_m013043_c001_v7007000_t0000_u01786843843219") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b6e_d20260816_m013038_c001_v0001037_t0050_u01786843838090") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41009e268ea76343_d20260816_m013028_c001_v7007000_t0000_u01786843828333") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3fe_d20260816_m013022_c001_v0001100_t0055_u01786843822841") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1db_d20260816_m013017_c001_v7007000_t0000_u01786843817622") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3d4_d20260816_m013010_c001_v0001100_t0055_u01786843810423") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17955_d20260816_m013005_c001_v7007000_t0000_u01786843805267") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3b1_d20260816_m012958_c001_v0001100_t0055_u01786843798545") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4970a_d20260816_m013103_c001_v7007000_t0000_u01786843863932") 2026/08/16 01:33:24 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e4ad_d20260816_m013058_c001_v0001167_t0020_u01786843858846") 2026/08/16 01:33:24 DEBUG : dir1/0011-56789: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbf6_d20260816_m013121_c001_v7007000_t0000_u01786843881820") 2026/08/16 01:33:24 DEBUG : dir1/0011-56789: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5bf8_d20260816_m013116_c001_v0001037_t0050_u01786843876522") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a789_d20260816_m013224_c001_v7007000_t0000_u01786843944371") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5ca8_d20260816_m013217_c001_v0001037_t0050_u01786843937439") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a772_d20260816_m013212_c001_v7007000_t0000_u01786843932277") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c7c_d20260816_m013204_c001_v0001037_t0050_u01786843924860") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17bf1_d20260816_m013159_c001_v7007000_t0000_u01786843919434") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c56_d20260816_m013152_c001_v0001037_t0050_u01786843912353") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc29_d20260816_m013146_c001_v7007000_t0000_u01786843906766") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c38_d20260816_m013139_c001_v0001037_t0050_u01786843899989") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc0a_d20260816_m013134_c001_v7007000_t0000_u01786843894623") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c18_d20260816_m013127_c001_v0001037_t0050_u01786843887229") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4231a11fe1544652_d20260816_m013117_c001_v7007000_t0000_u01786843877274") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4a8_d20260816_m013113_c001_v0001100_t0055_u01786843873436") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49720_d20260816_m013108_c001_v7007000_t0000_u01786843868219") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe48c_d20260816_m013103_c001_v0001100_t0055_u01786843863528") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409094db63a7a281_d20260816_m013101_c001_v7007000_t0000_u01786843861703") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75a7_d20260816_m013055_c001_v0001145_t0043_u01786843855197") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1be9_d20260816_m013050_c001_v7007000_t0000_u01786843850010") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7583_d20260816_m013045_c001_v0001145_t0043_u01786843845245") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f716f_d20260816_m013043_c001_v7007000_t0000_u01786843843595") 2026/08/16 01:33:25 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe438_d20260816_m013038_c001_v0001100_t0055_u01786843838272") 2026/08/16 01:33:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41009e268ea76344_d20260816_m013028_c001_v7007000_t0000_u01786843828351") 2026/08/16 01:33:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b44_d20260816_m013023_c001_v0001037_t0050_u01786843823027") 2026/08/16 01:33:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1dd_d20260816_m013017_c001_v7007000_t0000_u01786843817804") 2026/08/16 01:33:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b24_d20260816_m013010_c001_v0001037_t0050_u01786843810607") 2026/08/16 01:33:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17956_d20260816_m013005_c001_v7007000_t0000_u01786843805450") 2026/08/16 01:33:26 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b02_d20260816_m012958_c001_v0001037_t0050_u01786843798730") 2026/08/16 01:33:26 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4193c9599a3029b1_d20260816_m013104_c001_v7007000_t0000_u01786843864147") 2026/08/16 01:33:26 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f75b7_d20260816_m013059_c001_v0001145_t0020_u01786843859026") 2026/08/16 01:33:26 DEBUG : dir1/0012-6789;: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbf7_d20260816_m013122_c001_v7007000_t0000_u01786843882001") 2026/08/16 01:33:26 DEBUG : dir1/0012-6789;: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75f5_d20260816_m013116_c001_v0001145_t0043_u01786843876675") 2026/08/16 01:33:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a78a_d20260816_m013224_c001_v7007000_t0000_u01786843944554") 2026/08/16 01:33:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f76b9_d20260816_m013217_c001_v0001145_t0043_u01786843937640") 2026/08/16 01:33:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a773_d20260816_m013212_c001_v7007000_t0000_u01786843932460") 2026/08/16 01:33:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f769b_d20260816_m013205_c001_v0001145_t0043_u01786843925045") 2026/08/16 01:33:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17bf2_d20260816_m013159_c001_v7007000_t0000_u01786843919615") 2026/08/16 01:33:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f766d_d20260816_m013152_c001_v0001145_t0043_u01786843912539") 2026/08/16 01:33:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc2a_d20260816_m013146_c001_v7007000_t0000_u01786843906950") 2026/08/16 01:33:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7643_d20260816_m013140_c001_v0001145_t0043_u01786843900175") 2026/08/16 01:33:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc0b_d20260816_m013134_c001_v7007000_t0000_u01786843894805") 2026/08/16 01:33:26 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f761d_d20260816_m013127_c001_v0001145_t0043_u01786843887415") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4057acd0055ceaf7_d20260816_m013117_c001_v7007000_t0000_u01786843877282") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e4f7_d20260816_m013113_c001_v0001167_t0007_u01786843873619") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49721_d20260816_m013108_c001_v7007000_t0000_u01786843868403") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e4c5_d20260816_m013103_c001_v0001167_t0007_u01786843863676") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409cb53cbad7961b_d20260816_m013101_c001_v7007000_t0000_u01786843861528") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe46e_d20260816_m013055_c001_v0001100_t0055_u01786843855384") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bea_d20260816_m013050_c001_v7007000_t0000_u01786843850193") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe454_d20260816_m013045_c001_v0001100_t0055_u01786843845394") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f716d_d20260816_m013043_c001_v7007000_t0000_u01786843843232") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7569_d20260816_m013038_c001_v0001145_t0043_u01786843838457") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9ca_d20260816_m013028_c001_v7007000_t0000_u01786843828642") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7543_d20260816_m013023_c001_v0001145_t0043_u01786843823209") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1de_d20260816_m013017_c001_v7007000_t0000_u01786843817986") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f751b_d20260816_m013010_c001_v0001145_t0043_u01786843810823") 2026/08/16 01:33:27 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17957_d20260816_m013005_c001_v7007000_t0000_u01786843805636") 2026/08/16 01:33:28 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7505_d20260816_m012958_c001_v0001145_t0043_u01786843798913") 2026/08/16 01:33:28 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825fefb_d20260816_m013104_c001_v7007000_t0000_u01786843864159") 2026/08/16 01:33:28 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11522d8566ec5bb8_d20260816_m013059_c001_v0001037_t0042_u01786843859107") 2026/08/16 01:33:28 DEBUG : dir1/0013-789;=: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbf8_d20260816_m013122_c001_v7007000_t0000_u01786843882185") 2026/08/16 01:33:28 DEBUG : dir1/0013-789;=: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4b6_d20260816_m013116_c001_v0001100_t0055_u01786843876684") 2026/08/16 01:33:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a78b_d20260816_m013224_c001_v7007000_t0000_u01786843944736") 2026/08/16 01:33:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe560_d20260816_m013217_c001_v0001100_t0055_u01786843937823") 2026/08/16 01:33:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a774_d20260816_m013212_c001_v7007000_t0000_u01786843932643") 2026/08/16 01:33:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe534_d20260816_m013205_c001_v0001100_t0055_u01786843925231") 2026/08/16 01:33:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17bf3_d20260816_m013159_c001_v7007000_t0000_u01786843919796") 2026/08/16 01:33:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe512_d20260816_m013152_c001_v0001100_t0055_u01786843912723") 2026/08/16 01:33:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc2b_d20260816_m013147_c001_v7007000_t0000_u01786843907134") 2026/08/16 01:33:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4ee_d20260816_m013140_c001_v0001100_t0055_u01786843900359") 2026/08/16 01:33:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc0c_d20260816_m013134_c001_v7007000_t0000_u01786843894988") 2026/08/16 01:33:28 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4ca_d20260816_m013127_c001_v0001100_t0055_u01786843887598") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c20c_d20260816_m013117_c001_v7007000_t0000_u01786843877291") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5be6_d20260816_m013113_c001_v0001037_t0050_u01786843873804") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49722_d20260816_m013108_c001_v7007000_t0000_u01786843868586") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5bd4_d20260816_m013103_c001_v0001037_t0050_u01786843863688") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1c07_d20260816_m013101_c001_v7007000_t0000_u01786843861672") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5ba8_d20260816_m013055_c001_v0001037_t0050_u01786843855651") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1beb_d20260816_m013050_c001_v7007000_t0000_u01786843850376") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b90_d20260816_m013045_c001_v0001037_t0050_u01786843845404") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bd5_d20260816_m013043_c001_v7007000_t0000_u01786843843614") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e44d_d20260816_m013038_c001_v0001167_t0007_u01786843838641") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4057acd0055cead0_d20260816_m013028_c001_v7007000_t0000_u01786843828352") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e3fb_d20260816_m013023_c001_v0001167_t0007_u01786843823396") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1df_d20260816_m013018_c001_v7007000_t0000_u01786843818177") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e3c9_d20260816_m013011_c001_v0001167_t0007_u01786843811009") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17958_d20260816_m013005_c001_v7007000_t0000_u01786843805819") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e385_d20260816_m012959_c001_v0001167_t0007_u01786843799097") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c200_d20260816_m013103_c001_v7007000_t0000_u01786843863942") 2026/08/16 01:33:29 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e4b1_d20260816_m013059_c001_v0001167_t0028_u01786843859290") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbf9_d20260816_m013122_c001_v7007000_t0000_u01786843882369") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e519_d20260816_m013116_c001_v0001167_t0007_u01786843876695") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a78c_d20260816_m013224_c001_v7007000_t0000_u01786843944919") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e669_d20260816_m013218_c001_v0001167_t0007_u01786843938007") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a775_d20260816_m013212_c001_v7007000_t0000_u01786843932825") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e635_d20260816_m013205_c001_v0001167_t0007_u01786843925417") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17bf5_d20260816_m013159_c001_v7007000_t0000_u01786843919981") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e5eb_d20260816_m013152_c001_v0001167_t0007_u01786843912908") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc2c_d20260816_m013147_c001_v7007000_t0000_u01786843907316") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e5ab_d20260816_m013140_c001_v0001167_t0007_u01786843900541") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc0d_d20260816_m013135_c001_v7007000_t0000_u01786843895170") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e559_d20260816_m013127_c001_v0001167_t0007_u01786843887784") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a6e9_d20260816_m013117_c001_v7007000_t0000_u01786843877293") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75e5_d20260816_m013113_c001_v0001145_t0043_u01786843873989") 2026/08/16 01:33:30 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49724_d20260816_m013108_c001_v7007000_t0000_u01786843868770") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75c9_d20260816_m013103_c001_v0001145_t0043_u01786843863702") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409cb53cbad7961c_d20260816_m013101_c001_v7007000_t0000_u01786843861712") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e49d_d20260816_m013055_c001_v0001167_t0007_u01786843855835") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bec_d20260816_m013050_c001_v7007000_t0000_u01786843850559") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e473_d20260816_m013045_c001_v0001167_t0007_u01786843845418") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9f2_d20260816_m013043_c001_v7007000_t0000_u01786843843402") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b70_d20260816_m013038_c001_v0001037_t0050_u01786843838845") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4193c9599a30298f_d20260816_m013028_c001_v7007000_t0000_u01786843828476") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe402_d20260816_m013023_c001_v0001100_t0055_u01786843823593") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1e1_d20260816_m013018_c001_v7007000_t0000_u01786843818359") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3d8_d20260816_m013011_c001_v0001100_t0055_u01786843811194") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c1795a_d20260816_m013006_c001_v7007000_t0000_u01786843806003") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe3b5_d20260816_m012959_c001_v0001100_t0055_u01786843799280") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4970c_d20260816_m013104_c001_v7007000_t0000_u01786843864299") 2026/08/16 01:33:31 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f75b9_d20260816_m013059_c001_v0001145_t0049_u01786843859461") 2026/08/16 01:33:31 DEBUG : dir1/0015-9;=.t: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbfa_d20260816_m013122_c001_v7007000_t0000_u01786843882552") 2026/08/16 01:33:31 DEBUG : dir1/0015-9;=.t: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5bfa_d20260816_m013116_c001_v0001037_t0050_u01786843876708") 2026/08/16 01:33:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a78d_d20260816_m013225_c001_v7007000_t0000_u01786843945102") 2026/08/16 01:33:31 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5cac_d20260816_m013218_c001_v0001037_t0050_u01786843938194") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a776_d20260816_m013213_c001_v7007000_t0000_u01786843933006") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c7e_d20260816_m013205_c001_v0001037_t0050_u01786843925602") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17bf6_d20260816_m013200_c001_v7007000_t0000_u01786843920162") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c58_d20260816_m013153_c001_v0001037_t0050_u01786843913129") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc2d_d20260816_m013147_c001_v7007000_t0000_u01786843907499") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c3a_d20260816_m013140_c001_v0001037_t0050_u01786843900731") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc0e_d20260816_m013135_c001_v7007000_t0000_u01786843895353") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c1c_d20260816_m013127_c001_v0001037_t0050_u01786843887970") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a6e7_d20260816_m013116_c001_v7007000_t0000_u01786843876932") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4aa_d20260816_m013114_c001_v0001100_t0055_u01786843874175") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49727_d20260816_m013108_c001_v7007000_t0000_u01786843868957") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe48e_d20260816_m013103_c001_v0001100_t0055_u01786843863716") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1c09_d20260816_m013101_c001_v7007000_t0000_u01786843861854") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75a9_d20260816_m013056_c001_v0001145_t0043_u01786843856021") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bed_d20260816_m013050_c001_v7007000_t0000_u01786843850741") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7585_d20260816_m013045_c001_v0001145_t0043_u01786843845431") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4172710ae4498dbc_d20260816_m013043_c001_v7007000_t0000_u01786843843648") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe43c_d20260816_m013039_c001_v0001100_t0055_u01786843839028") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4193c9599a30298b_d20260816_m013028_c001_v7007000_t0000_u01786843828263") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b4a_d20260816_m013023_c001_v0001037_t0050_u01786843823836") 2026/08/16 01:33:32 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1e2_d20260816_m013018_c001_v7007000_t0000_u01786843818543") 2026/08/16 01:33:33 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b26_d20260816_m013011_c001_v0001037_t0050_u01786843811379") 2026/08/16 01:33:33 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c1795b_d20260816_m013006_c001_v7007000_t0000_u01786843806186") 2026/08/16 01:33:33 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b06_d20260816_m012959_c001_v0001037_t0050_u01786843799465") 2026/08/16 01:33:33 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825fef9_d20260816_m013103_c001_v7007000_t0000_u01786843863974") 2026/08/16 01:33:33 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5bbc_d20260816_m013059_c001_v0001037_t0050_u01786843859474") 2026/08/16 01:33:33 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9cf_d20260816_m013031_c001_v7007000_t0000_u01786843831130") 2026/08/16 01:33:33 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f754d_d20260816_m013026_c001_v0001145_t0017_u01786843826008") 2026/08/16 01:33:33 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9d0_d20260816_m013031_c001_v7007000_t0000_u01786843831312") 2026/08/16 01:33:33 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e409_d20260816_m013026_c001_v0001167_t0042_u01786843826021") 2026/08/16 01:33:33 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9d1_d20260816_m013031_c001_v7007000_t0000_u01786843831492") 2026/08/16 01:33:33 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11522d8566ec5b50_d20260816_m013026_c001_v0001037_t0011_u01786843826030") 2026/08/16 01:33:33 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9d2_d20260816_m013031_c001_v7007000_t0000_u01786843831676") 2026/08/16 01:33:33 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f103fc41d753fe410_d20260816_m013026_c001_v0001100_t0048_u01786843826182") 2026/08/16 01:33:33 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9d3_d20260816_m013031_c001_v7007000_t0000_u01786843831857") 2026/08/16 01:33:33 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e40b_d20260816_m013026_c001_v0001167_t0050_u01786843826334") 2026/08/16 01:33:33 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9d4_d20260816_m013032_c001_v7007000_t0000_u01786843832038") 2026/08/16 01:33:33 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f754f_d20260816_m013026_c001_v0001145_t0050_u01786843826431") 2026/08/16 01:33:33 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9d5_d20260816_m013032_c001_v7007000_t0000_u01786843832220") 2026/08/16 01:33:33 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e40d_d20260816_m013026_c001_v0001167_t0020_u01786843826627") 2026/08/16 01:33:33 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9d6_d20260816_m013032_c001_v7007000_t0000_u01786843832401") 2026/08/16 01:33:34 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11522d8566ec5b52_d20260816_m013026_c001_v0001037_t0037_u01786843826721") 2026/08/16 01:33:34 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9d7_d20260816_m013032_c001_v7007000_t0000_u01786843832683") 2026/08/16 01:33:34 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f7551_d20260816_m013026_c001_v0001145_t0055_u01786843826786") 2026/08/16 01:33:34 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9d8_d20260816_m013032_c001_v7007000_t0000_u01786843832947") 2026/08/16 01:33:34 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f103fc41d753fe412_d20260816_m013026_c001_v0001100_t0046_u01786843826807") 2026/08/16 01:33:34 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9d9_d20260816_m013033_c001_v7007000_t0000_u01786843833128") 2026/08/16 01:33:34 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e413_d20260816_m013027_c001_v0001167_t0040_u01786843827107") 2026/08/16 01:33:34 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9da_d20260816_m013033_c001_v7007000_t0000_u01786843833310") 2026/08/16 01:33:34 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f7553_d20260816_m013027_c001_v0001145_t0023_u01786843827198") 2026/08/16 01:33:34 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9db_d20260816_m013033_c001_v7007000_t0000_u01786843833492") 2026/08/16 01:33:34 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11522d8566ec5b54_d20260816_m013027_c001_v0001037_t0045_u01786843827255") 2026/08/16 01:33:34 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9dc_d20260816_m013033_c001_v7007000_t0000_u01786843833673") 2026/08/16 01:33:34 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e415_d20260816_m013027_c001_v0001167_t0045_u01786843827434") 2026/08/16 01:33:34 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9dd_d20260816_m013033_c001_v7007000_t0000_u01786843833854") 2026/08/16 01:33:34 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f103fc41d753fe414_d20260816_m013027_c001_v0001100_t0027_u01786843827504") 2026/08/16 01:33:34 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9de_d20260816_m013034_c001_v7007000_t0000_u01786843834035") 2026/08/16 01:33:34 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b58_d20260816_m013027_c001_v0001037_t0050_u01786843827634") 2026/08/16 01:33:34 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f402d0eab12b19b22_d20260816_m013045_c001_v7007000_t0000_u01786843845624") 2026/08/16 01:33:34 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f7571_d20260816_m013040_c001_v0001145_t0026_u01786843840929") 2026/08/16 01:33:34 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4172710ae4498dbf_d20260816_m013045_c001_v7007000_t0000_u01786843845978") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e45d_d20260816_m013040_c001_v0001167_t0005_u01786843840939") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f7173_d20260816_m013045_c001_v7007000_t0000_u01786843845849") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11522d8566ec5b76_d20260816_m013040_c001_v0001037_t0004_u01786843840948") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4067bfbb1edc1b24_d20260816_m013045_c001_v7007000_t0000_u01786843845862") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f103fc41d753fe442_d20260816_m013041_c001_v0001100_t0038_u01786843841256") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f7171_d20260816_m013045_c001_v7007000_t0000_u01786843845666") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e461_d20260816_m013041_c001_v0001167_t0026_u01786843841287") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f402d0eab12b19b24_d20260816_m013045_c001_v7007000_t0000_u01786843845986") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f7573_d20260816_m013041_c001_v0001145_t0010_u01786843841351") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f415e3533b477d9f9_d20260816_m013045_c001_v7007000_t0000_u01786843845687") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11522d8566ec5b78_d20260816_m013041_c001_v0001037_t0040_u01786843841360") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409cb53cbad79618_d20260816_m013046_c001_v7007000_t0000_u01786843846000") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f103fc41d753fe444_d20260816_m013041_c001_v0001100_t0042_u01786843841555") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bd9_d20260816_m013046_c001_v7007000_t0000_u01786843846013") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e463_d20260816_m013041_c001_v0001167_t0050_u01786843841627") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4172710ae4498dbe_d20260816_m013045_c001_v7007000_t0000_u01786843845795") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11522d8566ec5b7c_d20260816_m013041_c001_v0001037_t0052_u01786843841765") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409cb53cbad79616_d20260816_m013045_c001_v7007000_t0000_u01786843845635") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f7577_d20260816_m013041_c001_v0001145_t0006_u01786843841867") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bd7_d20260816_m013045_c001_v7007000_t0000_u01786843845647") 2026/08/16 01:33:35 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f103fc41d753fe446_d20260816_m013041_c001_v0001100_t0023_u01786843841875") 2026/08/16 01:33:36 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f402d0eab12b19b23_d20260816_m013045_c001_v7007000_t0000_u01786843845804") 2026/08/16 01:33:36 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e467_d20260816_m013041_c001_v0001167_t0048_u01786843841977") 2026/08/16 01:33:36 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409cb53cbad79617_d20260816_m013045_c001_v7007000_t0000_u01786843845818") 2026/08/16 01:33:36 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e469_d20260816_m013042_c001_v0001167_t0041_u01786843842263") 2026/08/16 01:33:36 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4067bfbb1edc1b23_d20260816_m013045_c001_v7007000_t0000_u01786843845680") 2026/08/16 01:33:36 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f7579_d20260816_m013042_c001_v0001145_t0001_u01786843842298") 2026/08/16 01:33:36 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f7170_d20260816_m013045_c001_v7007000_t0000_u01786843845656") 2026/08/16 01:33:36 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b7e_d20260816_m013042_c001_v0001037_t0050_u01786843842339") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139480_d20260816_m012903_c001_v7007000_t0000_u01786843743295") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4104648dccb3e225_d20260816_m012901_c001_v0001039_t0029_u01786843741621") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409094db63a7a279_d20260816_m012901_c001_v7007000_t0000_u01786843741437") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4104648dccb3e215_d20260816_m012859_c001_v0001039_t0029_u01786843739095") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409094db63a7a277_d20260816_m012858_c001_v7007000_t0000_u01786843738369") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73bb_d20260816_m012854_c001_v0001145_t0043_u01786843734819") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139477_d20260816_m012853_c001_v7007000_t0000_u01786843733366") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f419580bb201f4e55_d20260816_m012851_c001_v0001101_t0049_u01786843731698") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd56a_d20260816_m012851_c001_v7007000_t0000_u01786843731514") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f419580bb201f4e41_d20260816_m012849_c001_v0001101_t0049_u01786843729132") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd565_d20260816_m012848_c001_v7007000_t0000_u01786843728404") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73a9_d20260816_m012844_c001_v0001145_t0043_u01786843724911") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139470_d20260816_m012844_c001_v7007000_t0000_u01786843724001") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41997c44ed1fac34_d20260816_m012842_c001_v0001137_t0026_u01786843722888") 2026/08/16 01:33:36 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42640cede532485d_d20260816_m012842_c001_v7007000_t0000_u01786843722574") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41997c44ed1fac23_d20260816_m012840_c001_v0001137_t0026_u01786843720696") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42640cede5324801_d20260816_m012839_c001_v7007000_t0000_u01786843719965") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f738c_d20260816_m012837_c001_v0001145_t0043_u01786843717023") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c13946b_d20260816_m012836_c001_v7007000_t0000_u01786843716369") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40660b0ba761dd18_d20260816_m012834_c001_v0001178_t0034_u01786843714688") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4067bfbb1edc1a9f_d20260816_m012834_c001_v7007000_t0000_u01786843714506") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40660b0ba761dd12_d20260816_m012831_c001_v0001178_t0034_u01786843711889") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4067bfbb1edc1a9d_d20260816_m012831_c001_v7007000_t0000_u01786843711164") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7374_d20260816_m012825_c001_v0001145_t0043_u01786843705831") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f404d41a128a706f4_d20260816_m012825_c001_v7007000_t0000_u01786843705284") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f413fb4338bc497ef_d20260816_m012823_c001_v0001176_t0011_u01786843703798") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba50f00_d20260816_m012823_c001_v7007000_t0000_u01786843703615") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f413fb4338bc497e9_d20260816_m012820_c001_v0001176_t0011_u01786843700994") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba50efd_d20260816_m012820_c001_v7007000_t0000_u01786843700261") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f735a_d20260816_m012815_c001_v0001145_t0043_u01786843695097") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e104f7_d20260816_m012814_c001_v7007000_t0000_u01786843694546") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f414a7da87cc6ab25_d20260816_m012813_c001_v0001036_t0011_u01786843693053") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a536_d20260816_m012812_c001_v7007000_t0000_u01786843692871") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f414a7da87cc6ab1f_d20260816_m012810_c001_v0001036_t0011_u01786843690214") 2026/08/16 01:33:37 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a534_d20260816_m012809_c001_v7007000_t0000_u01786843689482") 2026/08/16 01:33:38 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7336_d20260816_m012804_c001_v0001145_t0043_u01786843684052") 2026/08/16 01:33:38 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4227bf6ed852adde_d20260816_m012800_c001_v7007000_t0000_u01786843680807") 2026/08/16 01:33:38 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40440affaaa2c5a9_d20260816_m012756_c001_v0001090_t0031_u01786843676092") 2026/08/16 01:33:38 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e104d1_d20260816_m012755_c001_v7007000_t0000_u01786843675895") 2026/08/16 01:33:38 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f416fddf9281d50c7_d20260816_m012751_c001_v0001173_t0032_u01786843671921") 2026/08/16 01:33:38 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417da7ad1f29a5c1_d20260816_m012751_c001_v0001109_t0051_u01786843671192") 2026/08/16 01:33:38 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417da7ad1f29a5bd_d20260816_m012750_c001_v0001109_t0051_u01786843670223") 2026/08/16 01:33:38 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409094db63a7a247_d20260816_m012737_c001_v7007000_t0000_u01786843657062") 2026/08/16 01:33:38 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f72dc_d20260816_m012730_c001_v0001145_t0043_u01786843650985") 2026/08/16 01:33:38 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f400f9b742d355685_d20260816_m012730_c001_v0001178_t0037_u01786843650257") 2026/08/16 01:33:38 DEBUG : dst/one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f400f9b742d35567d_d20260816_m012729_c001_v0001178_t0037_u01786843649281") 2026/08/16 01:33:38 DEBUG : dst/one-2019-01-01: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139481_d20260816_m012903_c001_v7007000_t0000_u01786843743476") 2026/08/16 01:33:38 DEBUG : dst/one-2019-01-01: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40215bc20e7c293e_d20260816_m012901_c001_v0001130_t0053_u01786843741250") 2026/08/16 01:33:38 DEBUG : dst/one-2019-01-01: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f400502047ee2a021_d20260816_m012858_c001_v0001184_t0042_u01786843738180") 2026/08/16 01:33:38 DEBUG : dst/one.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139478_d20260816_m012853_c001_v7007000_t0000_u01786843733547") 2026/08/16 01:33:38 DEBUG : dst/one.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f401b01a507b903e4_d20260816_m012851_c001_v0001097_t0009_u01786843731327") 2026/08/16 01:33:38 DEBUG : dst/one.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4101cfb0679c6443_d20260816_m012848_c001_v0001183_t0030_u01786843728218") 2026/08/16 01:33:38 DEBUG : dst/one.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139471_d20260816_m012844_c001_v7007000_t0000_u01786843724184") 2026/08/16 01:33:38 DEBUG : dst/one.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f404e680ddaaf15f5_d20260816_m012842_c001_v0001174_t0039_u01786843722386") 2026/08/16 01:33:38 DEBUG : dst/one.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f419857dd553f1eb5_d20260816_m012839_c001_v0001131_t0058_u01786843719780") 2026/08/16 01:33:38 DEBUG : dst/three: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4227bf6ed852addf_d20260816_m012800_c001_v7007000_t0000_u01786843680992") 2026/08/16 01:33:38 DEBUG : dst/three: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417da7ad1f29a5d7_d20260816_m012759_c001_v0001109_t0051_u01786843679514") 2026/08/16 01:33:38 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139482_d20260816_m012903_c001_v7007000_t0000_u01786843743656") 2026/08/16 01:33:39 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403b3f217664d581_d20260816_m012902_c001_v0001177_t0021_u01786843742363") 2026/08/16 01:33:39 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417b9d31d09c2ed1_d20260816_m012859_c001_v0001167_t0028_u01786843739923") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139483_d20260816_m012903_c001_v7007000_t0000_u01786843743923") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4104648dccb3e229_d20260816_m012902_c001_v0001039_t0029_u01786843742733") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409094db63a7a27a_d20260816_m012902_c001_v7007000_t0000_u01786843742550") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4104648dccb3e21b_d20260816_m012900_c001_v0001039_t0029_u01786843740293") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409094db63a7a278_d20260816_m012900_c001_v7007000_t0000_u01786843740110") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73bf_d20260816_m012855_c001_v0001145_t0043_u01786843735187") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139479_d20260816_m012853_c001_v7007000_t0000_u01786843733731") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f419580bb201f4e59_d20260816_m012852_c001_v0001101_t0049_u01786843732803") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd56c_d20260816_m012852_c001_v7007000_t0000_u01786843732619") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f419580bb201f4e4b_d20260816_m012850_c001_v0001101_t0049_u01786843730392") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd566_d20260816_m012850_c001_v7007000_t0000_u01786843730108") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73ad_d20260816_m012845_c001_v0001145_t0043_u01786843725280") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42640cede532485e_d20260816_m012843_c001_v7007000_t0000_u01786843723449") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f739d_d20260816_m012841_c001_v0001145_t0043_u01786843721623") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42640cede5324852_d20260816_m012841_c001_v7007000_t0000_u01786843721253") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7390_d20260816_m012837_c001_v0001145_t0043_u01786843717393") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4067bfbb1edc1aa0_d20260816_m012835_c001_v7007000_t0000_u01786843715391") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7384_d20260816_m012833_c001_v0001145_t0043_u01786843713560") 2026/08/16 01:33:39 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4067bfbb1edc1a9e_d20260816_m012832_c001_v7007000_t0000_u01786843712465") 2026/08/16 01:33:40 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7378_d20260816_m012826_c001_v0001145_t0043_u01786843706202") 2026/08/16 01:33:40 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba50f01_d20260816_m012824_c001_v7007000_t0000_u01786843704373") 2026/08/16 01:33:40 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7368_d20260816_m012822_c001_v0001145_t0043_u01786843702657") 2026/08/16 01:33:40 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba50efe_d20260816_m012821_c001_v7007000_t0000_u01786843701564") 2026/08/16 01:33:40 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7360_d20260816_m012815_c001_v0001145_t0043_u01786843695464") 2026/08/16 01:33:40 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a537_d20260816_m012813_c001_v7007000_t0000_u01786843693624") 2026/08/16 01:33:40 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f734e_d20260816_m012811_c001_v0001145_t0043_u01786843691872") 2026/08/16 01:33:40 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a535_d20260816_m012810_c001_v7007000_t0000_u01786843690786") 2026/08/16 01:33:40 DEBUG : dst/three.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f733a_d20260816_m012804_c001_v0001145_t0043_u01786843684425") 2026/08/16 01:33:40 DEBUG : dst/three.txt.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c13947a_d20260816_m012853_c001_v7007000_t0000_u01786843733911") 2026/08/16 01:33:40 DEBUG : dst/three.txt.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4147c29eec85edd3_d20260816_m012852_c001_v0001042_t0025_u01786843732430") 2026/08/16 01:33:40 DEBUG : dst/three.txt.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f405e367a4ee9bec5_d20260816_m012849_c001_v0001178_t0004_u01786843729906") 2026/08/16 01:33:40 DEBUG : dst/three.txt.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139472_d20260816_m012844_c001_v7007000_t0000_u01786843724364") 2026/08/16 01:33:40 DEBUG : dst/three.txt.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4076ae337a5d1450_d20260816_m012843_c001_v0001146_t0027_u01786843723264") 2026/08/16 01:33:40 DEBUG : dst/three.txt.bak: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f418675f0c9a2a98e_d20260816_m012841_c001_v0001136_t0004_u01786843721069") 2026/08/16 01:33:40 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139486_d20260816_m012904_c001_v7007000_t0000_u01786843744104") 2026/08/16 01:33:40 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73bd_d20260816_m012855_c001_v0001145_t0043_u01786843735004") 2026/08/16 01:33:40 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c13947b_d20260816_m012854_c001_v7007000_t0000_u01786843734092") 2026/08/16 01:33:40 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73ab_d20260816_m012845_c001_v0001145_t0043_u01786843725096") 2026/08/16 01:33:40 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c139473_d20260816_m012844_c001_v7007000_t0000_u01786843724544") 2026/08/16 01:33:40 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f738e_d20260816_m012837_c001_v0001145_t0043_u01786843717209") 2026/08/16 01:33:40 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c13946c_d20260816_m012836_c001_v7007000_t0000_u01786843716550") 2026/08/16 01:33:41 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7376_d20260816_m012826_c001_v0001145_t0043_u01786843706017") 2026/08/16 01:33:41 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f404d41a128a706f5_d20260816_m012825_c001_v7007000_t0000_u01786843705465") 2026/08/16 01:33:41 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f735e_d20260816_m012815_c001_v0001145_t0043_u01786843695280") 2026/08/16 01:33:41 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e104fa_d20260816_m012814_c001_v7007000_t0000_u01786843694728") 2026/08/16 01:33:41 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7338_d20260816_m012804_c001_v0001145_t0043_u01786843684239") 2026/08/16 01:33:41 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4227bf6ed852ade0_d20260816_m012801_c001_v7007000_t0000_u01786843681173") 2026/08/16 01:33:41 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f401e68537056bdd2_d20260816_m012757_c001_v0001103_t0005_u01786843677289") 2026/08/16 01:33:41 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409094db63a7a248_d20260816_m012737_c001_v7007000_t0000_u01786843657245") 2026/08/16 01:33:41 DEBUG : dst/two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f400f9b742d355691_d20260816_m012736_c001_v0001178_t0037_u01786843656143") 2026/08/16 01:33:41 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41375cdac2f598f4_d20260816_m012702_c001_v7007000_t0000_u01786843622115") 2026/08/16 01:33:41 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7280_d20260816_m012658_c001_v0001145_t0043_u01786843618949") 2026/08/16 01:33:41 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41375cdac2f598f1_d20260816_m012656_c001_v7007000_t0000_u01786843616957") 2026/08/16 01:33:41 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f416fddf9281d4fa0_d20260816_m012646_c001_v0001173_t0032_u01786843606294") 2026/08/16 01:33:41 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a3c_d20260816_m012637_c001_v7007000_t0000_u01786843597490") 2026/08/16 01:33:41 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f723c_d20260816_m012634_c001_v0001145_t0043_u01786843594186") 2026/08/16 01:33:41 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a05_d20260816_m012616_c001_v7007000_t0000_u01786843576593") 2026/08/16 01:33:41 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71f0_d20260816_m012614_c001_v0001145_t0043_u01786843574650") 2026/08/16 01:33:41 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a00_d20260816_m012613_c001_v7007000_t0000_u01786843573650") 2026/08/16 01:33:41 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71e6_d20260816_m012612_c001_v0001145_t0043_u01786843572172") 2026/08/16 01:33:41 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd41e_d20260816_m012609_c001_v7007000_t0000_u01786843569439") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71d0_d20260816_m012607_c001_v0001145_t0043_u01786843567850") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd40a_d20260816_m012607_c001_v7007000_t0000_u01786843567038") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71c4_d20260816_m012605_c001_v0001145_t0043_u01786843565831") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd402_d20260816_m012600_c001_v7007000_t0000_u01786843560357") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7196_d20260816_m012558_c001_v0001145_t0043_u01786843558716") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd3ff_d20260816_m012557_c001_v7007000_t0000_u01786843557975") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7190_d20260816_m012557_c001_v0001145_t0043_u01786843557235") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd3f9_d20260816_m012553_c001_v7007000_t0000_u01786843553195") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f717a_d20260816_m012551_c001_v0001145_t0043_u01786843551942") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd3f5_d20260816_m012550_c001_v7007000_t0000_u01786843550104") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7168_d20260816_m012549_c001_v0001145_t0043_u01786843549142") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd3f4_d20260816_m012548_c001_v7007000_t0000_u01786843548776") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41494826f2caefa6_d20260816_m012548_c001_v0001173_t0000_u01786843548225") 2026/08/16 01:33:42 DEBUG : empty space: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7160_d20260816_m012546_c001_v0001145_t0043_u01786843546730") 2026/08/16 01:33:42 DEBUG : enormous: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a02_d20260816_m012615_c001_v7007000_t0000_u01786843575633") 2026/08/16 01:33:42 DEBUG : enormous: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f71f2_d20260816_m012614_c001_v0001145_t0024_u01786843574836") 2026/08/16 01:33:42 DEBUG : existing: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4185093e2c1394a1_d20260816_m012907_c001_v7007000_t0000_u01786843747887") 2026/08/16 01:33:42 DEBUG : existing: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73d9_d20260816_m012906_c001_v0001145_t0043_u01786843746777") 2026/08/16 01:33:43 DEBUG : existing: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a38_d20260816_m012632_c001_v7007000_t0000_u01786843592802") 2026/08/16 01:33:43 DEBUG : existing: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f416fddf9281d4f46_d20260816_m012631_c001_v0001173_t0032_u01786843591869") 2026/08/16 01:33:43 DEBUG : existing: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825f261_d20260816_m012543_c001_v7007000_t0000_u01786843543904") 2026/08/16 01:33:43 DEBUG : existing: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7150_d20260816_m012542_c001_v0001145_t0043_u01786843542992") 2026/08/16 01:33:43 DEBUG : existing: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825f260_d20260816_m012542_c001_v7007000_t0000_u01786843542447") 2026/08/16 01:33:43 DEBUG : existing: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f714c_d20260816_m012541_c001_v0001145_t0043_u01786843541899") 2026/08/16 01:33:43 DEBUG : existing: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7148_d20260816_m012541_c001_v0001145_t0043_u01786843541027") 2026/08/16 01:33:43 DEBUG : existing-b: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a39_d20260816_m012632_c001_v7007000_t0000_u01786843592984") 2026/08/16 01:33:43 DEBUG : existing-b: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7230_d20260816_m012631_c001_v0001145_t0043_u01786843591879") 2026/08/16 01:33:43 DEBUG : file1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c1793a_d20260816_m012947_c001_v7007000_t0000_u01786843787989") 2026/08/16 01:33:43 DEBUG : file1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5aee_d20260816_m012946_c001_v0001037_t0050_u01786843786838") 2026/08/16 01:33:43 DEBUG : file1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17936_d20260816_m012945_c001_v7007000_t0000_u01786843785539") 2026/08/16 01:33:43 DEBUG : file1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e355_d20260816_m012944_c001_v0001167_t0007_u01786843784156") 2026/08/16 01:33:43 DEBUG : five: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a1e_d20260816_m012620_c001_v7007000_t0000_u01786843580182") 2026/08/16 01:33:43 DEBUG : five: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7202_d20260816_m012618_c001_v0001145_t0043_u01786843578310") 2026/08/16 01:33:43 DEBUG : foo: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd3f7_d20260816_m012551_c001_v7007000_t0000_u01786843551576") 2026/08/16 01:33:43 DEBUG : foo: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7170_d20260816_m012551_c001_v0001145_t0043_u01786843551023") 2026/08/16 01:33:43 DEBUG : foo: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f716c_d20260816_m012550_c001_v0001145_t0043_u01786843550470") 2026/08/16 01:33:43 DEBUG : four: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a21_d20260816_m012620_c001_v7007000_t0000_u01786843580365") 2026/08/16 01:33:43 DEBUG : four: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40923413a580b85e_d20260816_m012618_c001_v0001131_t0011_u01786843578866") 2026/08/16 01:33:43 DEBUG : four: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7200_d20260816_m012617_c001_v0001145_t0043_u01786843577528") 2026/08/16 01:33:43 DEBUG : hello world2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10418_d20260816_m012503_c001_v7007000_t0000_u01786843503180") 2026/08/16 01:33:43 DEBUG : hello world2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70c4_d20260816_m012502_c001_v0001145_t0043_u01786843502634") 2026/08/16 01:33:43 DEBUG : ignore-size: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825f25f_d20260816_m012540_c001_v7007000_t0000_u01786843540664") 2026/08/16 01:33:44 DEBUG : ignore-size: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7144_d20260816_m012539_c001_v0001145_t0043_u01786843539751") 2026/08/16 01:33:44 DEBUG : nested/sub dir/file: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a35_d20260816_m012631_c001_v7007000_t0000_u01786843591097") 2026/08/16 01:33:44 DEBUG : nested/sub dir/file: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7228_d20260816_m012630_c001_v0001145_t0043_u01786843590548") 2026/08/16 01:33:44 DEBUG : nested/sub dir/file: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a32_d20260816_m012629_c001_v7007000_t0000_u01786843589804") 2026/08/16 01:33:44 DEBUG : nested/sub dir/file: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f416fddf9281d4f30_d20260816_m012629_c001_v0001173_t0032_u01786843589089") 2026/08/16 01:33:44 DEBUG : one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a23_d20260816_m012620_c001_v7007000_t0000_u01786843580552") 2026/08/16 01:33:44 DEBUG : one: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71f8_d20260816_m012616_c001_v0001145_t0043_u01786843576967") 2026/08/16 01:33:44 DEBUG : only0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5114a_d20260816_m012939_c001_v7007000_t0000_u01786843779596") 2026/08/16 01:33:44 DEBUG : only0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74c3_d20260816_m012933_c001_v0001145_t0043_u01786843773589") 2026/08/16 01:33:44 DEBUG : only0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f745f_d20260816_m012925_c001_v0001145_t0043_u01786843765768") 2026/08/16 01:33:44 DEBUG : only0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f7134_d20260816_m012920_c001_v7007000_t0000_u01786843760300") 2026/08/16 01:33:44 DEBUG : only0: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73f3_d20260816_m012911_c001_v0001145_t0043_u01786843751241") 2026/08/16 01:33:44 DEBUG : only1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5114b_d20260816_m012939_c001_v7007000_t0000_u01786843779778") 2026/08/16 01:33:44 DEBUG : only1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe372_d20260816_m012934_c001_v0001100_t0055_u01786843774703") 2026/08/16 01:33:44 DEBUG : only1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7463_d20260816_m012926_c001_v0001145_t0043_u01786843766134") 2026/08/16 01:33:44 DEBUG : only1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f7131_d20260816_m012919_c001_v7007000_t0000_u01786843759733") 2026/08/16 01:33:44 DEBUG : only1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73f9_d20260816_m012911_c001_v0001145_t0043_u01786843751608") 2026/08/16 01:33:44 DEBUG : only10: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5114c_d20260816_m012939_c001_v7007000_t0000_u01786843779961") 2026/08/16 01:33:44 DEBUG : only10: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5ad0_d20260816_m012935_c001_v0001037_t0050_u01786843775083") 2026/08/16 01:33:44 DEBUG : only10: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7495_d20260816_m012929_c001_v0001145_t0043_u01786843769464") 2026/08/16 01:33:45 DEBUG : only10: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df30_d20260816_m012919_c001_v7007000_t0000_u01786843759910") 2026/08/16 01:33:45 DEBUG : only10: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7427_d20260816_m012914_c001_v0001145_t0043_u01786843754953") 2026/08/16 01:33:45 DEBUG : only11: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5114d_d20260816_m012940_c001_v7007000_t0000_u01786843780144") 2026/08/16 01:33:45 DEBUG : only11: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe36c_d20260816_m012934_c001_v0001100_t0055_u01786843774148") 2026/08/16 01:33:45 DEBUG : only11: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f749b_d20260816_m012929_c001_v0001145_t0043_u01786843769831") 2026/08/16 01:33:45 DEBUG : only11: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10553_d20260816_m012920_c001_v7007000_t0000_u01786843760313") 2026/08/16 01:33:45 DEBUG : only11: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f742b_d20260816_m012915_c001_v0001145_t0043_u01786843755317") 2026/08/16 01:33:45 DEBUG : only12: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5114e_d20260816_m012940_c001_v7007000_t0000_u01786843780326") 2026/08/16 01:33:45 DEBUG : only12: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e32d_d20260816_m012934_c001_v0001167_t0007_u01786843774346") 2026/08/16 01:33:45 DEBUG : only12: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74a1_d20260816_m012930_c001_v0001145_t0043_u01786843770198") 2026/08/16 01:33:45 DEBUG : only12: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41499aa9015e41f0_d20260816_m012920_c001_v7007000_t0000_u01786843760321") 2026/08/16 01:33:45 DEBUG : only12: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f742f_d20260816_m012915_c001_v0001145_t0043_u01786843755681") 2026/08/16 01:33:45 DEBUG : only13: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5114f_d20260816_m012940_c001_v7007000_t0000_u01786843780515") 2026/08/16 01:33:45 DEBUG : only13: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5aca_d20260816_m012934_c001_v0001037_t0050_u01786843774524") 2026/08/16 01:33:45 DEBUG : only13: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74a5_d20260816_m012930_c001_v0001145_t0043_u01786843770568") 2026/08/16 01:33:45 DEBUG : only13: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41499aa9015e41ef_d20260816_m012920_c001_v7007000_t0000_u01786843760104") 2026/08/16 01:33:45 DEBUG : only13: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7435_d20260816_m012916_c001_v0001145_t0043_u01786843756045") 2026/08/16 01:33:45 DEBUG : only14: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51150_d20260816_m012940_c001_v7007000_t0000_u01786843780697") 2026/08/16 01:33:45 DEBUG : only14: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74c5_d20260816_m012934_c001_v0001145_t0043_u01786843774167") 2026/08/16 01:33:45 DEBUG : only14: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74ab_d20260816_m012930_c001_v0001145_t0043_u01786843770950") 2026/08/16 01:33:46 DEBUG : only14: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41499aa9015e41ee_d20260816_m012919_c001_v7007000_t0000_u01786843759922") 2026/08/16 01:33:46 DEBUG : only14: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7439_d20260816_m012916_c001_v0001145_t0043_u01786843756428") 2026/08/16 01:33:46 DEBUG : only15: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51151_d20260816_m012940_c001_v7007000_t0000_u01786843780880") 2026/08/16 01:33:46 DEBUG : only15: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe36e_d20260816_m012934_c001_v0001100_t0055_u01786843774335") 2026/08/16 01:33:46 DEBUG : only15: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74b1_d20260816_m012931_c001_v0001145_t0043_u01786843771326") 2026/08/16 01:33:46 DEBUG : only15: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df33_d20260816_m012920_c001_v7007000_t0000_u01786843760457") 2026/08/16 01:33:46 DEBUG : only15: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f743d_d20260816_m012916_c001_v0001145_t0043_u01786843756793") 2026/08/16 01:33:46 DEBUG : only16: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51152_d20260816_m012941_c001_v7007000_t0000_u01786843781062") 2026/08/16 01:33:46 DEBUG : only16: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74c7_d20260816_m012934_c001_v0001145_t0043_u01786843774351") 2026/08/16 01:33:46 DEBUG : only16: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74b5_d20260816_m012931_c001_v0001145_t0043_u01786843771725") 2026/08/16 01:33:46 DEBUG : only16: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f7135_d20260816_m012920_c001_v7007000_t0000_u01786843760483") 2026/08/16 01:33:46 DEBUG : only16: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7441_d20260816_m012917_c001_v0001145_t0043_u01786843757159") 2026/08/16 01:33:47 DEBUG : only17: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51153_d20260816_m012941_c001_v7007000_t0000_u01786843781350") 2026/08/16 01:33:47 DEBUG : only17: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe370_d20260816_m012934_c001_v0001100_t0055_u01786843774519") 2026/08/16 01:33:47 DEBUG : only17: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74b9_d20260816_m012932_c001_v0001145_t0043_u01786843772094") 2026/08/16 01:33:47 DEBUG : only17: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f7132_d20260816_m012919_c001_v7007000_t0000_u01786843759932") 2026/08/16 01:33:47 DEBUG : only17: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7447_d20260816_m012917_c001_v0001145_t0043_u01786843757524") 2026/08/16 01:33:47 DEBUG : only18: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51154_d20260816_m012941_c001_v7007000_t0000_u01786843781531") 2026/08/16 01:33:47 DEBUG : only18: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e32f_d20260816_m012934_c001_v0001167_t0007_u01786843774531") 2026/08/16 01:33:47 DEBUG : only18: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74bd_d20260816_m012932_c001_v0001145_t0043_u01786843772462") 2026/08/16 01:33:47 DEBUG : only18: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42404439bc7f7133_d20260816_m012920_c001_v7007000_t0000_u01786843760116") 2026/08/16 01:33:47 DEBUG : only18: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f744b_d20260816_m012917_c001_v0001145_t0043_u01786843757890") 2026/08/16 01:33:47 DEBUG : only19: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51155_d20260816_m012941_c001_v7007000_t0000_u01786843781714") 2026/08/16 01:33:47 DEBUG : only19: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74c9_d20260816_m012934_c001_v0001145_t0043_u01786843774543") 2026/08/16 01:33:47 DEBUG : only19: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74c1_d20260816_m012932_c001_v0001145_t0043_u01786843772829") 2026/08/16 01:33:47 DEBUG : only19: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e1054f_d20260816_m012919_c001_v7007000_t0000_u01786843759525") 2026/08/16 01:33:47 DEBUG : only19: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f744f_d20260816_m012918_c001_v0001145_t0043_u01786843758256") 2026/08/16 01:33:47 DEBUG : only2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51156_d20260816_m012941_c001_v7007000_t0000_u01786843781897") 2026/08/16 01:33:47 DEBUG : only2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5acc_d20260816_m012934_c001_v0001037_t0050_u01786843774714") 2026/08/16 01:33:47 DEBUG : only2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7469_d20260816_m012926_c001_v0001145_t0043_u01786843766501") 2026/08/16 01:33:47 DEBUG : only2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41499aa9015e41ed_d20260816_m012919_c001_v7007000_t0000_u01786843759738") 2026/08/16 01:33:47 DEBUG : only2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f73ff_d20260816_m012911_c001_v0001145_t0043_u01786843751975") 2026/08/16 01:33:47 DEBUG : only3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51157_d20260816_m012942_c001_v7007000_t0000_u01786843782080") 2026/08/16 01:33:48 DEBUG : only3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e333_d20260816_m012934_c001_v0001167_t0007_u01786843774724") 2026/08/16 01:33:48 DEBUG : only3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f746d_d20260816_m012926_c001_v0001145_t0043_u01786843766868") 2026/08/16 01:33:48 DEBUG : only3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10552_d20260816_m012920_c001_v7007000_t0000_u01786843760126") 2026/08/16 01:33:48 DEBUG : only3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7405_d20260816_m012912_c001_v0001145_t0043_u01786843752379") 2026/08/16 01:33:48 DEBUG : only4: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51158_d20260816_m012942_c001_v7007000_t0000_u01786843782262") 2026/08/16 01:33:48 DEBUG : only4: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74cb_d20260816_m012934_c001_v0001145_t0043_u01786843774735") 2026/08/16 01:33:48 DEBUG : only4: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7471_d20260816_m012927_c001_v0001145_t0043_u01786843767238") 2026/08/16 01:33:48 DEBUG : only4: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df32_d20260816_m012920_c001_v7007000_t0000_u01786843760274") 2026/08/16 01:33:48 DEBUG : only4: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f740b_d20260816_m012912_c001_v0001145_t0043_u01786843752744") 2026/08/16 01:33:48 DEBUG : only5: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51159_d20260816_m012942_c001_v7007000_t0000_u01786843782445") 2026/08/16 01:33:48 DEBUG : only5: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe374_d20260816_m012934_c001_v0001100_t0055_u01786843774887") 2026/08/16 01:33:48 DEBUG : only5: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7475_d20260816_m012927_c001_v0001145_t0043_u01786843767612") 2026/08/16 01:33:48 DEBUG : only5: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10551_d20260816_m012919_c001_v7007000_t0000_u01786843759941") 2026/08/16 01:33:48 DEBUG : only5: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f740f_d20260816_m012913_c001_v0001145_t0043_u01786843753122") 2026/08/16 01:33:48 DEBUG : only6: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5115a_d20260816_m012942_c001_v7007000_t0000_u01786843782628") 2026/08/16 01:33:48 DEBUG : only6: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5ace_d20260816_m012934_c001_v0001037_t0050_u01786843774898") 2026/08/16 01:33:48 DEBUG : only6: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7479_d20260816_m012927_c001_v0001145_t0043_u01786843767979") 2026/08/16 01:33:48 DEBUG : only6: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e1054e_d20260816_m012919_c001_v7007000_t0000_u01786843759343") 2026/08/16 01:33:48 DEBUG : only6: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7413_d20260816_m012913_c001_v0001145_t0043_u01786843753486") 2026/08/16 01:33:48 DEBUG : only7: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5115b_d20260816_m012942_c001_v7007000_t0000_u01786843782809") 2026/08/16 01:33:48 DEBUG : only7: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e335_d20260816_m012934_c001_v0001167_t0007_u01786843774908") 2026/08/16 01:33:48 DEBUG : only7: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f747f_d20260816_m012928_c001_v0001145_t0043_u01786843768347") 2026/08/16 01:33:48 DEBUG : only7: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10550_d20260816_m012919_c001_v7007000_t0000_u01786843759722") 2026/08/16 01:33:49 DEBUG : only7: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f741b_d20260816_m012913_c001_v0001145_t0043_u01786843753851") 2026/08/16 01:33:49 DEBUG : only8: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5115c_d20260816_m012942_c001_v7007000_t0000_u01786843782994") 2026/08/16 01:33:49 DEBUG : only8: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74cd_d20260816_m012935_c001_v0001145_t0043_u01786843775027") 2026/08/16 01:33:49 DEBUG : only8: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7485_d20260816_m012928_c001_v0001145_t0043_u01786843768715") 2026/08/16 01:33:49 DEBUG : only8: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df2f_d20260816_m012919_c001_v7007000_t0000_u01786843759728") 2026/08/16 01:33:49 DEBUG : only8: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f741f_d20260816_m012914_c001_v0001145_t0043_u01786843754215") 2026/08/16 01:33:49 DEBUG : only9: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba5115e_d20260816_m012943_c001_v7007000_t0000_u01786843783177") 2026/08/16 01:33:49 DEBUG : only9: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe376_d20260816_m012935_c001_v0001100_t0055_u01786843775072") 2026/08/16 01:33:49 DEBUG : only9: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f748b_d20260816_m012929_c001_v0001145_t0043_u01786843769095") 2026/08/16 01:33:49 DEBUG : only9: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41698ece5770df31_d20260816_m012920_c001_v7007000_t0000_u01786843760092") 2026/08/16 01:33:49 DEBUG : only9: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7423_d20260816_m012914_c001_v0001145_t0043_u01786843754589") 2026/08/16 01:33:49 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a30_d20260816_m012627_c001_v7007000_t0000_u01786843587976") 2026/08/16 01:33:49 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f416fddf9281d4f28_d20260816_m012626_c001_v0001173_t0032_u01786843586287") 2026/08/16 01:33:49 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a2c_d20260816_m012625_c001_v7007000_t0000_u01786843585553") 2026/08/16 01:33:49 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7210_d20260816_m012624_c001_v0001145_t0043_u01786843584058") 2026/08/16 01:33:49 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a28_d20260816_m012623_c001_v7007000_t0000_u01786843583328") 2026/08/16 01:33:49 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40923413a580b866_d20260816_m012621_c001_v0001131_t0011_u01786843581472") 2026/08/16 01:33:49 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd42a_d20260816_m012611_c001_v7007000_t0000_u01786843571122") 2026/08/16 01:33:49 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71dc_d20260816_m012609_c001_v0001145_t0043_u01786843569990") 2026/08/16 01:33:49 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd417_d20260816_m012608_c001_v7007000_t0000_u01786843568405") 2026/08/16 01:33:49 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71ce_d20260816_m012607_c001_v0001145_t0043_u01786843567662") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd408_d20260816_m012606_c001_v7007000_t0000_u01786843566389") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71c2_d20260816_m012605_c001_v0001145_t0043_u01786843565645") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd401_d20260816_m012559_c001_v7007000_t0000_u01786843559806") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7194_d20260816_m012558_c001_v0001145_t0043_u01786843558528") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd400_d20260816_m012558_c001_v7007000_t0000_u01786843558159") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f718e_d20260816_m012557_c001_v0001145_t0043_u01786843557048") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd3fe_d20260816_m012556_c001_v7007000_t0000_u01786843556682") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f718c_d20260816_m012556_c001_v0001145_t0043_u01786843556130") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f718a_d20260816_m012555_c001_v0001145_t0043_u01786843555574") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd3fd_d20260816_m012555_c001_v7007000_t0000_u01786843555209") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7186_d20260816_m012554_c001_v0001145_t0043_u01786843554657") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f7182_d20260816_m012553_c001_v0001145_t0050_u01786843553745") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd3fa_d20260816_m012553_c001_v7007000_t0000_u01786843553378") 2026/08/16 01:33:50 DEBUG : potato: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f717e_d20260816_m012552_c001_v0001145_t0048_u01786843552499") 2026/08/16 01:33:50 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4227bf6ed852ad88_d20260816_m012712_c001_v7007000_t0000_u01786843632293") 2026/08/16 01:33:50 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f72aa_d20260816_m012711_c001_v0001145_t0056_u01786843631477") 2026/08/16 01:33:50 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41375cdac2f598f5_d20260816_m012702_c001_v7007000_t0000_u01786843622677") 2026/08/16 01:33:50 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f116fddf9281d4fcc_d20260816_m012658_c001_v0001173_t0047_u01786843618248") 2026/08/16 01:33:50 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4964f_d20260816_m012650_c001_v7007000_t0000_u01786843610494") 2026/08/16 01:33:50 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f725a_d20260816_m012645_c001_v0001145_t0041_u01786843605626") 2026/08/16 01:33:50 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a3e_d20260816_m012638_c001_v7007000_t0000_u01786843598212") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f116fddf9281d4f52_d20260816_m012633_c001_v0001173_t0010_u01786843593903") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a03_d20260816_m012615_c001_v7007000_t0000_u01786843575858") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f71ee_d20260816_m012614_c001_v0001145_t0033_u01786843574197") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a01_d20260816_m012613_c001_v7007000_t0000_u01786843573832") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f71e4_d20260816_m012611_c001_v0001145_t0018_u01786843571674") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd42c_d20260816_m012611_c001_v7007000_t0000_u01786843571306") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71e0_d20260816_m012610_c001_v0001145_t0043_u01786843570567") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd420_d20260816_m012609_c001_v7007000_t0000_u01786843569623") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f71da_d20260816_m012608_c001_v0001145_t0038_u01786843568786") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd40d_d20260816_m012607_c001_v7007000_t0000_u01786843567227") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f71c8_d20260816_m012606_c001_v0001145_t0040_u01786843566399") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41885408255bd403_d20260816_m012600_c001_v7007000_t0000_u01786843560540") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f7198_d20260816_m012559_c001_v0001145_t0015_u01786843559274") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e1041a_d20260816_m012505_c001_v7007000_t0000_u01786843505756") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70d0_d20260816_m012505_c001_v0001145_t0043_u01786843505212") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10419_d20260816_m012504_c001_v7007000_t0000_u01786843504295") 2026/08/16 01:33:51 DEBUG : potato2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70c8_d20260816_m012503_c001_v0001145_t0043_u01786843503724") 2026/08/16 01:33:52 DEBUG : potato3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41375cdac2f598f6_d20260816_m012703_c001_v7007000_t0000_u01786843623123") 2026/08/16 01:33:52 DEBUG : potato3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f116fddf9281d4fd6_d20260816_m012659_c001_v0001173_t0049_u01786843619133") 2026/08/16 01:33:52 DEBUG : potato3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c4964e_d20260816_m012650_c001_v7007000_t0000_u01786843610311") 2026/08/16 01:33:52 DEBUG : potato3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f725c_d20260816_m012646_c001_v0001145_t0010_u01786843606480") 2026/08/16 01:33:52 DEBUG : potato3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a3f_d20260816_m012638_c001_v7007000_t0000_u01786843598395") 2026/08/16 01:33:53 DEBUG : potato3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f116fddf9281d4f5a_d20260816_m012634_c001_v0001173_t0019_u01786843594373") 2026/08/16 01:33:53 DEBUG : pre-dest1/1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4227bf6ed852ad9b_d20260816_m012746_c001_v7007000_t0000_u01786843666005") 2026/08/16 01:33:53 DEBUG : pre-dest1/1: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f416fddf9281d5083_d20260816_m012737_c001_v0001173_t0032_u01786843657977") 2026/08/16 01:33:53 DEBUG : pre-dest2/2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4227bf6ed852ad9e_d20260816_m012746_c001_v7007000_t0000_u01786843666186") 2026/08/16 01:33:53 DEBUG : pre-dest2/2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f72f4_d20260816_m012738_c001_v0001145_t0043_u01786843658523") 2026/08/16 01:33:53 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409094db63a7a244_d20260816_m012725_c001_v7007000_t0000_u01786843645223") 2026/08/16 01:33:54 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f116fddf9281d5041_d20260816_m012721_c001_v0001173_t0041_u01786843641203") 2026/08/16 01:33:54 DEBUG : sizeonly: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825f25e_d20260816_m012539_c001_v7007000_t0000_u01786843539198") 2026/08/16 01:33:54 DEBUG : sizeonly: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f713e_d20260816_m012538_c001_v0001145_t0043_u01786843538286") 2026/08/16 01:33:54 DEBUG : splitbanan: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbfb_d20260816_m013122_c001_v7007000_t0000_u01786843882847") 2026/08/16 01:33:54 DEBUG : splitbanan: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5bee_d20260816_m013115_c001_v0001037_t0050_u01786843875901") 2026/08/16 01:33:55 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a78e_d20260816_m013225_c001_v7007000_t0000_u01786843945342") 2026/08/16 01:33:55 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5cb0_d20260816_m013218_c001_v0001037_t0050_u01786843938948") 2026/08/16 01:33:55 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a777_d20260816_m013213_c001_v7007000_t0000_u01786843933189") 2026/08/16 01:33:55 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c80_d20260816_m013206_c001_v0001037_t0050_u01786843926478") 2026/08/16 01:33:55 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17bf7_d20260816_m013200_c001_v7007000_t0000_u01786843920343") 2026/08/16 01:33:56 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c5a_d20260816_m013153_c001_v0001037_t0050_u01786843913867") 2026/08/16 01:33:56 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc2e_d20260816_m013147_c001_v7007000_t0000_u01786843907681") 2026/08/16 01:33:56 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c3c_d20260816_m013141_c001_v0001037_t0050_u01786843901475") 2026/08/16 01:33:56 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fc10_d20260816_m013135_c001_v7007000_t0000_u01786843895535") 2026/08/16 01:33:56 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5c22_d20260816_m013128_c001_v0001037_t0050_u01786843888781") 2026/08/16 01:33:56 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4270390dca54fbe5_d20260816_m013116_c001_v7007000_t0000_u01786843876946") 2026/08/16 01:33:56 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe4ac_d20260816_m013114_c001_v0001100_t0055_u01786843874987") 2026/08/16 01:33:56 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c49729_d20260816_m013109_c001_v7007000_t0000_u01786843869141") 2026/08/16 01:33:56 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe484_d20260816_m013102_c001_v0001100_t0055_u01786843862941") 2026/08/16 01:33:56 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f409094db63a7a282_d20260816_m013101_c001_v7007000_t0000_u01786843861883") 2026/08/16 01:33:57 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75ab_d20260816_m013056_c001_v0001145_t0043_u01786843856762") 2026/08/16 01:33:57 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1bee_d20260816_m013050_c001_v7007000_t0000_u01786843850924") 2026/08/16 01:33:57 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f757d_d20260816_m013044_c001_v0001145_t0043_u01786843844551") 2026/08/16 01:33:57 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417ee63460c496f8_d20260816_m013043_c001_v7007000_t0000_u01786843843460") 2026/08/16 01:33:57 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe43e_d20260816_m013039_c001_v0001100_t0055_u01786843839761") 2026/08/16 01:33:57 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41009e268ea76341_d20260816_m013027_c001_v7007000_t0000_u01786843827863") 2026/08/16 01:33:57 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b4c_d20260816_m013024_c001_v0001037_t0050_u01786843824573") 2026/08/16 01:33:57 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4085766727d9c1e3_d20260816_m013018_c001_v7007000_t0000_u01786843818724") 2026/08/16 01:33:57 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b2a_d20260816_m013012_c001_v0001037_t0050_u01786843812168") 2026/08/16 01:33:57 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c1795c_d20260816_m013006_c001_v7007000_t0000_u01786843806369") 2026/08/16 01:33:57 DEBUG : splitbananasplit: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5b0a_d20260816_m013000_c001_v0001037_t0050_u01786843800222") 2026/08/16 01:33:57 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a6da_d20260816_m013104_c001_v7007000_t0000_u01786843864104") 2026/08/16 01:33:57 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f75ad_d20260816_m013057_c001_v0001145_t0043_u01786843857676") 2026/08/16 01:33:57 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17944_d20260816_m012955_c001_v7007000_t0000_u01786843795404") 2026/08/16 01:33:57 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe39b_d20260816_m012952_c001_v0001100_t0055_u01786843792619") 2026/08/16 01:33:57 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51161_d20260816_m012951_c001_v7007000_t0000_u01786843791503") 2026/08/16 01:33:57 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74eb_d20260816_m012948_c001_v0001145_t0043_u01786843788943") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a36_d20260816_m012631_c001_v7007000_t0000_u01786843591321") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f416fddf9281d4f3a_d20260816_m012630_c001_v0001173_t0032_u01786843590538") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a33_d20260816_m012629_c001_v7007000_t0000_u01786843589986") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7224_d20260816_m012629_c001_v0001145_t0043_u01786843589253") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825f25c_d20260816_m012536_c001_v7007000_t0000_u01786843536205") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7134_d20260816_m012534_c001_v0001145_t0043_u01786843534756") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825f25b_d20260816_m012534_c001_v7007000_t0000_u01786843534386") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f712e_d20260816_m012533_c001_v0001145_t0043_u01786843533298") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825f25a_d20260816_m012531_c001_v7007000_t0000_u01786843531207") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7126_d20260816_m012530_c001_v0001145_t0043_u01786843530281") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825f259_d20260816_m012529_c001_v7007000_t0000_u01786843529738") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7122_d20260816_m012528_c001_v0001145_t0043_u01786843528800") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f711c_d20260816_m012526_c001_v0001145_t0043_u01786843526281") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825f257_d20260816_m012525_c001_v7007000_t0000_u01786843525919") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7116_d20260816_m012525_c001_v0001145_t0043_u01786843525350") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7112_d20260816_m012524_c001_v0001145_t0043_u01786843524619") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403f7d67a825f256_d20260816_m012524_c001_v7007000_t0000_u01786843524257") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7108_d20260816_m012521_c001_v0001145_t0043_u01786843521653") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7100_d20260816_m012519_c001_v0001145_t0043_u01786843519217") 2026/08/16 01:33:58 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10426_d20260816_m012518_c001_v7007000_t0000_u01786843518745") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70fe_d20260816_m012518_c001_v0001145_t0043_u01786843518104") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70fa_d20260816_m012517_c001_v0001145_t0043_u01786843517372") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10425_d20260816_m012517_c001_v7007000_t0000_u01786843517009") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70f2_d20260816_m012513_c001_v0001145_t0043_u01786843513656") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10422_d20260816_m012513_c001_v7007000_t0000_u01786843513292") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70f0_d20260816_m012512_c001_v0001145_t0043_u01786843512747") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10420_d20260816_m012511_c001_v7007000_t0000_u01786843511842") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70ee_d20260816_m012511_c001_v0001145_t0043_u01786843511299") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e1041f_d20260816_m012510_c001_v7007000_t0000_u01786843510724") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70ea_d20260816_m012510_c001_v0001145_t0043_u01786843510181") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e1041e_d20260816_m012509_c001_v7007000_t0000_u01786843509272") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70de_d20260816_m012508_c001_v0001145_t0043_u01786843508545") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e1041c_d20260816_m012508_c001_v7007000_t0000_u01786843508000") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70dc_d20260816_m012507_c001_v0001145_t0043_u01786843507456") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e1041b_d20260816_m012506_c001_v7007000_t0000_u01786843506911") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70d4_d20260816_m012506_c001_v0001145_t0043_u01786843506299") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10416_d20260816_m012502_c001_v7007000_t0000_u01786843502041") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70be_d20260816_m012501_c001_v0001145_t0043_u01786843501487") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10414_d20260816_m012500_c001_v7007000_t0000_u01786843500942") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70ba_d20260816_m012500_c001_v0001145_t0043_u01786843500398") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10411_d20260816_m012459_c001_v7007000_t0000_u01786843499491") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70b7_d20260816_m012458_c001_v0001145_t0043_u01786843498946") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4004132ab4e10410_d20260816_m012456_c001_v7007000_t0000_u01786843496777") 2026/08/16 01:33:59 DEBUG : sub dir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f70af_d20260816_m012456_c001_v0001145_t0043_u01786843496230") 2026/08/16 01:34:00 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17945_d20260816_m012955_c001_v7007000_t0000_u01786843795590") 2026/08/16 01:34:00 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11522d8566ec5af8_d20260816_m012952_c001_v0001037_t0007_u01786843792638") 2026/08/16 01:34:00 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f421f864f0ba51162_d20260816_m012951_c001_v7007000_t0000_u01786843791684") 2026/08/16 01:34:00 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e363_d20260816_m012948_c001_v0001167_t0058_u01786843788952") 2026/08/16 01:34:00 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a78f_d20260816_m013227_c001_v7007000_t0000_u01786843947611") 2026/08/16 01:34:00 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f76cf_d20260816_m013226_c001_v0001145_t0015_u01786843946694") 2026/08/16 01:34:00 DEBUG : sub/yam: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a2f_d20260816_m012627_c001_v7007000_t0000_u01786843587429") 2026/08/16 01:34:00 DEBUG : sub/yam: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7214_d20260816_m012626_c001_v0001145_t0043_u01786843586297") 2026/08/16 01:34:00 DEBUG : test_dir1/file2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c1793b_d20260816_m012948_c001_v7007000_t0000_u01786843788172") 2026/08/16 01:34:00 DEBUG : test_dir1/file2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe391_d20260816_m012946_c001_v0001100_t0055_u01786843786496") 2026/08/16 01:34:00 DEBUG : test_dir1/file2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17937_d20260816_m012945_c001_v7007000_t0000_u01786843785722") 2026/08/16 01:34:00 DEBUG : test_dir1/file2: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe38e_d20260816_m012944_c001_v0001100_t0055_u01786843784172") 2026/08/16 01:34:00 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c1793c_d20260816_m012948_c001_v7007000_t0000_u01786843788355") 2026/08/16 01:34:00 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e359_d20260816_m012946_c001_v0001167_t0007_u01786843786487") 2026/08/16 01:34:00 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40122dc171c17938_d20260816_m012945_c001_v7007000_t0000_u01786843785905") 2026/08/16 01:34:00 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f74e1_d20260816_m012944_c001_v0001145_t0043_u01786843784159") 2026/08/16 01:34:00 DEBUG : three: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a25_d20260816_m012620_c001_v7007000_t0000_u01786843580737") 2026/08/16 01:34:00 DEBUG : three: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f7206_d20260816_m012619_c001_v0001145_t0043_u01786843579618") 2026/08/16 01:34:00 DEBUG : three: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71fe_d20260816_m012617_c001_v0001145_t0043_u01786843577340") 2026/08/16 01:34:00 DEBUG : tictactoe/tictactoe: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a790_d20260816_m013229_c001_v7007000_t0000_u01786843949147") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe580_d20260816_m013228_c001_v0001100_t0055_u01786843948562") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4190b163f408c945_d20260816_m013248_c001_v7007000_t0000_u01786843968971") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e6d9_d20260816_m013247_c001_v0001167_t0025_u01786843967126") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4190b163f408c926_d20260816_m013245_c001_v7007000_t0000_u01786843965590") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f103fc41d753fe5a4_d20260816_m013244_c001_v0001100_t0055_u01786843964046") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4190b163f408c925_d20260816_m013243_c001_v7007000_t0000_u01786843963088") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f76ff_d20260816_m013242_c001_v0001145_t0021_u01786843962244") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a7ee_d20260816_m013236_c001_v7007000_t0000_u01786843956494") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f103fc41d753fe594_d20260816_m013235_c001_v0001100_t0051_u01786843955094") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4190b163f408c923_d20260816_m013239_c001_v7007000_t0000_u01786843959570") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f11060b2bfd21e6b9_d20260816_m013237_c001_v0001167_t0017_u01786843957964") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a7ed_d20260816_m013234_c001_v7007000_t0000_u01786843954140") 2026/08/16 01:34:01 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f10026c77c04f76e9_d20260816_m013233_c001_v0001145_t0005_u01786843953223") 2026/08/16 01:34:01 DEBUG : toe/toe/tictactoe: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a7e8_d20260816_m013232_c001_v7007000_t0000_u01786843952275") 2026/08/16 01:34:01 DEBUG : toe/toe/tictactoe: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5cca_d20260816_m013231_c001_v0001037_t0050_u01786843951672") 2026/08/16 01:34:01 DEBUG : toe/toe/tictactoe: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f42510b775ea6a791_d20260816_m013230_c001_v7007000_t0000_u01786843950718") 2026/08/16 01:34:01 DEBUG : toe/toe/tictactoe: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41060b2bfd21e69d_d20260816_m013230_c001_v0001167_t0007_u01786843950111") 2026/08/16 01:34:01 DEBUG : toe/toe/toe: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4190b163f408c974_d20260816_m013253_c001_v7007000_t0000_u01786843973509") 2026/08/16 01:34:01 DEBUG : toe/toe/toe: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f403fc41d753fe5bc_d20260816_m013252_c001_v0001100_t0055_u01786843972925") 2026/08/16 01:34:01 DEBUG : toe/toe/toe: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4190b163f408c924_d20260816_m013241_c001_v7007000_t0000_u01786843961224") 2026/08/16 01:34:01 DEBUG : toe/toe/toe: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5cdc_d20260816_m013240_c001_v0001037_t0050_u01786843960639") 2026/08/16 01:34:01 DEBUG : toe/toe/toe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4190b163f408c94e_d20260816_m013249_c001_v7007000_t0000_u01786843969546") 2026/08/16 01:34:02 DEBUG : toe/toe/toe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f41522d8566ec5cea_d20260816_m013248_c001_v0001037_t0050_u01786843968774") 2026/08/16 01:34:02 DEBUG : toe/toe/toe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f4190b163f408c927_d20260816_m013246_c001_v7007000_t0000_u01786843966186") 2026/08/16 01:34:02 DEBUG : toe/toe/toe.txt: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f417a51e8a5a5e072_d20260816_m013245_c001_v0001174_t0019_u01786843965400") 2026/08/16 01:34:02 DEBUG : two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a26_d20260816_m012620_c001_v7007000_t0000_u01786843580919") 2026/08/16 01:34:02 DEBUG : two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f416fddf9281d4f06_d20260816_m012619_c001_v0001173_t0032_u01786843579052") 2026/08/16 01:34:02 DEBUG : two: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40026c77c04f71fa_d20260816_m012617_c001_v0001145_t0043_u01786843577154") 2026/08/16 01:34:02 DEBUG : yam: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a31_d20260816_m012628_c001_v7007000_t0000_u01786843588158") 2026/08/16 01:34:02 DEBUG : yam: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40598a4403ace49e_d20260816_m012627_c001_v0001171_t0041_u01786843587241") 2026/08/16 01:34:02 DEBUG : yam: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a2b_d20260816_m012625_c001_v7007000_t0000_u01786843585004") 2026/08/16 01:34:02 DEBUG : yam: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40923413a580b86e_d20260816_m012624_c001_v0001131_t0011_u01786843584068") 2026/08/16 01:34:02 DEBUG : yam: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a27_d20260816_m012622_c001_v7007000_t0000_u01786843582782") 2026/08/16 01:34:02 DEBUG : yam: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f416fddf9281d4f10_d20260816_m012621_c001_v0001173_t0032_u01786843581482") 2026/08/16 01:34:02 DEBUG : yaml: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a2d_d20260816_m012625_c001_v7007000_t0000_u01786843585736") 2026/08/16 01:34:02 DEBUG : yaml: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f40633992cd801417_d20260816_m012624_c001_v0001100_t0009_u01786843584821") 2026/08/16 01:34:02 DEBUG : yaml: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f420e67f86f3d1a29_d20260816_m012623_c001_v7007000_t0000_u01786843583510") 2026/08/16 01:34:02 DEBUG : yaml: Deleting (id "4_z1f12fd8320bd0b8baf080e1b_f413ebec147e196c2_d20260816_m012622_c001_v0001100_t0050_u01786843582593") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 9m10.304217602s (try 1/5)