"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2026/08/23 01:07:51 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti" 2026/08/23 01:07:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/23 01:07:51 DEBUG : Creating backend with remote "/tmp/rclone4092381894" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/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-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:07:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:07:52 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/23 01:07:52 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:07:52 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.46s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:07:53 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/23 01:07:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:07:53 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:07:53 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:07:54 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:07:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:07:54 INFO : sub dir/hello world: Copied (new) 2026/08/23 01:07:54 DEBUG : B2 bucket rclone-test-juqimem4loti: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (1.62s) === RUN TestCopyMetadata run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.36s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.37s) === RUN TestCopyMissingDirectory run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:07:55 DEBUG : Creating backend with remote "/non-existing" 2026/08/23 01:07:55 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/23 01:07:55 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:07:55 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.54s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:07:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:07:56 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:07:56 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:07:56 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:07:56 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:07:56 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.49s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" sync_test.go:223: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.36s) === RUN TestCopyCheckFirst run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:07:58 INFO : B2 bucket rclone-test-juqimem4loti: Running all checks before starting transfers 2026/08/23 01:07:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:07:58 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:07:58 INFO : B2 bucket rclone-test-juqimem4loti: Checks finished, now starting transfers 2026/08/23 01:07:58 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:07:58 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:07:58 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:07:58 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.08s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:07:59 ERROR : Ignoring --no-traverse with sync 2026/08/23 01:07:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:07:59 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:07:59 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:07:59 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:07:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:07:59 INFO : sub dir/hello world: Copied (new) 2026/08/23 01:07:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.08s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:00 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/23 01:08:00 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:00 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:00 DEBUG : hello world2: size = 12 OK 2026/08/23 01:08:00 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/23 01:08:00 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.40s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:01 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:08:01 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:01 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:01 DEBUG : potato2: size = 11 OK 2026/08/23 01:08:01 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:08:01 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.08s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:03 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:08:03 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:03 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:03 DEBUG : potato2: size = 11 OK 2026/08/23 01:08:03 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:08:03 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.44s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:04 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/23 01:08:04 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 01:08:04 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/23 01:08:04 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/23 01:08:04 INFO : sub dir2: Making directory 2026/08/23 01:08:04 INFO : sub dir: Making directory 2026/08/23 01:08:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:08:04 INFO : sub dir2/sub sub dir2: Making directory 2026/08/23 01:08:04 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:04 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:04 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:08:04 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:08:04 INFO : sub dir/hello world: Copied (new) fstest.go:251: Filtering empty directory "sub dir2" fstest.go:251: Filtering empty directory "sub dir2/sub sub dir2" 2026/08/23 01:08:04 DEBUG : B2 bucket rclone-test-juqimem4loti: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.08s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:05 INFO : sub dir2: Making directory 2026/08/23 01:08:05 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/23 01:08:05 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 01:08:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:08:05 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:05 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:05 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:08:05 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:08:05 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.10s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:06 DEBUG : sub dir2: Making directory with metadata 2026/08/23 01:08:06 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 01:08:06 INFO : sub dir2: Making directory 2026/08/23 01:08:06 INFO : sub dir: Making directory 2026/08/23 01:08:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:08:06 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:06 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:06 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:08:06 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:08:06 INFO : sub dir/hello world: Copied (new) 2026/08/23 01:08:06 INFO : sub dir/hello world: Deleted fstest.go:251: Filtering empty directory "sub dir2" 2026/08/23 01:08:06 DEBUG : B2 bucket rclone-test-juqimem4loti: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/23 01:08:07 DEBUG : B2 bucket rclone-test-juqimem4loti: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.27s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" sync_test.go:439: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.36s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:07 INFO : sub dir2: Making directory 2026/08/23 01:08:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:08:08 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:08 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:08 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:08:08 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:08:08 INFO : sub dir/hello world: Copied (new) 2026/08/23 01:08:08 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.12s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:09 DEBUG : sub dir2: Making directory with metadata 2026/08/23 01:08:09 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 01:08:09 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/23 01:08:09 INFO : sub dir2: Making directory 2026/08/23 01:08:09 INFO : sub dir: Making directory 2026/08/23 01:08:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:08:09 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:09 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:09 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:08:09 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:08:09 INFO : sub dir/hello world: Copied (new) 2026/08/23 01:08:09 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" 2026/08/23 01:08:09 DEBUG : B2 bucket rclone-test-juqimem4loti: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.08s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" sync_test.go:538: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.36s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:10 INFO : sub dir2: Making directory 2026/08/23 01:08:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:08:10 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:10 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:10 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:08:10 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:08:10 INFO : sub dir/hello world: Copied (new) 2026/08/23 01:08:10 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.08s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:11 DEBUG : Creating backend with remote "TestB2:rclone-test-bowotex0gica" sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-juqimem4loti -> B2 bucket rclone-test-bowotex0gica 2026/08/23 01:08:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:08:13 DEBUG : B2 bucket rclone-test-bowotex0gica: Waiting for checks to finish 2026/08/23 01:08:13 DEBUG : B2 bucket rclone-test-bowotex0gica: Waiting for transfers to finish 2026/08/23 01:08:14 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:08:14 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:08:14 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/23 01:08:14 DEBUG : B2 bucket rclone-test-bowotex0gica: Purge remote 2026/08/23 01:08:14 INFO : B2 bucket rclone-test-bowotex0gica: cleaning bucket "rclone-test-bowotex0gica" of all files 2026/08/23 01:08:14 DEBUG : sub dir/hello world: Deleting (id "4_z7fb23d63209d2bcbaf080e1b_f41340dbe60c87181_d20260823_m010813_c001_v0001171_t0014_u01787447293964") --- PASS: TestServerSideCopy (4.02s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:16 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:08:16 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:08:16 DEBUG : sub dir/hello world: Sizes differ 2026/08/23 01:08:16 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:16 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:16 DEBUG : sub dir/hello world: size = 17 OK 2026/08/23 01:08:16 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/23 01:08:16 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.63s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:17 DEBUG : Creating backend with remote "TestB2:rclone-test-nuhugeg7qicu" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-juqimem4loti -> B2 bucket rclone-test-nuhugeg7qicu 2026/08/23 01:08:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:08:18 DEBUG : B2 bucket rclone-test-nuhugeg7qicu: Waiting for checks to finish 2026/08/23 01:08:18 DEBUG : B2 bucket rclone-test-nuhugeg7qicu: Waiting for transfers to finish 2026/08/23 01:08:19 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:08:19 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:08:19 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/23 01:08:21 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:08:21 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-nuhugeg7qicu) 2026/08/23 01:08:21 DEBUG : sub dir/hello world: Sizes differ 2026/08/23 01:08:21 DEBUG : B2 bucket rclone-test-nuhugeg7qicu: Waiting for checks to finish 2026/08/23 01:08:21 DEBUG : B2 bucket rclone-test-nuhugeg7qicu: Waiting for transfers to finish 2026/08/23 01:08:21 DEBUG : sub dir/hello world: size = 17 OK 2026/08/23 01:08:21 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/23 01:08:21 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/23 01:08:21 DEBUG : B2 bucket rclone-test-nuhugeg7qicu: Purge remote 2026/08/23 01:08:21 INFO : B2 bucket rclone-test-nuhugeg7qicu: cleaning bucket "rclone-test-nuhugeg7qicu" of all files 2026/08/23 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_z3fb24dc3209d2bcbaf080e1b_f419ea93aca86e28d_d20260823_m010821_c001_v0001115_t0022_u01787447301202") 2026/08/23 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_z3fb24dc3209d2bcbaf080e1b_f4104623885b7356e_d20260823_m010819_c001_v0001161_t0049_u01787447299670") --- PASS: TestServerSideCopyOverSelf (5.86s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:23 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:08:23 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:08:23 DEBUG : sub dir/hello world: Sizes differ 2026/08/23 01:08:23 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:23 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:23 DEBUG : sub dir/hello world: size = 17 OK 2026/08/23 01:08:23 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/23 01:08:23 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/23 01:08:23 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.64s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:25 DEBUG : Creating backend with remote "TestB2:rclone-test-kixogox7kipi" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-juqimem4loti -> B2 bucket rclone-test-kixogox7kipi 2026/08/23 01:08:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:08:26 DEBUG : B2 bucket rclone-test-kixogox7kipi: Waiting for checks to finish 2026/08/23 01:08:26 DEBUG : B2 bucket rclone-test-kixogox7kipi: Waiting for transfers to finish 2026/08/23 01:08:26 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:08:26 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:08:26 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/23 01:08:27 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:08:27 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-kixogox7kipi) 2026/08/23 01:08:27 DEBUG : sub dir/hello world: Sizes differ 2026/08/23 01:08:27 DEBUG : B2 bucket rclone-test-kixogox7kipi: Waiting for checks to finish 2026/08/23 01:08:27 DEBUG : B2 bucket rclone-test-kixogox7kipi: Waiting for transfers to finish 2026/08/23 01:08:28 DEBUG : sub dir/hello world: size = 17 OK 2026/08/23 01:08:28 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/23 01:08:28 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/23 01:08:28 INFO : sub dir/hello world: Deleted 2026/08/23 01:08:28 DEBUG : testing file moves 2026/08/23 01:08:29 DEBUG : B2 bucket rclone-test-kixogox7kipi: Waiting for checks to finish 2026/08/23 01:08:29 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:08:29 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-kixogox7kipi) 2026/08/23 01:08:29 DEBUG : sub dir/hello world: Sizes differ 2026/08/23 01:08:29 DEBUG : B2 bucket rclone-test-kixogox7kipi: Waiting for transfers to finish 2026/08/23 01:08:29 DEBUG : sub dir/hello world: size = 24 OK 2026/08/23 01:08:29 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/08/23 01:08:29 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/23 01:08:29 INFO : sub dir/hello world: Deleted 2026/08/23 01:08:30 DEBUG : B2 bucket rclone-test-kixogox7kipi: Purge remote 2026/08/23 01:08:30 INFO : B2 bucket rclone-test-kixogox7kipi: cleaning bucket "rclone-test-kixogox7kipi" of all files 2026/08/23 01:08:30 DEBUG : sub dir/hello world: Deleting (id "4_zefd26d83209d2bcbaf080e1b_f4086342a1c325d01_d20260823_m010829_c001_v0001109_t0033_u01787447309449") 2026/08/23 01:08:30 DEBUG : sub dir/hello world: Deleting (id "4_zefd26d83209d2bcbaf080e1b_f4076d36d2c14c25e_d20260823_m010827_c001_v0001174_t0021_u01787447307948") 2026/08/23 01:08:30 DEBUG : sub dir/hello world: Deleting (id "4_zefd26d83209d2bcbaf080e1b_f4033437f02ea3443_d20260823_m010826_c001_v0001038_t0021_u01787447306847") --- PASS: TestServerSideMoveOverSelf (6.87s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:31 ERROR : error listing: directory not found 2026/08/23 01:08:31 INFO : Local file system at /tmp/rclone4092381894: Making directory 2026/08/23 01:08:32 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:32 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.45s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:08:33 DEBUG : Local file system at /tmp/rclone4092381894: Waiting for checks to finish 2026/08/23 01:08:33 DEBUG : Local file system at /tmp/rclone4092381894: Waiting for transfers to finish 2026/08/23 01:08:34 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/08/23 01:08:34 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:08:34 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/08/23 01:08:34 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.81s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:35 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/23 01:08:35 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:35 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:35 DEBUG : check sum: size = 1 OK 2026/08/23 01:08:35 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 01:08:35 INFO : check sum: Copied (new) 2026/08/23 01:08:35 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:35 DEBUG : check sum: size = 1 OK 2026/08/23 01:08:35 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:35 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 01:08:35 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/08/23 01:08:35 DEBUG : check sum: Unchanged skipping 2026/08/23 01:08:35 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:35 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:35 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.47s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:36 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/23 01:08:36 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:36 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:36 DEBUG : sizeonly: size = 6 OK 2026/08/23 01:08:36 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/23 01:08:36 INFO : sizeonly: Copied (new) 2026/08/23 01:08:36 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:37 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:37 DEBUG : sizeonly: size = 6 OK 2026/08/23 01:08:37 DEBUG : sizeonly: Sizes identical 2026/08/23 01:08:37 DEBUG : sizeonly: Unchanged skipping 2026/08/23 01:08:37 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:37 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:37 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.45s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:37 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/23 01:08:37 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:37 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:38 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/08/23 01:08:38 INFO : ignore-size: Copied (new) 2026/08/23 01:08:38 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:38 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:38 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:08:38 DEBUG : ignore-size: Unchanged skipping 2026/08/23 01:08:38 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:38 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:38 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.48s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:39 DEBUG : existing: size = 6 OK 2026/08/23 01:08:39 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:39 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:08:39 DEBUG : existing: Unchanged skipping 2026/08/23 01:08:39 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:39 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:39 INFO : There was nothing to transfer 2026/08/23 01:08:39 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:39 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/23 01:08:39 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:40 DEBUG : existing: size = 6 OK 2026/08/23 01:08:40 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/23 01:08:40 INFO : existing: Copied (replaced existing) 2026/08/23 01:08:40 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.63s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:41 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/23 01:08:41 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:41 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:41 DEBUG : existing: size = 6 OK 2026/08/23 01:08:41 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/23 01:08:41 INFO : existing: Copied (new) 2026/08/23 01:08:41 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:41 DEBUG : existing: Destination exists, skipping 2026/08/23 01:08:41 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:41 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:41 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:41 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.45s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:42 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/23 01:08:43 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/23 01:08:43 DEBUG : c/non empty space: size = 5 OK 2026/08/23 01:08:43 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:08:43 DEBUG : c/non empty space: Unchanged skipping 2026/08/23 01:08:43 DEBUG : a/potato2: size = 60 OK 2026/08/23 01:08:43 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:08:43 INFO : a/potato2: Copied (new) 2026/08/23 01:08:43 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:43 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:43 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:43 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.18s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:45 DEBUG : empty space: size = 1 OK 2026/08/23 01:08:45 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/23 01:08:45 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:45 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 01:08:45 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/08/23 01:08:45 DEBUG : empty space: Unchanged skipping 2026/08/23 01:08:45 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:45 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:45 INFO : There was nothing to transfer 2026/08/23 01:08:45 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:45 DEBUG : empty space: size = 1 OK 2026/08/23 01:08:45 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/23 01:08:45 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 01:08:46 INFO : empty space: Updated modification time in destination 2026/08/23 01:08:46 DEBUG : empty space: Unchanged skipping 2026/08/23 01:08:46 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:46 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:46 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.45s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:47 DEBUG : empty space: size = 1 OK 2026/08/23 01:08: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/23 01:08:47 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:47 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 01:08:47 DEBUG : empty space: Unchanged skipping 2026/08/23 01:08:47 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:47 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:47 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.28s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:48 DEBUG : foo: size = 3 OK 2026/08/23 01:08:48 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:48 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/23 01:08:48 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:08:48 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:08:48 DEBUG : foo: sha1 differ 2026/08/23 01:08:48 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:49 DEBUG : foo: size = 3 OK 2026/08/23 01:08:49 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/08/23 01:08:49 INFO : foo: Copied (replaced existing) 2026/08/23 01:08:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.51s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:50 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/23 01:08:50 DEBUG : empty space: size = 1 OK 2026/08/23 01:08:50 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:08:50 DEBUG : empty space: Unchanged skipping 2026/08/23 01:08:50 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:50 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:51 DEBUG : potato: size = 60 OK 2026/08/23 01:08:51 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:08:51 INFO : potato: Copied (new) 2026/08/23 01:08:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (2.18s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:52 DEBUG : potato: size = 21 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:08:52 DEBUG : potato: size = 60 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:08:52 DEBUG : potato: Sizes differ 2026/08/23 01:08:52 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:52 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:52 DEBUG : potato: size = 21 OK 2026/08/23 01:08:52 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/08/23 01:08:52 INFO : potato: Copied (replaced existing) 2026/08/23 01:08:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.60s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:54 DEBUG : potato: size = 21 OK 2026/08/23 01:08:54 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/23 01:08:54 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:54 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone4092381894) 2026/08/23 01:08:54 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:08:54 DEBUG : potato: sha1 differ 2026/08/23 01:08:54 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:54 DEBUG : potato: size = 21 OK 2026/08/23 01:08:54 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/08/23 01:08:54 INFO : potato: Copied (replaced existing) 2026/08/23 01:08:54 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.45s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:55 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:08:55 DEBUG : empty space: size = 1 OK 2026/08/23 01:08:55 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:08:55 DEBUG : empty space: Unchanged skipping 2026/08/23 01:08:55 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/23 01:08:55 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:55 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:55 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:55 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.45s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:57 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:08:57 DEBUG : empty space: size = 1 OK 2026/08/23 01:08:57 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:08:57 DEBUG : empty space: Unchanged skipping 2026/08/23 01:08:57 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:57 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:57 DEBUG : potato2: size = 60 OK 2026/08/23 01:08:57 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:08:57 INFO : potato2: Copied (new) 2026/08/23 01:08:57 DEBUG : Waiting for deletions to finish 2026/08/23 01:08:57 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.45s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:08:59 INFO : d: Making directory 2026/08/23 01:08:59 INFO : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2026/08/23 01:08:59 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/23 01:08:59 DEBUG : c/non empty space: size = 5 OK 2026/08/23 01:08:59 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:08:59 DEBUG : c/non empty space: Unchanged skipping 2026/08/23 01:08:59 DEBUG : a/potato2: size = 60 OK 2026/08/23 01:08:59 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:08:59 INFO : a/potato2: Copied (new) 2026/08/23 01:08:59 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:08:59 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:08:59 DEBUG : Waiting for deletions to finish 2026/08/23 01:09:00 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.17s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:01 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/23 01:09:01 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/23 01:09:01 DEBUG : c/non empty space: size = 5 OK 2026/08/23 01:09:01 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:09:01 DEBUG : c/non empty space: Unchanged skipping 2026/08/23 01:09:01 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:01 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:02 DEBUG : a/potato2: size = 60 OK 2026/08/23 01:09:02 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:09:02 INFO : a/potato2: Copied (new) 2026/08/23 01:09:02 ERROR : B2 bucket rclone-test-juqimem4loti: not deleting files as there were IO errors 2026/08/23 01:09:02 ERROR : B2 bucket rclone-test-juqimem4loti: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.17s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:03 DEBUG : Waiting for deletions to finish 2026/08/23 01:09:03 DEBUG : empty space: size = 1 OK 2026/08/23 01:09:03 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:09:03 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:09:03 DEBUG : empty space: Unchanged skipping 2026/08/23 01:09:03 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:03 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:04 INFO : potato: Deleted 2026/08/23 01:09:04 DEBUG : potato2: size = 60 OK 2026/08/23 01:09:04 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:09:04 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (2.14s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:05 DEBUG : Waiting for deletions to finish 2026/08/23 01:09:06 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:06 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:06 INFO : potato: Deleted 2026/08/23 01:09:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:09:06 DEBUG : empty space: size = 1 OK 2026/08/23 01:09:06 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:09:06 DEBUG : empty space: Unchanged skipping 2026/08/23 01:09:06 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:06 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:06 DEBUG : potato2: size = 60 OK 2026/08/23 01:09:06 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:09:06 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.30s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:08 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:09:08 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:08 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:08 DEBUG : potato2: size = 19 OK 2026/08/23 01:09:08 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/08/23 01:09:08 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.63s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:10 DEBUG : enormous: Excluded (Size Filter) 2026/08/23 01:09:10 DEBUG : enormous: Excluded 2026/08/23 01:09:10 DEBUG : potato2: Excluded (Size Filter) 2026/08/23 01:09:10 DEBUG : potato2: Excluded 2026/08/23 01:09:10 DEBUG : potato2: Excluded (Size Filter) 2026/08/23 01:09:10 DEBUG : potato2: Excluded 2026/08/23 01:09:10 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:10 DEBUG : empty space: size = 1 OK 2026/08/23 01:09:10 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:09:10 DEBUG : empty space: Unchanged skipping 2026/08/23 01:09:10 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:10 DEBUG : Waiting for deletions to finish 2026/08/23 01:09:10 INFO : There was nothing to transfer 2026/08/23 01:09:10 DEBUG : enormous: Excluded (Size Filter) 2026/08/23 01:09:10 DEBUG : enormous: Excluded 2026/08/23 01:09:10 DEBUG : potato2: Excluded (Size Filter) 2026/08/23 01:09:10 DEBUG : potato2: Excluded 2026/08/23 01:09:10 DEBUG : potato2: Excluded (Size Filter) 2026/08/23 01:09:10 DEBUG : potato2: Excluded 2026/08/23 01:09:10 DEBUG : empty space: size = 1 OK 2026/08/23 01:09:10 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/23 01:09:10 DEBUG : Local file system at /tmp/rclone4092381894: Waiting for checks to finish 2026/08/23 01:09:10 DEBUG : empty space: Unchanged skipping 2026/08/23 01:09:10 DEBUG : Local file system at /tmp/rclone4092381894: Waiting for transfers to finish 2026/08/23 01:09:10 DEBUG : Waiting for deletions to finish 2026/08/23 01:09:10 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (2.01s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:12 DEBUG : enormous: Excluded (Size Filter) 2026/08/23 01:09:12 DEBUG : enormous: Excluded 2026/08/23 01:09:12 DEBUG : potato2: Excluded (Size Filter) 2026/08/23 01:09:12 DEBUG : potato2: Excluded 2026/08/23 01:09:12 DEBUG : empty space: size = 1 OK 2026/08/23 01:09:12 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:09:12 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:12 DEBUG : empty space: Unchanged skipping 2026/08/23 01:09:12 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:12 DEBUG : Waiting for deletions to finish 2026/08/23 01:09:12 INFO : potato2: Deleted 2026/08/23 01:09:13 INFO : enormous: Deleted 2026/08/23 01:09:13 INFO : There was nothing to transfer 2026/08/23 01:09:13 DEBUG : empty space: size = 1 OK 2026/08/23 01:09:13 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/23 01:09:13 DEBUG : empty space: Unchanged skipping 2026/08/23 01:09:13 DEBUG : Local file system at /tmp/rclone4092381894: Waiting for checks to finish 2026/08/23 01:09:13 DEBUG : Local file system at /tmp/rclone4092381894: Waiting for transfers to finish 2026/08/23 01:09:13 DEBUG : Waiting for deletions to finish 2026/08/23 01:09:13 INFO : potato2: Deleted 2026/08/23 01:09:13 INFO : enormous: Deleted 2026/08/23 01:09:13 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.75s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:15 DEBUG : five: Need to transfer - File not found at Destination 2026/08/23 01:09:15 DEBUG : one: Destination is newer than source, skipping 2026/08/23 01:09:15 DEBUG : three: size = 5 OK 2026/08/23 01:09:15 DEBUG : three: Sizes identical 2026/08/23 01:09:15 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/23 01:09:15 DEBUG : two: size = 3 OK 2026/08/23 01:09:15 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone4092381894) 2026/08/23 01:09:15 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:09:15 DEBUG : two: sha1 differ 2026/08/23 01:09:15 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:15 DEBUG : four: size = 4 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:09:15 DEBUG : four: size = 8 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:09:15 DEBUG : four: Sizes differ 2026/08/23 01:09:15 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/23 01:09:15 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:15 DEBUG : five: size = 4 OK 2026/08/23 01:09:15 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/23 01:09:15 INFO : five: Copied (new) 2026/08/23 01:09:15 DEBUG : two: size = 3 OK 2026/08/23 01:09:15 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/23 01:09:15 INFO : two: Copied (replaced existing) 2026/08/23 01:09:16 DEBUG : four: size = 4 OK 2026/08/23 01:09:16 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/23 01:09:16 INFO : four: Copied (replaced existing) 2026/08/23 01:09:16 DEBUG : Waiting for deletions to finish 2026/08/23 01:09:16 DEBUG : five: size = 4 OK 2026/08/23 01:09:16 DEBUG : one: Destination is newer than source, skipping 2026/08/23 01:09:16 DEBUG : three: size = 5 OK 2026/08/23 01:09:16 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone4092381894) 2026/08/23 01:09:16 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:09:16 DEBUG : three: sha1 differ 2026/08/23 01:09:16 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/08/23 01:09:16 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/23 01:09:16 DEBUG : five: Size and sha1 of src and dst objects identical 2026/08/23 01:09:16 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/08/23 01:09:16 DEBUG : four: size = 4 OK 2026/08/23 01:09:16 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/23 01:09:16 DEBUG : four: Size and sha1 of src and dst objects identical 2026/08/23 01:09:16 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/08/23 01:09:16 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:16 DEBUG : two: size = 3 OK 2026/08/23 01:09:16 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/23 01:09:16 DEBUG : two: Size and sha1 of src and dst objects identical 2026/08/23 01:09:16 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/08/23 01:09:16 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:16 DEBUG : three: size = 5 OK 2026/08/23 01:09:16 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 01:09:16 INFO : three: Copied (replaced existing) 2026/08/23 01:09:16 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.09s) === 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-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/08/23 01:09:18 INFO : B2 bucket rclone-test-juqimem4loti: Making map for --track-renames 2026/08/23 01:09:18 INFO : B2 bucket rclone-test-juqimem4loti: Finished making map for --track-renames 2026/08/23 01:09:18 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:18 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for renames to finish 2026/08/23 01:09:18 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/23 01:09:18 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/23 01:09:18 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:18 DEBUG : potato: size = 14 OK 2026/08/23 01:09:18 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/23 01:09:18 INFO : potato: Copied (new) 2026/08/23 01:09:18 DEBUG : yam: size = 11 OK 2026/08/23 01:09:18 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/23 01:09:18 INFO : yam: Copied (new) 2026/08/23 01:09:18 DEBUG : Waiting for deletions to finish 2026/08/23 01:09:18 INFO : B2 bucket rclone-test-juqimem4loti: Making map for --track-renames 2026/08/23 01:09:18 INFO : B2 bucket rclone-test-juqimem4loti: Finished making map for --track-renames 2026/08/23 01:09:18 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:18 DEBUG : potato: size = 14 OK 2026/08/23 01:09:18 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:09:18 DEBUG : potato: Unchanged skipping 2026/08/23 01:09:18 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for renames to finish 2026/08/23 01:09:19 DEBUG : yaml: size = 11 OK 2026/08/23 01:09:19 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/23 01:09:19 INFO : yam: Copied (server-side copy) to: yaml 2026/08/23 01:09:19 INFO : yam: Deleted 2026/08/23 01:09:19 INFO : yaml: Renamed from "yam" 2026/08/23 01:09:19 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.60s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/23 01:09:20 INFO : B2 bucket rclone-test-juqimem4loti: Making map for --track-renames 2026/08/23 01:09:20 INFO : B2 bucket rclone-test-juqimem4loti: Finished making map for --track-renames 2026/08/23 01:09:20 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:20 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/23 01:09:20 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/23 01:09:20 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for renames to finish 2026/08/23 01:09:20 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:21 DEBUG : potato: size = 14 OK 2026/08/23 01:09:21 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/23 01:09:21 INFO : potato: Copied (new) 2026/08/23 01:09:21 DEBUG : yam: size = 11 OK 2026/08/23 01:09:21 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/23 01:09:21 INFO : yam: Copied (new) 2026/08/23 01:09:21 DEBUG : Waiting for deletions to finish 2026/08/23 01:09:21 INFO : B2 bucket rclone-test-juqimem4loti: Making map for --track-renames 2026/08/23 01:09:21 DEBUG : potato: size = 14 OK 2026/08/23 01:09:21 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:09:21 INFO : B2 bucket rclone-test-juqimem4loti: Finished making map for --track-renames 2026/08/23 01:09:21 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:21 DEBUG : potato: Unchanged skipping 2026/08/23 01:09:21 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for renames to finish 2026/08/23 01:09:21 DEBUG : yaml: size = 11 OK 2026/08/23 01:09:21 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/23 01:09:21 INFO : yam: Copied (server-side copy) to: yaml 2026/08/23 01:09:22 INFO : yam: Deleted 2026/08/23 01:09:22 INFO : yaml: Renamed from "yam" 2026/08/23 01:09:22 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.22s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/23 01:09:23 INFO : B2 bucket rclone-test-juqimem4loti: Making map for --track-renames 2026/08/23 01:09:23 INFO : B2 bucket rclone-test-juqimem4loti: Finished making map for --track-renames 2026/08/23 01:09:23 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:23 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/23 01:09:23 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/23 01:09:23 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for renames to finish 2026/08/23 01:09:23 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:23 DEBUG : potato: size = 14 OK 2026/08/23 01:09:23 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/23 01:09:23 INFO : potato: Copied (new) 2026/08/23 01:09:23 DEBUG : sub/yam: size = 11 OK 2026/08/23 01:09:23 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/23 01:09:23 INFO : sub/yam: Copied (new) 2026/08/23 01:09:23 DEBUG : Waiting for deletions to finish 2026/08/23 01:09:23 DEBUG : potato: size = 14 OK 2026/08/23 01:09:23 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:09:23 DEBUG : potato: Unchanged skipping 2026/08/23 01:09:23 INFO : B2 bucket rclone-test-juqimem4loti: Making map for --track-renames 2026/08/23 01:09:23 INFO : B2 bucket rclone-test-juqimem4loti: Finished making map for --track-renames 2026/08/23 01:09:23 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:23 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for renames to finish 2026/08/23 01:09:24 DEBUG : yam: size = 11 OK 2026/08/23 01:09:24 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/23 01:09:24 INFO : sub/yam: Copied (server-side copy) to: yam 2026/08/23 01:09:24 INFO : sub/yam: Deleted 2026/08/23 01:09:24 INFO : yam: Renamed from "sub/yam" 2026/08/23 01:09:24 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:24 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.47s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:25 DEBUG : Creating backend with remote "/tmp/rclone4092381894/dir1" 2026/08/23 01:09:25 DEBUG : Creating backend with remote "/tmp/rclone4092381894/dir2" 2026/08/23 01:09:25 DEBUG : Local file system at /tmp/rclone4092381894/dir2: Using server-side directory move 2026/08/23 01:09:25 INFO : Local file system at /tmp/rclone4092381894/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/23 01:09:25 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/23 01:09:25 DEBUG : Local file system at /tmp/rclone4092381894/dir2: Waiting for checks to finish 2026/08/23 01:09:25 DEBUG : Local file system at /tmp/rclone4092381894/dir2: Waiting for transfers to finish 2026/08/23 01:09:25 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:09:25 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/23 01:09:25 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:25 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:26 DEBUG : sub dir/hello world: Clearing upload URL because of error: Post "https://pod-000-1033-15.backblaze.com/b2api/v1/b2_upload_file/8fd2ed33208d2bcbaf080e1b/c001_v0001033_t0012": EOF 2026/08/23 01:09:26 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1033-15.backblaze.com/b2api/v1/b2_upload_file/8fd2ed33208d2bcbaf080e1b/c001_v0001033_t0012": EOF) 2026/08/23 01:09:26 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/23 01:09:26 DEBUG : sub dir/hello world: Received error: Post "https://pod-000-1033-15.backblaze.com/b2api/v1/b2_upload_file/8fd2ed33208d2bcbaf080e1b/c001_v0001033_t0012": EOF - low level retry 0/10 2026/08/23 01:09:26 DEBUG : pacer: Reducing sleep to 10ms 2026/08/23 01:09:26 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/23 01:09:26 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/23 01:09:26 INFO : nested/sub dir/file: Copied (new) 2026/08/23 01:09:26 INFO : nested/sub dir/file: Deleted 2026/08/23 01:09:26 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:09:26 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:09:26 INFO : sub dir/hello world: Copied (new) 2026/08/23 01:09:26 INFO : sub dir/hello world: Deleted 2026/08/23 01:09:26 INFO : sub dir: Removing directory 2026/08/23 01:09:26 INFO : nested/sub dir: Removing directory 2026/08/23 01:09:26 INFO : nested: Removing directory 2026/08/23 01:09:26 DEBUG : Local file system at /tmp/rclone4092381894: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.47s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/23 01:09:27 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/23 01:09:27 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:27 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:27 DEBUG : sub dir/hello world: size = 11 OK 2026/08/23 01:09:27 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:09:27 INFO : sub dir/hello world: Copied (new) 2026/08/23 01:09:27 INFO : sub dir/hello world: Deleted 2026/08/23 01:09:27 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/23 01:09:27 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/23 01:09:27 INFO : nested/sub dir/file: Copied (new) 2026/08/23 01:09:27 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.28s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:28 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/23 01:09:28 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/23 01:09:28 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:28 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:28 DEBUG : existing-b: size = 6 OK 2026/08/23 01:09:28 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/08/23 01:09:28 INFO : existing-b: Copied (new) 2026/08/23 01:09:28 INFO : existing-b: Deleted 2026/08/23 01:09:28 DEBUG : existing: size = 6 OK 2026/08/23 01:09:28 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/23 01:09:28 INFO : existing: Copied (new) 2026/08/23 01:09:28 INFO : existing: Deleted 2026/08/23 01:09:29 DEBUG : existing: Destination exists, skipping 2026/08/23 01:09:29 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/23 01:09:29 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:09:29 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:09:29 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.69s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:30 DEBUG : Creating backend with remote "TestB2:rclone-test-hejuqiy0boma" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-juqimem4loti -> B2 bucket rclone-test-hejuqiy0boma 2026/08/23 01:09:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:09:35 DEBUG : empty space: size = 1 OK 2026/08/23 01:09:35 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/23 01:09:35 DEBUG : empty space: Unchanged skipping 2026/08/23 01:09:35 DEBUG : B2 bucket rclone-test-hejuqiy0boma: Waiting for checks to finish 2026/08/23 01:09:35 DEBUG : potato3: size = 68 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:09:35 DEBUG : potato3: size = 60 (B2 bucket rclone-test-hejuqiy0boma) 2026/08/23 01:09:35 DEBUG : potato3: Sizes differ 2026/08/23 01:09:35 INFO : empty space: Deleted 2026/08/23 01:09:35 DEBUG : B2 bucket rclone-test-hejuqiy0boma: Waiting for transfers to finish 2026/08/23 01:09:35 DEBUG : potato2: size = 60 OK 2026/08/23 01:09:35 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:09:35 INFO : potato2: Copied (server-side copy) 2026/08/23 01:09:35 INFO : potato2: Deleted 2026/08/23 01:09:36 DEBUG : potato3: size = 68 OK 2026/08/23 01:09:36 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/23 01:09:36 INFO : potato3: Copied (server-side copy) 2026/08/23 01:09:36 INFO : potato3: Deleted 2026/08/23 01:09:36 DEBUG : Creating backend with remote "TestB2:rclone-test-fucolof4cego" 2026/08/23 01:09:38 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/23 01:09:38 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:09:38 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/23 01:09:38 DEBUG : B2 bucket rclone-test-fucolof4cego: Waiting for checks to finish 2026/08/23 01:09:38 DEBUG : B2 bucket rclone-test-fucolof4cego: Waiting for transfers to finish 2026/08/23 01:09:38 DEBUG : empty space: size = 1 OK 2026/08/23 01:09:38 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 01:09:38 INFO : empty space: Copied (server-side copy) 2026/08/23 01:09:38 INFO : empty space: Deleted 2026/08/23 01:09:39 DEBUG : potato2: size = 60 OK 2026/08/23 01:09:39 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:09:39 INFO : potato2: Copied (server-side copy) 2026/08/23 01:09:39 INFO : potato2: Deleted 2026/08/23 01:09:39 DEBUG : potato3: size = 68 OK 2026/08/23 01:09:39 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/23 01:09:39 INFO : potato3: Copied (server-side copy) 2026/08/23 01:09:39 INFO : potato3: Deleted 2026/08/23 01:09:39 DEBUG : B2 bucket rclone-test-fucolof4cego: Purge remote 2026/08/23 01:09:39 INFO : B2 bucket rclone-test-fucolof4cego: cleaning bucket "rclone-test-fucolof4cego" of all files 2026/08/23 01:09:40 DEBUG : empty space: Deleting (id "4_zbfe28d0320ad2bcbaf080e1b_f406fec1cc776254d_d20260823_m010938_c001_v0001146_t0026_u01787447378502") 2026/08/23 01:09:40 DEBUG : potato2: Deleting (id "4_zbfe28d0320ad2bcbaf080e1b_f11918ef68b3a63d9_d20260823_m010938_c001_v0001134_t0014_u01787447378792") 2026/08/23 01:09:40 DEBUG : potato3: Deleting (id "4_zbfe28d0320ad2bcbaf080e1b_f1136ad803b6f97f7_d20260823_m010938_c001_v0001102_t0010_u01787447378913") 2026/08/23 01:09:40 DEBUG : B2 bucket rclone-test-hejuqiy0boma: Purge remote 2026/08/23 01:09:40 INFO : B2 bucket rclone-test-hejuqiy0boma: cleaning bucket "rclone-test-hejuqiy0boma" of all files 2026/08/23 01:09:40 DEBUG : empty space: Deleting (id "4_z4fb26dd320ad2bcbaf080e1b_f4188293bf542924e_d20260823_m010938_c001_v7007000_t0000_u01787447378782") 2026/08/23 01:09:40 DEBUG : empty space: Deleting (id "4_z4fb26dd320ad2bcbaf080e1b_f406aadc6233553a9_d20260823_m010934_c001_v0001115_t0054_u01787447374012") 2026/08/23 01:09:40 DEBUG : potato2: Deleting (id "4_z4fb26dd320ad2bcbaf080e1b_f4188293bf5429258_d20260823_m010939_c001_v7007000_t0000_u01787447379267") 2026/08/23 01:09:40 DEBUG : potato2: Deleting (id "4_z4fb26dd320ad2bcbaf080e1b_f104fb45fc27d1717_d20260823_m010935_c001_v0001036_t0042_u01787447375442") 2026/08/23 01:09:40 DEBUG : potato3: Deleting (id "4_z4fb26dd320ad2bcbaf080e1b_f4188293bf542925d_d20260823_m010939_c001_v7007000_t0000_u01787447379487") 2026/08/23 01:09:40 DEBUG : potato3: Deleting (id "4_z4fb26dd320ad2bcbaf080e1b_f110d9efceefbe405_d20260823_m010935_c001_v0001104_t0016_u01787447375794") 2026/08/23 01:09:40 DEBUG : potato3: Deleting (id "4_z4fb26dd320ad2bcbaf080e1b_f106aadc6233553ad_d20260823_m010934_c001_v0001115_t0046_u01787447374253") --- PASS: TestServerSideMove (11.92s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:42 DEBUG : Creating backend with remote "TestB2:rclone-test-pitedep0diji" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-juqimem4loti -> B2 bucket rclone-test-pitedep0diji 2026/08/23 01:09:46 DEBUG : empty space: Excluded (Size Filter) 2026/08/23 01:09:46 DEBUG : empty space: Excluded 2026/08/23 01:09:46 DEBUG : empty space: Excluded (Size Filter) 2026/08/23 01:09:46 DEBUG : empty space: Excluded 2026/08/23 01:09:46 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:09:46 DEBUG : B2 bucket rclone-test-pitedep0diji: Waiting for checks to finish 2026/08/23 01:09:46 DEBUG : potato3: size = 68 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:09:46 DEBUG : potato3: size = 60 (B2 bucket rclone-test-pitedep0diji) 2026/08/23 01:09:46 DEBUG : potato3: Sizes differ 2026/08/23 01:09:46 DEBUG : B2 bucket rclone-test-pitedep0diji: Waiting for transfers to finish 2026/08/23 01:09:47 DEBUG : potato2: size = 60 OK 2026/08/23 01:09:47 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:09:47 INFO : potato2: Copied (server-side copy) 2026/08/23 01:09:47 DEBUG : potato3: size = 68 OK 2026/08/23 01:09:47 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/23 01:09:47 INFO : potato3: Copied (server-side copy) 2026/08/23 01:09:47 INFO : potato2: Deleted 2026/08/23 01:09:47 INFO : potato3: Deleted 2026/08/23 01:09:48 DEBUG : Creating backend with remote "TestB2:rclone-test-jinayuv6cosu" 2026/08/23 01:09:48 DEBUG : empty space: Excluded (Size Filter) 2026/08/23 01:09:48 DEBUG : empty space: Excluded 2026/08/23 01:09:49 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:09:49 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/23 01:09:49 DEBUG : B2 bucket rclone-test-jinayuv6cosu: Waiting for checks to finish 2026/08/23 01:09:49 DEBUG : B2 bucket rclone-test-jinayuv6cosu: Waiting for transfers to finish 2026/08/23 01:09:50 DEBUG : potato2: size = 60 OK 2026/08/23 01:09:50 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:09:50 INFO : potato2: Copied (server-side copy) 2026/08/23 01:09:50 INFO : potato2: Deleted 2026/08/23 01:09:55 DEBUG : potato3: size = 68 OK 2026/08/23 01:09:55 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/23 01:09:55 INFO : potato3: Copied (server-side copy) 2026/08/23 01:09:55 INFO : potato3: Deleted 2026/08/23 01:09:55 DEBUG : B2 bucket rclone-test-jinayuv6cosu: Purge remote 2026/08/23 01:09:55 INFO : B2 bucket rclone-test-jinayuv6cosu: cleaning bucket "rclone-test-jinayuv6cosu" of all files 2026/08/23 01:09:55 DEBUG : potato2: Deleting (id "4_z0ff2add320ad2bcbaf080e1b_f112b973e67faecf4_d20260823_m010950_c001_v0001178_t0048_u01787447390208") 2026/08/23 01:09:55 DEBUG : potato3: Deleting (id "4_z0ff2add320ad2bcbaf080e1b_f118b7974ea31d277_d20260823_m010954_c001_v0001145_t0028_u01787447394829") 2026/08/23 01:09:56 DEBUG : B2 bucket rclone-test-pitedep0diji: Purge remote 2026/08/23 01:09:56 INFO : B2 bucket rclone-test-pitedep0diji: cleaning bucket "rclone-test-pitedep0diji" of all files 2026/08/23 01:09:56 DEBUG : empty space: Deleting (id "4_z2f329dc320ad2bcbaf080e1b_f4015fd1a96ee7b57_d20260823_m010946_c001_v0001174_t0006_u01787447386068") 2026/08/23 01:09:56 DEBUG : potato2: Deleting (id "4_z2f329dc320ad2bcbaf080e1b_f407841096fc3b022_d20260823_m010950_c001_v7007000_t0000_u01787447390434") 2026/08/23 01:09:56 DEBUG : potato2: Deleting (id "4_z2f329dc320ad2bcbaf080e1b_f1085df8558d158f2_d20260823_m010947_c001_v0001098_t0043_u01787447387082") 2026/08/23 01:09:56 DEBUG : potato3: Deleting (id "4_z2f329dc320ad2bcbaf080e1b_f407841096fc3b026_d20260823_m010955_c001_v7007000_t0000_u01787447395251") 2026/08/23 01:09:56 DEBUG : potato3: Deleting (id "4_z2f329dc320ad2bcbaf080e1b_f106646a2c530f9f4_d20260823_m010947_c001_v0001099_t0043_u01787447387384") 2026/08/23 01:09:56 DEBUG : potato3: Deleting (id "4_z2f329dc320ad2bcbaf080e1b_f1015fd1a96ee7b5b_d20260823_m010946_c001_v0001174_t0059_u01787447386256") --- PASS: TestServerSideMoveWithFilter (16.04s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:09:58 DEBUG : Creating backend with remote "TestB2:rclone-test-dahexeh5vatu" 2026/08/23 01:10:01 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-juqimem4loti -> B2 bucket rclone-test-dahexeh5vatu 2026/08/23 01:10:03 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:10:03 DEBUG : empty space: size = 1 OK 2026/08/23 01:10:03 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/23 01:10:03 DEBUG : empty space: Unchanged skipping 2026/08/23 01:10:03 DEBUG : potato3: size = 68 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:10:03 DEBUG : potato3: size = 60 (B2 bucket rclone-test-dahexeh5vatu) 2026/08/23 01:10:03 DEBUG : potato3: Sizes differ 2026/08/23 01:10:03 DEBUG : B2 bucket rclone-test-dahexeh5vatu: Waiting for checks to finish 2026/08/23 01:10:03 INFO : empty space: Deleted 2026/08/23 01:10:03 DEBUG : B2 bucket rclone-test-dahexeh5vatu: Waiting for transfers to finish 2026/08/23 01:10:04 DEBUG : potato2: size = 60 OK 2026/08/23 01:10:04 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:10:04 INFO : potato2: Copied (server-side copy) 2026/08/23 01:10:04 INFO : potato2: Deleted 2026/08/23 01:10:04 DEBUG : potato3: size = 68 OK 2026/08/23 01:10:04 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/23 01:10:04 INFO : potato3: Copied (server-side copy) 2026/08/23 01:10:04 INFO : potato3: Deleted 2026/08/23 01:10:05 DEBUG : Creating backend with remote "TestB2:rclone-test-yuhicak8mixe" 2026/08/23 01:10:05 INFO : tomatoDir: Making directory 2026/08/23 01:10:06 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/23 01:10:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/23 01:10:06 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/23 01:10:06 DEBUG : B2 bucket rclone-test-yuhicak8mixe: Waiting for checks to finish 2026/08/23 01:10:06 DEBUG : B2 bucket rclone-test-yuhicak8mixe: Waiting for transfers to finish 2026/08/23 01:10:07 DEBUG : empty space: size = 1 OK 2026/08/23 01:10:07 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/23 01:10:07 INFO : empty space: Copied (server-side copy) 2026/08/23 01:10:07 INFO : empty space: Deleted 2026/08/23 01:10:07 DEBUG : potato2: size = 60 OK 2026/08/23 01:10:07 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/23 01:10:07 INFO : potato2: Copied (server-side copy) 2026/08/23 01:10:07 INFO : potato2: Deleted 2026/08/23 01:10:09 DEBUG : potato3: size = 68 OK 2026/08/23 01:10:09 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/23 01:10:09 INFO : potato3: Copied (server-side copy) 2026/08/23 01:10:09 INFO : potato3: Deleted 2026/08/23 01:10:10 DEBUG : B2 bucket rclone-test-yuhicak8mixe: Purge remote 2026/08/23 01:10:10 INFO : B2 bucket rclone-test-yuhicak8mixe: cleaning bucket "rclone-test-yuhicak8mixe" of all files 2026/08/23 01:10:10 DEBUG : empty space: Deleting (id "4_zef12edf320ad2bcbaf080e1b_f4156868e2df526fe_d20260823_m011006_c001_v0001109_t0010_u01787447406943") 2026/08/23 01:10:10 DEBUG : potato2: Deleting (id "4_zef12edf320ad2bcbaf080e1b_f113a1f940698739c_d20260823_m011007_c001_v0001098_t0054_u01787447407238") 2026/08/23 01:10:10 DEBUG : potato3: Deleting (id "4_zef12edf320ad2bcbaf080e1b_f10713df9c786bc37_d20260823_m011007_c001_v0001102_t0024_u01787447407316") 2026/08/23 01:10:10 DEBUG : B2 bucket rclone-test-dahexeh5vatu: Purge remote 2026/08/23 01:10:10 INFO : B2 bucket rclone-test-dahexeh5vatu: cleaning bucket "rclone-test-dahexeh5vatu" of all files 2026/08/23 01:10:11 DEBUG : empty space: Deleting (id "4_z0f22ddd320ad2bcbaf080e1b_f415f6822057d7e82_d20260823_m011007_c001_v7007000_t0000_u01787447407198") 2026/08/23 01:10:11 DEBUG : empty space: Deleting (id "4_z0f22ddd320ad2bcbaf080e1b_f409186a3b2ce9d46_d20260823_m011002_c001_v0001150_t0005_u01787447402653") 2026/08/23 01:10:11 DEBUG : potato2: Deleting (id "4_z0f22ddd320ad2bcbaf080e1b_f415f6822057d7ea1_d20260823_m011007_c001_v7007000_t0000_u01787447407564") 2026/08/23 01:10:11 DEBUG : potato2: Deleting (id "4_z0f22ddd320ad2bcbaf080e1b_f10076f063f3f4adf_d20260823_m011003_c001_v0001097_t0034_u01787447403750") 2026/08/23 01:10:11 DEBUG : potato3: Deleting (id "4_z0f22ddd320ad2bcbaf080e1b_f415f6822057d7f1f_d20260823_m011009_c001_v7007000_t0000_u01787447409395") 2026/08/23 01:10:11 DEBUG : potato3: Deleting (id "4_z0f22ddd320ad2bcbaf080e1b_f103dd3b2789b4a04_d20260823_m011004_c001_v0001033_t0049_u01787447404043") 2026/08/23 01:10:11 DEBUG : potato3: Deleting (id "4_z0f22ddd320ad2bcbaf080e1b_f109186a3b2ce9d48_d20260823_m011002_c001_v0001150_t0029_u01787447402839") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (14.69s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:10:12 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.65s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:10:15 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/rclone-sync-test" --- PASS: TestSyncOverlap (1.47s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:10:17 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/rclone-sync-test" 2026/08/23 01:10:19 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/rclone-sync-test-include/layer2" 2026/08/23 01:10:21 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/rclone-sync-test-ignore-file" 2026/08/23 01:10:26 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/23 01:10:26 DEBUG : B2 bucket rclone-test-juqimem4loti path rclone-sync-test: Waiting for checks to finish 2026/08/23 01:10:26 DEBUG : B2 bucket rclone-test-juqimem4loti path rclone-sync-test: Waiting for transfers to finish 2026/08/23 01:10:26 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:26 INFO : There was nothing to transfer 2026/08/23 01:10:26 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/23 01:10:26 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:10:26 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:10:26 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:26 INFO : There was nothing to transfer 2026/08/23 01:10:27 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/23 01:10:27 DEBUG : B2 bucket rclone-test-juqimem4loti path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/08/23 01:10:27 DEBUG : B2 bucket rclone-test-juqimem4loti path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/08/23 01:10:27 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:27 INFO : There was nothing to transfer 2026/08/23 01:10:27 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/23 01:10:27 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:10:27 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:10:27 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:27 INFO : There was nothing to transfer 2026/08/23 01:10:28 DEBUG : Excluded 2026/08/23 01:10:28 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/23 01:10:28 DEBUG : B2 bucket rclone-test-juqimem4loti path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/08/23 01:10:28 DEBUG : B2 bucket rclone-test-juqimem4loti path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/08/23 01:10:28 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:28 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (11.90s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:10:28 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/dst" 2026/08/23 01:10:30 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/CompareDest" 2026/08/23 01:10:32 DEBUG : one: Need to transfer - File not found at Destination 2026/08/23 01:10:32 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:10:32 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:10:33 DEBUG : one: size = 3 OK 2026/08/23 01:10:33 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 01:10:33 INFO : one: Copied (new) 2026/08/23 01:10:33 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:34 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:10:34 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:10:34 DEBUG : one: Sizes differ 2026/08/23 01:10:34 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:10:34 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:10:34 DEBUG : one: size = 5 OK 2026/08/23 01:10:34 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/23 01:10:34 INFO : one: Copied (replaced existing) 2026/08/23 01:10:34 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:36 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:10:36 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:10:36 DEBUG : one: Sizes differ 2026/08/23 01:10:36 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:10:36 DEBUG : one: size = 5 OK 2026/08/23 01:10:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:10:36 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/23 01:10:36 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:10:36 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:36 INFO : There was nothing to transfer 2026/08/23 01:10:36 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:10:36 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:10:36 DEBUG : one: Sizes differ 2026/08/23 01:10:37 DEBUG : two: size = 3 OK 2026/08/23 01:10:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:10:37 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/23 01:10:37 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:10:37 DEBUG : one: size = 5 OK 2026/08/23 01:10:37 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:10:37 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/23 01:10:37 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:10:37 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:37 INFO : There was nothing to transfer 2026/08/23 01:10:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:10:37 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:10:37 DEBUG : one: Sizes differ 2026/08/23 01:10:37 DEBUG : two: size = 3 OK 2026/08/23 01:10:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:10:37 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/23 01:10:37 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:10:37 DEBUG : one: size = 5 OK 2026/08/23 01:10:37 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:10:37 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/23 01:10:37 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:10:37 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:37 INFO : There was nothing to transfer 2026/08/23 01:10:38 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:10:38 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:10:38 DEBUG : one: Sizes differ 2026/08/23 01:10:39 DEBUG : one: size = 5 OK 2026/08/23 01:10:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:10:39 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/23 01:10:39 DEBUG : two: size = 3 OK 2026/08/23 01:10:39 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/23 01:10:39 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/23 01:10:39 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/23 01:10:39 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:10:39 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:10:39 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:39 INFO : There was nothing to transfer 2026/08/23 01:10:39 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:10:39 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:10:39 DEBUG : one: Sizes differ 2026/08/23 01:10:39 DEBUG : two: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:10:39 DEBUG : two: size = 3 (B2 bucket rclone-test-juqimem4loti path CompareDest) 2026/08/23 01:10:39 DEBUG : two: Sizes differ 2026/08/23 01:10:39 DEBUG : two: Need to transfer - File not found at Destination 2026/08/23 01:10:39 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:10:39 DEBUG : one: size = 5 OK 2026/08/23 01:10:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:10:39 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/23 01:10:39 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:10:40 DEBUG : two: size = 5 OK 2026/08/23 01:10:40 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/23 01:10:40 INFO : two: Copied (new) 2026/08/23 01:10:40 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (12.64s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:10:42 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/dest" 2026/08/23 01:10:43 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/pre-dest1" 2026/08/23 01:10:45 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/pre-dest2" 2026/08/23 01:10:47 DEBUG : 1: size = 1 OK 2026/08/23 01:10:47 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:10:47 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/23 01:10:47 DEBUG : 2: size = 1 OK 2026/08/23 01:10:47 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:10:47 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/23 01:10:47 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/23 01:10:47 DEBUG : B2 bucket rclone-test-juqimem4loti path dest: Waiting for checks to finish 2026/08/23 01:10:47 DEBUG : B2 bucket rclone-test-juqimem4loti path dest: Waiting for transfers to finish 2026/08/23 01:10:48 DEBUG : 3: size = 1 OK 2026/08/23 01:10:48 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/08/23 01:10:48 INFO : 3: Copied (new) 2026/08/23 01:10:48 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.70s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:10:50 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/dst" 2026/08/23 01:10:51 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/CopyDest" 2026/08/23 01:10:53 DEBUG : one: Need to transfer - File not found at Destination 2026/08/23 01:10:53 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:10:53 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:10:54 DEBUG : one: size = 3 OK 2026/08/23 01:10:54 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 01:10:54 INFO : one: Copied (new) 2026/08/23 01:10:54 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:54 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:10:54 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:10:54 DEBUG : one: Sizes differ 2026/08/23 01:10:54 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:10:54 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:10:55 DEBUG : one: size = 5 OK 2026/08/23 01:10:55 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/23 01:10:55 INFO : one: Copied (replaced existing) 2026/08/23 01:10:55 DEBUG : Waiting for deletions to finish 2026/08/23 01:10:56 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/BackupDir" 2026/08/23 01:10:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:10:57 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:10:57 DEBUG : one: Sizes differ 2026/08/23 01:10:57 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:10:57 DEBUG : one: size = 5 OK 2026/08/23 01:10:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:10:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:10:57 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:10:57 DEBUG : one: Sizes differ 2026/08/23 01:10:59 DEBUG : one: size = 3 OK 2026/08/23 01:10:59 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 01:10:59 INFO : one: Copied (server-side copy) 2026/08/23 01:10:59 INFO : one: Deleted 2026/08/23 01:10:59 DEBUG : one: size = 5 OK 2026/08/23 01:10:59 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/23 01:10:59 INFO : one: Copied (server-side copy) 2026/08/23 01:10:59 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/23 01:10:59 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:10:59 DEBUG : Waiting for deletions to finish 2026/08/23 01:11:00 DEBUG : one: size = 5 OK 2026/08/23 01:11:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:11:00 DEBUG : one: Unchanged skipping 2026/08/23 01:11:00 DEBUG : two: size = 3 OK 2026/08/23 01:11:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:11:01 DEBUG : two: size = 3 OK 2026/08/23 01:11:01 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/23 01:11:01 INFO : two: Copied (server-side copy) 2026/08/23 01:11:01 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/23 01:11:01 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:11:01 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:11:01 DEBUG : Waiting for deletions to finish 2026/08/23 01:11:01 DEBUG : one: size = 5 OK 2026/08/23 01:11:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:11:01 DEBUG : one: Unchanged skipping 2026/08/23 01:11:01 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:11:01 DEBUG : two: size = 3 OK 2026/08/23 01:11:01 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:11:01 DEBUG : two: Unchanged skipping 2026/08/23 01:11:01 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:11:01 DEBUG : Waiting for deletions to finish 2026/08/23 01:11:01 INFO : There was nothing to transfer 2026/08/23 01:11:02 DEBUG : one: size = 5 OK 2026/08/23 01:11:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:11:02 DEBUG : one: Unchanged skipping 2026/08/23 01:11:02 DEBUG : three: size = 7 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:11:02 DEBUG : three: size = 5 (B2 bucket rclone-test-juqimem4loti path CopyDest) 2026/08/23 01:11:02 DEBUG : three: Sizes differ 2026/08/23 01:11:02 DEBUG : three: Destination not found in --copy-dest 2026/08/23 01:11:02 DEBUG : three: Need to transfer - File not found at Destination 2026/08/23 01:11:02 DEBUG : two: size = 3 OK 2026/08/23 01:11:02 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/23 01:11:02 DEBUG : two: Unchanged skipping 2026/08/23 01:11:02 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:11:02 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:11:03 DEBUG : three: size = 7 OK 2026/08/23 01:11:03 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/23 01:11:03 INFO : three: Copied (new) 2026/08/23 01:11:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (14.89s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:11:05 DEBUG : dst/one: Clearing upload URL because of error: Post "https://pod-000-1115-17.backblaze.com/b2api/v1/b2_upload_file/8fd2ed33208d2bcbaf080e1b/c001_v0001115_t0025": EOF 2026/08/23 01:11:05 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1115-17.backblaze.com/b2api/v1/b2_upload_file/8fd2ed33208d2bcbaf080e1b/c001_v0001115_t0025": EOF) 2026/08/23 01:11:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "dst/one" to B2 bucket rclone-test-juqimem4loti: 1/10 (Post "https://pod-000-1115-17.backblaze.com/b2api/v1/b2_upload_file/8fd2ed33208d2bcbaf080e1b/c001_v0001115_t0025": EOF) 2026/08/23 01:11:07 DEBUG : pacer: Reducing sleep to 10ms 2026/08/23 01:11:08 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/dst" 2026/08/23 01:11:09 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/backup" 2026/08/23 01:11:11 DEBUG : two: size = 3 OK 2026/08/23 01:11:11 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:11:11 DEBUG : two: Unchanged skipping 2026/08/23 01:11:11 DEBUG : one: size = 4 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:11:11 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:11:11 DEBUG : one: Sizes differ 2026/08/23 01:11:11 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:11:12 DEBUG : one: size = 3 OK 2026/08/23 01:11:12 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 01:11:12 INFO : one: Copied (server-side copy) 2026/08/23 01:11:13 INFO : one: Deleted 2026/08/23 01:11:13 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:11:13 DEBUG : one: size = 4 OK 2026/08/23 01:11:13 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 01:11:13 INFO : one: Copied (new) 2026/08/23 01:11:13 DEBUG : Waiting for deletions to finish 2026/08/23 01:11:14 DEBUG : three.txt: size = 5 OK 2026/08/23 01:11:14 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 01:11:14 INFO : three.txt: Copied (server-side copy) 2026/08/23 01:11:14 INFO : three.txt: Deleted 2026/08/23 01:11:14 INFO : three.txt: Moved into backup dir 2026/08/23 01:11:15 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:11:15 DEBUG : one: size = 4 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:11:15 DEBUG : one: Sizes differ 2026/08/23 01:11:15 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:11:15 DEBUG : two: size = 3 OK 2026/08/23 01:11:15 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:11:15 DEBUG : two: Unchanged skipping 2026/08/23 01:11:16 DEBUG : one: size = 4 OK 2026/08/23 01:11:16 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 01:11:16 INFO : one: Copied (server-side copy) 2026/08/23 01:11:16 INFO : one: Deleted 2026/08/23 01:11:16 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:11:16 DEBUG : one: size = 5 OK 2026/08/23 01:11:16 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/23 01:11:16 INFO : one: Copied (new) 2026/08/23 01:11:16 DEBUG : Waiting for deletions to finish 2026/08/23 01:11:17 DEBUG : three.txt: size = 6 OK 2026/08/23 01:11:17 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 01:11:17 INFO : three.txt: Copied (server-side copy) 2026/08/23 01:11:17 INFO : three.txt: Deleted 2026/08/23 01:11:17 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (13.53s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:11:19 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/dst" 2026/08/23 01:11:20 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/backup" 2026/08/23 01:11:22 DEBUG : one: size = 4 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:11:22 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:11:22 DEBUG : one: Sizes differ 2026/08/23 01:11:22 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:11:22 DEBUG : two: size = 3 OK 2026/08/23 01:11:22 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:11:22 DEBUG : two: Unchanged skipping 2026/08/23 01:11:43 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_create_bucket": EOF) 2026/08/23 01:11:43 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/23 01:11:44 DEBUG : pacer: Reducing sleep to 10ms 2026/08/23 01:11:44 DEBUG : one.bak: size = 3 OK 2026/08/23 01:11:44 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 01:11:44 INFO : one: Copied (server-side copy) to: one.bak 2026/08/23 01:11:45 INFO : one: Deleted 2026/08/23 01:11:45 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:11:46 DEBUG : one: size = 4 OK 2026/08/23 01:11:46 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 01:11:46 INFO : one: Copied (new) 2026/08/23 01:11:46 DEBUG : Waiting for deletions to finish 2026/08/23 01:11:46 DEBUG : three.txt.bak: size = 5 OK 2026/08/23 01:11:46 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 01:11:46 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/23 01:11:47 INFO : three.txt: Deleted 2026/08/23 01:11:47 INFO : three.txt: Moved into backup dir 2026/08/23 01:11:48 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:11:48 DEBUG : one: size = 4 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:11:48 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:11:48 DEBUG : one: Sizes differ 2026/08/23 01:11:48 DEBUG : two: size = 3 OK 2026/08/23 01:11:48 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:11:48 DEBUG : two: Unchanged skipping 2026/08/23 01:11:48 DEBUG : one.bak: size = 4 OK 2026/08/23 01:11:48 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 01:11:48 INFO : one: Copied (server-side copy) to: one.bak 2026/08/23 01:11:49 INFO : one: Deleted 2026/08/23 01:11:49 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:11:49 DEBUG : one: size = 5 OK 2026/08/23 01:11:49 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/23 01:11:49 INFO : one: Copied (new) 2026/08/23 01:11:49 DEBUG : Waiting for deletions to finish 2026/08/23 01:11:49 DEBUG : three.txt.bak: size = 6 OK 2026/08/23 01:11:49 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 01:11:49 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/23 01:11:49 INFO : three.txt: Deleted 2026/08/23 01:11:49 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (32.50s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:11:51 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/dst" 2026/08/23 01:11:53 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/backup" 2026/08/23 01:11:55 DEBUG : two: size = 3 OK 2026/08/23 01:11:55 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:11:55 DEBUG : two: Unchanged skipping 2026/08/23 01:11:55 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:11:55 DEBUG : one: size = 4 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:11:55 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:11:55 DEBUG : one: Sizes differ 2026/08/23 01:11:56 DEBUG : one-2019-01-01: size = 3 OK 2026/08/23 01:11:56 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 01:11:56 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/23 01:11:56 INFO : one: Deleted 2026/08/23 01:11:56 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:11:57 DEBUG : one: size = 4 OK 2026/08/23 01:11:57 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 01:11:57 INFO : one: Copied (new) 2026/08/23 01:11:57 DEBUG : Waiting for deletions to finish 2026/08/23 01:11:57 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/23 01:11:57 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 01:11:57 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/23 01:11:58 INFO : three.txt: Deleted 2026/08/23 01:11:58 INFO : three.txt: Moved into backup dir 2026/08/23 01:11:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:11:59 DEBUG : one: size = 4 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:11:59 DEBUG : two: size = 3 OK 2026/08/23 01:11:59 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:11:59 DEBUG : two: Unchanged skipping 2026/08/23 01:11:59 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:11:59 DEBUG : one: Sizes differ 2026/08/23 01:12:00 DEBUG : one-2019-01-01: size = 4 OK 2026/08/23 01:12:00 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 01:12:00 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/23 01:12:00 INFO : one: Deleted 2026/08/23 01:12:00 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:12:00 DEBUG : one: size = 5 OK 2026/08/23 01:12:00 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/23 01:12:00 INFO : one: Copied (new) 2026/08/23 01:12:00 DEBUG : Waiting for deletions to finish 2026/08/23 01:12:01 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/23 01:12:01 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 01:12:01 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/23 01:12:01 INFO : three.txt: Deleted 2026/08/23 01:12:01 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.48s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:12:03 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/dst" 2026/08/23 01:12:05 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:12:05 DEBUG : one: size = 4 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:05 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:12:05 DEBUG : two: size = 3 OK 2026/08/23 01:12:05 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:05 DEBUG : two: Unchanged skipping 2026/08/23 01:12:05 DEBUG : one: Sizes differ 2026/08/23 01:12:05 DEBUG : one.bak: size = 3 OK 2026/08/23 01:12:05 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 01:12:05 INFO : one: Copied (server-side copy) to: one.bak 2026/08/23 01:12:06 INFO : one: Deleted 2026/08/23 01:12:06 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:12:06 DEBUG : one: size = 4 OK 2026/08/23 01:12:06 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 01:12:06 INFO : one: Copied (new) 2026/08/23 01:12:06 DEBUG : Waiting for deletions to finish 2026/08/23 01:12:07 DEBUG : three.txt.bak: size = 5 OK 2026/08/23 01:12:07 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 01:12:07 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/23 01:12:07 INFO : three.txt: Deleted 2026/08/23 01:12:07 INFO : three.txt: Moved into backup dir 2026/08/23 01:12:08 DEBUG : one.bak: Excluded (Path Filter) 2026/08/23 01:12:08 DEBUG : one.bak: Excluded 2026/08/23 01:12:08 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/23 01:12:08 DEBUG : three.txt.bak: Excluded 2026/08/23 01:12:08 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for checks to finish 2026/08/23 01:12:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:08 DEBUG : one: size = 4 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:12:08 DEBUG : one: Sizes differ 2026/08/23 01:12:08 DEBUG : two: size = 3 OK 2026/08/23 01:12:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:08 DEBUG : two: Unchanged skipping 2026/08/23 01:12:08 DEBUG : one.bak: size = 4 OK 2026/08/23 01:12:08 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 01:12:08 INFO : one: Copied (server-side copy) to: one.bak 2026/08/23 01:12:08 INFO : one: Deleted 2026/08/23 01:12:08 DEBUG : B2 bucket rclone-test-juqimem4loti path dst: Waiting for transfers to finish 2026/08/23 01:12:08 DEBUG : one: size = 5 OK 2026/08/23 01:12:08 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/23 01:12:08 INFO : one: Copied (new) 2026/08/23 01:12:08 DEBUG : Waiting for deletions to finish 2026/08/23 01:12:09 DEBUG : three.txt.bak: size = 6 OK 2026/08/23 01:12:09 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 01:12:09 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/23 01:12:09 INFO : three.txt: Deleted 2026/08/23 01:12:09 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (8.06s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:12:11 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/dst" 2026/08/23 01:12:13 DEBUG : one: size = 4 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:13 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:12:13 DEBUG : one: Sizes differ 2026/08/23 01:12:14 DEBUG : one.bak: size = 3 OK 2026/08/23 01:12:14 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 01:12:14 INFO : one: Copied (server-side copy) to: one.bak 2026/08/23 01:12:14 INFO : one: Deleted 2026/08/23 01:12:15 DEBUG : one: size = 4 OK 2026/08/23 01:12:15 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 01:12:15 INFO : one: Copied (new) 2026/08/23 01:12:15 DEBUG : two: size = 3 OK 2026/08/23 01:12:15 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:15 DEBUG : two: Unchanged skipping 2026/08/23 01:12:15 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:15 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:12:15 DEBUG : three.txt: Sizes differ 2026/08/23 01:12:16 DEBUG : three.txt.bak: size = 5 OK 2026/08/23 01:12:16 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 01:12:16 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/23 01:12:16 INFO : three.txt: Deleted 2026/08/23 01:12:16 DEBUG : three.txt: size = 6 OK 2026/08/23 01:12:16 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 01:12:16 INFO : three.txt: Copied (new) 2026/08/23 01:12:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:17 DEBUG : one: size = 4 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:12:17 DEBUG : one: Sizes differ 2026/08/23 01:12:17 DEBUG : one.bak: size = 4 OK 2026/08/23 01:12:17 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 01:12:17 INFO : one: Copied (server-side copy) to: one.bak 2026/08/23 01:12:17 INFO : one: Deleted 2026/08/23 01:12:17 DEBUG : one: size = 5 OK 2026/08/23 01:12:17 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/23 01:12:17 INFO : one: Copied (new) 2026/08/23 01:12:17 DEBUG : two: size = 3 OK 2026/08/23 01:12:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:17 DEBUG : two: Unchanged skipping 2026/08/23 01:12:18 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:18 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:12:18 DEBUG : three.txt: Sizes differ 2026/08/23 01:12:18 DEBUG : three.txt.bak: size = 6 OK 2026/08/23 01:12:18 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 01:12:18 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/23 01:12:18 INFO : three.txt: Deleted 2026/08/23 01:12:18 DEBUG : three.txt: size = 19 OK 2026/08/23 01:12:18 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/23 01:12:18 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (10.09s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:12:21 DEBUG : Creating backend with remote "TestB2:rclone-test-juqimem4loti/dst" 2026/08/23 01:12:23 DEBUG : one: size = 4 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:23 DEBUG : one: size = 3 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:12:23 DEBUG : one: Sizes differ 2026/08/23 01:12:24 DEBUG : one-2019-01-01: size = 3 OK 2026/08/23 01:12:24 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/23 01:12:24 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/23 01:12:24 INFO : one: Deleted 2026/08/23 01:12:25 DEBUG : one: size = 4 OK 2026/08/23 01:12:25 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 01:12:25 INFO : one: Copied (new) 2026/08/23 01:12:25 DEBUG : two: size = 3 OK 2026/08/23 01:12:25 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:25 DEBUG : two: Unchanged skipping 2026/08/23 01:12:25 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:25 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:12:25 DEBUG : three.txt: Sizes differ 2026/08/23 01:12:26 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/23 01:12:26 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/23 01:12:26 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/23 01:12:26 INFO : three.txt: Deleted 2026/08/23 01:12:26 DEBUG : three.txt: size = 6 OK 2026/08/23 01:12:26 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 01:12:26 INFO : three.txt: Copied (new) 2026/08/23 01:12:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:27 DEBUG : one: size = 4 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:12:27 DEBUG : one: Sizes differ 2026/08/23 01:12:27 DEBUG : one-2019-01-01: size = 4 OK 2026/08/23 01:12:27 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/23 01:12:27 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/23 01:12:27 INFO : one: Deleted 2026/08/23 01:12:28 DEBUG : one: size = 5 OK 2026/08/23 01:12:28 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/23 01:12:28 INFO : one: Copied (new) 2026/08/23 01:12:28 DEBUG : two: size = 3 OK 2026/08/23 01:12:28 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:28 DEBUG : two: Unchanged skipping 2026/08/23 01:12:28 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:28 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-juqimem4loti path dst) 2026/08/23 01:12:28 DEBUG : three.txt: Sizes differ 2026/08/23 01:12:28 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/23 01:12:28 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/23 01:12:28 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/23 01:12:28 INFO : three.txt: Deleted 2026/08/23 01:12:29 DEBUG : three.txt: size = 19 OK 2026/08/23 01:12:29 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/23 01:12:29 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.01s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:12:31 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:31 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:31 DEBUG : Testêé: Sizes differ 2026/08/23 01:12:31 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:12:31 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:12:31 DEBUG : Testêé: size = 14 OK 2026/08/23 01:12:31 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/08/23 01:12:31 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/23 01:12:31 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (1.86s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:12:33 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/23 01:12:33 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:12:33 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:12:33 DEBUG : existing: size = 6 OK 2026/08/23 01:12:33 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/23 01:12:33 INFO : existing: Copied (new) 2026/08/23 01:12:33 DEBUG : Waiting for deletions to finish 2026/08/23 01:12:33 DEBUG : existing: size = 8 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:33 DEBUG : existing: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:33 DEBUG : existing: Sizes differ 2026/08/23 01:12:33 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/23 01:12:33 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:12:33 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:12:33 ERROR : B2 bucket rclone-test-juqimem4loti: not deleting files as there were IO errors 2026/08/23 01:12:33 ERROR : B2 bucket rclone-test-juqimem4loti: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (1.86s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:12:35 DEBUG : EXISTING: size = 6 OK 2026/08/23 01:12:35 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:35 DEBUG : existing: Unchanged skipping 2026/08/23 01:12:35 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:12:35 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:12:35 DEBUG : Waiting for deletions to finish 2026/08/23 01:12:35 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.39s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.38s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.11s) --- 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-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:12:45 DEBUG : both0: size = 6 OK 2026/08/23 01:12:45 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:12:45 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both11: size = 6 OK 2026/08/23 01:12:45 DEBUG : both12: size = 6 OK 2026/08/23 01:12:45 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both10: size = 6 OK 2026/08/23 01:12:45 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both0: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both13: size = 6 OK 2026/08/23 01:12:45 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both10: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both14: size = 6 OK 2026/08/23 01:12:45 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both11: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both15: size = 6 OK 2026/08/23 01:12:45 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both12: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both16: size = 6 OK 2026/08/23 01:12:45 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both16: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both17: size = 6 OK 2026/08/23 01:12:45 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both17: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both18: size = 6 OK 2026/08/23 01:12:45 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both18: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both19: size = 6 OK 2026/08/23 01:12:45 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both19: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both1: size = 6 OK 2026/08/23 01:12:45 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both1: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both2: size = 6 OK 2026/08/23 01:12:45 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both2: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both3: size = 6 OK 2026/08/23 01:12:45 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both3: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both4: size = 6 OK 2026/08/23 01:12:45 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both13: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both5: size = 6 OK 2026/08/23 01:12:45 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both14: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both6: size = 6 OK 2026/08/23 01:12:45 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both6: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both7: size = 6 OK 2026/08/23 01:12:45 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both7: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both8: size = 6 OK 2026/08/23 01:12:45 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both8: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both9: size = 6 OK 2026/08/23 01:12:45 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:45 DEBUG : both9: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both15: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both4: Unchanged skipping 2026/08/23 01:12:45 DEBUG : both5: Unchanged skipping 2026/08/23 01:12:45 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:12:45 DEBUG : Waiting for deletions to finish 2026/08/23 01:12:46 INFO : only10: Deleted 2026/08/23 01:12:46 INFO : only15: Deleted 2026/08/23 01:12:46 INFO : only19: Deleted 2026/08/23 01:12:46 INFO : only5: Deleted 2026/08/23 01:12:46 INFO : only0: Deleted 2026/08/23 01:12:46 INFO : only11: Deleted 2026/08/23 01:12:46 INFO : only13: Deleted 2026/08/23 01:12:46 INFO : only14: Deleted 2026/08/23 01:12:46 INFO : only17: Deleted 2026/08/23 01:12:46 INFO : only4: Deleted 2026/08/23 01:12:46 INFO : only6: Deleted 2026/08/23 01:12:46 INFO : only12: Deleted 2026/08/23 01:12:46 INFO : only18: Deleted 2026/08/23 01:12:46 INFO : only1: Deleted 2026/08/23 01:12:47 INFO : only3: Deleted 2026/08/23 01:12:47 INFO : only7: Deleted 2026/08/23 01:12:47 INFO : only9: Deleted 2026/08/23 01:12:47 INFO : only16: Deleted 2026/08/23 01:12:47 INFO : only2: Deleted 2026/08/23 01:12:47 INFO : only8: Deleted 2026/08/23 01:12:47 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (14.29s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:12:59 DEBUG : both0: size = 6 OK 2026/08/23 01:12:59 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both10: size = 6 OK 2026/08/23 01:12:59 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:12:59 DEBUG : both0: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both12: size = 6 OK 2026/08/23 01:12:59 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both11: size = 6 OK 2026/08/23 01:12:59 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both13: size = 6 OK 2026/08/23 01:12:59 DEBUG : both10: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both14: size = 6 OK 2026/08/23 01:12:59 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both13: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both15: size = 6 OK 2026/08/23 01:12:59 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both15: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both16: size = 6 OK 2026/08/23 01:12:59 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both16: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both17: size = 6 OK 2026/08/23 01:12:59 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both17: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both18: size = 6 OK 2026/08/23 01:12:59 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both18: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both19: size = 6 OK 2026/08/23 01:12:59 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both14: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both1: size = 6 OK 2026/08/23 01:12:59 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both11: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both2: size = 6 OK 2026/08/23 01:12:59 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both12: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both3: size = 6 OK 2026/08/23 01:12:59 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both3: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both4: size = 6 OK 2026/08/23 01:12:59 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both19: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both5: size = 6 OK 2026/08/23 01:12:59 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both1: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both6: size = 6 OK 2026/08/23 01:12:59 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both6: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both7: size = 6 OK 2026/08/23 01:12:59 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both2: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both8: size = 6 OK 2026/08/23 01:12:59 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both8: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both9: size = 6 OK 2026/08/23 01:12:59 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:12:59 DEBUG : both9: Unchanged skipping 2026/08/23 01:12:59 DEBUG : only0: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only0: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only0: Sizes differ 2026/08/23 01:12:59 DEBUG : both4: Unchanged skipping 2026/08/23 01:12:59 DEBUG : only10: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only10: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only10: Sizes differ 2026/08/23 01:12:59 DEBUG : only11: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only11: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only11: Sizes differ 2026/08/23 01:12:59 DEBUG : only12: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only12: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only12: Sizes differ 2026/08/23 01:12:59 DEBUG : only13: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only13: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only13: Sizes differ 2026/08/23 01:12:59 DEBUG : only14: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only14: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only14: Sizes differ 2026/08/23 01:12:59 DEBUG : only15: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only15: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only15: Sizes differ 2026/08/23 01:12:59 DEBUG : only16: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only16: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only16: Sizes differ 2026/08/23 01:12:59 DEBUG : only17: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only17: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only17: Sizes differ 2026/08/23 01:12:59 DEBUG : only18: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only18: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only18: Sizes differ 2026/08/23 01:12:59 DEBUG : only19: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only19: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only19: Sizes differ 2026/08/23 01:12:59 DEBUG : only1: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only1: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only1: Sizes differ 2026/08/23 01:12:59 DEBUG : only2: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only2: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only2: Sizes differ 2026/08/23 01:12:59 DEBUG : only3: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only3: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only3: Sizes differ 2026/08/23 01:12:59 DEBUG : only4: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only4: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only4: Sizes differ 2026/08/23 01:12:59 DEBUG : only5: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only5: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only5: Sizes differ 2026/08/23 01:12:59 DEBUG : only6: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only6: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only6: Sizes differ 2026/08/23 01:12:59 DEBUG : only7: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only7: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only7: Sizes differ 2026/08/23 01:12:59 DEBUG : only8: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only8: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only8: Sizes differ 2026/08/23 01:12:59 DEBUG : only9: size = 0 (Local file system at /tmp/rclone4092381894) 2026/08/23 01:12:59 DEBUG : only9: size = 6 (B2 bucket rclone-test-juqimem4loti) 2026/08/23 01:12:59 DEBUG : only9: Sizes differ 2026/08/23 01:12:59 DEBUG : both5: Unchanged skipping 2026/08/23 01:12:59 DEBUG : both7: Unchanged skipping 2026/08/23 01:12:59 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:13:00 DEBUG : only10: size = 0 OK 2026/08/23 01:13:00 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:00 INFO : only10: Copied (replaced existing) 2026/08/23 01:13:00 DEBUG : only11: size = 0 OK 2026/08/23 01:13:00 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:00 INFO : only11: Copied (replaced existing) 2026/08/23 01:13:00 DEBUG : only14: size = 0 OK 2026/08/23 01:13:00 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:00 INFO : only14: Copied (replaced existing) 2026/08/23 01:13:00 DEBUG : only12: size = 0 OK 2026/08/23 01:13:00 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:00 INFO : only12: Copied (replaced existing) 2026/08/23 01:13:00 DEBUG : only15: size = 0 OK 2026/08/23 01:13:00 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:00 INFO : only15: Copied (replaced existing) 2026/08/23 01:13:00 DEBUG : only16: size = 0 OK 2026/08/23 01:13:00 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:00 INFO : only16: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only17: size = 0 OK 2026/08/23 01:13:01 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only17: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only13: size = 0 OK 2026/08/23 01:13:01 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only13: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only18: size = 0 OK 2026/08/23 01:13:01 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only18: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only19: size = 0 OK 2026/08/23 01:13:01 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only19: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only1: size = 0 OK 2026/08/23 01:13:01 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only1: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only2: size = 0 OK 2026/08/23 01:13:01 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only2: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only3: size = 0 OK 2026/08/23 01:13:01 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only3: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only4: size = 0 OK 2026/08/23 01:13:01 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only4: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only5: size = 0 OK 2026/08/23 01:13:01 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only5: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only6: size = 0 OK 2026/08/23 01:13:01 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only6: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only7: size = 0 OK 2026/08/23 01:13:01 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only7: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only8: size = 0 OK 2026/08/23 01:13:01 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only8: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only9: size = 0 OK 2026/08/23 01:13:01 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only9: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : only0: size = 0 OK 2026/08/23 01:13:01 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/23 01:13:01 INFO : only0: Copied (replaced existing) 2026/08/23 01:13:01 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (18.14s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:13:09 DEBUG : empty_dir: Making directory with metadata 2026/08/23 01:13:09 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 01:13:09 DEBUG : empty_on_remote: Making directory with metadata 2026/08/23 01:13:09 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 01:13:09 INFO : empty_on_remote: Making directory 2026/08/23 01:13:09 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/23 01:13:10 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/23 01:13:10 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/23 01:13:10 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/23 01:13:10 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.80s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:13:12 DEBUG : empty_dir: Making directory with metadata 2026/08/23 01:13:12 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 01:13:12 DEBUG : empty_on_remote: Making directory with metadata 2026/08/23 01:13:12 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/23 01:13:12 INFO : empty_on_remote: Making directory 2026/08/23 01:13:12 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/23 01:13:13 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/23 01:13:13 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/23 01:13:13 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/23 01:13:13 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/23 01:13:13 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.51s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:13:15 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/23 01:13:15 INFO : sub dir: Making directory 2026/08/23 01:13:15 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (4.14s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:13:19 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/23 01:13:19 INFO : sub dir: Making directory 2026/08/23 01:13:19 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (3.65s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:13:27 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:27 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:13:27 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:13:28 DEBUG : banana: size = 6 OK 2026/08/23 01:13:28 DEBUG : apple: size = 5 OK 2026/08/23 01:13:28 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:13:28 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : banana: Unchanged skipping 2026/08/23 01:13:28 DEBUG : apple: Unchanged skipping 2026/08/23 01:13:28 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:13:28 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:13:28 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:13:28 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:13:28 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:13:28 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:13:28 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:13:28 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:13:28 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:13:28 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:13:28 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:13:28 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:13:28 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:13:28 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:13:28 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:13:28 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:13:28 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:13:28 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:13:28 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:28 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:13:28 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:13:28 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:28 INFO : There was nothing to transfer 2026/08/23 01:13:28 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:28 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:13:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : apple: size = 5 OK 2026/08/23 01:13:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:13:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:13:29 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:13:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:13:29 DEBUG : apple: Unchanged skipping 2026/08/23 01:13:29 DEBUG : banana: size = 6 OK 2026/08/23 01:13:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : banana: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:13:29 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:13:29 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:13:29 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:13:29 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:13:29 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:13:29 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:13:29 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:13:29 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:13:29 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:13:29 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:13:29 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:13:29 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:13:29 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:13:29 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:13:29 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:13:29 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:13:29 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:29 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:13:29 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:13:29 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:29 INFO : There was nothing to transfer 2026/08/23 01:13:29 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:29 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:13:29 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:13:39 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:40 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : apple: size = 5 OK 2026/08/23 01:13:40 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:13:40 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : banana: size = 6 OK 2026/08/23 01:13:40 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:13:40 DEBUG : apple: Unchanged skipping 2026/08/23 01:13:40 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:13:40 DEBUG : banana: Unchanged skipping 2026/08/23 01:13:40 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:13:40 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:13:40 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:13:40 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:13:40 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:13:40 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:13:40 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:13:40 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:13:40 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:13:40 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:13:40 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:13:40 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:13:40 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:13:40 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:13:40 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:13:40 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:13:40 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:13:40 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:40 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:13:40 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:13:40 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:40 INFO : There was nothing to transfer 2026/08/23 01:13:40 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:40 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:13:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : apple: size = 5 OK 2026/08/23 01:13:41 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : apple: Unchanged skipping 2026/08/23 01:13:41 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:13:41 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:13:41 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:13:41 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:13:41 DEBUG : banana: size = 6 OK 2026/08/23 01:13:41 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : banana: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:13:41 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:13:41 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:13:41 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:13:41 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:13:41 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:13:41 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:13:41 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:13:41 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:13:41 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:13:41 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:13:41 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:13:41 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:13:41 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:13:41 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:13:41 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:13:41 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:13:41 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:41 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:13:41 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:13:41 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:41 INFO : There was nothing to transfer 2026/08/23 01:13:41 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:41 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:13:41 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:13:51 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:51 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:13:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:13:52 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:52 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:52 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:52 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:52 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:52 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:52 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:52 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:52 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:52 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:52 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:52 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:52 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:52 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:52 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:52 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:52 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:52 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:52 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:52 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:52 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:52 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : YXBwbGU=: size = 5 OK 2026/08/23 01:13:52 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/23 01:13:52 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/23 01:13:52 DEBUG : YmFuYW5h: size = 6 OK 2026/08/23 01:13:52 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/23 01:13:52 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/23 01:13:52 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/23 01:13:52 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/23 01:13:52 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:52 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:52 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:52 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:52 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:52 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/23 01:13:52 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:13:52 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:13:52 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:13:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/23 01:13:52 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/23 01:13:52 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/23 01:13:52 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/23 01:13:52 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/23 01:13:52 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/23 01:13:52 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/23 01:13:52 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/23 01:13:52 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:53 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/23 01:13:53 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/23 01:13:53 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:53 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/23 01:13:53 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/23 01:13:53 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:53 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/23 01:13:53 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/23 01:13:53 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:53 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/23 01:13:53 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/23 01:13:53 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:53 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/23 01:13:53 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/23 01:13:53 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:53 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/23 01:13:53 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/23 01:13:53 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:53 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/23 01:13:53 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/23 01:13:53 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:53 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/23 01:13:53 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/23 01:13:53 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:53 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/23 01:13:53 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/23 01:13:53 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 01:13:53 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/23 01:13:53 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/23 01:13:53 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:54 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/23 01:13:54 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/23 01:13:54 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/23 01:13:54 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/23 01:13:54 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/23 01:13:54 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:54 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/23 01:13:54 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/23 01:13:54 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:54 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:54 INFO : dir1/0015-9;=.txt: Deleted 2026/08/23 01:13:54 INFO : apple: Deleted 2026/08/23 01:13:54 INFO : dir1/0007-1234567.txt: Deleted 2026/08/23 01:13:54 INFO : dir1/0011-56789;.txt: Deleted 2026/08/23 01:13:54 INFO : dir1/0012-6789;.txt: Deleted 2026/08/23 01:13:54 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/23 01:13:54 INFO : dir1/0009-3456789.txt: Deleted 2026/08/23 01:13:54 INFO : banana: Deleted 2026/08/23 01:13:54 INFO : splitbananasplit: Deleted 2026/08/23 01:13:54 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/23 01:13:54 INFO : dir1/0003-defghij.txt: Deleted 2026/08/23 01:13:55 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/23 01:13:55 INFO : appleappleapplebanana: Deleted 2026/08/23 01:13:55 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/23 01:13:55 INFO : dir1/0010-456789.txt: Deleted 2026/08/23 01:13:55 INFO : dir1/0013-789;=.txt: Deleted 2026/08/23 01:13:55 INFO : dir1/0014-89;=.txt: Deleted 2026/08/23 01:13:55 INFO : dir1/0008-2345678.txt: Deleted 2026/08/23 01:13:55 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/23 01:13:55 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/23 01:13:55 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:55 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/23 01:13:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 01:13:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:55 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:55 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:55 DEBUG : YXBwbGU=: size = 5 OK 2026/08/23 01:13:55 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:55 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/23 01:13:55 DEBUG : apple: Unchanged skipping 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:13:55 DEBUG : YmFuYW5h: size = 6 OK 2026/08/23 01:13:55 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:55 DEBUG : banana: Unchanged skipping 2026/08/23 01:13:55 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/23 01:13:55 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:55 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:55 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:55 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/23 01:13:55 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:55 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:56 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:56 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:56 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:56 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:56 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:56 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:56 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:56 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:56 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:56 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:56 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:56 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:56 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:56 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/23 01:13:56 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/23 01:13:56 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/23 01:13:56 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/23 01:13:56 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/23 01:13:56 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/23 01:13:56 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/23 01:13:56 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/23 01:13:56 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/23 01:13:56 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/23 01:13:56 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:13:56 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/23 01:13:56 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/23 01:13:56 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/23 01:13:56 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/23 01:13:56 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/23 01:13:56 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/23 01:13:56 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/23 01:13:56 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:13:56 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:13:56 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:13:56 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:56 DEBUG : Waiting for deletions to finish 2026/08/23 01:13:56 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/23 01:13:56 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:56 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:56 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:56 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:56 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:56 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:56 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/23 01:13:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:56 DEBUG : apple: transformed to: YXBwbGU= 2026/08/23 01:13:56 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/23 01:13:56 DEBUG : banana: transformed to: YmFuYW5h 2026/08/23 01:13:56 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/23 01:13:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/23 01:13:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/23 01:13:56 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/23 01:13:56 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/23 01:13:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/23 01:13:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:14:06 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:06 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:14:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:14:07 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:07 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:07 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:07 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:07 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:07 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:07 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:07 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:07 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:07 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:07 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:07 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:07 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:07 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:07 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:07 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:07 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:07 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:07 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:07 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:07 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:07 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 01:14:07 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 01:14:07 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 01:14:07 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 01:14:07 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 01:14:07 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 01:14:07 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 01:14:07 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 01:14:07 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 01:14:07 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 01:14:07 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 01:14:07 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 01:14:07 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 01:14:07 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 01:14:07 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 01:14:07 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 01:14:07 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 01:14:07 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 01:14:07 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 01:14:07 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 01:14:07 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 01:14:07 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 01:14:07 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 01:14:07 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 01:14:07 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 01:14:07 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : PREFIXbanana: size = 6 OK 2026/08/23 01:14:07 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/23 01:14:07 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/23 01:14:07 DEBUG : PREFIXapple: size = 5 OK 2026/08/23 01:14:07 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/23 01:14:07 INFO : apple: Copied (new) to: PREFIXapple 2026/08/23 01:14:07 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/23 01:14:07 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/23 01:14:07 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/23 01:14:07 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/23 01:14:07 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/23 01:14:07 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/23 01:14:07 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/23 01:14:07 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/23 01:14:07 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/23 01:14:07 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/23 01:14:07 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:14:07 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:14:07 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/23 01:14:07 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/23 01:14:07 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/23 01:14:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 01:14:07 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/23 01:14:07 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/23 01:14:07 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/23 01:14:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:14:07 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/23 01:14:07 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 01:14:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 01:14:07 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/23 01:14:07 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/23 01:14:07 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/23 01:14:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 01:14:07 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/23 01:14:07 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/23 01:14:07 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 01:14:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 01:14:08 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/23 01:14:08 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/23 01:14:08 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 01:14:08 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 01:14:08 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/23 01:14:08 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/23 01:14:08 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/23 01:14:08 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 01:14:08 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/23 01:14:08 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/23 01:14:08 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 01:14:08 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 01:14:08 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/23 01:14:08 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/23 01:14:08 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/23 01:14:08 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 01:14:08 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/23 01:14:08 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/23 01:14:08 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/23 01:14:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 01:14:08 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/23 01:14:08 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/23 01:14:08 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/23 01:14:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 01:14:08 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/23 01:14:08 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/23 01:14:08 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/23 01:14:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 01:14:08 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/23 01:14:08 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/23 01:14:08 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 01:14:08 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 01:14:08 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/23 01:14:08 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/23 01:14:08 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/23 01:14:08 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 01:14:08 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/23 01:14:08 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/23 01:14:08 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/23 01:14:08 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/23 01:14:08 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/23 01:14:08 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/23 01:14:09 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/23 01:14:09 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/23 01:14:09 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/23 01:14:09 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/23 01:14:09 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/23 01:14:09 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/23 01:14:09 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:09 INFO : dir1/0008-2345678.txt: Deleted 2026/08/23 01:14:09 INFO : apple: Deleted 2026/08/23 01:14:09 INFO : dir1/0010-456789.txt: Deleted 2026/08/23 01:14:09 INFO : dir1/0015-9;=.txt: Deleted 2026/08/23 01:14:09 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/23 01:14:09 INFO : dir1/0003-defghij.txt: Deleted 2026/08/23 01:14:09 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/23 01:14:09 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/23 01:14:10 INFO : dir1/0007-1234567.txt: Deleted 2026/08/23 01:14:10 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/23 01:14:10 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/23 01:14:10 INFO : dir1/0011-56789;.txt: Deleted 2026/08/23 01:14:10 INFO : dir1/0009-3456789.txt: Deleted 2026/08/23 01:14:10 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/23 01:14:10 INFO : dir1/0012-6789;.txt: Deleted 2026/08/23 01:14:10 INFO : appleappleapplebanana: Deleted 2026/08/23 01:14:10 INFO : banana: Deleted 2026/08/23 01:14:10 INFO : splitbananasplit: Deleted 2026/08/23 01:14:10 INFO : dir1/0013-789;=.txt: Deleted 2026/08/23 01:14:10 INFO : dir1/0014-89;=.txt: Deleted 2026/08/23 01:14:10 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:10 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:14:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 01:14:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 01:14:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 01:14:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 01:14:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 01:14:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 01:14:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 01:14:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 01:14:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 01:14:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 01:14:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 01:14:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 01:14:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 01:14:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 01:14:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 01:14:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 01:14:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 01:14:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 01:14:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 01:14:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 01:14:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 01:14:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 01:14:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 01:14:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 01:14:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 01:14:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 01:14:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 01:14:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 01:14:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 01:14:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : apple: transformed to: PREFIXapple 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/23 01:14:10 DEBUG : banana: transformed to: PREFIXbanana 2026/08/23 01:14:10 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/23 01:14:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/23 01:14:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/23 01:14:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/23 01:14:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/23 01:14:10 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/23 01:14:10 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/23 01:14:10 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/23 01:14:10 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/23 01:14:10 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/23 01:14:10 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/23 01:14:10 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/23 01:14:10 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/23 01:14:10 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/23 01:14:10 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/23 01:14:10 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/23 01:14:10 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/23 01:14:10 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/23 01:14:10 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/23 01:14:10 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/23 01:14:10 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : apple: size = 5 OK 2026/08/23 01:14:11 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/23 01:14:11 INFO : apple: Copied (new) 2026/08/23 01:14:11 DEBUG : banana: size = 6 OK 2026/08/23 01:14:11 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/23 01:14:11 INFO : banana: Copied (new) 2026/08/23 01:14:11 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:14:11 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/23 01:14:11 INFO : appleappleapplebanana: Copied (new) 2026/08/23 01:14:11 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:14:11 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/23 01:14:11 INFO : splitbananasplit: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:11 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:14:11 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:14:11 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:14:11 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/23 01:14:11 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:14:11 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/23 01:14:11 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:14:11 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/23 01:14:11 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:14:11 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/23 01:14:11 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:14:11 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/23 01:14:11 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:14:11 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/23 01:14:11 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:14:11 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/23 01:14:11 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:14:11 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/23 01:14:11 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:14:11 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/23 01:14:11 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:14:11 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/23 01:14:11 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:14:11 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/23 01:14:11 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:14:11 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/23 01:14:11 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:14:11 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/23 01:14:11 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:14:11 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/23 01:14:11 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:14:11 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/23 01:14:11 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:14:11 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/23 01:14:11 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/23 01:14:11 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:12 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/23 01:14:12 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/23 01:14:12 INFO : PREFIXsplitbananasplit: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/23 01:14:12 INFO : PREFIXapple: Deleted 2026/08/23 01:14:12 INFO : PREFIXbanana: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/23 01:14:12 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/23 01:14:12 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:12 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:14:12 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:13 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:14:13 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:14:23 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:23 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:14:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 01:14:23 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:23 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 01:14:23 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:23 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 01:14:23 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 01:14:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:23 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:23 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:23 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:23 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/23 01:14:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:23 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/23 01:14:23 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:23 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/23 01:14:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 01:14:23 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/23 01:14:23 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:23 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:23 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:23 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/23 01:14:24 DEBUG : appleSUFFIX: size = 5 OK 2026/08/23 01:14:24 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/23 01:14:24 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/23 01:14:24 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/23 01:14:24 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/23 01:14:24 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:24 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:14:24 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:14:24 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/23 01:14:24 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/23 01:14:24 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/23 01:14:24 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/23 01:14:24 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/23 01:14:24 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/23 01:14:24 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/23 01:14:24 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/23 01:14:24 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/23 01:14:24 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/23 01:14:24 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/23 01:14:24 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/23 01:14:24 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/23 01:14:24 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/23 01:14:24 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 01:14:24 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/23 01:14:24 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/23 01:14:24 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/23 01:14:24 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/23 01:14:24 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/23 01:14:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/23 01:14:25 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/23 01:14:25 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/23 01:14:25 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/23 01:14:25 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/23 01:14:25 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/23 01:14:25 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/23 01:14:25 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/23 01:14:25 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/23 01:14:25 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/23 01:14:25 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/23 01:14:25 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/23 01:14:25 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/23 01:14:25 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/23 01:14:25 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/23 01:14:25 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/23 01:14:25 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/23 01:14:25 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/23 01:14:27 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/23 01:14:27 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/23 01:14:27 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/23 01:14:27 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:27 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/23 01:14:27 INFO : apple: Deleted 2026/08/23 01:14:27 INFO : dir1/0015-9;=.txt: Deleted 2026/08/23 01:14:27 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/23 01:14:27 INFO : appleappleapplebanana: Deleted 2026/08/23 01:14:27 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/23 01:14:27 INFO : dir1/0003-defghij.txt: Deleted 2026/08/23 01:14:27 INFO : dir1/0013-789;=.txt: Deleted 2026/08/23 01:14:27 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/23 01:14:27 INFO : banana: Deleted 2026/08/23 01:14:28 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/23 01:14:28 INFO : splitbananasplit: Deleted 2026/08/23 01:14:28 INFO : dir1/0014-89;=.txt: Deleted 2026/08/23 01:14:28 INFO : dir1/0009-3456789.txt: Deleted 2026/08/23 01:14:28 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/23 01:14:28 INFO : dir1/0007-1234567.txt: Deleted 2026/08/23 01:14:28 INFO : dir1/0008-2345678.txt: Deleted 2026/08/23 01:14:28 INFO : dir1/0010-456789.txt: Deleted 2026/08/23 01:14:28 INFO : dir1/0012-6789;.txt: Deleted 2026/08/23 01:14:28 INFO : dir1/0011-56789;.txt: Deleted 2026/08/23 01:14:28 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:28 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/23 01:14:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/23 01:14:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/23 01:14:28 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/23 01:14:28 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/23 01:14:28 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/23 01:14:28 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/23 01:14:28 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : apple: size = 5 OK 2026/08/23 01:14:29 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/23 01:14:29 INFO : apple: Copied (new) 2026/08/23 01:14:29 DEBUG : banana: size = 6 OK 2026/08/23 01:14:29 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/23 01:14:29 INFO : banana: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:29 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:14:29 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:14:29 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:14:29 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/23 01:14:29 INFO : splitbananasplit: Copied (new) 2026/08/23 01:14:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:14:29 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/23 01:14:29 INFO : appleappleapplebanana: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:14:29 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/23 01:14:29 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:14:29 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/23 01:14:29 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:14:29 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/23 01:14:29 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:14:29 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/23 01:14:29 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:14:29 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/23 01:14:29 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:14:29 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/23 01:14:29 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:14:29 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/23 01:14:29 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:14:29 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/23 01:14:29 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:14:29 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/23 01:14:29 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:14:29 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/23 01:14:29 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:14:29 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/23 01:14:29 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:14:29 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/23 01:14:29 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:14:29 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/23 01:14:29 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/23 01:14:29 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:14:29 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/23 01:14:29 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/23 01:14:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:14:30 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/23 01:14:30 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/23 01:14:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:14:30 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/23 01:14:30 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/23 01:14:30 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:30 INFO : appleSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : bananaSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : splitbananasplitSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/23 01:14:30 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/23 01:14:30 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:30 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:14:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:31 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:14:31 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:14:41 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:41 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:14:41 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:41 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:41 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:41 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:41 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:41 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:41 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:41 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:41 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:41 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/23 01:14:41 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:41 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/23 01:14:41 DEBUG : apple: size = 5 OK 2026/08/23 01:14:41 DEBUG : banana: size = 6 OK 2026/08/23 01:14:41 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:41 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:41 DEBUG : banana: Unchanged skipping 2026/08/23 01:14:41 DEBUG : apple: Unchanged skipping 2026/08/23 01:14:41 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:41 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:41 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/23 01:14:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:41 DEBUG : splitbanan: size = 16 OK 2026/08/23 01:14:41 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/23 01:14:41 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/23 01:14:42 DEBUG : appleapple: size = 21 OK 2026/08/23 01:14:42 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/23 01:14:42 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/23 01:14:42 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:42 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:42 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:42 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 01:14:42 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 01:14:42 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:42 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:42 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:42 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:42 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:42 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:42 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:42 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 01:14:42 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:42 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:42 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:42 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:42 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/23 01:14:42 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/23 01:14:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 01:14:42 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:14:42 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:14:42 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/23 01:14:42 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/23 01:14:42 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/23 01:14:42 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 01:14:42 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/23 01:14:42 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/23 01:14:42 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/23 01:14:42 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 01:14:42 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/23 01:14:42 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/23 01:14:42 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/23 01:14:42 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 01:14:42 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/23 01:14:42 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/23 01:14:42 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/23 01:14:42 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 01:14:42 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/23 01:14:42 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/23 01:14:42 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/23 01:14:42 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 01:14:42 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/23 01:14:42 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/23 01:14:42 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/23 01:14:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 01:14:42 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/23 01:14:42 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/23 01:14:42 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/23 01:14:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 01:14:42 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/23 01:14:42 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/23 01:14:42 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/23 01:14:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 01:14:42 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/23 01:14:42 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/23 01:14:42 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/23 01:14:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 01:14:42 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/23 01:14:42 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/23 01:14:42 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/23 01:14:42 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 01:14:42 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/23 01:14:42 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/23 01:14:42 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/23 01:14:42 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 01:14:42 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/23 01:14:42 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/23 01:14:42 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/23 01:14:42 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 01:14:42 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/23 01:14:42 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/23 01:14:42 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/23 01:14:42 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/23 01:14:42 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/23 01:14:42 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/23 01:14:42 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/23 01:14:42 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/23 01:14:42 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/23 01:14:42 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/23 01:14:42 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/23 01:14:42 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/23 01:14:42 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:42 INFO : dir1/0009-3456789.txt: Deleted 2026/08/23 01:14:42 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/23 01:14:43 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/23 01:14:43 INFO : dir1/0007-1234567.txt: Deleted 2026/08/23 01:14:43 INFO : dir1/0008-2345678.txt: Deleted 2026/08/23 01:14:43 INFO : dir1/0011-56789;.txt: Deleted 2026/08/23 01:14:43 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/23 01:14:43 INFO : dir1/0012-6789;.txt: Deleted 2026/08/23 01:14:43 INFO : dir1/0014-89;=.txt: Deleted 2026/08/23 01:14:43 INFO : appleappleapplebanana: Deleted 2026/08/23 01:14:43 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/23 01:14:43 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/23 01:14:43 INFO : dir1/0010-456789.txt: Deleted 2026/08/23 01:14:43 INFO : dir1/0013-789;=.txt: Deleted 2026/08/23 01:14:43 INFO : dir1/0015-9;=.txt: Deleted 2026/08/23 01:14:43 INFO : splitbananasplit: Deleted 2026/08/23 01:14:43 INFO : dir1/0003-defghij.txt: Deleted 2026/08/23 01:14:43 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/23 01:14:43 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:43 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : appleapple: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/23 01:14:43 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 01:14:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 01:14:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 01:14:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 01:14:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 01:14:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 01:14:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 01:14:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 01:14:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 01:14:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 01:14:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 01:14:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 01:14:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 01:14:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 01:14:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 01:14:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 01:14:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 01:14:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 01:14:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 01:14:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 01:14:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 01:14:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 01:14:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 01:14:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 01:14:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 01:14:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 01:14:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 01:14:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 01:14:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 01:14:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 01:14:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 01:14:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 01:14:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 01:14:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 01:14:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 01:14:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 01:14:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 01:14:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 01:14:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 01:14:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 01:14:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 01:14:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 01:14:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 01:14:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 01:14:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:44 DEBUG : apple: size = 5 OK 2026/08/23 01:14:44 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : apple: Unchanged skipping 2026/08/23 01:14:44 DEBUG : appleapple: size = 21 OK 2026/08/23 01:14:44 DEBUG : banana: size = 6 OK 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : splitbanan: size = 16 OK 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:14:44 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:14:44 DEBUG : banana: Unchanged skipping 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/23 01:14:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/23 01:14:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/23 01:14:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/23 01:14:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/23 01:14:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/23 01:14:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/23 01:14:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/23 01:14:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/23 01:14:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/23 01:14:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/23 01:14:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/23 01:14:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/23 01:14:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/23 01:14:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/23 01:14:44 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/23 01:14:44 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/23 01:14:44 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/23 01:14:44 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/23 01:14:44 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/23 01:14:44 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/23 01:14:44 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/23 01:14:44 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/23 01:14:44 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/23 01:14:44 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/23 01:14:44 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:14:44 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:14:44 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:14:44 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:44 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:44 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : appleapple: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 01:14:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 01:14:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 01:14:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 01:14:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 01:14:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 01:14:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 01:14:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 01:14:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 01:14:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 01:14:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 01:14:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 01:14:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 01:14:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 01:14:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 01:14:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 01:14:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 01:14:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 01:14:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 01:14:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/23 01:14:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/23 01:14:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/23 01:14:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/23 01:14:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/23 01:14:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/23 01:14:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/23 01:14:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/23 01:14:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/23 01:14:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/23 01:14:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/23 01:14:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/23 01:14:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/23 01:14:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/23 01:14:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/23 01:14:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/23 01:14:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/23 01:14:44 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:14:54 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:54 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:14:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:14:55 DEBUG : banana: size = 6 OK 2026/08/23 01:14:55 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : banana: Unchanged skipping 2026/08/23 01:14:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:14:55 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:14:55 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:14:55 DEBUG : apple: size = 5 OK 2026/08/23 01:14:55 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : apple: Unchanged skipping 2026/08/23 01:14:55 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:14:55 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:14:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:14:55 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:14:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:14:55 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:14:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:14:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:14:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:14:55 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:14:55 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:14:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:14:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:14:55 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:14:55 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:14:55 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:14:55 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:14:55 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:14:55 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:14:55 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:55 INFO : There was nothing to transfer 2026/08/23 01:14:55 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:56 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:14:56 DEBUG : apple: size = 5 OK 2026/08/23 01:14:56 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : apple: Unchanged skipping 2026/08/23 01:14:56 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:14:56 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:14:56 DEBUG : banana: size = 6 OK 2026/08/23 01:14:56 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : banana: Unchanged skipping 2026/08/23 01:14:56 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:14:56 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:14:56 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:14:56 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:14:56 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:14:56 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:14:56 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:14:56 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:14:56 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:14:56 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:14:56 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:14:56 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:14:56 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:14:56 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:14:56 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:14:56 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:14:56 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:14:56 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:14:56 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:14:56 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:14:56 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:14:56 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:56 INFO : There was nothing to transfer 2026/08/23 01:14:56 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:57 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : Waiting for deletions to finish 2026/08/23 01:14:57 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:14:57 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:15:07 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:08 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : apple: size = 5 OK 2026/08/23 01:15:08 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : banana: size = 6 OK 2026/08/23 01:15:08 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:15:08 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : banana: Unchanged skipping 2026/08/23 01:15:08 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : apple: Unchanged skipping 2026/08/23 01:15:08 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:15:08 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:15:08 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:15:08 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:15:08 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:15:08 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:08 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:15:08 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:15:08 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:15:08 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:15:08 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:15:08 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:15:08 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:15:08 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:15:08 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:15:08 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:15:08 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:15:08 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:15:08 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:15:08 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:08 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:15:08 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:15:08 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:08 INFO : There was nothing to transfer 2026/08/23 01:15:08 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:08 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:15:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : apple: size = 5 OK 2026/08/23 01:15:09 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:15:09 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:15:09 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:15:09 DEBUG : apple: Unchanged skipping 2026/08/23 01:15:09 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : banana: size = 6 OK 2026/08/23 01:15:09 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:15:09 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : banana: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:15:09 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:15:09 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:09 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:15:09 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:15:09 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:15:09 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:15:09 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:15:09 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:15:09 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:15:09 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:15:09 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:15:09 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:15:09 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:15:09 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:15:09 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:15:09 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:15:09 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:09 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:15:09 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:15:09 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:09 INFO : There was nothing to transfer 2026/08/23 01:15:09 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:09 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:15:09 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:15:20 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:20 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/23 01:15:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/23 01:15:21 DEBUG : pacer: Reducing sleep to 10ms 2026/08/23 01:15:21 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:15:21 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:15:21 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : banana: size = 6 OK 2026/08/23 01:15:21 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:15:21 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : banana: Unchanged skipping 2026/08/23 01:15:21 DEBUG : apple: size = 5 OK 2026/08/23 01:15:21 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : apple: Unchanged skipping 2026/08/23 01:15:21 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:15:21 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:15:21 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:15:21 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:15:21 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:15:21 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:15:21 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:15:21 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:15:21 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:15:21 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:15:21 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:15:21 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:15:21 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:15:21 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:15:21 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:15:21 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:15:21 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:15:21 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:21 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:15:21 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:21 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:15:21 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:21 INFO : There was nothing to transfer 2026/08/23 01:15:21 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:22 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : apple: size = 5 OK 2026/08/23 01:15:22 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:15:22 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : banana: size = 6 OK 2026/08/23 01:15:22 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : banana: Unchanged skipping 2026/08/23 01:15:22 DEBUG : apple: Unchanged skipping 2026/08/23 01:15:22 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:15:22 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:15:22 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:15:22 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:15:22 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:15:22 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:15:22 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:22 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:15:22 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:15:22 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:15:22 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:15:22 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:15:22 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:15:22 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:15:22 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:15:22 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:15:22 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:15:22 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:15:22 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:15:22 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:22 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:15:22 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:15:22 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:22 INFO : There was nothing to transfer 2026/08/23 01:15:22 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:22 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:15:22 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:15:33 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:33 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/23 01:15:33 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/23 01:15:33 DEBUG : pacer: Reducing sleep to 10ms 2026/08/23 01:15:33 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:15:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:15:34 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:15:34 DEBUG : apple: size = 5 OK 2026/08/23 01:15:34 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : apple: Unchanged skipping 2026/08/23 01:15:34 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:15:34 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:15:34 DEBUG : banana: size = 6 OK 2026/08/23 01:15:34 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : banana: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:15:34 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:15:34 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:15:34 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:15:34 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:34 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:15:34 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:15:34 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:15:34 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:15:34 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:15:34 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:15:34 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:15:34 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:15:34 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:15:34 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:15:34 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:15:34 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:15:34 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:34 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:15:34 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:15:34 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:34 INFO : There was nothing to transfer 2026/08/23 01:15:34 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:34 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:15:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : apple: size = 5 OK 2026/08/23 01:15:35 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:15:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:15:35 DEBUG : banana: size = 6 OK 2026/08/23 01:15:35 DEBUG : apple: Unchanged skipping 2026/08/23 01:15:35 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : banana: Unchanged skipping 2026/08/23 01:15:35 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:15:35 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:15:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:15:35 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:15:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:15:35 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:15:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:15:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:15:35 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:15:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:15:35 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:15:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:15:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:15:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:15:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:15:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:15:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:15:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:15:35 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:15:35 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:35 INFO : There was nothing to transfer 2026/08/23 01:15:35 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:35 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:15:35 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:15:45 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:45 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:15:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : apple: size = 5 OK 2026/08/23 01:15:46 DEBUG : banana: size = 6 OK 2026/08/23 01:15:46 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:15:46 DEBUG : apple: Unchanged skipping 2026/08/23 01:15:46 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:15:46 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : banana: Unchanged skipping 2026/08/23 01:15:46 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:15:46 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:15:46 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:15:46 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:15:46 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:15:46 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:15:46 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:15:46 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:15:46 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:15:46 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:46 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:15:46 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:15:46 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:15:46 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:15:46 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:15:46 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:15:46 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:15:46 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:15:46 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:46 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:15:46 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:15:46 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:46 INFO : There was nothing to transfer 2026/08/23 01:15:46 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:46 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:15:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : apple: size = 5 OK 2026/08/23 01:15:47 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : splitbananasplit: size = 16 OK 2026/08/23 01:15:47 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : splitbananasplit: Unchanged skipping 2026/08/23 01:15:47 DEBUG : apple: Unchanged skipping 2026/08/23 01:15:47 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/23 01:15:47 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/23 01:15:47 DEBUG : banana: size = 6 OK 2026/08/23 01:15:47 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : banana: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/23 01:15:47 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/23 01:15:47 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/23 01:15:47 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/23 01:15:47 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:47 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/23 01:15:47 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/23 01:15:47 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/23 01:15:47 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/23 01:15:47 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/23 01:15:47 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/23 01:15:47 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/23 01:15:47 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/23 01:15:47 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/23 01:15:47 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/23 01:15:47 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/23 01:15:47 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/23 01:15:47 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:15:47 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/23 01:15:47 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:15:47 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:47 INFO : There was nothing to transfer 2026/08/23 01:15:47 DEBUG : Waiting for deletions to finish 2026/08/23 01:15:47 DEBUG : apple: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : banana: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/23 01:15:47 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (149.81s) --- PASS: TestTransform/NFC (11.58s) --- PASS: TestTransform/NFD (11.99s) --- PASS: TestTransform/base64 (14.63s) --- PASS: TestTransform/prefix (16.73s) --- PASS: TestTransform/suffix (18.13s) --- PASS: TestTransform/truncate (13.49s) --- PASS: TestTransform/encoder (12.97s) --- PASS: TestTransform/ISO-8859-1 (12.58s) --- PASS: TestTransform/charmap (12.76s) --- PASS: TestTransform/lowercase (12.73s) --- PASS: TestTransform/ascii (12.24s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:15:52 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/23 01:15:52 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/23 01:15:52 INFO : sub dir_somesuffix: Making directory 2026/08/23 01:15:52 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/23 01:15:52 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/23 01:15:52 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/23 01:15:52 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/23 01:15:52 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/23 01:15:52 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:52 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:15:53 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/23 01:15:53 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:15:53 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/23 01:15:53 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (2.01s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:15:54 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:15:55 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:15:55 INFO : tictactoe: Making directory 2026/08/23 01:15:55 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:15:55 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:15:55 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:15:55 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/23 01:15:55 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:55 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:15:55 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:15:55 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/23 01:15:55 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:15:55 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/23 01:15:55 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.59s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:15:56 INFO : toe: Making directory 2026/08/23 01:15:56 INFO : toe/toe: Making directory 2026/08/23 01:15:56 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:15:56 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/23 01:15:56 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/23 01:15:56 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/23 01:15:56 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:56 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:15:57 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/23 01:15:57 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:15:57 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/23 01:15:57 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.56s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:15:58 INFO : toe: Making directory 2026/08/23 01:15:58 INFO : toe/toe: Making directory 2026/08/23 01:15:58 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:15:58 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/23 01:15:58 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/23 01:15:58 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/23 01:15:58 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:58 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:15:58 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/23 01:15:58 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:15:58 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/23 01:15:58 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.56s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:15:59 DEBUG : empty_dir: Making directory with metadata 2026/08/23 01:15:59 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 01:15:59 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:15:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:15:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:15:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:15:59 INFO : tictacempty_dir: Making directory 2026/08/23 01:15:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:15:59 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:15:59 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:15:59 INFO : tictactoe: Making directory 2026/08/23 01:15:59 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:15:59 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:15:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:15:59 INFO : tictactoe/tictactoe: Making directory 2026/08/23 01:15:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:15:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/23 01:15:59 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 01:15:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/23 01:15:59 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:15:59 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:16:00 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/23 01:16:00 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:16:00 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/23 01:16:00 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (2.16s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:16:01 DEBUG : empty_dir: Making directory with metadata 2026/08/23 01:16:01 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 01:16:01 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:01 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:01 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:01 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:01 INFO : tictacempty_dir: Making directory 2026/08/23 01:16:01 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:01 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:01 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:01 INFO : tictactoe: Making directory 2026/08/23 01:16:01 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:01 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:01 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:16:01 INFO : tictactoe/tictactoe: Making directory 2026/08/23 01:16:01 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:16:01 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/23 01:16:01 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:01 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 01:16:01 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:01 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:16:01 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:16:02 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 01:16:02 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:16:02 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:02 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/23 01:16:02 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:16:02 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:02 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:02 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:03 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/23 01:16:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 01:16:03 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:16:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/08/23 01:16:03 NOTICE: B2 bucket rclone-test-juqimem4loti: 0 differences found 2026/08/23 01:16:03 NOTICE: B2 bucket rclone-test-juqimem4loti: 1 matching files --- PASS: TestAllTag (2.57s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:16:04 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:04 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:04 INFO : tictactoe: Making directory 2026/08/23 01:16:04 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:04 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:04 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:16:04 INFO : tictactoe/tictactoe: Making directory 2026/08/23 01:16:04 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:16:04 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/23 01:16:04 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 01:16:04 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/23 01:16:04 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:16:04 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:16:05 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/23 01:16:05 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:16:05 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/23 01:16:05 DEBUG : Waiting for deletions to finish 2026/08/23 01:16:05 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:05 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:05 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:05 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:16:05 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/23 01:16:05 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/23 01:16:05 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:16:05 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/23 01:16:05 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/23 01:16:05 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:16:05 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.34s) === RUN TestSyntax 2026/08/23 01:16:06 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:16:06 INFO : toe: Making directory 2026/08/23 01:16:06 INFO : toe/toe: Making directory 2026/08/23 01:16:06 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/23 01:16:06 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:16:06 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:16:07 DEBUG : toe/toe/toe: size = 11 OK 2026/08/23 01:16:07 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:16:07 INFO : toe/toe/toe: Copied (new) 2026/08/23 01:16:07 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.55s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:16:08 DEBUG : empty_dir: Making directory with metadata 2026/08/23 01:16:08 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 01:16:08 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:08 INFO : tictacempty_dir: Making directory 2026/08/23 01:16:08 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:08 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:08 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:08 INFO : tictactoe: Making directory 2026/08/23 01:16:08 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:08 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:08 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:16:08 INFO : tictactoe/tictactoe: Making directory 2026/08/23 01:16:08 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:16:08 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/23 01:16:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:08 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 01:16:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:08 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:16:08 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:16:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 01:16:09 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:16:09 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:09 INFO : toe/toe/toe.txt: Deleted 2026/08/23 01:16:09 INFO : toe/toe: Removing directory 2026/08/23 01:16:09 INFO : toe: Removing directory 2026/08/23 01:16:09 INFO : empty_dir: Removing directory 2026/08/23 01:16:09 DEBUG : Local file system at /tmp/rclone4092381894: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (2.30s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:16:10 DEBUG : empty_dir: Making directory with metadata 2026/08/23 01:16:10 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 01:16:10 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:10 INFO : tictacempty_dir: Making directory 2026/08/23 01:16:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:10 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:10 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:10 INFO : tictactoe: Making directory 2026/08/23 01:16:10 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:10 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:16:10 INFO : tictactoe/tictactoe: Making directory 2026/08/23 01:16:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:16:10 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/23 01:16:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:10 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 01:16:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:10 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:10 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:16:10 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:16:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 01:16:11 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:16:11 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:11 INFO : toe/toe/toe.txt: Deleted 2026/08/23 01:16:11 INFO : toe/toe: Removing directory 2026/08/23 01:16:11 INFO : toe: Removing directory 2026/08/23 01:16:11 INFO : empty_dir: Removing directory 2026/08/23 01:16:11 DEBUG : Local file system at /tmp/rclone4092381894: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/23 01:16:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 01:16:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/23 01:16:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/23 01:16:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/23 01:16:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/23 01:16:12 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/23 01:16:12 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:16:12 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/08/23 01:16:12 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:251: Filtering empty directory "tictacempty_dir" fstest.go:251: Filtering empty directory "tictactoe" fstest.go:251: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestTransformFile (2.92s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:16:13 DEBUG : Reset feature "Copy" 2026/08/23 01:16:13 DEBUG : Reset feature "Move" 2026/08/23 01:16:13 DEBUG : Reset feature "Copy" 2026/08/23 01:16:13 DEBUG : Reset feature "Move" 2026/08/23 01:16:13 DEBUG : empty_dir: Making directory with metadata 2026/08/23 01:16:13 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/23 01:16:13 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:13 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:13 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:13 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:13 INFO : tictacempty_dir: Making directory 2026/08/23 01:16:13 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/23 01:16:13 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:13 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:13 INFO : tictactoe: Making directory 2026/08/23 01:16:13 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:13 DEBUG : toe: transformed to: tictactoe 2026/08/23 01:16:13 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:16:13 INFO : tictactoe/tictactoe: Making directory 2026/08/23 01:16:13 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/23 01:16:13 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/23 01:16:13 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:13 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 01:16:13 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:13 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:13 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:16:13 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:16:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 01:16:14 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:16:14 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/23 01:16:14 INFO : toe/toe/toe.txt: Deleted 2026/08/23 01:16:14 INFO : toe/toe: Removing directory 2026/08/23 01:16:14 INFO : toe: Removing directory 2026/08/23 01:16:14 INFO : empty_dir: Removing directory 2026/08/23 01:16:14 DEBUG : Local file system at /tmp/rclone4092381894: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/23 01:16:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/23 01:16:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/23 01:16:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/23 01:16:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/23 01:16:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/23 01:16:15 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/23 01:16:15 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:16:15 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/23 01:16:15 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:251: Filtering empty directory "tictacempty_dir" fstest.go:251: Filtering empty directory "tictactoe" fstest.go:251: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestManualTransformFile (3.23s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:16:16 DEBUG : toe: transformed to: dG9l 2026/08/23 01:16:16 DEBUG : toe: transformed to: dG9l 2026/08/23 01:16:16 INFO : dG9l: Making directory 2026/08/23 01:16:16 DEBUG : toe: transformed to: dG9l 2026/08/23 01:16:16 DEBUG : toe: transformed to: dG9l 2026/08/23 01:16:16 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/23 01:16:16 INFO : dG9l/dG9l: Making directory 2026/08/23 01:16:16 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/23 01:16:16 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/23 01:16:16 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/23 01:16:16 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/23 01:16:16 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/23 01:16:16 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:16:16 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:16:17 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/23 01:16:17 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:16:17 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/23 01:16:17 DEBUG : Waiting for deletions to finish 2026/08/23 01:16:17 DEBUG : dG9l: transformed to: toe 2026/08/23 01:16:17 DEBUG : dG9l: transformed to: toe 2026/08/23 01:16:17 DEBUG : dG9l: transformed to: toe 2026/08/23 01:16:17 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/23 01:16:18 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/23 01:16:18 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/23 01:16:18 DEBUG : Local file system at /tmp/rclone4092381894: Waiting for checks to finish 2026/08/23 01:16:18 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/23 01:16:18 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/23 01:16:18 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/23 01:16:18 DEBUG : Local file system at /tmp/rclone4092381894: Waiting for transfers to finish 2026/08/23 01:16:18 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.39s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-juqimem4loti", Local "Local file system at /tmp/rclone4092381894", Modify Window "1ms" 2026/08/23 01:16:18 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 01:16:18 DEBUG : toe: transformed to: 2026/08/23 01:16:19 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 01:16:19 DEBUG : toe: transformed to: 2026/08/23 01:16:19 INFO : B2 bucket rclone-test-juqimem4loti: Making directory 2026/08/23 01:16:19 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 01:16:19 DEBUG : toe: transformed to: 2026/08/23 01:16:19 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 01:16:19 DEBUG : toe: transformed to: 2026/08/23 01:16:19 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 01:16:19 DEBUG : toe/toe: transformed to: 2026/08/23 01:16:19 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/23 01:16:19 INFO : toe/toe: Making directory 2026/08/23 01:16:19 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 01:16:19 DEBUG : toe/toe: transformed to: 2026/08/23 01:16:19 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/23 01:16:19 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 01:16:19 DEBUG : toe: transformed to: 2026/08/23 01:16:19 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/23 01:16:19 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/23 01:16:19 DEBUG : toe/toe/toe: transformed to: 2026/08/23 01:16:19 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/23 01:16:19 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for checks to finish 2026/08/23 01:16:19 DEBUG : B2 bucket rclone-test-juqimem4loti: Waiting for transfers to finish 2026/08/23 01:16:19 DEBUG : toe/toe/toe: size = 11 OK 2026/08/23 01:16:19 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/23 01:16:19 INFO : toe/toe/toe: Copied (new) 2026/08/23 01:16:19 ERROR : B2 bucket rclone-test-juqimem4loti: not deleting files as there were IO errors 2026/08/23 01:16:19 ERROR : B2 bucket rclone-test-juqimem4loti: not deleting directories as there were IO errors --- PASS: TestError (1.53s) PASS 2026/08/23 01:16:20 DEBUG : B2 bucket rclone-test-juqimem4loti: Purge remote 2026/08/23 01:16:20 INFO : B2 bucket rclone-test-juqimem4loti: cleaning bucket "rclone-test-juqimem4loti" of all files 2026/08/23 01:16:21 DEBUG : BackupDir/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780eff27c_d20260823_m011103_c001_v7007000_t0000_u01787447463791") 2026/08/23 01:16:21 DEBUG : BackupDir/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f409cf1ddb4de5329_d20260823_m011059_c001_v0001145_t0007_u01787447459390") 2026/08/23 01:16:21 DEBUG : CompareDest/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4189d3b2c05194b4_d20260823_m011040_c001_v7007000_t0000_u01787447440750") 2026/08/23 01:16:21 DEBUG : CompareDest/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41764b4adbc57f79_d20260823_m011035_c001_v0001115_t0025_u01787447435598") 2026/08/23 01:16:21 DEBUG : CompareDest/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4189d3b2c05194b5_d20260823_m011040_c001_v7007000_t0000_u01787447440932") 2026/08/23 01:16:21 DEBUG : CompareDest/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9517_d20260823_m011036_c001_v0001130_t0014_u01787447436512") 2026/08/23 01:16:21 DEBUG : CopyDest/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780eff27d_d20260823_m011103_c001_v7007000_t0000_u01787447463974") 2026/08/23 01:16:21 DEBUG : CopyDest/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9577_d20260823_m011056_c001_v0001130_t0014_u01787447456241") 2026/08/23 01:16:21 DEBUG : CopyDest/three: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780eff27e_d20260823_m011104_c001_v7007000_t0000_u01787447464158") 2026/08/23 01:16:21 DEBUG : CopyDest/three: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce959d_d20260823_m011102_c001_v0001130_t0014_u01787447462103") 2026/08/23 01:16:22 DEBUG : CopyDest/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780eff27f_d20260823_m011104_c001_v7007000_t0000_u01787447464341") 2026/08/23 01:16:22 DEBUG : CopyDest/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41764b4adbc57fff_d20260823_m011100_c001_v0001115_t0025_u01787447460175") 2026/08/23 01:16:22 DEBUG : EXISTING: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d468e1_d20260823_m011235_c001_v7007000_t0000_u01787447555661") 2026/08/23 01:16:22 DEBUG : EXISTING: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce973a_d20260823_m011234_c001_v0001130_t0014_u01787447554650") 2026/08/23 01:16:22 DEBUG : PREFIXapple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873cea56e_d20260823_m011412_c001_v7007000_t0000_u01787447652278") 2026/08/23 01:16:22 DEBUG : PREFIXapple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9954_d20260823_m011407_c001_v0001130_t0014_u01787447647442") 2026/08/23 01:16:22 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f417f207affb9b5bf_d20260823_m011412_c001_v7007000_t0000_u01787447652060") 2026/08/23 01:16:22 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7b13_d20260823_m011407_c001_v0001178_t0053_u01787447647443") 2026/08/23 01:16:22 DEBUG : PREFIXbanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f423dae673d838d10_d20260823_m011412_c001_v7007000_t0000_u01787447652286") 2026/08/23 01:16:22 DEBUG : PREFIXbanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973ac3_d20260823_m011407_c001_v0001179_t0045_u01787447647425") 2026/08/23 01:16:22 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a1e_d20260823_m011412_c001_v7007000_t0000_u01787447652223") 2026/08/23 01:16:22 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f090e1_d20260823_m011407_c001_v0001116_t0047_u01787447647452") 2026/08/23 01:16:22 DEBUG : Testêé: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d468d2_d20260823_m011232_c001_v7007000_t0000_u01787447552419") 2026/08/23 01:16:22 DEBUG : Testêé: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce972e_d20260823_m011231_c001_v0001130_t0014_u01787447551862") 2026/08/23 01:16:22 DEBUG : Testêé: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9726_d20260823_m011231_c001_v0001130_t0014_u01787447551297") 2026/08/23 01:16:22 DEBUG : YXBwbGU=: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dad7_d20260823_m011356_c001_v7007000_t0000_u01787447636861") 2026/08/23 01:16:22 DEBUG : YXBwbGU=: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09081_d20260823_m011352_c001_v0001116_t0047_u01787447632523") 2026/08/23 01:16:22 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dad8_d20260823_m011357_c001_v7007000_t0000_u01787447637056") 2026/08/23 01:16:22 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973a5b_d20260823_m011352_c001_v0001179_t0056_u01787447632512") 2026/08/23 01:16:22 DEBUG : YmFuYW5h: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dad9_d20260823_m011357_c001_v7007000_t0000_u01787447637241") 2026/08/23 01:16:22 DEBUG : YmFuYW5h: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9912_d20260823_m011352_c001_v0001130_t0014_u01787447632531") 2026/08/23 01:16:22 DEBUG : a/potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9ce7c_d20260823_m010902_c001_v7007000_t0000_u01787447342589") 2026/08/23 01:16:23 DEBUG : a/potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce92f7_d20260823_m010901_c001_v0001130_t0049_u01787447341890") 2026/08/23 01:16:23 DEBUG : a/potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce835e_d20260823_m010900_c001_v7007000_t0000_u01787447340595") 2026/08/23 01:16:23 DEBUG : a/potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce92e7_d20260823_m010859_c001_v0001130_t0037_u01787447339705") 2026/08/23 01:16:23 DEBUG : a/potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256bbb_d20260823_m010844_c001_v7007000_t0000_u01787447324055") 2026/08/23 01:16:23 DEBUG : a/potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce9265_d20260823_m010843_c001_v0001130_t0032_u01787447323171") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd1935e_d20260823_m011548_c001_v7007000_t0000_u01787447748451") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f092f7_d20260823_m011545_c001_v0001116_t0047_u01787447745021") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd1906e_d20260823_m011536_c001_v7007000_t0000_u01787447736266") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f092bb_d20260823_m011532_c001_v0001116_t0047_u01787447732387") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653884_d20260823_m011523_c001_v7007000_t0000_u01787447723557") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09277_d20260823_m011519_c001_v0001116_t0047_u01787447719616") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653828_d20260823_m011510_c001_v7007000_t0000_u01787447710428") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09245_d20260823_m011507_c001_v0001116_t0047_u01787447707174") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653652_d20260823_m011458_c001_v7007000_t0000_u01787447698196") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09207_d20260823_m011454_c001_v0001116_t0047_u01787447694102") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653528_d20260823_m011445_c001_v7007000_t0000_u01787447685249") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973bd7_d20260823_m011440_c001_v0001179_t0045_u01787447680493") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f433_d20260823_m011431_c001_v7007000_t0000_u01787447671845") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7bc3_d20260823_m011429_c001_v0001178_t0020_u01787447669094") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f421d6221446dc331_d20260823_m011427_c001_v7007000_t0000_u01787447667666") 2026/08/23 01:16:23 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7b93_d20260823_m011422_c001_v0001178_t0020_u01787447662440") 2026/08/23 01:16:24 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b47e_d20260823_m011413_c001_v7007000_t0000_u01787447653739") 2026/08/23 01:16:24 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7b2f_d20260823_m011411_c001_v0001178_t0020_u01787447651013") 2026/08/23 01:16:24 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a14_d20260823_m011409_c001_v7007000_t0000_u01787447649425") 2026/08/23 01:16:24 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973abb_d20260823_m011406_c001_v0001179_t0045_u01787447646016") 2026/08/23 01:16:24 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dad2_d20260823_m011354_c001_v7007000_t0000_u01787447634531") 2026/08/23 01:16:24 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973a53_d20260823_m011351_c001_v0001179_t0045_u01787447631061") 2026/08/23 01:16:24 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dab7_d20260823_m011342_c001_v7007000_t0000_u01787447622323") 2026/08/23 01:16:24 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d9739ff_d20260823_m011339_c001_v0001179_t0045_u01787447619140") 2026/08/23 01:16:24 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c7208d_d20260823_m011329_c001_v7007000_t0000_u01787447609996") 2026/08/23 01:16:24 DEBUG : apple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d9739c1_d20260823_m011326_c001_v0001179_t0045_u01787447606899") 2026/08/23 01:16:24 DEBUG : appleSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1bc16_d20260823_m011430_c001_v7007000_t0000_u01787447670123") 2026/08/23 01:16:24 DEBUG : appleSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7ba1_d20260823_m011424_c001_v0001178_t0020_u01787447664096") 2026/08/23 01:16:24 DEBUG : appleapple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665352b_d20260823_m011445_c001_v7007000_t0000_u01787447685432") 2026/08/23 01:16:24 DEBUG : appleapple: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a0e_d20260823_m011441_c001_v0001130_t0014_u01787447681911") 2026/08/23 01:16:24 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd19361_d20260823_m011548_c001_v7007000_t0000_u01787447748635") 2026/08/23 01:16:24 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973d85_d20260823_m011545_c001_v0001179_t0045_u01787447745391") 2026/08/23 01:16:24 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd19078_d20260823_m011536_c001_v7007000_t0000_u01787447736450") 2026/08/23 01:16:24 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973d35_d20260823_m011532_c001_v0001179_t0045_u01787447732754") 2026/08/23 01:16:24 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653885_d20260823_m011523_c001_v7007000_t0000_u01787447723741") 2026/08/23 01:16:24 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973ce5_d20260823_m011520_c001_v0001179_t0045_u01787447720139") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653829_d20260823_m011510_c001_v7007000_t0000_u01787447710636") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973c8b_d20260823_m011507_c001_v0001179_t0045_u01787447707544") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653654_d20260823_m011458_c001_v7007000_t0000_u01787447698379") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973c39_d20260823_m011454_c001_v0001179_t0045_u01787447694472") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4188293bf542a262_d20260823_m011443_c001_v7007000_t0000_u01787447683279") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f091b1_d20260823_m011440_c001_v0001116_t0047_u01787447680857") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f435_d20260823_m011432_c001_v7007000_t0000_u01787447672027") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973b73_d20260823_m011429_c001_v0001179_t0045_u01787447669103") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780effc7a_d20260823_m011427_c001_v7007000_t0000_u01787447667670") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce99a2_d20260823_m011422_c001_v0001130_t0014_u01787447662883") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b47f_d20260823_m011413_c001_v7007000_t0000_u01787447653921") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973ae3_d20260823_m011411_c001_v0001179_t0045_u01787447651034") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d71b6fd_d20260823_m011410_c001_v7007000_t0000_u01787447650040") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7b05_d20260823_m011406_c001_v0001178_t0020_u01787447646387") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f413c9e888bd4a93b_d20260823_m011354_c001_v7007000_t0000_u01787447634934") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9910_d20260823_m011351_c001_v0001130_t0014_u01787447631465") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dab8_d20260823_m011342_c001_v7007000_t0000_u01787447622507") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce98d4_d20260823_m011339_c001_v0001130_t0014_u01787447619509") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c72096_d20260823_m011330_c001_v7007000_t0000_u01787447610179") 2026/08/23 01:16:25 DEBUG : appleappleapplebanana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce98a6_d20260823_m011327_c001_v0001130_t0014_u01787447607265") 2026/08/23 01:16:25 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f42b_d20260823_m011430_c001_v7007000_t0000_u01787447670153") 2026/08/23 01:16:25 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f118d163eb4f0914d_d20260823_m011424_c001_v0001116_t0042_u01787447664106") 2026/08/23 01:16:25 DEBUG : b/potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9ce87_d20260823_m010902_c001_v7007000_t0000_u01787447342769") 2026/08/23 01:16:26 DEBUG : b/potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce92f1_d20260823_m010901_c001_v0001130_t0014_u01787447341136") 2026/08/23 01:16:26 DEBUG : b/potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce8356_d20260823_m010900_c001_v7007000_t0000_u01787447340054") 2026/08/23 01:16:26 DEBUG : b/potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce92db_d20260823_m010858_c001_v0001130_t0014_u01787447338964") 2026/08/23 01:16:26 DEBUG : b/potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256bba_d20260823_m010843_c001_v7007000_t0000_u01787447323511") 2026/08/23 01:16:26 DEBUG : b/potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce925b_d20260823_m010842_c001_v0001130_t0014_u01787447322419") 2026/08/23 01:16:26 DEBUG : backup/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb48e10_d20260823_m011117_c001_v7007000_t0000_u01787447477875") 2026/08/23 01:16:26 DEBUG : backup/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4150133495719b03_d20260823_m011116_c001_v0001171_t0016_u01787447476389") 2026/08/23 01:16:26 DEBUG : backup/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f408faaca00b14fa7_d20260823_m011112_c001_v0001130_t0059_u01787447472804") 2026/08/23 01:16:26 DEBUG : backup/one-2019-01-01: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d46625_d20260823_m011201_c001_v7007000_t0000_u01787447521853") 2026/08/23 01:16:26 DEBUG : backup/one-2019-01-01: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f417f30acbd1654f5_d20260823_m011159_c001_v0001109_t0000_u01787447519906") 2026/08/23 01:16:26 DEBUG : backup/one-2019-01-01: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40843d12b75749be_d20260823_m011156_c001_v0001150_t0045_u01787447516516") 2026/08/23 01:16:26 DEBUG : backup/one.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c6523_d20260823_m011150_c001_v7007000_t0000_u01787447510371") 2026/08/23 01:16:26 DEBUG : backup/one.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41113a24c8ba32c4_d20260823_m011148_c001_v0001180_t0027_u01787447508882") 2026/08/23 01:16:26 DEBUG : backup/one.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40111732dcda7618_d20260823_m011144_c001_v0001044_t0000_u01787447504755") 2026/08/23 01:16:26 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d46629_d20260823_m011202_c001_v7007000_t0000_u01787447522035") 2026/08/23 01:16:26 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4187dba8f3af98b4_d20260823_m011200_c001_v0001171_t0035_u01787447520656") 2026/08/23 01:16:26 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40285f1dfc6d53bb_d20260823_m011157_c001_v0001131_t0056_u01787447517816") 2026/08/23 01:16:26 DEBUG : backup/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb48e11_d20260823_m011118_c001_v7007000_t0000_u01787447478058") 2026/08/23 01:16:26 DEBUG : backup/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f416840237626065e_d20260823_m011117_c001_v0001101_t0003_u01787447477139") 2026/08/23 01:16:26 DEBUG : backup/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f403066dba66a6e4b_d20260823_m011114_c001_v0001185_t0001_u01787447474194") 2026/08/23 01:16:26 DEBUG : backup/three.txt.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c6525_d20260823_m011150_c001_v7007000_t0000_u01787447510553") 2026/08/23 01:16:27 DEBUG : backup/three.txt.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410a86136db681cb_d20260823_m011149_c001_v0001184_t0054_u01787447509633") 2026/08/23 01:16:27 DEBUG : backup/three.txt.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4183ea9b4e90266d_d20260823_m011146_c001_v0001177_t0059_u01787447506818") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd1936b_d20260823_m011548_c001_v7007000_t0000_u01787447748820") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7dcd_d20260823_m011545_c001_v0001178_t0020_u01787447745205") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd19080_d20260823_m011536_c001_v7007000_t0000_u01787447736634") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7d83_d20260823_m011532_c001_v0001178_t0020_u01787447732570") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653886_d20260823_m011523_c001_v7007000_t0000_u01787447723924") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7d17_d20260823_m011519_c001_v0001178_t0020_u01787447719954") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665382a_d20260823_m011510_c001_v7007000_t0000_u01787447710818") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7cdb_d20260823_m011507_c001_v0001178_t0020_u01787447707358") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653659_d20260823_m011458_c001_v7007000_t0000_u01787447698562") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7c87_d20260823_m011454_c001_v0001178_t0020_u01787447694285") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665352e_d20260823_m011445_c001_v7007000_t0000_u01787447685614") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a06_d20260823_m011440_c001_v0001130_t0014_u01787447680675") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f436_d20260823_m011432_c001_v7007000_t0000_u01787447672208") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce99c2_d20260823_m011429_c001_v0001130_t0014_u01787447669116") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780effc7f_d20260823_m011427_c001_v7007000_t0000_u01787447667860") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f0914b_d20260823_m011422_c001_v0001116_t0047_u01787447662625") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b5f3_d20260823_m011414_c001_v7007000_t0000_u01787447654103") 2026/08/23 01:16:27 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f090fb_d20260823_m011411_c001_v0001116_t0047_u01787447651022") 2026/08/23 01:16:28 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f417f207affb9b5bc_d20260823_m011410_c001_v7007000_t0000_u01787447650090") 2026/08/23 01:16:28 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce994c_d20260823_m011406_c001_v0001130_t0014_u01787447646202") 2026/08/23 01:16:28 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c723f_d20260823_m011354_c001_v7007000_t0000_u01787447634763") 2026/08/23 01:16:28 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f0907b_d20260823_m011351_c001_v0001116_t0047_u01787447631283") 2026/08/23 01:16:28 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dab9_d20260823_m011342_c001_v7007000_t0000_u01787447622691") 2026/08/23 01:16:28 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09035_d20260823_m011339_c001_v0001116_t0047_u01787447619325") 2026/08/23 01:16:28 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c720a2_d20260823_m011330_c001_v7007000_t0000_u01787447610363") 2026/08/23 01:16:28 DEBUG : banana: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f08ff3_d20260823_m011327_c001_v0001116_t0047_u01787447607081") 2026/08/23 01:16:28 DEBUG : bananaSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d71b78b_d20260823_m011430_c001_v7007000_t0000_u01787447670163") 2026/08/23 01:16:28 DEBUG : bananaSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce99a6_d20260823_m011424_c001_v0001130_t0014_u01787447664118") 2026/08/23 01:16:28 DEBUG : both0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d29_d20260823_m011302_c001_v7007000_t0000_u01787447582256") 2026/08/23 01:16:28 DEBUG : both0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97c2_d20260823_m011252_c001_v0001130_t0014_u01787447572180") 2026/08/23 01:16:28 DEBUG : both0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496d1_d20260823_m011247_c001_v7007000_t0000_u01787447567781") 2026/08/23 01:16:28 DEBUG : both0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9744_d20260823_m011237_c001_v0001130_t0014_u01787447557528") 2026/08/23 01:16:28 DEBUG : both1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d2a_d20260823_m011302_c001_v7007000_t0000_u01787447582437") 2026/08/23 01:16:28 DEBUG : both1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97ca_d20260823_m011252_c001_v0001130_t0014_u01787447572545") 2026/08/23 01:16:28 DEBUG : both1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496d2_d20260823_m011247_c001_v7007000_t0000_u01787447567963") 2026/08/23 01:16:28 DEBUG : both1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9748_d20260823_m011237_c001_v0001130_t0014_u01787447557896") 2026/08/23 01:16:28 DEBUG : both10: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d2b_d20260823_m011302_c001_v7007000_t0000_u01787447582619") 2026/08/23 01:16:28 DEBUG : both10: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97f8_d20260823_m011255_c001_v0001130_t0014_u01787447575834") 2026/08/23 01:16:28 DEBUG : both10: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496d3_d20260823_m011248_c001_v7007000_t0000_u01787447568145") 2026/08/23 01:16:28 DEBUG : both10: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9778_d20260823_m011241_c001_v0001130_t0014_u01787447561268") 2026/08/23 01:16:29 DEBUG : both11: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d2c_d20260823_m011302_c001_v7007000_t0000_u01787447582800") 2026/08/23 01:16:29 DEBUG : both11: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97fe_d20260823_m011256_c001_v0001130_t0014_u01787447576201") 2026/08/23 01:16:29 DEBUG : both11: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496d5_d20260823_m011248_c001_v7007000_t0000_u01787447568326") 2026/08/23 01:16:29 DEBUG : both11: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce977e_d20260823_m011241_c001_v0001130_t0014_u01787447561636") 2026/08/23 01:16:29 DEBUG : both12: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d2e_d20260823_m011302_c001_v7007000_t0000_u01787447582983") 2026/08/23 01:16:29 DEBUG : both12: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9806_d20260823_m011256_c001_v0001130_t0014_u01787447576575") 2026/08/23 01:16:29 DEBUG : both12: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496d6_d20260823_m011248_c001_v7007000_t0000_u01787447568507") 2026/08/23 01:16:29 DEBUG : both12: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9784_d20260823_m011242_c001_v0001130_t0014_u01787447562005") 2026/08/23 01:16:29 DEBUG : both13: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d30_d20260823_m011303_c001_v7007000_t0000_u01787447583163") 2026/08/23 01:16:29 DEBUG : both13: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce980e_d20260823_m011256_c001_v0001130_t0014_u01787447576941") 2026/08/23 01:16:29 DEBUG : both13: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496d8_d20260823_m011248_c001_v7007000_t0000_u01787447568688") 2026/08/23 01:16:29 DEBUG : both13: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9788_d20260823_m011242_c001_v0001130_t0014_u01787447562390") 2026/08/23 01:16:29 DEBUG : both14: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d34_d20260823_m011303_c001_v7007000_t0000_u01787447583344") 2026/08/23 01:16:29 DEBUG : both14: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9812_d20260823_m011257_c001_v0001130_t0014_u01787447577309") 2026/08/23 01:16:29 DEBUG : both14: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496d9_d20260823_m011248_c001_v7007000_t0000_u01787447568871") 2026/08/23 01:16:29 DEBUG : both14: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce978e_d20260823_m011242_c001_v0001130_t0014_u01787447562764") 2026/08/23 01:16:29 DEBUG : both15: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d37_d20260823_m011303_c001_v7007000_t0000_u01787447583535") 2026/08/23 01:16:29 DEBUG : both15: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce981a_d20260823_m011257_c001_v0001130_t0014_u01787447577675") 2026/08/23 01:16:29 DEBUG : both15: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496da_d20260823_m011249_c001_v7007000_t0000_u01787447569053") 2026/08/23 01:16:29 DEBUG : both15: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9792_d20260823_m011243_c001_v0001130_t0014_u01787447563223") 2026/08/23 01:16:30 DEBUG : both16: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d3a_d20260823_m011303_c001_v7007000_t0000_u01787447583716") 2026/08/23 01:16:30 DEBUG : both16: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9820_d20260823_m011258_c001_v0001130_t0014_u01787447578076") 2026/08/23 01:16:30 DEBUG : both16: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496dc_d20260823_m011249_c001_v7007000_t0000_u01787447569235") 2026/08/23 01:16:30 DEBUG : both16: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9796_d20260823_m011243_c001_v0001130_t0014_u01787447563620") 2026/08/23 01:16:30 DEBUG : both17: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d40_d20260823_m011303_c001_v7007000_t0000_u01787447583983") 2026/08/23 01:16:30 DEBUG : both17: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9826_d20260823_m011258_c001_v0001130_t0014_u01787447578442") 2026/08/23 01:16:30 DEBUG : both17: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496dd_d20260823_m011249_c001_v7007000_t0000_u01787447569416") 2026/08/23 01:16:30 DEBUG : both17: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97a0_d20260823_m011243_c001_v0001130_t0014_u01787447563996") 2026/08/23 01:16:30 DEBUG : both18: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d43_d20260823_m011304_c001_v7007000_t0000_u01787447584165") 2026/08/23 01:16:30 DEBUG : both18: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce982c_d20260823_m011258_c001_v0001130_t0014_u01787447578807") 2026/08/23 01:16:30 DEBUG : both18: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496de_d20260823_m011249_c001_v7007000_t0000_u01787447569677") 2026/08/23 01:16:30 DEBUG : both18: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97a4_d20260823_m011244_c001_v0001130_t0014_u01787447564406") 2026/08/23 01:16:30 DEBUG : both19: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d46_d20260823_m011304_c001_v7007000_t0000_u01787447584346") 2026/08/23 01:16:30 DEBUG : both19: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9832_d20260823_m011259_c001_v0001130_t0014_u01787447579174") 2026/08/23 01:16:30 DEBUG : both19: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496df_d20260823_m011249_c001_v7007000_t0000_u01787447569858") 2026/08/23 01:16:30 DEBUG : both19: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97a8_d20260823_m011244_c001_v0001130_t0014_u01787447564781") 2026/08/23 01:16:30 DEBUG : both2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d51_d20260823_m011304_c001_v7007000_t0000_u01787447584527") 2026/08/23 01:16:30 DEBUG : both2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97ce_d20260823_m011252_c001_v0001130_t0014_u01787447572911") 2026/08/23 01:16:30 DEBUG : both2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496e1_d20260823_m011250_c001_v7007000_t0000_u01787447570040") 2026/08/23 01:16:30 DEBUG : both2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce974c_d20260823_m011238_c001_v0001130_t0014_u01787447558263") 2026/08/23 01:16:31 DEBUG : both3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d5d_d20260823_m011304_c001_v7007000_t0000_u01787447584760") 2026/08/23 01:16:31 DEBUG : both3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97d4_d20260823_m011253_c001_v0001130_t0014_u01787447573276") 2026/08/23 01:16:31 DEBUG : both3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496e2_d20260823_m011250_c001_v7007000_t0000_u01787447570221") 2026/08/23 01:16:31 DEBUG : both3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9750_d20260823_m011238_c001_v0001130_t0014_u01787447558636") 2026/08/23 01:16:31 DEBUG : both4: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d68_d20260823_m011304_c001_v7007000_t0000_u01787447584942") 2026/08/23 01:16:31 DEBUG : both4: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97da_d20260823_m011253_c001_v0001130_t0014_u01787447573642") 2026/08/23 01:16:31 DEBUG : both4: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496e4_d20260823_m011250_c001_v7007000_t0000_u01787447570403") 2026/08/23 01:16:31 DEBUG : both4: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9754_d20260823_m011239_c001_v0001130_t0014_u01787447559005") 2026/08/23 01:16:31 DEBUG : both5: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d74_d20260823_m011305_c001_v7007000_t0000_u01787447585124") 2026/08/23 01:16:31 DEBUG : both5: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97e0_d20260823_m011254_c001_v0001130_t0014_u01787447574008") 2026/08/23 01:16:31 DEBUG : both5: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496e5_d20260823_m011250_c001_v7007000_t0000_u01787447570637") 2026/08/23 01:16:31 DEBUG : both5: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9758_d20260823_m011239_c001_v0001130_t0014_u01787447559390") 2026/08/23 01:16:31 DEBUG : both6: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d7c_d20260823_m011305_c001_v7007000_t0000_u01787447585304") 2026/08/23 01:16:31 DEBUG : both6: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97e4_d20260823_m011254_c001_v0001130_t0014_u01787447574372") 2026/08/23 01:16:31 DEBUG : both6: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496e6_d20260823_m011250_c001_v7007000_t0000_u01787447570818") 2026/08/23 01:16:31 DEBUG : both6: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce975c_d20260823_m011239_c001_v0001130_t0014_u01787447559767") 2026/08/23 01:16:31 DEBUG : both7: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d86_d20260823_m011305_c001_v7007000_t0000_u01787447585485") 2026/08/23 01:16:31 DEBUG : both7: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97e8_d20260823_m011254_c001_v0001130_t0014_u01787447574736") 2026/08/23 01:16:31 DEBUG : both7: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496e7_d20260823_m011251_c001_v7007000_t0000_u01787447571000") 2026/08/23 01:16:31 DEBUG : both7: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9762_d20260823_m011240_c001_v0001130_t0014_u01787447560166") 2026/08/23 01:16:31 DEBUG : both8: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d8e_d20260823_m011305_c001_v7007000_t0000_u01787447585666") 2026/08/23 01:16:31 DEBUG : both8: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97ec_d20260823_m011255_c001_v0001130_t0014_u01787447575102") 2026/08/23 01:16:31 DEBUG : both8: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496e8_d20260823_m011251_c001_v7007000_t0000_u01787447571182") 2026/08/23 01:16:32 DEBUG : both8: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce976a_d20260823_m011240_c001_v0001130_t0014_u01787447560533") 2026/08/23 01:16:32 DEBUG : both9: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71d98_d20260823_m011305_c001_v7007000_t0000_u01787447585846") 2026/08/23 01:16:32 DEBUG : both9: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97f2_d20260823_m011255_c001_v0001130_t0014_u01787447575468") 2026/08/23 01:16:32 DEBUG : both9: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496e9_d20260823_m011251_c001_v7007000_t0000_u01787447571363") 2026/08/23 01:16:32 DEBUG : both9: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9774_d20260823_m011240_c001_v0001130_t0014_u01787447560901") 2026/08/23 01:16:32 DEBUG : c/non empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9ce96_d20260823_m010902_c001_v7007000_t0000_u01787447342949") 2026/08/23 01:16:32 DEBUG : c/non empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce92f3_d20260823_m010901_c001_v0001130_t0014_u01787447341321") 2026/08/23 01:16:32 DEBUG : c/non empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce8361_d20260823_m010900_c001_v7007000_t0000_u01787447340775") 2026/08/23 01:16:32 DEBUG : c/non empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce92e1_d20260823_m010859_c001_v0001130_t0014_u01787447339146") 2026/08/23 01:16:32 DEBUG : c/non empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256bbc_d20260823_m010844_c001_v7007000_t0000_u01787447324237") 2026/08/23 01:16:32 DEBUG : c/non empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce925f_d20260823_m010842_c001_v0001130_t0014_u01787447322601") 2026/08/23 01:16:32 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dada_d20260823_m011357_c001_v7007000_t0000_u01787447637439") 2026/08/23 01:16:32 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7aad_d20260823_m011352_c001_v0001178_t0020_u01787447632545") 2026/08/23 01:16:32 DEBUG : check sum: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256b22_d20260823_m010836_c001_v7007000_t0000_u01787447316035") 2026/08/23 01:16:32 DEBUG : check sum: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9229_d20260823_m010835_c001_v0001130_t0014_u01787447315114") 2026/08/23 01:16:32 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c7f2c_d20260823_m011618_c001_v7007000_t0000_u01787447778672") 2026/08/23 01:16:32 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09383_d20260823_m011617_c001_v0001116_t0047_u01787447777223") 2026/08/23 01:16:32 DEBUG : dest/3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780eff224_d20260823_m011049_c001_v7007000_t0000_u01787447449629") 2026/08/23 01:16:32 DEBUG : dest/3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4038b87960374be7_d20260823_m011048_c001_v0001092_t0000_u01787447448497") 2026/08/23 01:16:32 DEBUG : dir1/0000-abcde: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653532_d20260823_m011445_c001_v7007000_t0000_u01787447685797") 2026/08/23 01:16:32 DEBUG : dir1/0000-abcde: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7c1b_d20260823_m011442_c001_v0001178_t0020_u01787447682129") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd19374_d20260823_m011549_c001_v7007000_t0000_u01787447749005") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f092dd_d20260823_m011540_c001_v0001116_t0047_u01787447740993") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd1908b_d20260823_m011536_c001_v7007000_t0000_u01787447736819") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f092a1_d20260823_m011528_c001_v0001116_t0047_u01787447728268") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653887_d20260823_m011524_c001_v7007000_t0000_u01787447724124") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09265_d20260823_m011515_c001_v0001116_t0047_u01787447715510") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665382b_d20260823_m011511_c001_v7007000_t0000_u01787447711000") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f0922d_d20260823_m011502_c001_v0001116_t0047_u01787447702934") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653667_d20260823_m011458_c001_v7007000_t0000_u01787447698844") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f091e1_d20260823_m011449_c001_v0001116_t0047_u01787447689957") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4188293bf542a25d_d20260823_m011442_c001_v7007000_t0000_u01787447682919") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973bb1_d20260823_m011436_c001_v0001179_t0045_u01787447676473") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f438_d20260823_m011432_c001_v7007000_t0000_u01787447672389") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce99c4_d20260823_m011429_c001_v0001130_t0014_u01787447669316") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f421d6221446dc33e_d20260823_m011428_c001_v7007000_t0000_u01787447668042") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7b73_d20260823_m011418_c001_v0001178_t0020_u01787447658353") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b5f5_d20260823_m011414_c001_v7007000_t0000_u01787447654284") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7b33_d20260823_m011411_c001_v0001178_t0020_u01787447651241") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873cea56b_d20260823_m011409_c001_v7007000_t0000_u01787447649771") 2026/08/23 01:16:33 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973a9f_d20260823_m011401_c001_v0001179_t0045_u01787447641618") 2026/08/23 01:16:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9ed5_d20260823_m011355_c001_v7007000_t0000_u01787447635080") 2026/08/23 01:16:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973a35_d20260823_m011346_c001_v0001179_t0045_u01787447626989") 2026/08/23 01:16:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7daba_d20260823_m011342_c001_v7007000_t0000_u01787447622875") 2026/08/23 01:16:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d9739e9_d20260823_m011335_c001_v0001179_t0045_u01787447615004") 2026/08/23 01:16:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d9be_d20260823_m011330_c001_v7007000_t0000_u01787447610663") 2026/08/23 01:16:34 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d9739b3_d20260823_m011323_c001_v0001179_t0045_u01787447603424") 2026/08/23 01:16:34 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4144a919a483324f_d20260823_m011430_c001_v7007000_t0000_u01787447670356") 2026/08/23 01:16:34 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7ba3_d20260823_m011424_c001_v0001178_t0026_u01787447664307") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdef: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653535_d20260823_m011445_c001_v7007000_t0000_u01787447685990") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdef: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f091b7_d20260823_m011442_c001_v0001116_t0047_u01787447682118") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd1937d_d20260823_m011549_c001_v7007000_t0000_u01787447749189") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7db3_d20260823_m011541_c001_v0001178_t0020_u01787447741543") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd19096_d20260823_m011537_c001_v7007000_t0000_u01787447737019") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7d69_d20260823_m011528_c001_v0001178_t0020_u01787447728817") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653888_d20260823_m011524_c001_v7007000_t0000_u01787447724307") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7cff_d20260823_m011516_c001_v0001178_t0020_u01787447716058") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665382d_d20260823_m011511_c001_v7007000_t0000_u01787447711185") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7cbd_d20260823_m011503_c001_v0001178_t0020_u01787447703482") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653674_d20260823_m011459_c001_v7007000_t0000_u01787447699027") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7c61_d20260823_m011450_c001_v0001178_t0020_u01787447690500") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c767a_d20260823_m011443_c001_v7007000_t0000_u01787447683292") 2026/08/23 01:16:34 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce99f0_d20260823_m011437_c001_v0001130_t0014_u01787447677014") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f439_d20260823_m011432_c001_v7007000_t0000_u01787447672574") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7bc5_d20260823_m011429_c001_v0001178_t0020_u01787447669304") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1bb12_d20260823_m011427_c001_v7007000_t0000_u01787447667666") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f0912f_d20260823_m011418_c001_v0001116_t0047_u01787447658906") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b5f6_d20260823_m011414_c001_v7007000_t0000_u01787447654466") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f090ff_d20260823_m011411_c001_v0001116_t0047_u01787447651250") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9ee5_d20260823_m011409_c001_v7007000_t0000_u01787447649840") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9930_d20260823_m011402_c001_v0001130_t0014_u01787447642245") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dad5_d20260823_m011355_c001_v7007000_t0000_u01787447635102") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09067_d20260823_m011347_c001_v0001116_t0047_u01787447627539") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dabb_d20260823_m011343_c001_v7007000_t0000_u01787447623060") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09025_d20260823_m011335_c001_v0001116_t0047_u01787447615551") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d9c6_d20260823_m011330_c001_v7007000_t0000_u01787447610847") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f08fe5_d20260823_m011324_c001_v0001116_t0047_u01787447604038") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f42e_d20260823_m011430_c001_v7007000_t0000_u01787447670526") 2026/08/23 01:16:35 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce99a8_d20260823_m011424_c001_v0001130_t0036_u01787447664318") 2026/08/23 01:16:35 DEBUG : dir1/0002-cdefg: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653538_d20260823_m011446_c001_v7007000_t0000_u01787447686177") 2026/08/23 01:16:35 DEBUG : dir1/0002-cdefg: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a10_d20260823_m011442_c001_v0001130_t0014_u01787447682148") 2026/08/23 01:16:35 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd19389_d20260823_m011549_c001_v7007000_t0000_u01787447749373") 2026/08/23 01:16:35 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973d73_d20260823_m011542_c001_v0001179_t0045_u01787447742087") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd190a3_d20260823_m011537_c001_v7007000_t0000_u01787447737204") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973d1b_d20260823_m011529_c001_v0001179_t0045_u01787447729452") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665388a_d20260823_m011524_c001_v7007000_t0000_u01787447724501") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973cc5_d20260823_m011516_c001_v0001179_t0045_u01787447716665") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653831_d20260823_m011511_c001_v7007000_t0000_u01787447711368") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973c65_d20260823_m011504_c001_v0001179_t0045_u01787447704033") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665367e_d20260823_m011459_c001_v7007000_t0000_u01787447699208") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973c1d_d20260823_m011451_c001_v0001179_t0045_u01787447691051") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9f82_d20260823_m011442_c001_v7007000_t0000_u01787447682900") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f0919f_d20260823_m011437_c001_v0001116_t0047_u01787447677559") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f43b_d20260823_m011432_c001_v7007000_t0000_u01787447672754") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09171_d20260823_m011429_c001_v0001116_t0047_u01787447669325") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f41e_d20260823_m011427_c001_v7007000_t0000_u01787447667670") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9994_d20260823_m011419_c001_v0001130_t0014_u01787447659459") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b60b_d20260823_m011414_c001_v7007000_t0000_u01787447654647") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973ae5_d20260823_m011411_c001_v0001179_t0045_u01787447651262") 2026/08/23 01:16:36 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b46e_d20260823_m011409_c001_v7007000_t0000_u01787447649873") 2026/08/23 01:16:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7aef_d20260823_m011402_c001_v0001178_t0020_u01787447642793") 2026/08/23 01:16:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9ed1_d20260823_m011354_c001_v7007000_t0000_u01787447634783") 2026/08/23 01:16:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce98fa_d20260823_m011348_c001_v0001130_t0014_u01787447628094") 2026/08/23 01:16:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dabc_d20260823_m011343_c001_v7007000_t0000_u01787447623247") 2026/08/23 01:16:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce98c0_d20260823_m011336_c001_v0001130_t0014_u01787447616096") 2026/08/23 01:16:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d9ce_d20260823_m011331_c001_v7007000_t0000_u01787447611109") 2026/08/23 01:16:37 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9890_d20260823_m011324_c001_v0001130_t0014_u01787447604221") 2026/08/23 01:16:37 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4144a919a483324e_d20260823_m011430_c001_v7007000_t0000_u01787447670176") 2026/08/23 01:16:37 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973b49_d20260823_m011424_c001_v0001179_t0014_u01787447664326") 2026/08/23 01:16:37 DEBUG : dir1/0003-defgh: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665353b_d20260823_m011446_c001_v7007000_t0000_u01787447686359") 2026/08/23 01:16:37 DEBUG : dir1/0003-defgh: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973bdf_d20260823_m011442_c001_v0001179_t0045_u01787447682139") 2026/08/23 01:16:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd19393_d20260823_m011549_c001_v7007000_t0000_u01787447749558") 2026/08/23 01:16:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9b40_d20260823_m011542_c001_v0001130_t0014_u01787447742628") 2026/08/23 01:16:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd190a9_d20260823_m011537_c001_v7007000_t0000_u01787447737388") 2026/08/23 01:16:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9b10_d20260823_m011529_c001_v0001130_t0014_u01787447729997") 2026/08/23 01:16:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665388b_d20260823_m011524_c001_v7007000_t0000_u01787447724685") 2026/08/23 01:16:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9ac8_d20260823_m011517_c001_v0001130_t0014_u01787447717214") 2026/08/23 01:16:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653832_d20260823_m011511_c001_v7007000_t0000_u01787447711550") 2026/08/23 01:16:37 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a80_d20260823_m011504_c001_v0001130_t0014_u01787447704629") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653688_d20260823_m011459_c001_v7007000_t0000_u01787447699398") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a3a_d20260823_m011451_c001_v0001130_t0014_u01787447691595") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780effcd0_d20260823_m011443_c001_v7007000_t0000_u01787447683457") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7bf7_d20260823_m011438_c001_v0001178_t0020_u01787447678106") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f43c_d20260823_m011432_c001_v7007000_t0000_u01787447672936") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973b77_d20260823_m011429_c001_v0001179_t0045_u01787447669334") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f2589c8_d20260823_m011427_c001_v7007000_t0000_u01787447667850") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973b25_d20260823_m011420_c001_v0001179_t0045_u01787447660007") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b610_d20260823_m011414_c001_v7007000_t0000_u01787447654835") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce996e_d20260823_m011411_c001_v0001130_t0014_u01787447651273") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a16_d20260823_m011409_c001_v7007000_t0000_u01787447649798") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f090bf_d20260823_m011403_c001_v0001116_t0047_u01787447643414") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9ed2_d20260823_m011354_c001_v7007000_t0000_u01787447634899") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a97_d20260823_m011348_c001_v0001178_t0020_u01787447628647") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dabd_d20260823_m011343_c001_v7007000_t0000_u01787447623431") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a53_d20260823_m011336_c001_v0001178_t0020_u01787447616668") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d9d3_d20260823_m011331_c001_v7007000_t0000_u01787447611313") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a11_d20260823_m011324_c001_v0001178_t0020_u01787447604405") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40390666877aa01d_d20260823_m011430_c001_v7007000_t0000_u01787447670132") 2026/08/23 01:16:38 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973b4d_d20260823_m011424_c001_v0001179_t0015_u01787447664533") 2026/08/23 01:16:38 DEBUG : dir1/0004-efghi: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653540_d20260823_m011446_c001_v7007000_t0000_u01787447686617") 2026/08/23 01:16:38 DEBUG : dir1/0004-efghi: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f091b9_d20260823_m011442_c001_v0001116_t0047_u01787447682301") 2026/08/23 01:16:38 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd1939c_d20260823_m011549_c001_v7007000_t0000_u01787447749742") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f092e3_d20260823_m011542_c001_v0001116_t0047_u01787447742811") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd190b0_d20260823_m011537_c001_v7007000_t0000_u01787447737574") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f092b1_d20260823_m011530_c001_v0001116_t0047_u01787447730179") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665388c_d20260823_m011524_c001_v7007000_t0000_u01787447724870") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f0926b_d20260823_m011517_c001_v0001116_t0047_u01787447717398") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653833_d20260823_m011511_c001_v7007000_t0000_u01787447711734") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09233_d20260823_m011504_c001_v0001116_t0047_u01787447704814") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653693_d20260823_m011459_c001_v7007000_t0000_u01787447699580") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f091f1_d20260823_m011451_c001_v0001116_t0047_u01787447691778") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9e468_d20260823_m011443_c001_v7007000_t0000_u01787447683300") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973bbb_d20260823_m011438_c001_v0001179_t0045_u01787447678290") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f43e_d20260823_m011433_c001_v7007000_t0000_u01787447673117") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7bc9_d20260823_m011429_c001_v0001178_t0020_u01787447669490") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1bb18_d20260823_m011428_c001_v7007000_t0000_u01787447668029") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7b7f_d20260823_m011420_c001_v0001178_t0020_u01787447660193") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b612_d20260823_m011415_c001_v7007000_t0000_u01787447655017") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7b35_d20260823_m011411_c001_v0001178_t0020_u01787447651426") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a17_d20260823_m011409_c001_v7007000_t0000_u01787447649948") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973aa5_d20260823_m011403_c001_v0001179_t0045_u01787447643728") 2026/08/23 01:16:39 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dad4_d20260823_m011354_c001_v7007000_t0000_u01787447634912") 2026/08/23 01:16:40 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973a3d_d20260823_m011348_c001_v0001179_t0045_u01787447628831") 2026/08/23 01:16:40 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dabe_d20260823_m011343_c001_v7007000_t0000_u01787447623614") 2026/08/23 01:16:40 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d9739ef_d20260823_m011336_c001_v0001179_t0045_u01787447616854") 2026/08/23 01:16:40 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d9d9_d20260823_m011331_c001_v7007000_t0000_u01787447611497") 2026/08/23 01:16:40 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d9739b7_d20260823_m011324_c001_v0001179_t0045_u01787447604588") 2026/08/23 01:16:40 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9e40d_d20260823_m011430_c001_v7007000_t0000_u01787447670188") 2026/08/23 01:16:40 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7ba7_d20260823_m011424_c001_v0001178_t0024_u01787447664584") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghij: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653543_d20260823_m011446_c001_v7007000_t0000_u01787447686800") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghij: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7c1d_d20260823_m011442_c001_v0001178_t0020_u01787447682316") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd193a6_d20260823_m011549_c001_v7007000_t0000_u01787447749942") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7dbb_d20260823_m011542_c001_v0001178_t0020_u01787447742995") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd190bb_d20260823_m011537_c001_v7007000_t0000_u01787447737759") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7d71_d20260823_m011530_c001_v0001178_t0020_u01787447730363") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665388d_d20260823_m011525_c001_v7007000_t0000_u01787447725055") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7d09_d20260823_m011517_c001_v0001178_t0020_u01787447717582") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653834_d20260823_m011511_c001_v7007000_t0000_u01787447711916") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7cc9_d20260823_m011505_c001_v0001178_t0020_u01787447705000") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665369e_d20260823_m011459_c001_v7007000_t0000_u01787447699763") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7c6b_d20260823_m011451_c001_v0001178_t0020_u01787447691963") 2026/08/23 01:16:40 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3fa78_d20260823_m011443_c001_v7007000_t0000_u01787447683250") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce99f6_d20260823_m011438_c001_v0001130_t0014_u01787447678472") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f43f_d20260823_m011433_c001_v7007000_t0000_u01787447673339") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce99c6_d20260823_m011429_c001_v0001130_t0014_u01787447669502") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1bb15_d20260823_m011427_c001_v7007000_t0000_u01787447667847") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f0913b_d20260823_m011420_c001_v0001116_t0047_u01787447660379") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b613_d20260823_m011415_c001_v7007000_t0000_u01787447655199") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09103_d20260823_m011411_c001_v0001116_t0047_u01787447651435") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d71b6fc_d20260823_m011409_c001_v7007000_t0000_u01787447649856") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce993a_d20260823_m011403_c001_v0001130_t0014_u01787447643983") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f416227ca4cb50bff_d20260823_m011354_c001_v7007000_t0000_u01787447634928") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f0906f_d20260823_m011349_c001_v0001116_t0047_u01787447629020") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dac0_d20260823_m011343_c001_v7007000_t0000_u01787447623804") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f0902b_d20260823_m011337_c001_v0001116_t0047_u01787447617039") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d9de_d20260823_m011331_c001_v7007000_t0000_u01787447611687") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f08fe7_d20260823_m011324_c001_v0001116_t0047_u01787447604771") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780effca6_d20260823_m011430_c001_v7007000_t0000_u01787447670194") 2026/08/23 01:16:41 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce99aa_d20260823_m011424_c001_v0001130_t0010_u01787447664710") 2026/08/23 01:16:41 DEBUG : dir1/0006-ghijk: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653544_d20260823_m011446_c001_v7007000_t0000_u01787447686982") 2026/08/23 01:16:41 DEBUG : dir1/0006-ghijk: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973be1_d20260823_m011442_c001_v0001179_t0045_u01787447682327") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd193b2_d20260823_m011550_c001_v7007000_t0000_u01787447750218") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973d77_d20260823_m011543_c001_v0001179_t0045_u01787447743180") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd190c6_d20260823_m011537_c001_v7007000_t0000_u01787447737964") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973d25_d20260823_m011530_c001_v0001179_t0045_u01787447730545") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665388e_d20260823_m011525_c001_v7007000_t0000_u01787447725238") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973cd5_d20260823_m011517_c001_v0001179_t0045_u01787447717767") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653836_d20260823_m011512_c001_v7007000_t0000_u01787447712099") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973c75_d20260823_m011505_c001_v0001179_t0045_u01787447705185") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f66536a7_d20260823_m011459_c001_v7007000_t0000_u01787447699946") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973c2d_d20260823_m011452_c001_v0001179_t0045_u01787447692149") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653512_d20260823_m011443_c001_v7007000_t0000_u01787447683473") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f091a3_d20260823_m011438_c001_v0001116_t0047_u01787447678654") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f441_d20260823_m011433_c001_v7007000_t0000_u01787447673532") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09173_d20260823_m011429_c001_v0001116_t0047_u01787447669511") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f421d6221446dc337_d20260823_m011427_c001_v7007000_t0000_u01787447667856") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce999a_d20260823_m011420_c001_v0001130_t0014_u01787447660563") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b614_d20260823_m011415_c001_v7007000_t0000_u01787447655381") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9970_d20260823_m011411_c001_v0001130_t0014_u01787447651457") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873cea56c_d20260823_m011409_c001_v7007000_t0000_u01787447649978") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7af5_d20260823_m011404_c001_v0001178_t0020_u01787447644166") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4189d3b2c051a210_d20260823_m011354_c001_v7007000_t0000_u01787447634745") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9900_d20260823_m011349_c001_v0001130_t0014_u01787447629207") 2026/08/23 01:16:42 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dac1_d20260823_m011343_c001_v7007000_t0000_u01787447623988") 2026/08/23 01:16:43 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce98c6_d20260823_m011337_c001_v0001130_t0014_u01787447617221") 2026/08/23 01:16:43 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d9e1_d20260823_m011331_c001_v7007000_t0000_u01787447611871") 2026/08/23 01:16:43 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9894_d20260823_m011324_c001_v0001130_t0014_u01787447604954") 2026/08/23 01:16:43 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9e40e_d20260823_m011430_c001_v7007000_t0000_u01787447670369") 2026/08/23 01:16:43 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973b4f_d20260823_m011424_c001_v0001179_t0036_u01787447664783") 2026/08/23 01:16:43 DEBUG : dir1/0007-12345: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653547_d20260823_m011447_c001_v7007000_t0000_u01787447687165") 2026/08/23 01:16:43 DEBUG : dir1/0007-12345: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a12_d20260823_m011442_c001_v0001130_t0014_u01787447682337") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd193bc_d20260823_m011550_c001_v7007000_t0000_u01787447750403") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9b46_d20260823_m011543_c001_v0001130_t0014_u01787447743363") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd190d0_d20260823_m011538_c001_v7007000_t0000_u01787447738150") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9b16_d20260823_m011530_c001_v0001130_t0014_u01787447730734") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653890_d20260823_m011525_c001_v7007000_t0000_u01787447725422") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9ad4_d20260823_m011517_c001_v0001130_t0014_u01787447717951") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653837_d20260823_m011512_c001_v7007000_t0000_u01787447712300") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a8c_d20260823_m011505_c001_v0001130_t0014_u01787447705369") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f66536af_d20260823_m011500_c001_v7007000_t0000_u01787447700128") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a3e_d20260823_m011452_c001_v0001130_t0014_u01787447692333") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3fa77_d20260823_m011443_c001_v7007000_t0000_u01787447683069") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7bfb_d20260823_m011438_c001_v0001178_t0020_u01787447678837") 2026/08/23 01:16:43 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f442_d20260823_m011433_c001_v7007000_t0000_u01787447673714") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973b7d_d20260823_m011429_c001_v0001179_t0045_u01787447669520") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780effc84_d20260823_m011428_c001_v7007000_t0000_u01787447668051") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973b2d_d20260823_m011420_c001_v0001179_t0045_u01787447660746") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b616_d20260823_m011415_c001_v7007000_t0000_u01787447655565") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973ae7_d20260823_m011411_c001_v0001179_t0045_u01787447651468") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f417f207affb9b5ba_d20260823_m011409_c001_v7007000_t0000_u01787447649862") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f090cb_d20260823_m011404_c001_v0001116_t0047_u01787447644349") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dad3_d20260823_m011354_c001_v7007000_t0000_u01787447634715") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a9d_d20260823_m011349_c001_v0001178_t0020_u01787447629393") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dac2_d20260823_m011344_c001_v7007000_t0000_u01787447624179") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a59_d20260823_m011337_c001_v0001178_t0020_u01787447617406") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d9e7_d20260823_m011332_c001_v7007000_t0000_u01787447612055") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a19_d20260823_m011325_c001_v0001178_t0020_u01787447605250") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1bc25_d20260823_m011430_c001_v7007000_t0000_u01787447670306") 2026/08/23 01:16:44 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7bad_d20260823_m011424_c001_v0001178_t0040_u01787447664875") 2026/08/23 01:16:44 DEBUG : dir1/0008-23456: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665354a_d20260823_m011447_c001_v7007000_t0000_u01787447687347") 2026/08/23 01:16:44 DEBUG : dir1/0008-23456: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f091bb_d20260823_m011442_c001_v0001116_t0047_u01787447682485") 2026/08/23 01:16:44 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd193c2_d20260823_m011550_c001_v7007000_t0000_u01787447750587") 2026/08/23 01:16:44 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f092e9_d20260823_m011543_c001_v0001116_t0047_u01787447743550") 2026/08/23 01:16:44 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd190da_d20260823_m011538_c001_v7007000_t0000_u01787447738335") 2026/08/23 01:16:44 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f092b5_d20260823_m011530_c001_v0001116_t0047_u01787447730918") 2026/08/23 01:16:44 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653891_d20260823_m011525_c001_v7007000_t0000_u01787447725609") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09271_d20260823_m011518_c001_v0001116_t0047_u01787447718133") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653838_d20260823_m011512_c001_v7007000_t0000_u01787447712515") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09237_d20260823_m011505_c001_v0001116_t0047_u01787447705557") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f66536ba_d20260823_m011500_c001_v7007000_t0000_u01787447700312") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f091fb_d20260823_m011452_c001_v0001116_t0047_u01787447692517") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9f8d_d20260823_m011443_c001_v7007000_t0000_u01787447683082") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973bc1_d20260823_m011439_c001_v0001179_t0045_u01787447679023") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f445_d20260823_m011433_c001_v7007000_t0000_u01787447673896") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7bcb_d20260823_m011429_c001_v0001178_t0020_u01787447669675") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d71b77a_d20260823_m011428_c001_v7007000_t0000_u01787447668061") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7b89_d20260823_m011420_c001_v0001178_t0020_u01787447660932") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b618_d20260823_m011415_c001_v7007000_t0000_u01787447655747") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7b37_d20260823_m011411_c001_v0001178_t0020_u01787447651612") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873cea569_d20260823_m011409_c001_v7007000_t0000_u01787447649405") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973aab_d20260823_m011404_c001_v0001179_t0045_u01787447644536") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4189d3b2c051a211_d20260823_m011354_c001_v7007000_t0000_u01787447634978") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973a45_d20260823_m011349_c001_v0001179_t0045_u01787447629579") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dac3_d20260823_m011344_c001_v7007000_t0000_u01787447624363") 2026/08/23 01:16:45 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d9739f7_d20260823_m011337_c001_v0001179_t0045_u01787447617592") 2026/08/23 01:16:46 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d9ec_d20260823_m011332_c001_v7007000_t0000_u01787447612242") 2026/08/23 01:16:46 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d9739bb_d20260823_m011325_c001_v0001179_t0045_u01787447605435") 2026/08/23 01:16:46 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40390666877aa01e_d20260823_m011430_c001_v7007000_t0000_u01787447670316") 2026/08/23 01:16:46 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973b51_d20260823_m011425_c001_v0001179_t0038_u01787447665006") 2026/08/23 01:16:46 DEBUG : dir1/0009-34567: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665354e_d20260823_m011447_c001_v7007000_t0000_u01787447687530") 2026/08/23 01:16:46 DEBUG : dir1/0009-34567: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7c1f_d20260823_m011442_c001_v0001178_t0020_u01787447682501") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd193cc_d20260823_m011550_c001_v7007000_t0000_u01787447750771") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7dbf_d20260823_m011543_c001_v0001178_t0020_u01787447743733") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd190e2_d20260823_m011538_c001_v7007000_t0000_u01787447738519") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7d79_d20260823_m011531_c001_v0001178_t0020_u01787447731101") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653892_d20260823_m011525_c001_v7007000_t0000_u01787447725793") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7d0b_d20260823_m011518_c001_v0001178_t0020_u01787447718323") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653839_d20260823_m011512_c001_v7007000_t0000_u01787447712698") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7ccf_d20260823_m011505_c001_v0001178_t0020_u01787447705844") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f66536c4_d20260823_m011500_c001_v7007000_t0000_u01787447700494") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7c75_d20260823_m011452_c001_v0001178_t0020_u01787447692700") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3fa73_d20260823_m011442_c001_v7007000_t0000_u01787447682888") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce99fc_d20260823_m011439_c001_v0001130_t0014_u01787447679207") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f446_d20260823_m011434_c001_v7007000_t0000_u01787447674077") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce99ca_d20260823_m011429_c001_v0001130_t0014_u01787447669688") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f2589cb_d20260823_m011428_c001_v7007000_t0000_u01787447668030") 2026/08/23 01:16:46 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09145_d20260823_m011421_c001_v0001116_t0047_u01787447661123") 2026/08/23 01:16:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b61a_d20260823_m011415_c001_v7007000_t0000_u01787447655932") 2026/08/23 01:16:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09105_d20260823_m011411_c001_v0001116_t0047_u01787447651622") 2026/08/23 01:16:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f423dae673d838d09_d20260823_m011409_c001_v7007000_t0000_u01787447649971") 2026/08/23 01:16:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9940_d20260823_m011404_c001_v0001130_t0014_u01787447644721") 2026/08/23 01:16:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f413c9e888bd4a93a_d20260823_m011354_c001_v7007000_t0000_u01787447634749") 2026/08/23 01:16:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09075_d20260823_m011349_c001_v0001116_t0047_u01787447629763") 2026/08/23 01:16:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dac4_d20260823_m011344_c001_v7007000_t0000_u01787447624547") 2026/08/23 01:16:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f0902f_d20260823_m011337_c001_v0001116_t0047_u01787447617777") 2026/08/23 01:16:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d9f1_d20260823_m011332_c001_v7007000_t0000_u01787447612432") 2026/08/23 01:16:47 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f08fed_d20260823_m011325_c001_v0001116_t0047_u01787447605618") 2026/08/23 01:16:47 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780effca7_d20260823_m011430_c001_v7007000_t0000_u01787447670380") 2026/08/23 01:16:47 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f118d163eb4f09157_d20260823_m011425_c001_v0001116_t0020_u01787447665048") 2026/08/23 01:16:47 DEBUG : dir1/0010-45678: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653551_d20260823_m011447_c001_v7007000_t0000_u01787447687713") 2026/08/23 01:16:47 DEBUG : dir1/0010-45678: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973be3_d20260823_m011442_c001_v0001179_t0045_u01787447682511") 2026/08/23 01:16:47 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd193dc_d20260823_m011550_c001_v7007000_t0000_u01787447750956") 2026/08/23 01:16:47 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973d7b_d20260823_m011543_c001_v0001179_t0045_u01787447743919") 2026/08/23 01:16:47 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd190ec_d20260823_m011538_c001_v7007000_t0000_u01787447738703") 2026/08/23 01:16:47 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973d27_d20260823_m011531_c001_v0001179_t0045_u01787447731284") 2026/08/23 01:16:47 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653893_d20260823_m011525_c001_v7007000_t0000_u01787447725977") 2026/08/23 01:16:47 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973cd9_d20260823_m011518_c001_v0001179_t0045_u01787447718508") 2026/08/23 01:16:47 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665383a_d20260823_m011512_c001_v7007000_t0000_u01787447712881") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973c7b_d20260823_m011506_c001_v0001179_t0045_u01787447706030") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f66536cf_d20260823_m011500_c001_v7007000_t0000_u01787447700677") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973c31_d20260823_m011452_c001_v0001179_t0045_u01787447692885") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4189d3b2c051a6c9_d20260823_m011443_c001_v7007000_t0000_u01787447683311") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f091a7_d20260823_m011439_c001_v0001116_t0047_u01787447679390") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f448_d20260823_m011434_c001_v7007000_t0000_u01787447674258") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09175_d20260823_m011429_c001_v0001116_t0047_u01787447669697") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f421_d20260823_m011428_c001_v7007000_t0000_u01787447668072") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce999e_d20260823_m011421_c001_v0001130_t0014_u01787447661307") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b61b_d20260823_m011416_c001_v7007000_t0000_u01787447656115") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9972_d20260823_m011411_c001_v0001130_t0014_u01787447651650") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873cea56a_d20260823_m011409_c001_v7007000_t0000_u01787447649588") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7af9_d20260823_m011404_c001_v0001178_t0020_u01787447644906") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c7246_d20260823_m011354_c001_v7007000_t0000_u01787447634946") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9906_d20260823_m011349_c001_v0001130_t0014_u01787447629946") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dac5_d20260823_m011344_c001_v7007000_t0000_u01787447624732") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce98ce_d20260823_m011337_c001_v0001130_t0014_u01787447617960") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d9f9_d20260823_m011332_c001_v7007000_t0000_u01787447612615") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce989a_d20260823_m011325_c001_v0001130_t0014_u01787447605800") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d71b78c_d20260823_m011430_c001_v7007000_t0000_u01787447670476") 2026/08/23 01:16:48 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7baf_d20260823_m011425_c001_v0001178_t0055_u01787447665089") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653554_d20260823_m011447_c001_v7007000_t0000_u01787447687895") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a14_d20260823_m011442_c001_v0001130_t0014_u01787447682521") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd193e6_d20260823_m011551_c001_v7007000_t0000_u01787447751140") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9b50_d20260823_m011544_c001_v0001130_t0014_u01787447744102") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd190f5_d20260823_m011538_c001_v7007000_t0000_u01787447738890") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9b1c_d20260823_m011531_c001_v0001130_t0014_u01787447731470") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653894_d20260823_m011526_c001_v7007000_t0000_u01787447726172") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9ad8_d20260823_m011518_c001_v0001130_t0014_u01787447718693") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665383b_d20260823_m011513_c001_v7007000_t0000_u01787447713063") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a90_d20260823_m011506_c001_v0001130_t0014_u01787447706213") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f66536d9_d20260823_m011500_c001_v7007000_t0000_u01787447700860") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a42_d20260823_m011453_c001_v0001130_t0014_u01787447693069") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4188293bf542a25f_d20260823_m011443_c001_v7007000_t0000_u01787447683099") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7c07_d20260823_m011439_c001_v0001178_t0020_u01787447679573") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f44c_d20260823_m011434_c001_v7007000_t0000_u01787447674440") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973b83_d20260823_m011429_c001_v0001179_t0045_u01787447669707") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1bb1c_d20260823_m011428_c001_v7007000_t0000_u01787447668250") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973b33_d20260823_m011421_c001_v0001179_t0045_u01787447661493") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b61c_d20260823_m011416_c001_v7007000_t0000_u01787447656297") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973aeb_d20260823_m011411_c001_v0001179_t0045_u01787447651661") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a18_d20260823_m011409_c001_v7007000_t0000_u01787447649980") 2026/08/23 01:16:49 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f090d1_d20260823_m011405_c001_v0001116_t0047_u01787447645090") 2026/08/23 01:16:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9ecf_d20260823_m011354_c001_v7007000_t0000_u01787447634718") 2026/08/23 01:16:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a9f_d20260823_m011350_c001_v0001178_t0020_u01787447630133") 2026/08/23 01:16:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dac6_d20260823_m011344_c001_v7007000_t0000_u01787447624916") 2026/08/23 01:16:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a5f_d20260823_m011338_c001_v0001178_t0020_u01787447618217") 2026/08/23 01:16:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d9ff_d20260823_m011332_c001_v7007000_t0000_u01787447612893") 2026/08/23 01:16:50 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a21_d20260823_m011325_c001_v0001178_t0020_u01787447605983") 2026/08/23 01:16:50 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1bc2e_d20260823_m011430_c001_v7007000_t0000_u01787447670487") 2026/08/23 01:16:50 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce99ac_d20260823_m011425_c001_v0001130_t0041_u01787447665105") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653558_d20260823_m011448_c001_v7007000_t0000_u01787447688079") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f091bd_d20260823_m011442_c001_v0001116_t0047_u01787447682672") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd193f0_d20260823_m011551_c001_v7007000_t0000_u01787447751325") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f092f1_d20260823_m011544_c001_v0001116_t0047_u01787447744285") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd19101_d20260823_m011539_c001_v7007000_t0000_u01787447739074") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f092b7_d20260823_m011531_c001_v0001116_t0047_u01787447731653") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653895_d20260823_m011526_c001_v7007000_t0000_u01787447726356") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09275_d20260823_m011518_c001_v0001116_t0047_u01787447718877") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665383c_d20260823_m011513_c001_v7007000_t0000_u01787447713245") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f0923f_d20260823_m011506_c001_v0001116_t0047_u01787447706398") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f66536e1_d20260823_m011501_c001_v7007000_t0000_u01787447701042") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09203_d20260823_m011453_c001_v0001116_t0047_u01787447693297") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9f98_d20260823_m011443_c001_v7007000_t0000_u01787447683264") 2026/08/23 01:16:50 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973bcd_d20260823_m011439_c001_v0001179_t0045_u01787447679758") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f44e_d20260823_m011434_c001_v7007000_t0000_u01787447674621") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce99ce_d20260823_m011429_c001_v0001130_t0014_u01787447669898") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40390666877aa01a_d20260823_m011428_c001_v7007000_t0000_u01787447668221") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7b8d_d20260823_m011421_c001_v0001178_t0020_u01787447661701") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b61d_d20260823_m011416_c001_v7007000_t0000_u01787447656479") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7b39_d20260823_m011411_c001_v0001178_t0020_u01787447651798") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9ee6_d20260823_m011410_c001_v7007000_t0000_u01787447650023") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973aaf_d20260823_m011405_c001_v0001179_t0045_u01787447645275") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f416227ca4cb50bfe_d20260823_m011354_c001_v7007000_t0000_u01787447634742") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973a4b_d20260823_m011350_c001_v0001179_t0045_u01787447630318") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dac7_d20260823_m011345_c001_v7007000_t0000_u01787447625115") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d9739fb_d20260823_m011338_c001_v0001179_t0045_u01787447618403") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7da05_d20260823_m011333_c001_v7007000_t0000_u01787447613079") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d9739bf_d20260823_m011326_c001_v0001179_t0045_u01787447606167") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c72e8_d20260823_m011430_c001_v7007000_t0000_u01787447670144") 2026/08/23 01:16:51 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973b53_d20260823_m011425_c001_v0001179_t0055_u01787447665213") 2026/08/23 01:16:51 DEBUG : dir1/0013-789;=: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665355b_d20260823_m011448_c001_v7007000_t0000_u01787447688261") 2026/08/23 01:16:51 DEBUG : dir1/0013-789;=: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7c23_d20260823_m011442_c001_v0001178_t0020_u01787447682686") 2026/08/23 01:16:51 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd193fc_d20260823_m011551_c001_v7007000_t0000_u01787447751510") 2026/08/23 01:16:51 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7dc5_d20260823_m011544_c001_v0001178_t0020_u01787447744469") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd1910c_d20260823_m011539_c001_v7007000_t0000_u01787447739260") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7d7f_d20260823_m011531_c001_v0001178_t0020_u01787447731835") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653896_d20260823_m011526_c001_v7007000_t0000_u01787447726541") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7d11_d20260823_m011519_c001_v0001178_t0020_u01787447719062") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665383d_d20260823_m011513_c001_v7007000_t0000_u01787447713434") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7cd7_d20260823_m011506_c001_v0001178_t0020_u01787447706583") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f66536ee_d20260823_m011501_c001_v7007000_t0000_u01787447701229") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7c81_d20260823_m011453_c001_v0001178_t0020_u01787447693480") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1bd6f_d20260823_m011443_c001_v7007000_t0000_u01787447683321") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a02_d20260823_m011439_c001_v0001130_t0014_u01787447679940") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f450_d20260823_m011434_c001_v7007000_t0000_u01787447674802") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09179_d20260823_m011429_c001_v0001116_t0047_u01787447669918") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f41f_d20260823_m011427_c001_v7007000_t0000_u01787447667852") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09147_d20260823_m011421_c001_v0001116_t0047_u01787447661885") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b61e_d20260823_m011416_c001_v7007000_t0000_u01787447656663") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09107_d20260823_m011411_c001_v0001116_t0047_u01787447651807") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a19_d20260823_m011410_c001_v7007000_t0000_u01787447650132") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9944_d20260823_m011405_c001_v0001130_t0014_u01787447645460") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9ed3_d20260823_m011354_c001_v7007000_t0000_u01787447634956") 2026/08/23 01:16:52 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09077_d20260823_m011350_c001_v0001116_t0047_u01787447630505") 2026/08/23 01:16:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dac8_d20260823_m011345_c001_v7007000_t0000_u01787447625301") 2026/08/23 01:16:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f09031_d20260823_m011338_c001_v0001116_t0047_u01787447618589") 2026/08/23 01:16:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7da0b_d20260823_m011333_c001_v7007000_t0000_u01787447613264") 2026/08/23 01:16:53 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f08fef_d20260823_m011326_c001_v0001116_t0047_u01787447606350") 2026/08/23 01:16:53 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40390666877aa020_d20260823_m011430_c001_v7007000_t0000_u01787447670497") 2026/08/23 01:16:53 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7bb1_d20260823_m011425_c001_v0001178_t0041_u01787447665390") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665355e_d20260823_m011448_c001_v7007000_t0000_u01787447688443") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973be5_d20260823_m011442_c001_v0001179_t0045_u01787447682698") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd19407_d20260823_m011551_c001_v7007000_t0000_u01787447751694") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973d83_d20260823_m011544_c001_v0001179_t0045_u01787447744654") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd1911e_d20260823_m011539_c001_v7007000_t0000_u01787447739447") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973d2f_d20260823_m011532_c001_v0001179_t0045_u01787447732019") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653898_d20260823_m011526_c001_v7007000_t0000_u01787447726724") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973cdd_d20260823_m011519_c001_v0001179_t0045_u01787447719248") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665383e_d20260823_m011513_c001_v7007000_t0000_u01787447713616") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973c83_d20260823_m011506_c001_v0001179_t0045_u01787447706806") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f66536f7_d20260823_m011501_c001_v7007000_t0000_u01787447701417") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973c35_d20260823_m011453_c001_v0001179_t0045_u01787447693666") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780effccd_d20260823_m011443_c001_v7007000_t0000_u01787447683276") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f091a9_d20260823_m011440_c001_v0001116_t0047_u01787447680124") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f451_d20260823_m011434_c001_v7007000_t0000_u01787447674984") 2026/08/23 01:16:53 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973b85_d20260823_m011429_c001_v0001179_t0045_u01787447669899") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40390666877aa019_d20260823_m011428_c001_v7007000_t0000_u01787447668041") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce99a0_d20260823_m011422_c001_v0001130_t0014_u01787447662070") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b61f_d20260823_m011416_c001_v7007000_t0000_u01787447656848") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9974_d20260823_m011411_c001_v0001130_t0014_u01787447651836") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a1a_d20260823_m011410_c001_v7007000_t0000_u01787447650163") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7aff_d20260823_m011405_c001_v0001178_t0020_u01787447645644") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9ed4_d20260823_m011354_c001_v7007000_t0000_u01787447634969") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce990a_d20260823_m011350_c001_v0001130_t0014_u01787447630688") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dac9_d20260823_m011345_c001_v7007000_t0000_u01787447625486") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce98d0_d20260823_m011338_c001_v0001130_t0014_u01787447618772") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7da10_d20260823_m011333_c001_v7007000_t0000_u01787447613449") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce98a4_d20260823_m011326_c001_v0001130_t0014_u01787447606533") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c72e9_d20260823_m011430_c001_v7007000_t0000_u01787447670327") 2026/08/23 01:16:54 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce99b2_d20260823_m011425_c001_v0001130_t0011_u01787447665452") 2026/08/23 01:16:54 DEBUG : dir1/0015-9;=.t: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653562_d20260823_m011448_c001_v7007000_t0000_u01787447688625") 2026/08/23 01:16:54 DEBUG : dir1/0015-9;=.t: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a16_d20260823_m011442_c001_v0001130_t0014_u01787447682707") 2026/08/23 01:16:54 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd19413_d20260823_m011551_c001_v7007000_t0000_u01787447751879") 2026/08/23 01:16:54 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9b54_d20260823_m011544_c001_v0001130_t0014_u01787447744837") 2026/08/23 01:16:54 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd19135_d20260823_m011539_c001_v7007000_t0000_u01787447739633") 2026/08/23 01:16:54 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9b20_d20260823_m011532_c001_v0001130_t0014_u01787447732204") 2026/08/23 01:16:54 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653899_d20260823_m011526_c001_v7007000_t0000_u01787447726908") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9ade_d20260823_m011519_c001_v0001130_t0014_u01787447719434") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653840_d20260823_m011513_c001_v7007000_t0000_u01787447713798") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a94_d20260823_m011506_c001_v0001130_t0014_u01787447706992") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653702_d20260823_m011501_c001_v7007000_t0000_u01787447701603") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a4a_d20260823_m011453_c001_v0001130_t0014_u01787447693873") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3fa7d_d20260823_m011443_c001_v7007000_t0000_u01787447683432") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7c13_d20260823_m011440_c001_v0001178_t0020_u01787447680308") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f453_d20260823_m011435_c001_v7007000_t0000_u01787447675165") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7bcd_d20260823_m011429_c001_v0001178_t0020_u01787447669937") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f2589c5_d20260823_m011427_c001_v7007000_t0000_u01787447667670") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973b3d_d20260823_m011422_c001_v0001179_t0045_u01787447662255") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b620_d20260823_m011417_c001_v7007000_t0000_u01787447657030") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973aed_d20260823_m011411_c001_v0001179_t0045_u01787447651847") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a15_d20260823_m011409_c001_v7007000_t0000_u01787447649607") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f090d7_d20260823_m011405_c001_v0001116_t0047_u01787447645830") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dad1_d20260823_m011354_c001_v7007000_t0000_u01787447634346") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7aa5_d20260823_m011350_c001_v0001178_t0020_u01787447630875") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7daca_d20260823_m011345_c001_v7007000_t0000_u01787447625670") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a63_d20260823_m011338_c001_v0001178_t0020_u01787447618955") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7da14_d20260823_m011333_c001_v7007000_t0000_u01787447613634") 2026/08/23 01:16:55 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a23_d20260823_m011326_c001_v0001178_t0020_u01787447606717") 2026/08/23 01:16:56 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c72ea_d20260823_m011430_c001_v7007000_t0000_u01787447670517") 2026/08/23 01:16:56 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973b55_d20260823_m011425_c001_v0001179_t0045_u01787447665462") 2026/08/23 01:16:56 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dadb_d20260823_m011357_c001_v7007000_t0000_u01787447637622") 2026/08/23 01:16:56 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce9916_d20260823_m011352_c001_v0001130_t0036_u01787447632737") 2026/08/23 01:16:56 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dadc_d20260823_m011357_c001_v7007000_t0000_u01787447637807") 2026/08/23 01:16:56 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f118d163eb4f09083_d20260823_m011352_c001_v0001116_t0020_u01787447632727") 2026/08/23 01:16:56 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dadd_d20260823_m011357_c001_v7007000_t0000_u01787447637990") 2026/08/23 01:16:56 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973a5d_d20260823_m011352_c001_v0001179_t0017_u01787447632748") 2026/08/23 01:16:56 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dade_d20260823_m011358_c001_v7007000_t0000_u01787447638175") 2026/08/23 01:16:56 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7ab3_d20260823_m011352_c001_v0001178_t0039_u01787447632760") 2026/08/23 01:16:56 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dadf_d20260823_m011358_c001_v7007000_t0000_u01787447638359") 2026/08/23 01:16:56 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7ab7_d20260823_m011353_c001_v0001178_t0007_u01787447633022") 2026/08/23 01:16:56 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dae0_d20260823_m011358_c001_v7007000_t0000_u01787447638544") 2026/08/23 01:16:56 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973a61_d20260823_m011353_c001_v0001179_t0048_u01787447633075") 2026/08/23 01:16:56 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dae1_d20260823_m011358_c001_v7007000_t0000_u01787447638729") 2026/08/23 01:16:56 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce9918_d20260823_m011353_c001_v0001130_t0030_u01787447633084") 2026/08/23 01:16:56 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dae3_d20260823_m011359_c001_v7007000_t0000_u01787447639000") 2026/08/23 01:16:56 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7abb_d20260823_m011353_c001_v0001178_t0032_u01787447633247") 2026/08/23 01:16:56 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dae4_d20260823_m011359_c001_v7007000_t0000_u01787447639184") 2026/08/23 01:16:56 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973a65_d20260823_m011353_c001_v0001179_t0057_u01787447633308") 2026/08/23 01:16:56 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dae5_d20260823_m011359_c001_v7007000_t0000_u01787447639369") 2026/08/23 01:16:56 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7abd_d20260823_m011353_c001_v0001178_t0029_u01787447633465") 2026/08/23 01:16:57 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dae6_d20260823_m011359_c001_v7007000_t0000_u01787447639553") 2026/08/23 01:16:57 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce991c_d20260823_m011353_c001_v0001130_t0004_u01787447633490") 2026/08/23 01:16:57 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dae8_d20260823_m011359_c001_v7007000_t0000_u01787447639737") 2026/08/23 01:16:57 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973a6b_d20260823_m011353_c001_v0001179_t0038_u01787447633528") 2026/08/23 01:16:57 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7daea_d20260823_m011359_c001_v7007000_t0000_u01787447639922") 2026/08/23 01:16:57 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7abf_d20260823_m011353_c001_v0001178_t0006_u01787447633708") 2026/08/23 01:16:57 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7daeb_d20260823_m011400_c001_v7007000_t0000_u01787447640107") 2026/08/23 01:16:57 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973a71_d20260823_m011353_c001_v0001179_t0008_u01787447633754") 2026/08/23 01:16:57 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7daec_d20260823_m011400_c001_v7007000_t0000_u01787447640291") 2026/08/23 01:16:57 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7ac1_d20260823_m011353_c001_v0001178_t0010_u01787447633948") 2026/08/23 01:16:57 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7daed_d20260823_m011400_c001_v7007000_t0000_u01787447640476") 2026/08/23 01:16:57 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce991e_d20260823_m011353_c001_v0001130_t0014_u01787447633948") 2026/08/23 01:16:57 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b477_d20260823_m011412_c001_v7007000_t0000_u01787447652051") 2026/08/23 01:16:57 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce9956_d20260823_m011407_c001_v0001130_t0012_u01787447647641") 2026/08/23 01:16:57 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a1f_d20260823_m011412_c001_v7007000_t0000_u01787447652416") 2026/08/23 01:16:57 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973ac9_d20260823_m011407_c001_v0001179_t0020_u01787447647632") 2026/08/23 01:16:57 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a20_d20260823_m011412_c001_v7007000_t0000_u01787447652416") 2026/08/23 01:16:57 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f118d163eb4f090e3_d20260823_m011407_c001_v0001116_t0047_u01787447647651") 2026/08/23 01:16:57 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b478_d20260823_m011412_c001_v7007000_t0000_u01787447652235") 2026/08/23 01:16:57 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7b15_d20260823_m011407_c001_v0001178_t0022_u01787447647662") 2026/08/23 01:16:57 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a1c_d20260823_m011412_c001_v7007000_t0000_u01787447652041") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973acf_d20260823_m011408_c001_v0001179_t0054_u01787447648014") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b479_d20260823_m011412_c001_v7007000_t0000_u01787447652418") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7b1b_d20260823_m011408_c001_v0001178_t0040_u01787447648023") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f417f207affb9b5c0_d20260823_m011412_c001_v7007000_t0000_u01787447652244") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce995c_d20260823_m011408_c001_v0001130_t0012_u01787447648067") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9ee8_d20260823_m011412_c001_v7007000_t0000_u01787447652082") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7b1f_d20260823_m011408_c001_v0001178_t0004_u01787447648240") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f423dae673d838d0d_d20260823_m011412_c001_v7007000_t0000_u01787447652101") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973ad1_d20260823_m011408_c001_v0001179_t0035_u01787447648250") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a1b_d20260823_m011412_c001_v7007000_t0000_u01787447652030") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f118d163eb4f090e9_d20260823_m011408_c001_v0001116_t0057_u01787447648319") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40847f3efcc52a1d_d20260823_m011412_c001_v7007000_t0000_u01787447652212") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973ad5_d20260823_m011408_c001_v0001179_t0018_u01787447648459") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d71b701_d20260823_m011412_c001_v7007000_t0000_u01787447652073") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7b21_d20260823_m011408_c001_v0001178_t0048_u01787447648469") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f417f207affb9b5c1_d20260823_m011412_c001_v7007000_t0000_u01787447652427") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7b23_d20260823_m011408_c001_v0001178_t0022_u01787447648692") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d71b702_d20260823_m011412_c001_v7007000_t0000_u01787447652258") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973ad9_d20260823_m011408_c001_v0001179_t0045_u01787447648736") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9ee9_d20260823_m011412_c001_v7007000_t0000_u01787447652266") 2026/08/23 01:16:58 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce9960_d20260823_m011408_c001_v0001130_t0034_u01787447648905") 2026/08/23 01:16:59 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873cea56d_d20260823_m011412_c001_v7007000_t0000_u01787447652093") 2026/08/23 01:16:59 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973add_d20260823_m011408_c001_v0001179_t0045_u01787447648934") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d468ad_d20260823_m011229_c001_v7007000_t0000_u01787447549644") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f405852f3f1c6566f_d20260823_m011227_c001_v0001176_t0006_u01787447547962") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40251584025fbbcf_d20260823_m011227_c001_v7007000_t0000_u01787447547778") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f405852f3f1c65665_d20260823_m011225_c001_v0001176_t0006_u01787447545522") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40251584025fbba5_d20260823_m011224_c001_v7007000_t0000_u01787447544785") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9700_d20260823_m011221_c001_v0001130_t0014_u01787447541278") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d467ee_d20260823_m011219_c001_v7007000_t0000_u01787447539359") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418844d3dc52fdcf_d20260823_m011217_c001_v0001131_t0005_u01787447537692") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653056_d20260823_m011217_c001_v7007000_t0000_u01787447537512") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418844d3dc52fdb3_d20260823_m011215_c001_v0001131_t0005_u01787447535283") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6652ffe_d20260823_m011214_c001_v7007000_t0000_u01787447534563") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce96d8_d20260823_m011210_c001_v0001130_t0014_u01787447530826") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d466a2_d20260823_m011209_c001_v7007000_t0000_u01787447529877") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41667f31ea397aa0_d20260823_m011208_c001_v0001099_t0006_u01787447528765") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d29f_d20260823_m011208_c001_v7007000_t0000_u01787447528581") 2026/08/23 01:16:59 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41667f31ea397a98_d20260823_m011206_c001_v0001099_t0006_u01787447526669") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d25d_d20260823_m011205_c001_v7007000_t0000_u01787447525827") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce96bd_d20260823_m011202_c001_v0001130_t0014_u01787447522770") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d4662c_d20260823_m011202_c001_v7007000_t0000_u01787447522221") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f409bf3ade1473063_d20260823_m011200_c001_v0001174_t0008_u01787447520274") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4068a65c81dd19d0_d20260823_m011200_c001_v7007000_t0000_u01787447520091") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f409bf3ade1473037_d20260823_m011157_c001_v0001174_t0008_u01787447517434") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4068a65c81dd19ab_d20260823_m011156_c001_v7007000_t0000_u01787447516703") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce968b_d20260823_m011151_c001_v0001130_t0014_u01787447511287") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c6527_d20260823_m011150_c001_v7007000_t0000_u01787447510737") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f413d272cb21d34e5_d20260823_m011149_c001_v0001117_t0037_u01787447509253") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1a841_d20260823_m011149_c001_v7007000_t0000_u01787447509069") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f413d272cb21d34c9_d20260823_m011146_c001_v0001117_t0037_u01787447506073") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1a80d_d20260823_m011145_c001_v7007000_t0000_u01787447505301") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce95e9_d20260823_m011118_c001_v0001130_t0014_u01787447478788") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb48e12_d20260823_m011118_c001_v7007000_t0000_u01787447478240") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f414d602a4632401a_d20260823_m011116_c001_v0001044_t0054_u01787447476762") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f417f207affb9a304_d20260823_m011116_c001_v7007000_t0000_u01787447476579") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f414d602a46324004_d20260823_m011113_c001_v0001044_t0054_u01787447473793") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f417f207affb9a2fe_d20260823_m011112_c001_v7007000_t0000_u01787447472990") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce95c1_d20260823_m011107_c001_v0001130_t0014_u01787447467723") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780eff280_d20260823_m011104_c001_v7007000_t0000_u01787447464526") 2026/08/23 01:17:00 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4077c7afbcd0fcd3_d20260823_m011059_c001_v0001180_t0028_u01787447459772") 2026/08/23 01:17:01 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb48dd9_d20260823_m011059_c001_v7007000_t0000_u01787447459576") 2026/08/23 01:17:01 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41764b4adbc57fdb_d20260823_m011055_c001_v0001115_t0025_u01787447455690") 2026/08/23 01:17:01 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400d4261e0a8c104_d20260823_m011054_c001_v0001117_t0054_u01787447454960") 2026/08/23 01:17:01 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400d4261e0a8c100_d20260823_m011054_c001_v0001117_t0054_u01787447454019") 2026/08/23 01:17:01 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4189d3b2c05194b6_d20260823_m011041_c001_v7007000_t0000_u01787447441115") 2026/08/23 01:17:01 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce950f_d20260823_m011035_c001_v0001130_t0014_u01787447435047") 2026/08/23 01:17:01 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4066e4abf2d51d34_d20260823_m011034_c001_v0001161_t0059_u01787447434316") 2026/08/23 01:17:01 DEBUG : dst/one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4066e4abf2d51d2a_d20260823_m011033_c001_v0001161_t0059_u01787447433383") 2026/08/23 01:17:01 DEBUG : dst/one-2019-01-01: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d468b6_d20260823_m011229_c001_v7007000_t0000_u01787447549880") 2026/08/23 01:17:01 DEBUG : dst/one-2019-01-01: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f405e7c1ca150b865_d20260823_m011227_c001_v0001097_t0040_u01787447547595") 2026/08/23 01:17:01 DEBUG : dst/one-2019-01-01: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4048fbdaf2183e94_d20260823_m011224_c001_v0001184_t0049_u01787447544601") 2026/08/23 01:17:01 DEBUG : dst/one.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d467f2_d20260823_m011219_c001_v7007000_t0000_u01787447539540") 2026/08/23 01:17:01 DEBUG : dst/one.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f416d0215f7757afe_d20260823_m011217_c001_v0001039_t0036_u01787447537329") 2026/08/23 01:17:01 DEBUG : dst/one.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41764b4adbc58161_d20260823_m011214_c001_v0001115_t0016_u01787447534380") 2026/08/23 01:17:01 DEBUG : dst/one.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d466a8_d20260823_m011210_c001_v7007000_t0000_u01787447530059") 2026/08/23 01:17:01 DEBUG : dst/one.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4199533b211aa06b_d20260823_m011208_c001_v0001161_t0001_u01787447528396") 2026/08/23 01:17:01 DEBUG : dst/one.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4059e2a5851a6b06_d20260823_m011205_c001_v0001167_t0059_u01787447525643") 2026/08/23 01:17:01 DEBUG : dst/three: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780eff281_d20260823_m011104_c001_v7007000_t0000_u01787447464711") 2026/08/23 01:17:01 DEBUG : dst/three: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400d4261e0a8c12a_d20260823_m011103_c001_v0001117_t0054_u01787447463222") 2026/08/23 01:17:01 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d468c0_d20260823_m011230_c001_v7007000_t0000_u01787447550166") 2026/08/23 01:17:01 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4150842bc403430d_d20260823_m011228_c001_v0001165_t0027_u01787447548708") 2026/08/23 01:17:01 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f402a92d017202065_d20260823_m011226_c001_v0001042_t0058_u01787447546277") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d468c6_d20260823_m011230_c001_v7007000_t0000_u01787447550348") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f405852f3f1c65679_d20260823_m011229_c001_v0001176_t0006_u01787447549078") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40251584025fbbd1_d20260823_m011228_c001_v7007000_t0000_u01787447548894") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f405852f3f1c65667_d20260823_m011226_c001_v0001176_t0006_u01787447546647") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40251584025fbbcb_d20260823_m011226_c001_v7007000_t0000_u01787447546463") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9708_d20260823_m011221_c001_v0001130_t0014_u01787447541646") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d467fe_d20260823_m011220_c001_v7007000_t0000_u01787447540110") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418844d3dc52fdd3_d20260823_m011218_c001_v0001131_t0005_u01787447538795") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653068_d20260823_m011218_c001_v7007000_t0000_u01787447538612") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418844d3dc52fdc1_d20260823_m011216_c001_v0001131_t0005_u01787447536386") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653047_d20260823_m011216_c001_v7007000_t0000_u01787447536207") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce96dc_d20260823_m011211_c001_v0001130_t0014_u01787447531220") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d2b8_d20260823_m011209_c001_v7007000_t0000_u01787447529324") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce96cf_d20260823_m011207_c001_v0001130_t0014_u01787447527636") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7d27f_d20260823_m011207_c001_v7007000_t0000_u01787447527228") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce96c5_d20260823_m011203_c001_v0001130_t0014_u01787447523206") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4068a65c81dd19d1_d20260823_m011201_c001_v7007000_t0000_u01787447521301") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce96a7_d20260823_m011159_c001_v0001130_t0014_u01787447519090") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4068a65c81dd19ae_d20260823_m011157_c001_v7007000_t0000_u01787447517998") 2026/08/23 01:17:02 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9691_d20260823_m011151_c001_v0001130_t0014_u01787447511650") 2026/08/23 01:17:03 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1a842_d20260823_m011149_c001_v7007000_t0000_u01787447509820") 2026/08/23 01:17:03 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9675_d20260823_m011148_c001_v0001130_t0014_u01787447508115") 2026/08/23 01:17:03 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1a82b_d20260823_m011147_c001_v7007000_t0000_u01787447507008") 2026/08/23 01:17:03 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce95ef_d20260823_m011119_c001_v0001130_t0014_u01787447479160") 2026/08/23 01:17:03 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f417f207affb9a305_d20260823_m011117_c001_v7007000_t0000_u01787447477327") 2026/08/23 01:17:03 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce95e3_d20260823_m011115_c001_v0001130_t0014_u01787447475487") 2026/08/23 01:17:03 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f417f207affb9a301_d20260823_m011114_c001_v7007000_t0000_u01787447474389") 2026/08/23 01:17:03 DEBUG : dst/three.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce95c7_d20260823_m011108_c001_v0001130_t0014_u01787447468088") 2026/08/23 01:17:03 DEBUG : dst/three.txt.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d46805_d20260823_m011220_c001_v7007000_t0000_u01787447540363") 2026/08/23 01:17:03 DEBUG : dst/three.txt.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4138a8aefd146e2c_d20260823_m011218_c001_v0001039_t0013_u01787447538427") 2026/08/23 01:17:03 DEBUG : dst/three.txt.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4126c76228674409_d20260823_m011216_c001_v0001174_t0059_u01787447536020") 2026/08/23 01:17:03 DEBUG : dst/three.txt.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d466b1_d20260823_m011210_c001_v7007000_t0000_u01787447530275") 2026/08/23 01:17:03 DEBUG : dst/three.txt.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40218a30f0d6f621_d20260823_m011209_c001_v0001178_t0040_u01787447529138") 2026/08/23 01:17:03 DEBUG : dst/three.txt.bak: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41157d8ef504db13_d20260823_m011207_c001_v0001161_t0013_u01787447527043") 2026/08/23 01:17:03 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d468c7_d20260823_m011230_c001_v7007000_t0000_u01787447550531") 2026/08/23 01:17:03 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9706_d20260823_m011221_c001_v0001130_t0014_u01787447541462") 2026/08/23 01:17:03 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d4680b_d20260823_m011220_c001_v7007000_t0000_u01787447540548") 2026/08/23 01:17:03 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce96da_d20260823_m011211_c001_v0001130_t0014_u01787447531011") 2026/08/23 01:17:03 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d466b6_d20260823_m011210_c001_v7007000_t0000_u01787447530461") 2026/08/23 01:17:03 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce96bf_d20260823_m011203_c001_v0001130_t0014_u01787447523023") 2026/08/23 01:17:03 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d4662f_d20260823_m011202_c001_v7007000_t0000_u01787447522402") 2026/08/23 01:17:04 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce968f_d20260823_m011151_c001_v0001130_t0014_u01787447511468") 2026/08/23 01:17:04 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c6528_d20260823_m011150_c001_v7007000_t0000_u01787447510919") 2026/08/23 01:17:04 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce95ed_d20260823_m011118_c001_v0001130_t0014_u01787447478975") 2026/08/23 01:17:04 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb48e13_d20260823_m011118_c001_v7007000_t0000_u01787447478421") 2026/08/23 01:17:04 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce95c3_d20260823_m011107_c001_v0001130_t0014_u01787447467905") 2026/08/23 01:17:04 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780eff284_d20260823_m011104_c001_v7007000_t0000_u01787447464894") 2026/08/23 01:17:04 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40420fa9372ad4d1_d20260823_m011100_c001_v0001183_t0004_u01787447460929") 2026/08/23 01:17:04 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4189d3b2c05194b7_d20260823_m011041_c001_v7007000_t0000_u01787447441297") 2026/08/23 01:17:04 DEBUG : dst/two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4066e4abf2d51d52_d20260823_m011040_c001_v0001161_t0059_u01787447440198") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3e30f_d20260823_m011003_c001_v7007000_t0000_u01787447403742") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9457_d20260823_m011000_c001_v0001130_t0014_u01787447400250") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3e28b_d20260823_m010957_c001_v7007000_t0000_u01787447397945") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41764b4adbc57e57_d20260823_m010943_c001_v0001115_t0025_u01787447383971") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d71a32d_d20260823_m010935_c001_v7007000_t0000_u01787447375404") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce93a9_d20260823_m010931_c001_v0001130_t0014_u01787447371591") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d148_d20260823_m010913_c001_v7007000_t0000_u01787447353781") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9339_d20260823_m010911_c001_v0001130_t0014_u01787447351947") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d0e0_d20260823_m010910_c001_v7007000_t0000_u01787447350850") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9329_d20260823_m010909_c001_v0001130_t0014_u01787447349721") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9cfdd_d20260823_m010907_c001_v7007000_t0000_u01787447347214") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9311_d20260823_m010905_c001_v0001130_t0014_u01787447345637") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9cf41_d20260823_m010904_c001_v7007000_t0000_u01787447344910") 2026/08/23 01:17:04 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9301_d20260823_m010903_c001_v0001130_t0014_u01787447343492") 2026/08/23 01:17:05 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce833e_d20260823_m010858_c001_v7007000_t0000_u01787447338374") 2026/08/23 01:17:05 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce92c3_d20260823_m010856_c001_v0001130_t0014_u01787447336720") 2026/08/23 01:17:05 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce831c_d20260823_m010855_c001_v7007000_t0000_u01787447335973") 2026/08/23 01:17:05 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce92bb_d20260823_m010855_c001_v0001130_t0014_u01787447335252") 2026/08/23 01:17:05 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce82b9_d20260823_m010851_c001_v7007000_t0000_u01787447331479") 2026/08/23 01:17:05 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9289_d20260823_m010849_c001_v0001130_t0014_u01787447329835") 2026/08/23 01:17:05 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256bc5_d20260823_m010847_c001_v7007000_t0000_u01787447327963") 2026/08/23 01:17:05 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9275_d20260823_m010847_c001_v0001130_t0014_u01787447327055") 2026/08/23 01:17:05 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256bbe_d20260823_m010846_c001_v7007000_t0000_u01787447326686") 2026/08/23 01:17:05 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4063f0b5e6b45fd4_d20260823_m010846_c001_v0001097_t0037_u01787447326136") 2026/08/23 01:17:05 DEBUG : empty space: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9269_d20260823_m010844_c001_v0001130_t0014_u01787447324601") 2026/08/23 01:17:05 DEBUG : enormous: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d13f_d20260823_m010913_c001_v7007000_t0000_u01787447353052") 2026/08/23 01:17:05 DEBUG : enormous: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce933d_d20260823_m010912_c001_v0001130_t0054_u01787447352173") 2026/08/23 01:17:05 DEBUG : existing: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f412790c831d468df_d20260823_m011234_c001_v7007000_t0000_u01787447554281") 2026/08/23 01:17:05 DEBUG : existing: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9734_d20260823_m011233_c001_v0001130_t0014_u01787447553164") 2026/08/23 01:17:05 DEBUG : existing: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d716237_d20260823_m010929_c001_v7007000_t0000_u01787447369755") 2026/08/23 01:17:05 DEBUG : existing: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9395_d20260823_m010928_c001_v0001130_t0014_u01787447368842") 2026/08/23 01:17:05 DEBUG : existing: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256bb2_d20260823_m010842_c001_v7007000_t0000_u01787447322056") 2026/08/23 01:17:05 DEBUG : existing: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9253_d20260823_m010841_c001_v0001130_t0014_u01787447321147") 2026/08/23 01:17:05 DEBUG : existing: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256b8d_d20260823_m010840_c001_v7007000_t0000_u01787447320603") 2026/08/23 01:17:06 DEBUG : existing: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9251_d20260823_m010840_c001_v0001130_t0014_u01787447320061") 2026/08/23 01:17:06 DEBUG : existing: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9249_d20260823_m010839_c001_v0001130_t0014_u01787447319334") 2026/08/23 01:17:06 DEBUG : existing-b: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d716625_d20260823_m010929_c001_v7007000_t0000_u01787447369934") 2026/08/23 01:17:06 DEBUG : existing-b: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41764b4adbc57e07_d20260823_m010928_c001_v0001115_t0025_u01787447368832") 2026/08/23 01:17:06 DEBUG : file1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71f03_d20260823_m011314_c001_v7007000_t0000_u01787447594493") 2026/08/23 01:17:06 DEBUG : file1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9868_d20260823_m011312_c001_v0001130_t0014_u01787447592974") 2026/08/23 01:17:06 DEBUG : file1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71ec0_d20260823_m011311_c001_v7007000_t0000_u01787447591855") 2026/08/23 01:17:06 DEBUG : file1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f08fa9_d20260823_m011310_c001_v0001116_t0047_u01787447590533") 2026/08/23 01:17:06 DEBUG : five: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d175_d20260823_m010917_c001_v7007000_t0000_u01787447357158") 2026/08/23 01:17:06 DEBUG : five: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce934f_d20260823_m010915_c001_v0001130_t0014_u01787447355290") 2026/08/23 01:17:06 DEBUG : foo: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce82b4_d20260823_m010849_c001_v7007000_t0000_u01787447329474") 2026/08/23 01:17:06 DEBUG : foo: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9285_d20260823_m010848_c001_v0001130_t0014_u01787447328934") 2026/08/23 01:17:06 DEBUG : foo: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce927b_d20260823_m010848_c001_v0001130_t0014_u01787447328330") 2026/08/23 01:17:06 DEBUG : four: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d17a_d20260823_m010917_c001_v7007000_t0000_u01787447357337") 2026/08/23 01:17:06 DEBUG : four: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41764b4adbc57db7_d20260823_m010916_c001_v0001115_t0025_u01787447356038") 2026/08/23 01:17:06 DEBUG : four: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce934b_d20260823_m010914_c001_v0001130_t0014_u01787447354697") 2026/08/23 01:17:06 DEBUG : hello world2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17f93_d20260823_m010801_c001_v7007000_t0000_u01787447281338") 2026/08/23 01:17:06 DEBUG : hello world2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce913b_d20260823_m010800_c001_v0001130_t0014_u01787447280479") 2026/08/23 01:17:06 DEBUG : ignore-size: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256b66_d20260823_m010838_c001_v7007000_t0000_u01787447318970") 2026/08/23 01:17:06 DEBUG : ignore-size: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9239_d20260823_m010838_c001_v0001130_t0014_u01787447318035") 2026/08/23 01:17:06 DEBUG : nested/sub dir/file: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d714a9c_d20260823_m010928_c001_v7007000_t0000_u01787447368106") 2026/08/23 01:17:06 DEBUG : nested/sub dir/file: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce938d_d20260823_m010927_c001_v0001130_t0014_u01787447367562") 2026/08/23 01:17:07 DEBUG : nested/sub dir/file: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d22b_d20260823_m010926_c001_v7007000_t0000_u01787447366823") 2026/08/23 01:17:07 DEBUG : nested/sub dir/file: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41764b4adbc57df3_d20260823_m010926_c001_v0001115_t0025_u01787447366090") 2026/08/23 01:17:07 DEBUG : one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d17d_d20260823_m010917_c001_v7007000_t0000_u01787447357517") 2026/08/23 01:17:07 DEBUG : one: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9343_d20260823_m010914_c001_v0001130_t0014_u01787447354149") 2026/08/23 01:17:07 DEBUG : only0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71da1_d20260823_m011306_c001_v7007000_t0000_u01787447586026") 2026/08/23 01:17:07 DEBUG : only0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed79ab_d20260823_m011301_c001_v0001178_t0020_u01787447581553") 2026/08/23 01:17:07 DEBUG : only0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97c8_d20260823_m011252_c001_v0001130_t0014_u01787447572363") 2026/08/23 01:17:07 DEBUG : only0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f028_d20260823_m011246_c001_v7007000_t0000_u01787447566439") 2026/08/23 01:17:07 DEBUG : only0: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9746_d20260823_m011237_c001_v0001130_t0014_u01787447557711") 2026/08/23 01:17:07 DEBUG : only1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71da8_d20260823_m011306_c001_v7007000_t0000_u01787447586208") 2026/08/23 01:17:07 DEBUG : only1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d97393f_d20260823_m011301_c001_v0001179_t0045_u01787447581172") 2026/08/23 01:17:07 DEBUG : only1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97cc_d20260823_m011252_c001_v0001130_t0014_u01787447572728") 2026/08/23 01:17:07 DEBUG : only1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71cca_d20260823_m011246_c001_v7007000_t0000_u01787447566815") 2026/08/23 01:17:07 DEBUG : only1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce974a_d20260823_m011238_c001_v0001130_t0014_u01787447558079") 2026/08/23 01:17:07 DEBUG : only10: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71db2_d20260823_m011306_c001_v7007000_t0000_u01787447586444") 2026/08/23 01:17:07 DEBUG : only10: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9836_d20260823_m011300_c001_v0001130_t0014_u01787447580086") 2026/08/23 01:17:07 DEBUG : only10: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97fa_d20260823_m011256_c001_v0001130_t0014_u01787447576016") 2026/08/23 01:17:07 DEBUG : only10: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40251584025fbc21_d20260823_m011246_c001_v7007000_t0000_u01787447566060") 2026/08/23 01:17:07 DEBUG : only10: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce977a_d20260823_m011241_c001_v0001130_t0014_u01787447561452") 2026/08/23 01:17:07 DEBUG : only11: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71dbe_d20260823_m011306_c001_v7007000_t0000_u01787447586631") 2026/08/23 01:17:07 DEBUG : only11: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f08f79_d20260823_m011300_c001_v0001116_t0047_u01787447580621") 2026/08/23 01:17:08 DEBUG : only11: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9804_d20260823_m011256_c001_v0001130_t0014_u01787447576385") 2026/08/23 01:17:08 DEBUG : only11: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71cc8_d20260823_m011246_c001_v7007000_t0000_u01787447566452") 2026/08/23 01:17:08 DEBUG : only11: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9782_d20260823_m011241_c001_v0001130_t0014_u01787447561820") 2026/08/23 01:17:08 DEBUG : only12: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71dc7_d20260823_m011306_c001_v7007000_t0000_u01787447586811") 2026/08/23 01:17:08 DEBUG : only12: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d97392f_d20260823_m011300_c001_v0001179_t0045_u01787447580803") 2026/08/23 01:17:08 DEBUG : only12: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9808_d20260823_m011256_c001_v0001130_t0014_u01787447576759") 2026/08/23 01:17:08 DEBUG : only12: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496cd_d20260823_m011246_c001_v7007000_t0000_u01787447566796") 2026/08/23 01:17:08 DEBUG : only12: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9786_d20260823_m011242_c001_v0001130_t0014_u01787447562188") 2026/08/23 01:17:08 DEBUG : only13: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71dd4_d20260823_m011307_c001_v7007000_t0000_u01787447587036") 2026/08/23 01:17:08 DEBUG : only13: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed79a3_d20260823_m011300_c001_v0001178_t0020_u01787447580993") 2026/08/23 01:17:08 DEBUG : only13: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9810_d20260823_m011257_c001_v0001130_t0014_u01787447577126") 2026/08/23 01:17:08 DEBUG : only13: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40251584025fbc36_d20260823_m011246_c001_v7007000_t0000_u01787447566603") 2026/08/23 01:17:08 DEBUG : only13: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce978b_d20260823_m011242_c001_v0001130_t0014_u01787447562576") 2026/08/23 01:17:08 DEBUG : only14: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71dde_d20260823_m011307_c001_v7007000_t0000_u01787447587217") 2026/08/23 01:17:08 DEBUG : only14: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9838_d20260823_m011300_c001_v0001130_t0014_u01787447580637") 2026/08/23 01:17:08 DEBUG : only14: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9814_d20260823_m011257_c001_v0001130_t0014_u01787447577492") 2026/08/23 01:17:08 DEBUG : only14: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496cc_d20260823_m011246_c001_v7007000_t0000_u01787447566614") 2026/08/23 01:17:08 DEBUG : only14: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9790_d20260823_m011243_c001_v0001130_t0014_u01787447563034") 2026/08/23 01:17:08 DEBUG : only15: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71de8_d20260823_m011307_c001_v7007000_t0000_u01787447587399") 2026/08/23 01:17:08 DEBUG : only15: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f08f7b_d20260823_m011300_c001_v0001116_t0047_u01787447580810") 2026/08/23 01:17:09 DEBUG : only15: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce981e_d20260823_m011257_c001_v0001130_t0014_u01787447577857") 2026/08/23 01:17:09 DEBUG : only15: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40251584025fbc27_d20260823_m011246_c001_v7007000_t0000_u01787447566240") 2026/08/23 01:17:09 DEBUG : only15: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9794_d20260823_m011243_c001_v0001130_t0014_u01787447563411") 2026/08/23 01:17:09 DEBUG : only16: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71df2_d20260823_m011307_c001_v7007000_t0000_u01787447587580") 2026/08/23 01:17:09 DEBUG : only16: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce983a_d20260823_m011300_c001_v0001130_t0014_u01787447580820") 2026/08/23 01:17:09 DEBUG : only16: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9822_d20260823_m011258_c001_v0001130_t0014_u01787447578258") 2026/08/23 01:17:09 DEBUG : only16: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71ccb_d20260823_m011247_c001_v7007000_t0000_u01787447567008") 2026/08/23 01:17:09 DEBUG : only16: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce979c_d20260823_m011243_c001_v0001130_t0014_u01787447563812") 2026/08/23 01:17:10 DEBUG : only17: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71dfd_d20260823_m011307_c001_v7007000_t0000_u01787447587762") 2026/08/23 01:17:10 DEBUG : only17: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973933_d20260823_m011300_c001_v0001179_t0045_u01787447580988") 2026/08/23 01:17:10 DEBUG : only17: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9828_d20260823_m011258_c001_v0001130_t0014_u01787447578624") 2026/08/23 01:17:10 DEBUG : only17: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f033_d20260823_m011246_c001_v7007000_t0000_u01787447566624") 2026/08/23 01:17:10 DEBUG : only17: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97a2_d20260823_m011244_c001_v0001130_t0014_u01787447564185") 2026/08/23 01:17:10 DEBUG : only18: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71e00_d20260823_m011307_c001_v7007000_t0000_u01787447587943") 2026/08/23 01:17:10 DEBUG : only18: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f08f7f_d20260823_m011301_c001_v0001116_t0047_u01787447581000") 2026/08/23 01:17:10 DEBUG : only18: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce982e_d20260823_m011258_c001_v0001130_t0014_u01787447578991") 2026/08/23 01:17:10 DEBUG : only18: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f03c_d20260823_m011246_c001_v7007000_t0000_u01787447566806") 2026/08/23 01:17:10 DEBUG : only18: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97a6_d20260823_m011244_c001_v0001130_t0014_u01787447564593") 2026/08/23 01:17:10 DEBUG : only19: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71e0a_d20260823_m011308_c001_v7007000_t0000_u01787447588125") 2026/08/23 01:17:10 DEBUG : only19: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce983c_d20260823_m011301_c001_v0001130_t0014_u01787447581009") 2026/08/23 01:17:10 DEBUG : only19: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9834_d20260823_m011259_c001_v0001130_t0014_u01787447579357") 2026/08/23 01:17:10 DEBUG : only19: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40251584025fbc2f_d20260823_m011246_c001_v7007000_t0000_u01787447566421") 2026/08/23 01:17:10 DEBUG : only19: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97aa_d20260823_m011244_c001_v0001130_t0014_u01787447564972") 2026/08/23 01:17:10 DEBUG : only2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71e13_d20260823_m011308_c001_v7007000_t0000_u01787447588306") 2026/08/23 01:17:10 DEBUG : only2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed79a5_d20260823_m011301_c001_v0001178_t0020_u01787447581181") 2026/08/23 01:17:10 DEBUG : only2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97d0_d20260823_m011253_c001_v0001130_t0014_u01787447573093") 2026/08/23 01:17:10 DEBUG : only2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40251584025fbc4a_d20260823_m011247_c001_v7007000_t0000_u01787447567152") 2026/08/23 01:17:10 DEBUG : only2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce974e_d20260823_m011238_c001_v0001130_t0014_u01787447558452") 2026/08/23 01:17:10 DEBUG : only3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71e1e_d20260823_m011308_c001_v7007000_t0000_u01787447588489") 2026/08/23 01:17:10 DEBUG : only3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f08f83_d20260823_m011301_c001_v0001116_t0047_u01787447581193") 2026/08/23 01:17:10 DEBUG : only3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97d8_d20260823_m011253_c001_v0001130_t0014_u01787447573459") 2026/08/23 01:17:10 DEBUG : only3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40251584025fbc43_d20260823_m011246_c001_v7007000_t0000_u01787447566968") 2026/08/23 01:17:10 DEBUG : only3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9752_d20260823_m011238_c001_v0001130_t0014_u01787447558822") 2026/08/23 01:17:10 DEBUG : only4: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71e28_d20260823_m011308_c001_v7007000_t0000_u01787447588670") 2026/08/23 01:17:10 DEBUG : only4: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce983e_d20260823_m011301_c001_v0001130_t0014_u01787447581203") 2026/08/23 01:17:11 DEBUG : only4: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97de_d20260823_m011253_c001_v0001130_t0014_u01787447573825") 2026/08/23 01:17:11 DEBUG : only4: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71cc9_d20260823_m011246_c001_v7007000_t0000_u01787447566633") 2026/08/23 01:17:11 DEBUG : only4: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9756_d20260823_m011239_c001_v0001130_t0014_u01787447559206") 2026/08/23 01:17:11 DEBUG : only5: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71e33_d20260823_m011308_c001_v7007000_t0000_u01787447588851") 2026/08/23 01:17:11 DEBUG : only5: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973943_d20260823_m011301_c001_v0001179_t0045_u01787447581355") 2026/08/23 01:17:11 DEBUG : only5: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97e2_d20260823_m011254_c001_v0001130_t0014_u01787447574190") 2026/08/23 01:17:11 DEBUG : only5: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496cb_d20260823_m011246_c001_v7007000_t0000_u01787447566432") 2026/08/23 01:17:11 DEBUG : only5: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce975a_d20260823_m011239_c001_v0001130_t0014_u01787447559575") 2026/08/23 01:17:11 DEBUG : only6: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71e3e_d20260823_m011309_c001_v7007000_t0000_u01787447589034") 2026/08/23 01:17:11 DEBUG : only6: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed79a9_d20260823_m011301_c001_v0001178_t0020_u01787447581365") 2026/08/23 01:17:11 DEBUG : only6: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97e6_d20260823_m011254_c001_v0001130_t0014_u01787447574554") 2026/08/23 01:17:11 DEBUG : only6: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40251584025fbc3c_d20260823_m011246_c001_v7007000_t0000_u01787447566786") 2026/08/23 01:17:11 DEBUG : only6: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9760_d20260823_m011239_c001_v0001130_t0014_u01787447559982") 2026/08/23 01:17:11 DEBUG : only7: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71e49_d20260823_m011309_c001_v7007000_t0000_u01787447589216") 2026/08/23 01:17:11 DEBUG : only7: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f08f85_d20260823_m011301_c001_v0001116_t0047_u01787447581377") 2026/08/23 01:17:11 DEBUG : only7: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97ea_d20260823_m011254_c001_v0001130_t0014_u01787447574918") 2026/08/23 01:17:11 DEBUG : only7: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496ce_d20260823_m011246_c001_v7007000_t0000_u01787447566979") 2026/08/23 01:17:11 DEBUG : only7: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9768_d20260823_m011240_c001_v0001130_t0014_u01787447560350") 2026/08/23 01:17:11 DEBUG : only8: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71e52_d20260823_m011309_c001_v7007000_t0000_u01787447589398") 2026/08/23 01:17:11 DEBUG : only8: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9840_d20260823_m011301_c001_v0001130_t0014_u01787447581387") 2026/08/23 01:17:11 DEBUG : only8: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97f0_d20260823_m011255_c001_v0001130_t0014_u01787447575285") 2026/08/23 01:17:11 DEBUG : only8: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40976990ecb496d0_d20260823_m011247_c001_v7007000_t0000_u01787447567161") 2026/08/23 01:17:12 DEBUG : only8: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9772_d20260823_m011240_c001_v0001130_t0014_u01787447560717") 2026/08/23 01:17:12 DEBUG : only9: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71e5c_d20260823_m011309_c001_v7007000_t0000_u01787447589579") 2026/08/23 01:17:12 DEBUG : only9: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973945_d20260823_m011301_c001_v0001179_t0045_u01787447581543") 2026/08/23 01:17:12 DEBUG : only9: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce97f6_d20260823_m011255_c001_v0001130_t0014_u01787447575651") 2026/08/23 01:17:12 DEBUG : only9: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f049_d20260823_m011246_c001_v7007000_t0000_u01787447566989") 2026/08/23 01:17:12 DEBUG : only9: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9776_d20260823_m011241_c001_v0001130_t0014_u01787447561084") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d200_d20260823_m010924_c001_v7007000_t0000_u01787447364984") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41764b4adbc57de5_d20260823_m010923_c001_v0001115_t0025_u01787447363242") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d1c4_d20260823_m010922_c001_v7007000_t0000_u01787447362512") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce936f_d20260823_m010921_c001_v0001130_t0014_u01787447361023") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d1a6_d20260823_m010920_c001_v7007000_t0000_u01787447360299") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4150da94b4b9c88b_d20260823_m010918_c001_v0001033_t0012_u01787447358420") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d060_d20260823_m010908_c001_v7007000_t0000_u01787447348843") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce931d_d20260823_m010907_c001_v0001130_t0014_u01787447347755") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9cf99_d20260823_m010906_c001_v7007000_t0000_u01787447346182") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce930f_d20260823_m010905_c001_v0001130_t0014_u01787447345454") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9cefe_d20260823_m010904_c001_v7007000_t0000_u01787447344038") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce92ff_d20260823_m010903_c001_v0001130_t0014_u01787447343310") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce8337_d20260823_m010857_c001_v7007000_t0000_u01787447337829") 2026/08/23 01:17:12 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce92c1_d20260823_m010856_c001_v0001130_t0014_u01787447336514") 2026/08/23 01:17:13 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce831f_d20260823_m010856_c001_v7007000_t0000_u01787447336154") 2026/08/23 01:17:13 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce92b5_d20260823_m010855_c001_v0001130_t0014_u01787447335069") 2026/08/23 01:17:13 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce830b_d20260823_m010854_c001_v7007000_t0000_u01787447334708") 2026/08/23 01:17:13 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce92ab_d20260823_m010854_c001_v0001130_t0014_u01787447334163") 2026/08/23 01:17:13 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce92a3_d20260823_m010853_c001_v0001130_t0014_u01787447333619") 2026/08/23 01:17:13 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce82f3_d20260823_m010853_c001_v7007000_t0000_u01787447333259") 2026/08/23 01:17:13 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce929d_d20260823_m010852_c001_v0001130_t0014_u01787447332721") 2026/08/23 01:17:13 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce9297_d20260823_m010852_c001_v0001130_t0051_u01787447332020") 2026/08/23 01:17:13 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce82ba_d20260823_m010851_c001_v7007000_t0000_u01787447331659") 2026/08/23 01:17:13 DEBUG : potato: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce928d_d20260823_m010850_c001_v0001130_t0006_u01787447330488") 2026/08/23 01:17:13 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7cd30_d20260823_m011015_c001_v7007000_t0000_u01787447415235") 2026/08/23 01:17:13 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce94ad_d20260823_m011014_c001_v0001130_t0047_u01787447414497") 2026/08/23 01:17:13 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3e31d_d20260823_m011004_c001_v7007000_t0000_u01787447404464") 2026/08/23 01:17:13 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f11764b4adbc57eb7_d20260823_m010959_c001_v0001115_t0009_u01787447399236") 2026/08/23 01:17:13 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d71a3d7_d20260823_m010947_c001_v7007000_t0000_u01787447387495") 2026/08/23 01:17:13 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce93e1_d20260823_m010943_c001_v0001130_t0058_u01787447383196") 2026/08/23 01:17:13 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d71a32e_d20260823_m010935_c001_v7007000_t0000_u01787447375781") 2026/08/23 01:17:13 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f11764b4adbc57e11_d20260823_m010930_c001_v0001115_t0041_u01787447370970") 2026/08/23 01:17:13 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d13e_d20260823_m010912_c001_v7007000_t0000_u01787447352872") 2026/08/23 01:17:13 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce9337_d20260823_m010911_c001_v0001130_t0024_u01787447351391") 2026/08/23 01:17:13 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d0ee_d20260823_m010911_c001_v7007000_t0000_u01787447351031") 2026/08/23 01:17:13 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce9325_d20260823_m010909_c001_v0001130_t0049_u01787447349391") 2026/08/23 01:17:14 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d06e_d20260823_m010909_c001_v7007000_t0000_u01787447349025") 2026/08/23 01:17:14 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9321_d20260823_m010908_c001_v0001130_t0014_u01787447348303") 2026/08/23 01:17:14 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9cfea_d20260823_m010907_c001_v7007000_t0000_u01787447347394") 2026/08/23 01:17:14 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce9317_d20260823_m010906_c001_v0001130_t0047_u01787447346547") 2026/08/23 01:17:14 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9cf52_d20260823_m010905_c001_v7007000_t0000_u01787447345090") 2026/08/23 01:17:14 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce9305_d20260823_m010904_c001_v0001130_t0051_u01787447344048") 2026/08/23 01:17:14 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415ca02873ce8342_d20260823_m010858_c001_v7007000_t0000_u01787447338556") 2026/08/23 01:17:14 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce92cb_d20260823_m010857_c001_v0001130_t0019_u01787447337265") 2026/08/23 01:17:14 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17fb9_d20260823_m010803_c001_v7007000_t0000_u01787447283862") 2026/08/23 01:17:14 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce914f_d20260823_m010803_c001_v0001130_t0014_u01787447283323") 2026/08/23 01:17:14 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17faf_d20260823_m010802_c001_v7007000_t0000_u01787447282421") 2026/08/23 01:17:14 DEBUG : potato2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9147_d20260823_m010801_c001_v0001130_t0014_u01787447281881") 2026/08/23 01:17:14 DEBUG : potato3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3e320_d20260823_m011004_c001_v7007000_t0000_u01787447404672") 2026/08/23 01:17:14 DEBUG : potato3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f11764b4adbc57ebb_d20260823_m011000_c001_v0001115_t0012_u01787447400434") 2026/08/23 01:17:14 DEBUG : potato3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d71a3d9_d20260823_m010947_c001_v7007000_t0000_u01787447387765") 2026/08/23 01:17:14 DEBUG : potato3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f115c7fcc50ce93ed_d20260823_m010944_c001_v0001130_t0025_u01787447384152") 2026/08/23 01:17:14 DEBUG : potato3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d71a330_d20260823_m010936_c001_v7007000_t0000_u01787447376396") 2026/08/23 01:17:14 DEBUG : potato3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f11764b4adbc57e19_d20260823_m010931_c001_v0001115_t0010_u01787447371774") 2026/08/23 01:17:15 DEBUG : pre-dest1/1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780eff226_d20260823_m011049_c001_v7007000_t0000_u01787447449812") 2026/08/23 01:17:15 DEBUG : pre-dest1/1: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41764b4adbc57f97_d20260823_m011042_c001_v0001115_t0025_u01787447442033") 2026/08/23 01:17:15 DEBUG : pre-dest2/2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f420af02780eff228_d20260823_m011049_c001_v7007000_t0000_u01787447449995") 2026/08/23 01:17:15 DEBUG : pre-dest2/2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9537_d20260823_m011042_c001_v0001130_t0014_u01787447442575") 2026/08/23 01:17:15 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4189d3b2c0519427_d20260823_m011028_c001_v7007000_t0000_u01787447428658") 2026/08/23 01:17:15 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f11764b4adbc57f37_d20260823_m011024_c001_v0001115_t0042_u01787447424133") 2026/08/23 01:17:15 DEBUG : sizeonly: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256b44_d20260823_m010837_c001_v7007000_t0000_u01787447317488") 2026/08/23 01:17:15 DEBUG : sizeonly: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9231_d20260823_m010836_c001_v0001130_t0014_u01787447316580") 2026/08/23 01:17:15 DEBUG : splitbanan: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653567_d20260823_m011448_c001_v7007000_t0000_u01787447688806") 2026/08/23 01:17:15 DEBUG : splitbanan: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973bdd_d20260823_m011441_c001_v0001179_t0045_u01787447681902") 2026/08/23 01:17:15 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd19425_d20260823_m011552_c001_v7007000_t0000_u01787447752064") 2026/08/23 01:17:15 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9b58_d20260823_m011545_c001_v0001130_t0014_u01787447745575") 2026/08/23 01:17:15 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd1914b_d20260823_m011539_c001_v7007000_t0000_u01787447739818") 2026/08/23 01:17:15 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9b24_d20260823_m011532_c001_v0001130_t0014_u01787447732941") 2026/08/23 01:17:15 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f665389b_d20260823_m011527_c001_v7007000_t0000_u01787447727092") 2026/08/23 01:17:15 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9ae6_d20260823_m011520_c001_v0001130_t0014_u01787447720324") 2026/08/23 01:17:15 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653842_d20260823_m011513_c001_v7007000_t0000_u01787447713980") 2026/08/23 01:17:15 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a9a_d20260823_m011507_c001_v0001130_t0014_u01787447707729") 2026/08/23 01:17:15 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f410bac62f6653709_d20260823_m011501_c001_v7007000_t0000_u01787447701788") 2026/08/23 01:17:15 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9a54_d20260823_m011454_c001_v0001130_t0014_u01787447694656") 2026/08/23 01:17:15 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9fa3_d20260823_m011443_c001_v7007000_t0000_u01787447683446") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7c17_d20260823_m011441_c001_v0001178_t0020_u01787447681041") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f455_d20260823_m011435_c001_v7007000_t0000_u01787447675347") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f0916d_d20260823_m011429_c001_v0001116_t0047_u01787447669126") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f413c9e888bd4a970_d20260823_m011428_c001_v7007000_t0000_u01787447668027") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973b41_d20260823_m011423_c001_v0001179_t0045_u01787447663068") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b621_d20260823_m011417_c001_v7007000_t0000_u01787447657212") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce996c_d20260823_m011411_c001_v0001130_t0014_u01787447651044") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb1b471_d20260823_m011410_c001_v7007000_t0000_u01787447650102") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f090df_d20260823_m011406_c001_v0001116_t0047_u01787447646571") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4192968a8beb9ed0_d20260823_m011354_c001_v7007000_t0000_u01787447634766") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7aa7_d20260823_m011351_c001_v0001178_t0020_u01787447631653") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7dacb_d20260823_m011345_c001_v7007000_t0000_u01787447625854") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a67_d20260823_m011339_c001_v0001178_t0020_u01787447619694") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f404eaa471be7da15_d20260823_m011333_c001_v7007000_t0000_u01787447613818") 2026/08/23 01:17:16 DEBUG : splitbananasplit: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7a25_d20260823_m011327_c001_v0001178_t0020_u01787447607450") 2026/08/23 01:17:16 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f424930067ab3f42c_d20260823_m011430_c001_v7007000_t0000_u01787447670337") 2026/08/23 01:17:16 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973b47_d20260823_m011424_c001_v0001179_t0045_u01787447664127") 2026/08/23 01:17:16 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71f1a_d20260823_m011322_c001_v7007000_t0000_u01787447602500") 2026/08/23 01:17:16 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9880_d20260823_m011319_c001_v0001130_t0014_u01787447599957") 2026/08/23 01:17:16 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4171cfbc6a862547_d20260823_m011318_c001_v7007000_t0000_u01787447598712") 2026/08/23 01:17:16 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d97397f_d20260823_m011315_c001_v0001179_t0045_u01787447595533") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400be1583d714e8a_d20260823_m010928_c001_v7007000_t0000_u01787447368285") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41764b4adbc57dff_d20260823_m010927_c001_v0001115_t0025_u01787447367553") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d230_d20260823_m010927_c001_v7007000_t0000_u01787447367004") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9389_d20260823_m010926_c001_v0001130_t0014_u01787447366280") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256afd_d20260823_m010834_c001_v7007000_t0000_u01787447314563") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce921d_d20260823_m010833_c001_v0001130_t0014_u01787447313111") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256ad2_d20260823_m010832_c001_v7007000_t0000_u01787447312749") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9211_d20260823_m010831_c001_v0001130_t0014_u01787447311661") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256a91_d20260823_m010829_c001_v7007000_t0000_u01787447309649") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce91fb_d20260823_m010828_c001_v0001130_t0014_u01787447308695") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f256a4c_d20260823_m010828_c001_v7007000_t0000_u01787447308152") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce91f5_d20260823_m010827_c001_v0001130_t0014_u01787447307212") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce91e3_d20260823_m010824_c001_v0001130_t0014_u01787447304796") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f2569a5_d20260823_m010824_c001_v7007000_t0000_u01787447304432") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce91d7_d20260823_m010823_c001_v0001130_t0014_u01787447303889") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce91d5_d20260823_m010823_c001_v0001130_t0014_u01787447303160") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4225634d9f25695a_d20260823_m010822_c001_v7007000_t0000_u01787447302796") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce91bd_d20260823_m010820_c001_v0001130_t0014_u01787447300040") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce91a1_d20260823_m010817_c001_v0001130_t0014_u01787447297305") 2026/08/23 01:17:17 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17fdd_d20260823_m010816_c001_v7007000_t0000_u01787447296942") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9197_d20260823_m010816_c001_v0001130_t0014_u01787447296401") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9195_d20260823_m010815_c001_v0001130_t0014_u01787447295676") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17fd8_d20260823_m010815_c001_v7007000_t0000_u01787447295317") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9187_d20260823_m010811_c001_v0001130_t0014_u01787447291658") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17fc5_d20260823_m010811_c001_v7007000_t0000_u01787447291299") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9179_d20260823_m010810_c001_v0001130_t0014_u01787447290760") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17fc3_d20260823_m010809_c001_v7007000_t0000_u01787447289864") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9173_d20260823_m010809_c001_v0001130_t0014_u01787447289326") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17fc1_d20260823_m010808_c001_v7007000_t0000_u01787447288776") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9167_d20260823_m010808_c001_v0001130_t0014_u01787447288209") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17fbf_d20260823_m010807_c001_v7007000_t0000_u01787447287314") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce915f_d20260823_m010806_c001_v0001130_t0014_u01787447286594") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17fbd_d20260823_m010806_c001_v7007000_t0000_u01787447286037") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce915d_d20260823_m010805_c001_v0001130_t0014_u01787447285482") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17fbb_d20260823_m010804_c001_v7007000_t0000_u01787447284942") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9153_d20260823_m010804_c001_v0001130_t0014_u01787447284402") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17f87_d20260823_m010759_c001_v7007000_t0000_u01787447279941") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9133_d20260823_m010759_c001_v0001130_t0014_u01787447279399") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17f84_d20260823_m010758_c001_v7007000_t0000_u01787447278861") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9131_d20260823_m010758_c001_v0001130_t0014_u01787447278321") 2026/08/23 01:17:18 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17f82_d20260823_m010757_c001_v7007000_t0000_u01787447277424") 2026/08/23 01:17:19 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9129_d20260823_m010756_c001_v0001130_t0014_u01787447276886") 2026/08/23 01:17:19 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f419459bd5fb17f7d_d20260823_m010754_c001_v7007000_t0000_u01787447274672") 2026/08/23 01:17:19 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce911d_d20260823_m010754_c001_v0001130_t0014_u01787447274129") 2026/08/23 01:17:19 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71f1e_d20260823_m011322_c001_v7007000_t0000_u01787447602681") 2026/08/23 01:17:19 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed79fb_d20260823_m011319_c001_v0001178_t0014_u01787447599969") 2026/08/23 01:17:19 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4171cfbc6a86254b_d20260823_m011319_c001_v7007000_t0000_u01787447599024") 2026/08/23 01:17:19 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f118d163eb4f08fc3_d20260823_m011315_c001_v0001116_t0005_u01787447595544") 2026/08/23 01:17:19 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd194db_d20260823_m011554_c001_v7007000_t0000_u01787447754481") 2026/08/23 01:17:19 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f118d163eb4f0931f_d20260823_m011553_c001_v0001116_t0055_u01787447753441") 2026/08/23 01:17:19 DEBUG : sub/yam: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d1f0_d20260823_m010924_c001_v7007000_t0000_u01787447364360") 2026/08/23 01:17:19 DEBUG : sub/yam: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce937b_d20260823_m010923_c001_v0001130_t0014_u01787447363254") 2026/08/23 01:17:19 DEBUG : test_dir1/file2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71f05_d20260823_m011314_c001_v7007000_t0000_u01787447594674") 2026/08/23 01:17:19 DEBUG : test_dir1/file2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed79dd_d20260823_m011313_c001_v0001178_t0020_u01787447593318") 2026/08/23 01:17:19 DEBUG : test_dir1/file2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71ecf_d20260823_m011312_c001_v7007000_t0000_u01787447592206") 2026/08/23 01:17:19 DEBUG : test_dir1/file2: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973971_d20260823_m011310_c001_v0001179_t0045_u01787447590553") 2026/08/23 01:17:19 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71f06_d20260823_m011314_c001_v7007000_t0000_u01787447594854") 2026/08/23 01:17:19 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f418d163eb4f08fb5_d20260823_m011312_c001_v0001116_t0047_u01787447592965") 2026/08/23 01:17:19 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4084e4f6f9c71ed9_d20260823_m011312_c001_v7007000_t0000_u01787447592388") 2026/08/23 01:17:19 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9862_d20260823_m011310_c001_v0001130_t0014_u01787447590538") 2026/08/23 01:17:19 DEBUG : three: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d181_d20260823_m010917_c001_v7007000_t0000_u01787447357697") 2026/08/23 01:17:19 DEBUG : three: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9355_d20260823_m010916_c001_v0001130_t0014_u01787447356601") 2026/08/23 01:17:19 DEBUG : three: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9349_d20260823_m010914_c001_v0001130_t0014_u01787447354514") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd1953a_d20260823_m011556_c001_v7007000_t0000_u01787447756080") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7e05_d20260823_m011555_c001_v0001178_t0020_u01787447755457") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c7f28_d20260823_m011615_c001_v7007000_t0000_u01787447775706") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973e25_d20260823_m011614_c001_v0001179_t0018_u01787447774000") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c7f1f_d20260823_m011612_c001_v7007000_t0000_u01787447772458") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7e4f_d20260823_m011611_c001_v0001178_t0036_u01787447771099") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c7f1c_d20260823_m011610_c001_v7007000_t0000_u01787447770131") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f118d163eb4f09355_d20260823_m011608_c001_v0001116_t0021_u01787447768781") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd195ea_d20260823_m011603_c001_v7007000_t0000_u01787447763569") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f10962de310ed7e23_d20260823_m011602_c001_v0001178_t0057_u01787447762318") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c7f19_d20260823_m011606_c001_v7007000_t0000_u01787447766278") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f1023c2fc7d973de7_d20260823_m011604_c001_v0001179_t0002_u01787447764886") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd195e9_d20260823_m011601_c001_v7007000_t0000_u01787447761355") 2026/08/23 01:17:20 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f118d163eb4f09335_d20260823_m011600_c001_v0001116_t0010_u01787447760228") 2026/08/23 01:17:20 DEBUG : toe/toe/tictactoe: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd195d2_d20260823_m011559_c001_v7007000_t0000_u01787447759190") 2026/08/23 01:17:20 DEBUG : toe/toe/tictactoe: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9b98_d20260823_m011558_c001_v0001130_t0014_u01787447758594") 2026/08/23 01:17:20 DEBUG : toe/toe/tictactoe: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40174204ddd1958b_d20260823_m011557_c001_v7007000_t0000_u01787447757636") 2026/08/23 01:17:20 DEBUG : toe/toe/tictactoe: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4023c2fc7d973dbd_d20260823_m011557_c001_v0001179_t0045_u01787447757040") 2026/08/23 01:17:20 DEBUG : toe/toe/toe: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c7f2d_d20260823_m011620_c001_v7007000_t0000_u01787447780194") 2026/08/23 01:17:20 DEBUG : toe/toe/toe: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f40962de310ed7e6d_d20260823_m011619_c001_v0001178_t0020_u01787447779612") 2026/08/23 01:17:20 DEBUG : toe/toe/toe: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c7f1a_d20260823_m011607_c001_v7007000_t0000_u01787447767825") 2026/08/23 01:17:21 DEBUG : toe/toe/toe: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9bb9_d20260823_m011607_c001_v0001130_t0014_u01787447767233") 2026/08/23 01:17:21 DEBUG : toe/toe/toe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c7f29_d20260823_m011616_c001_v7007000_t0000_u01787447776284") 2026/08/23 01:17:21 DEBUG : toe/toe/toe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9be0_d20260823_m011615_c001_v0001130_t0014_u01787447775524") 2026/08/23 01:17:21 DEBUG : toe/toe/toe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f425a8c9b542c7f24_d20260823_m011613_c001_v7007000_t0000_u01787447773055") 2026/08/23 01:17:21 DEBUG : toe/toe/toe.txt: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f405a4900d7720a54_d20260823_m011612_c001_v0001182_t0019_u01787447772272") 2026/08/23 01:17:21 DEBUG : two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d185_d20260823_m010917_c001_v7007000_t0000_u01787447357877") 2026/08/23 01:17:21 DEBUG : two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4150da94b4b9c881_d20260823_m010915_c001_v0001033_t0012_u01787447355843") 2026/08/23 01:17:21 DEBUG : two: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f415c7fcc50ce9345_d20260823_m010914_c001_v0001130_t0014_u01787447354331") 2026/08/23 01:17:21 DEBUG : yam: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d205_d20260823_m010925_c001_v7007000_t0000_u01787447365165") 2026/08/23 01:17:21 DEBUG : yam: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f400d23a022357597_d20260823_m010924_c001_v0001173_t0054_u01787447364173") 2026/08/23 01:17:21 DEBUG : yam: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d1be_d20260823_m010921_c001_v7007000_t0000_u01787447361972") 2026/08/23 01:17:21 DEBUG : yam: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4150da94b4b9c89d_d20260823_m010921_c001_v0001033_t0012_u01787447361034") 2026/08/23 01:17:21 DEBUG : yam: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d19f_d20260823_m010919_c001_v7007000_t0000_u01787447359759") 2026/08/23 01:17:21 DEBUG : yam: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f41764b4adbc57dc7_d20260823_m010918_c001_v0001115_t0025_u01787447358431") 2026/08/23 01:17:21 DEBUG : yaml: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d1c9_d20260823_m010922_c001_v7007000_t0000_u01787447362699") 2026/08/23 01:17:21 DEBUG : yaml: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f408faaca00b14db2_d20260823_m010921_c001_v0001130_t0043_u01787447361788") 2026/08/23 01:17:21 DEBUG : yaml: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f4278cc7fe2e9d1a9_d20260823_m010920_c001_v7007000_t0000_u01787447360480") 2026/08/23 01:17:21 DEBUG : yaml: Deleting (id "4_z8fd2ed33208d2bcbaf080e1b_f409e64b05be28c48_d20260823_m010919_c001_v0001184_t0052_u01787447359574") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 9m31.499752358s (try 1/5)