"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2026/08/31 02:18:40 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri" 2026/08/31 02:18:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/31 02:18:40 DEBUG : Creating backend with remote "/tmp/rclone2204317510" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.04s) === 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-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:18:41 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/31 02:18:41 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:41 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.45s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:42 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/31 02:18:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:18:42 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:42 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:43 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:18:43 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:18:43 INFO : sub dir/hello world: Copied (new) 2026/08/31 02:18:43 DEBUG : B2 bucket rclone-test-xasozuy9niri: 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-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", 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-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.36s) === RUN TestCopyMissingDirectory run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:44 DEBUG : Creating backend with remote "/non-existing" 2026/08/31 02:18:45 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/31 02:18:45 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:45 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.54s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:18:45 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:45 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:46 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:18:46 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:18:46 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.43s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", 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-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:47 INFO : B2 bucket rclone-test-xasozuy9niri: Running all checks before starting transfers 2026/08/31 02:18:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:18:47 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:47 INFO : B2 bucket rclone-test-xasozuy9niri: Checks finished, now starting transfers 2026/08/31 02:18:47 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:47 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:18:47 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:18:47 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.19s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:48 ERROR : Ignoring --no-traverse with sync 2026/08/31 02:18:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:18:48 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:48 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:48 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:18:48 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:18:48 INFO : sub dir/hello world: Copied (new) 2026/08/31 02:18:48 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.09s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:49 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/31 02:18:49 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:49 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:49 DEBUG : hello world2: size = 12 OK 2026/08/31 02:18:49 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/31 02:18:49 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.14s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:50 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:18:50 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:50 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:50 DEBUG : potato2: size = 11 OK 2026/08/31 02:18:50 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:18:50 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.08s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:52 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:18:52 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:52 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:52 DEBUG : potato2: size = 11 OK 2026/08/31 02:18:52 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:18:52 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.44s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:53 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/31 02:18:53 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/31 02:18:53 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/31 02:18:53 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/31 02:18:53 INFO : sub dir2: Making directory 2026/08/31 02:18:53 INFO : sub dir: Making directory 2026/08/31 02:18:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:18:53 INFO : sub dir2/sub sub dir2: Making directory 2026/08/31 02:18:53 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:53 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:53 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:18:53 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:18:53 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/31 02:18:53 DEBUG : B2 bucket rclone-test-xasozuy9niri: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.22s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:54 INFO : sub dir2: Making directory 2026/08/31 02:18:54 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/31 02:18:54 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/31 02:18:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:18:54 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:54 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:54 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:18:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:18:54 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.08s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:55 DEBUG : sub dir2: Making directory with metadata 2026/08/31 02:18:55 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/31 02:18:55 INFO : sub dir2: Making directory 2026/08/31 02:18:55 INFO : sub dir: Making directory 2026/08/31 02:18:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:18:55 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:55 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:55 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:18:55 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:18:55 INFO : sub dir/hello world: Copied (new) 2026/08/31 02:18:55 INFO : sub dir/hello world: Deleted fstest.go:251: Filtering empty directory "sub dir2" 2026/08/31 02:18:55 DEBUG : B2 bucket rclone-test-xasozuy9niri: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/31 02:18:56 DEBUG : B2 bucket rclone-test-xasozuy9niri: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.26s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", 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-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:57 INFO : sub dir2: Making directory 2026/08/31 02:18:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:18:57 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:57 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:57 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:18:57 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:18:57 INFO : sub dir/hello world: Copied (new) 2026/08/31 02:18:57 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.08s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:58 DEBUG : sub dir2: Making directory with metadata 2026/08/31 02:18:58 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/31 02:18:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/31 02:18:58 INFO : sub dir2: Making directory 2026/08/31 02:18:58 INFO : sub dir: Making directory 2026/08/31 02:18:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:18:58 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:58 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:58 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:18:58 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:18:58 INFO : sub dir/hello world: Copied (new) 2026/08/31 02:18:58 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" 2026/08/31 02:18:58 DEBUG : B2 bucket rclone-test-xasozuy9niri: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.09s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", 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-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:18:59 INFO : sub dir2: Making directory 2026/08/31 02:18:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:18:59 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:18:59 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:18:59 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:18:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:18:59 INFO : sub dir/hello world: Copied (new) 2026/08/31 02:18:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.12s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:01 DEBUG : Creating backend with remote "TestB2:rclone-test-qaxuluf4qaxi" sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-xasozuy9niri -> B2 bucket rclone-test-qaxuluf4qaxi 2026/08/31 02:19:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:19:02 DEBUG : B2 bucket rclone-test-qaxuluf4qaxi: Waiting for checks to finish 2026/08/31 02:19:02 DEBUG : B2 bucket rclone-test-qaxuluf4qaxi: Waiting for transfers to finish 2026/08/31 02:19:02 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:19:02 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:19:02 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/31 02:19:03 DEBUG : B2 bucket rclone-test-qaxuluf4qaxi: Purge remote 2026/08/31 02:19:03 INFO : B2 bucket rclone-test-qaxuluf4qaxi: cleaning bucket "rclone-test-qaxuluf4qaxi" of all files 2026/08/31 02:19:03 DEBUG : sub dir/hello world: Deleting (id "4_z7ff2edb390cd5b5baf080e1b_f4092469999d7fa13_d20260831_m021902_c001_v0001180_t0016_u01788142742763") --- PASS: TestServerSideCopy (3.64s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:05 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:05 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:19:05 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:19:05 DEBUG : sub dir/hello world: Sizes differ 2026/08/31 02:19:05 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:05 DEBUG : sub dir/hello world: size = 17 OK 2026/08/31 02:19:05 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/31 02:19:05 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.62s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:06 DEBUG : Creating backend with remote "TestB2:rclone-test-xananuc7gumo" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-xasozuy9niri -> B2 bucket rclone-test-xananuc7gumo 2026/08/31 02:19:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:19:07 DEBUG : B2 bucket rclone-test-xananuc7gumo: Waiting for checks to finish 2026/08/31 02:19:07 DEBUG : B2 bucket rclone-test-xananuc7gumo: Waiting for transfers to finish 2026/08/31 02:19:08 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:19:08 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:19:08 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/31 02:19:09 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:19:09 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-xananuc7gumo) 2026/08/31 02:19:09 DEBUG : sub dir/hello world: Sizes differ 2026/08/31 02:19:09 DEBUG : B2 bucket rclone-test-xananuc7gumo: Waiting for checks to finish 2026/08/31 02:19:09 DEBUG : B2 bucket rclone-test-xananuc7gumo: Waiting for transfers to finish 2026/08/31 02:19:09 DEBUG : sub dir/hello world: size = 17 OK 2026/08/31 02:19:09 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/31 02:19:09 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/31 02:19:10 DEBUG : B2 bucket rclone-test-xananuc7gumo: Purge remote 2026/08/31 02:19:10 INFO : B2 bucket rclone-test-xananuc7gumo: cleaning bucket "rclone-test-xananuc7gumo" of all files 2026/08/31 02:19:10 DEBUG : sub dir/hello world: Deleting (id "4_z5f520d0390dd5b5baf080e1b_f414b87f03842400a_d20260831_m021909_c001_v0001144_t0044_u01788142749799") 2026/08/31 02:19:10 DEBUG : sub dir/hello world: Deleting (id "4_z5f520d0390dd5b5baf080e1b_f415c46b03d249bcd_d20260831_m021908_c001_v0001183_t0046_u01788142748259") --- PASS: TestServerSideCopyOverSelf (5.59s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:12 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:19:12 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:19:12 DEBUG : sub dir/hello world: Sizes differ 2026/08/31 02:19:12 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:12 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:12 DEBUG : sub dir/hello world: size = 17 OK 2026/08/31 02:19:12 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/31 02:19:12 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/31 02:19:12 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.62s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:13 DEBUG : Creating backend with remote "TestB2:rclone-test-belumiz8zobu" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-xasozuy9niri -> B2 bucket rclone-test-belumiz8zobu 2026/08/31 02:19:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:19:14 DEBUG : B2 bucket rclone-test-belumiz8zobu: Waiting for checks to finish 2026/08/31 02:19:14 DEBUG : B2 bucket rclone-test-belumiz8zobu: Waiting for transfers to finish 2026/08/31 02:19:15 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:19:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:19:15 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/31 02:19:16 DEBUG : B2 bucket rclone-test-belumiz8zobu: Waiting for checks to finish 2026/08/31 02:19:16 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:19:16 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-belumiz8zobu) 2026/08/31 02:19:16 DEBUG : sub dir/hello world: Sizes differ 2026/08/31 02:19:16 DEBUG : B2 bucket rclone-test-belumiz8zobu: Waiting for transfers to finish 2026/08/31 02:19:16 DEBUG : sub dir/hello world: size = 17 OK 2026/08/31 02:19:16 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/31 02:19:16 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/31 02:19:16 INFO : sub dir/hello world: Deleted 2026/08/31 02:19:17 DEBUG : testing file moves 2026/08/31 02:19:18 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:19:18 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-belumiz8zobu) 2026/08/31 02:19:18 DEBUG : sub dir/hello world: Sizes differ 2026/08/31 02:19:18 DEBUG : B2 bucket rclone-test-belumiz8zobu: Waiting for checks to finish 2026/08/31 02:19:18 DEBUG : B2 bucket rclone-test-belumiz8zobu: Waiting for transfers to finish 2026/08/31 02:19:18 DEBUG : sub dir/hello world: size = 24 OK 2026/08/31 02:19:18 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/08/31 02:19:18 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/31 02:19:18 INFO : sub dir/hello world: Deleted 2026/08/31 02:19:18 DEBUG : B2 bucket rclone-test-belumiz8zobu: Purge remote 2026/08/31 02:19:18 INFO : B2 bucket rclone-test-belumiz8zobu: cleaning bucket "rclone-test-belumiz8zobu" of all files 2026/08/31 02:19:18 DEBUG : sub dir/hello world: Deleting (id "4_z6f021dc390dd5b5baf080e1b_f411d8db2c12f4b45_d20260831_m021918_c001_v0001146_t0043_u01788142758105") 2026/08/31 02:19:18 DEBUG : sub dir/hello world: Deleting (id "4_z6f021dc390dd5b5baf080e1b_f40708a18171277b4_d20260831_m021916_c001_v0001137_t0044_u01788142756612") 2026/08/31 02:19:18 DEBUG : sub dir/hello world: Deleting (id "4_z6f021dc390dd5b5baf080e1b_f406284480f9a907f_d20260831_m021915_c001_v0001104_t0031_u01788142755437") --- PASS: TestServerSideMoveOverSelf (7.09s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:20 ERROR : error listing: directory not found 2026/08/31 02:19:20 INFO : Local file system at /tmp/rclone2204317510: Making directory 2026/08/31 02:19:20 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:20 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.44s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:19:22 DEBUG : Local file system at /tmp/rclone2204317510: Waiting for checks to finish 2026/08/31 02:19:22 DEBUG : Local file system at /tmp/rclone2204317510: Waiting for transfers to finish 2026/08/31 02:19:22 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/08/31 02:19:22 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:19:22 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/08/31 02:19:22 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.83s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:23 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/31 02:19:23 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:23 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:23 DEBUG : check sum: size = 1 OK 2026/08/31 02:19:23 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/31 02:19:23 INFO : check sum: Copied (new) 2026/08/31 02:19:23 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:24 DEBUG : check sum: size = 1 OK 2026/08/31 02:19:24 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:24 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/31 02:19:24 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/08/31 02:19:24 DEBUG : check sum: Unchanged skipping 2026/08/31 02:19:24 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:24 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:24 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.53s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:25 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/31 02:19:25 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:25 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:25 DEBUG : sizeonly: size = 6 OK 2026/08/31 02:19:25 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/31 02:19:25 INFO : sizeonly: Copied (new) 2026/08/31 02:19:25 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:25 DEBUG : sizeonly: size = 6 OK 2026/08/31 02:19:25 DEBUG : sizeonly: Sizes identical 2026/08/31 02:19:25 DEBUG : sizeonly: Unchanged skipping 2026/08/31 02:19:25 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:25 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:25 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:25 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.44s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:26 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/31 02:19:26 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:26 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:26 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/08/31 02:19:26 INFO : ignore-size: Copied (new) 2026/08/31 02:19:26 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:27 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:19:27 DEBUG : ignore-size: Unchanged skipping 2026/08/31 02:19:27 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:27 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:27 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:27 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.45s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:28 DEBUG : existing: size = 6 OK 2026/08/31 02:19:28 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:19:28 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:28 DEBUG : existing: Unchanged skipping 2026/08/31 02:19:28 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:28 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:28 INFO : There was nothing to transfer 2026/08/31 02:19:28 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/31 02:19:28 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:28 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:28 DEBUG : existing: size = 6 OK 2026/08/31 02:19:28 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/31 02:19:28 INFO : existing: Copied (replaced existing) 2026/08/31 02:19:28 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.65s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:29 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/31 02:19:29 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:29 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:29 DEBUG : existing: size = 6 OK 2026/08/31 02:19:29 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/31 02:19:29 INFO : existing: Copied (new) 2026/08/31 02:19:29 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:30 DEBUG : existing: Destination exists, skipping 2026/08/31 02:19:30 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:30 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:30 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:30 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.45s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:31 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/31 02:19:31 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/31 02:19:31 DEBUG : c/non empty space: size = 5 OK 2026/08/31 02:19:31 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:19:31 DEBUG : c/non empty space: Unchanged skipping 2026/08/31 02:19:32 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:32 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:32 DEBUG : a/potato2: size = 60 OK 2026/08/31 02:19:32 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:19:32 INFO : a/potato2: Copied (new) 2026/08/31 02:19:32 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:32 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.29s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:33 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:33 DEBUG : empty space: size = 1 OK 2026/08/31 02:19:33 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/31 02:19:33 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/31 02:19:33 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/08/31 02:19:33 DEBUG : empty space: Unchanged skipping 2026/08/31 02:19:33 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:33 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:33 INFO : There was nothing to transfer 2026/08/31 02:19:34 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:34 DEBUG : empty space: size = 1 OK 2026/08/31 02:19:34 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/31 02:19:34 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/31 02:19:34 INFO : empty space: Updated modification time in destination 2026/08/31 02:19:34 DEBUG : empty space: Unchanged skipping 2026/08/31 02:19:34 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:34 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:34 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.37s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:36 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:36 DEBUG : empty space: size = 1 OK 2026/08/31 02:19:36 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/31 02:19:36 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/31 02:19:36 DEBUG : empty space: Unchanged skipping 2026/08/31 02:19:36 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:36 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:36 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.26s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:37 DEBUG : foo: size = 3 OK 2026/08/31 02:19:37 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/31 02:19:37 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:37 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:19:37 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:19:37 DEBUG : foo: sha1 differ 2026/08/31 02:19:37 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:37 DEBUG : foo: size = 3 OK 2026/08/31 02:19:37 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/08/31 02:19:37 INFO : foo: Copied (replaced existing) 2026/08/31 02:19:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.55s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:39 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/31 02:19:39 DEBUG : empty space: size = 1 OK 2026/08/31 02:19:39 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:19:39 DEBUG : empty space: Unchanged skipping 2026/08/31 02:19:39 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:39 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:39 DEBUG : potato: size = 60 OK 2026/08/31 02:19:39 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:19:39 INFO : potato: Copied (new) 2026/08/31 02:19:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (1.72s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:40 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:40 DEBUG : potato: size = 21 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:19:40 DEBUG : potato: size = 60 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:19:40 DEBUG : potato: Sizes differ 2026/08/31 02:19:40 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:41 DEBUG : potato: size = 21 OK 2026/08/31 02:19:41 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/08/31 02:19:41 INFO : potato: Copied (replaced existing) 2026/08/31 02:19:41 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.59s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:42 DEBUG : potato: size = 21 OK 2026/08/31 02:19:42 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/31 02:19:42 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:42 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone2204317510) 2026/08/31 02:19:42 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:19:42 DEBUG : potato: sha1 differ 2026/08/31 02:19:42 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:42 DEBUG : potato: size = 21 OK 2026/08/31 02:19:42 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/08/31 02:19:42 INFO : potato: Copied (replaced existing) 2026/08/31 02:19:42 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.45s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:43 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:19:43 DEBUG : empty space: size = 1 OK 2026/08/31 02:19:43 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:19:43 DEBUG : empty space: Unchanged skipping 2026/08/31 02:19:43 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:43 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:43 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/31 02:19:43 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:43 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.51s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:45 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:19:45 DEBUG : empty space: size = 1 OK 2026/08/31 02:19:45 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:19:45 DEBUG : empty space: Unchanged skipping 2026/08/31 02:19:45 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:45 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:45 DEBUG : potato2: size = 60 OK 2026/08/31 02:19:45 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:19:45 INFO : potato2: Copied (new) 2026/08/31 02:19:45 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:46 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.30s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:47 INFO : d: Making directory 2026/08/31 02:19:47 INFO : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2026/08/31 02:19:47 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/31 02:19:47 DEBUG : c/non empty space: size = 5 OK 2026/08/31 02:19:47 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:19:47 DEBUG : c/non empty space: Unchanged skipping 2026/08/31 02:19:48 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:48 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:48 DEBUG : a/potato2: size = 60 OK 2026/08/31 02:19:48 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:19:48 INFO : a/potato2: Copied (new) 2026/08/31 02:19:48 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:48 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.29s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:49 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/31 02:19:50 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/31 02:19:50 DEBUG : c/non empty space: size = 5 OK 2026/08/31 02:19:50 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:19:50 DEBUG : c/non empty space: Unchanged skipping 2026/08/31 02:19:50 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:50 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:50 DEBUG : a/potato2: size = 60 OK 2026/08/31 02:19:50 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:19:50 INFO : a/potato2: Copied (new) 2026/08/31 02:19:50 ERROR : B2 bucket rclone-test-xasozuy9niri: not deleting files as there were IO errors 2026/08/31 02:19:50 ERROR : B2 bucket rclone-test-xasozuy9niri: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.42s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:52 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:52 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:19:52 DEBUG : empty space: size = 1 OK 2026/08/31 02:19:52 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:19:52 DEBUG : empty space: Unchanged skipping 2026/08/31 02:19:52 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:52 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:52 INFO : potato: Deleted 2026/08/31 02:19:52 DEBUG : potato2: size = 60 OK 2026/08/31 02:19:52 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:19:52 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (1.93s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:54 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:54 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:54 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:54 INFO : potato: Deleted 2026/08/31 02:19:54 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:19:54 DEBUG : empty space: size = 1 OK 2026/08/31 02:19:54 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:19:54 DEBUG : empty space: Unchanged skipping 2026/08/31 02:19:54 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:54 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:55 DEBUG : potato2: size = 60 OK 2026/08/31 02:19:55 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:19:55 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.39s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:56 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:19:56 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:56 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:56 DEBUG : potato2: size = 19 OK 2026/08/31 02:19:56 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/08/31 02:19:56 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.64s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:19:58 DEBUG : enormous: Excluded (Size Filter) 2026/08/31 02:19:58 DEBUG : enormous: Excluded 2026/08/31 02:19:58 DEBUG : potato2: Excluded (Size Filter) 2026/08/31 02:19:58 DEBUG : potato2: Excluded 2026/08/31 02:19:58 DEBUG : potato2: Excluded (Size Filter) 2026/08/31 02:19:58 DEBUG : potato2: Excluded 2026/08/31 02:19:58 DEBUG : empty space: size = 1 OK 2026/08/31 02:19:58 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:19:58 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:19:58 DEBUG : empty space: Unchanged skipping 2026/08/31 02:19:58 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:19:58 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:58 INFO : There was nothing to transfer 2026/08/31 02:19:58 DEBUG : enormous: Excluded (Size Filter) 2026/08/31 02:19:58 DEBUG : enormous: Excluded 2026/08/31 02:19:58 DEBUG : potato2: Excluded (Size Filter) 2026/08/31 02:19:58 DEBUG : potato2: Excluded 2026/08/31 02:19:59 DEBUG : potato2: Excluded (Size Filter) 2026/08/31 02:19:59 DEBUG : potato2: Excluded 2026/08/31 02:19:59 DEBUG : empty space: size = 1 OK 2026/08/31 02:19:59 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/31 02:19:59 DEBUG : empty space: Unchanged skipping 2026/08/31 02:19:59 DEBUG : Local file system at /tmp/rclone2204317510: Waiting for checks to finish 2026/08/31 02:19:59 DEBUG : Local file system at /tmp/rclone2204317510: Waiting for transfers to finish 2026/08/31 02:19:59 DEBUG : Waiting for deletions to finish 2026/08/31 02:19:59 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (2.47s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:20:01 DEBUG : enormous: Excluded (Size Filter) 2026/08/31 02:20:01 DEBUG : enormous: Excluded 2026/08/31 02:20:01 DEBUG : potato2: Excluded (Size Filter) 2026/08/31 02:20:01 DEBUG : potato2: Excluded 2026/08/31 02:20:01 DEBUG : empty space: size = 1 OK 2026/08/31 02:20:01 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:20:01 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:01 DEBUG : empty space: Unchanged skipping 2026/08/31 02:20:01 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:01 DEBUG : Waiting for deletions to finish 2026/08/31 02:20:01 INFO : potato2: Deleted 2026/08/31 02:20:01 INFO : enormous: Deleted 2026/08/31 02:20:01 INFO : There was nothing to transfer 2026/08/31 02:20:02 DEBUG : empty space: size = 1 OK 2026/08/31 02:20:02 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/31 02:20:02 DEBUG : empty space: Unchanged skipping 2026/08/31 02:20:02 DEBUG : Local file system at /tmp/rclone2204317510: Waiting for checks to finish 2026/08/31 02:20:02 DEBUG : Local file system at /tmp/rclone2204317510: Waiting for transfers to finish 2026/08/31 02:20:02 DEBUG : Waiting for deletions to finish 2026/08/31 02:20:02 INFO : enormous: Deleted 2026/08/31 02:20:02 INFO : potato2: Deleted 2026/08/31 02:20:02 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.48s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:20:03 DEBUG : five: Need to transfer - File not found at Destination 2026/08/31 02:20:03 DEBUG : four: size = 4 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:20:03 DEBUG : four: size = 8 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:20:03 DEBUG : four: Sizes differ 2026/08/31 02:20:03 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/31 02:20:03 DEBUG : one: Destination is newer than source, skipping 2026/08/31 02:20:03 DEBUG : three: size = 5 OK 2026/08/31 02:20:03 DEBUG : three: Sizes identical 2026/08/31 02:20:03 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/31 02:20:03 DEBUG : two: size = 3 OK 2026/08/31 02:20:03 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:03 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone2204317510) 2026/08/31 02:20:03 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:20:03 DEBUG : two: sha1 differ 2026/08/31 02:20:03 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:04 DEBUG : five: size = 4 OK 2026/08/31 02:20:04 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/31 02:20:04 INFO : five: Copied (new) 2026/08/31 02:20:04 DEBUG : four: size = 4 OK 2026/08/31 02:20:04 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/31 02:20:04 INFO : four: Copied (replaced existing) 2026/08/31 02:20:04 DEBUG : two: size = 3 OK 2026/08/31 02:20:04 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/31 02:20:04 INFO : two: Copied (replaced existing) 2026/08/31 02:20:04 DEBUG : Waiting for deletions to finish 2026/08/31 02:20:05 DEBUG : five: size = 4 OK 2026/08/31 02:20:05 DEBUG : three: size = 5 OK 2026/08/31 02:20:05 DEBUG : two: size = 3 OK 2026/08/31 02:20:05 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:05 DEBUG : one: Destination is newer than source, skipping 2026/08/31 02:20:05 DEBUG : four: size = 4 OK 2026/08/31 02:20:05 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone2204317510) 2026/08/31 02:20:05 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:20:05 DEBUG : three: sha1 differ 2026/08/31 02:20:05 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/31 02:20:05 DEBUG : four: Size and sha1 of src and dst objects identical 2026/08/31 02:20:05 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/31 02:20:05 DEBUG : five: Size and sha1 of src and dst objects identical 2026/08/31 02:20:05 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/08/31 02:20:05 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/08/31 02:20:05 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/08/31 02:20:05 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/31 02:20:05 DEBUG : two: Size and sha1 of src and dst objects identical 2026/08/31 02:20:05 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/08/31 02:20:05 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:05 DEBUG : three: size = 5 OK 2026/08/31 02:20:05 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/31 02:20:05 INFO : three: Copied (replaced existing) 2026/08/31 02:20:05 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.05s) === 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-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/08/31 02:20:06 INFO : B2 bucket rclone-test-xasozuy9niri: Making map for --track-renames 2026/08/31 02:20:06 INFO : B2 bucket rclone-test-xasozuy9niri: Finished making map for --track-renames 2026/08/31 02:20:06 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:06 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/31 02:20:06 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/31 02:20:06 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for renames to finish 2026/08/31 02:20:06 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:07 DEBUG : yam: size = 11 OK 2026/08/31 02:20:07 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/31 02:20:07 INFO : yam: Copied (new) 2026/08/31 02:20:07 DEBUG : potato: size = 14 OK 2026/08/31 02:20:07 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/31 02:20:07 INFO : potato: Copied (new) 2026/08/31 02:20:07 DEBUG : Waiting for deletions to finish 2026/08/31 02:20:07 DEBUG : potato: size = 14 OK 2026/08/31 02:20:07 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:20:07 DEBUG : potato: Unchanged skipping 2026/08/31 02:20:07 INFO : B2 bucket rclone-test-xasozuy9niri: Making map for --track-renames 2026/08/31 02:20:07 INFO : B2 bucket rclone-test-xasozuy9niri: Finished making map for --track-renames 2026/08/31 02:20:07 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:07 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for renames to finish 2026/08/31 02:20:08 DEBUG : yaml: size = 11 OK 2026/08/31 02:20:08 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/31 02:20:08 INFO : yam: Copied (server-side copy) to: yaml 2026/08/31 02:20:08 INFO : yam: Deleted 2026/08/31 02:20:08 INFO : yaml: Renamed from "yam" 2026/08/31 02:20:08 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.58s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/31 02:20:09 INFO : B2 bucket rclone-test-xasozuy9niri: Making map for --track-renames 2026/08/31 02:20:09 INFO : B2 bucket rclone-test-xasozuy9niri: Finished making map for --track-renames 2026/08/31 02:20:09 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:09 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/31 02:20:09 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/31 02:20:09 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for renames to finish 2026/08/31 02:20:09 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:09 DEBUG : potato: size = 14 OK 2026/08/31 02:20:09 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/31 02:20:09 INFO : potato: Copied (new) 2026/08/31 02:20:09 DEBUG : yam: size = 11 OK 2026/08/31 02:20:09 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/31 02:20:09 INFO : yam: Copied (new) 2026/08/31 02:20:09 DEBUG : Waiting for deletions to finish 2026/08/31 02:20:10 DEBUG : potato: size = 14 OK 2026/08/31 02:20:10 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:20:10 INFO : B2 bucket rclone-test-xasozuy9niri: Making map for --track-renames 2026/08/31 02:20:10 INFO : B2 bucket rclone-test-xasozuy9niri: Finished making map for --track-renames 2026/08/31 02:20:10 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:10 DEBUG : potato: Unchanged skipping 2026/08/31 02:20:10 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for renames to finish 2026/08/31 02:20:10 DEBUG : yaml: size = 11 OK 2026/08/31 02:20:10 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/31 02:20:10 INFO : yam: Copied (server-side copy) to: yaml 2026/08/31 02:20:10 INFO : yam: Deleted 2026/08/31 02:20:10 INFO : yaml: Renamed from "yam" 2026/08/31 02:20:10 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:10 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.32s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/31 02:20:11 INFO : B2 bucket rclone-test-xasozuy9niri: Making map for --track-renames 2026/08/31 02:20:11 INFO : B2 bucket rclone-test-xasozuy9niri: Finished making map for --track-renames 2026/08/31 02:20:11 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:11 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for renames to finish 2026/08/31 02:20:11 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/31 02:20:11 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/31 02:20:11 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:11 DEBUG : potato: size = 14 OK 2026/08/31 02:20:11 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/31 02:20:11 INFO : potato: Copied (new) 2026/08/31 02:20:11 DEBUG : sub/yam: size = 11 OK 2026/08/31 02:20:11 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/31 02:20:11 INFO : sub/yam: Copied (new) 2026/08/31 02:20:11 DEBUG : Waiting for deletions to finish 2026/08/31 02:20:12 DEBUG : potato: size = 14 OK 2026/08/31 02:20:12 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:20:12 DEBUG : potato: Unchanged skipping 2026/08/31 02:20:12 INFO : B2 bucket rclone-test-xasozuy9niri: Making map for --track-renames 2026/08/31 02:20:12 INFO : B2 bucket rclone-test-xasozuy9niri: Finished making map for --track-renames 2026/08/31 02:20:12 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:12 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for renames to finish 2026/08/31 02:20:13 DEBUG : yam: size = 11 OK 2026/08/31 02:20:13 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/31 02:20:13 INFO : sub/yam: Copied (server-side copy) to: yam 2026/08/31 02:20:13 INFO : sub/yam: Deleted 2026/08/31 02:20:13 INFO : yam: Renamed from "sub/yam" 2026/08/31 02:20:13 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.59s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:20:14 DEBUG : Creating backend with remote "/tmp/rclone2204317510/dir1" 2026/08/31 02:20:14 DEBUG : Creating backend with remote "/tmp/rclone2204317510/dir2" 2026/08/31 02:20:14 DEBUG : Local file system at /tmp/rclone2204317510/dir2: Using server-side directory move 2026/08/31 02:20:14 INFO : Local file system at /tmp/rclone2204317510/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/31 02:20:14 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/31 02:20:14 INFO : file1.txt: Moved (server-side) 2026/08/31 02:20:14 DEBUG : Local file system at /tmp/rclone2204317510/dir2: Waiting for checks to finish 2026/08/31 02:20:14 DEBUG : Local file system at /tmp/rclone2204317510/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.36s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:20:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:20:14 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/31 02:20:14 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:14 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:14 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/31 02:20:14 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/31 02:20:14 INFO : nested/sub dir/file: Copied (new) 2026/08/31 02:20:14 INFO : nested/sub dir/file: Deleted 2026/08/31 02:20:15 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:20:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:20:15 INFO : sub dir/hello world: Copied (new) 2026/08/31 02:20:15 INFO : sub dir/hello world: Deleted 2026/08/31 02:20:15 INFO : sub dir: Removing directory 2026/08/31 02:20:15 INFO : nested/sub dir: Removing directory 2026/08/31 02:20:15 INFO : nested: Removing directory 2026/08/31 02:20:15 DEBUG : Local file system at /tmp/rclone2204317510: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.63s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:20:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/31 02:20:16 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/31 02:20:16 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:16 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:16 DEBUG : sub dir/hello world: size = 11 OK 2026/08/31 02:20:16 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:20:16 INFO : sub dir/hello world: Copied (new) 2026/08/31 02:20:16 INFO : sub dir/hello world: Deleted 2026/08/31 02:20:16 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/31 02:20:16 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/31 02:20:16 INFO : nested/sub dir/file: Copied (new) 2026/08/31 02:20:16 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.28s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:20:17 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/31 02:20:17 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/31 02:20:17 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:17 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:17 DEBUG : existing-b: size = 6 OK 2026/08/31 02:20:17 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/08/31 02:20:17 INFO : existing-b: Copied (new) 2026/08/31 02:20:17 INFO : existing-b: Deleted 2026/08/31 02:20:17 DEBUG : existing: size = 6 OK 2026/08/31 02:20:17 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/31 02:20:17 INFO : existing: Copied (new) 2026/08/31 02:20:17 INFO : existing: Deleted 2026/08/31 02:20:18 DEBUG : existing: Destination exists, skipping 2026/08/31 02:20:18 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:20:18 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/31 02:20:18 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:20:18 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.68s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:20:19 DEBUG : Creating backend with remote "TestB2:rclone-test-biwikid9fuxa" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-xasozuy9niri -> B2 bucket rclone-test-biwikid9fuxa 2026/08/31 02:20:23 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:20:23 DEBUG : empty space: size = 1 OK 2026/08/31 02:20:23 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/31 02:20:23 DEBUG : empty space: Unchanged skipping 2026/08/31 02:20:23 DEBUG : B2 bucket rclone-test-biwikid9fuxa: Waiting for checks to finish 2026/08/31 02:20:23 DEBUG : potato3: size = 68 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:20:23 DEBUG : potato3: size = 60 (B2 bucket rclone-test-biwikid9fuxa) 2026/08/31 02:20:23 DEBUG : potato3: Sizes differ 2026/08/31 02:20:23 INFO : empty space: Deleted 2026/08/31 02:20:23 DEBUG : B2 bucket rclone-test-biwikid9fuxa: Waiting for transfers to finish 2026/08/31 02:20:23 DEBUG : potato2: size = 60 OK 2026/08/31 02:20:23 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:20:23 INFO : potato2: Copied (server-side copy) 2026/08/31 02:20:23 INFO : potato2: Deleted 2026/08/31 02:20:24 DEBUG : potato3: size = 68 OK 2026/08/31 02:20:24 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/31 02:20:24 INFO : potato3: Copied (server-side copy) 2026/08/31 02:20:24 INFO : potato3: Deleted 2026/08/31 02:20:24 DEBUG : Creating backend with remote "TestB2:rclone-test-dofasif5qolu" 2026/08/31 02:20:25 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/31 02:20:25 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:20:25 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/31 02:20:25 DEBUG : B2 bucket rclone-test-dofasif5qolu: Waiting for checks to finish 2026/08/31 02:20:25 DEBUG : B2 bucket rclone-test-dofasif5qolu: Waiting for transfers to finish 2026/08/31 02:20:26 DEBUG : potato2: size = 60 OK 2026/08/31 02:20:26 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:20:26 INFO : potato2: Copied (server-side copy) 2026/08/31 02:20:26 INFO : potato2: Deleted 2026/08/31 02:20:26 DEBUG : empty space: size = 1 OK 2026/08/31 02:20:26 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/31 02:20:26 INFO : empty space: Copied (server-side copy) 2026/08/31 02:20:26 DEBUG : potato3: size = 68 OK 2026/08/31 02:20:26 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/31 02:20:26 INFO : potato3: Copied (server-side copy) 2026/08/31 02:20:26 INFO : empty space: Deleted 2026/08/31 02:20:26 INFO : potato3: Deleted 2026/08/31 02:20:27 DEBUG : B2 bucket rclone-test-dofasif5qolu: Purge remote 2026/08/31 02:20:27 INFO : B2 bucket rclone-test-dofasif5qolu: cleaning bucket "rclone-test-dofasif5qolu" of all files 2026/08/31 02:20:27 DEBUG : empty space: Deleting (id "4_zbf323d1390ed5b5baf080e1b_f413f7846bdf84556_d20260831_m022026_c001_v0001130_t0024_u01788142826640") 2026/08/31 02:20:27 DEBUG : potato2: Deleting (id "4_zbf323d1390ed5b5baf080e1b_f11262988e0fe3d9c_d20260831_m022026_c001_v0001154_t0021_u01788142826291") 2026/08/31 02:20:27 DEBUG : potato3: Deleting (id "4_zbf323d1390ed5b5baf080e1b_f1137d2dba8f47199_d20260831_m022026_c001_v0001181_t0016_u01788142826657") 2026/08/31 02:20:28 DEBUG : B2 bucket rclone-test-biwikid9fuxa: Purge remote 2026/08/31 02:20:28 INFO : B2 bucket rclone-test-biwikid9fuxa: cleaning bucket "rclone-test-biwikid9fuxa" of all files 2026/08/31 02:20:28 DEBUG : empty space: Deleting (id "4_z8f921df390ed5b5baf080e1b_f4188a1e09e50508a_d20260831_m022026_c001_v7007000_t0000_u01788142826825") 2026/08/31 02:20:28 DEBUG : empty space: Deleting (id "4_z8f921df390ed5b5baf080e1b_f41947958c226b580_d20260831_m022022_c001_v0001033_t0026_u01788142822148") 2026/08/31 02:20:28 DEBUG : potato2: Deleting (id "4_z8f921df390ed5b5baf080e1b_f4188a1e09e505087_d20260831_m022026_c001_v7007000_t0000_u01788142826631") 2026/08/31 02:20:28 DEBUG : potato2: Deleting (id "4_z8f921df390ed5b5baf080e1b_f1011fde3b1bae2a1_d20260831_m022023_c001_v0001104_t0018_u01788142823397") 2026/08/31 02:20:28 DEBUG : potato3: Deleting (id "4_z8f921df390ed5b5baf080e1b_f4026fe21c65d0399_d20260831_m022026_c001_v7007000_t0000_u01788142826871") 2026/08/31 02:20:28 DEBUG : potato3: Deleting (id "4_z8f921df390ed5b5baf080e1b_f102dfd22f75e7359_d20260831_m022023_c001_v0001042_t0042_u01788142823755") 2026/08/31 02:20:28 DEBUG : potato3: Deleting (id "4_z8f921df390ed5b5baf080e1b_f11947958c226b584_d20260831_m022022_c001_v0001033_t0054_u01788142822332") --- PASS: TestServerSideMove (10.54s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:20:29 DEBUG : Creating backend with remote "TestB2:rclone-test-davexas1jote" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-xasozuy9niri -> B2 bucket rclone-test-davexas1jote 2026/08/31 02:20:35 DEBUG : empty space: Excluded (Size Filter) 2026/08/31 02:20:35 DEBUG : empty space: Excluded 2026/08/31 02:20:35 DEBUG : empty space: Excluded (Size Filter) 2026/08/31 02:20:35 DEBUG : empty space: Excluded 2026/08/31 02:20:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:20:35 DEBUG : B2 bucket rclone-test-davexas1jote: Waiting for checks to finish 2026/08/31 02:20:35 DEBUG : potato3: size = 68 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:20:35 DEBUG : potato3: size = 60 (B2 bucket rclone-test-davexas1jote) 2026/08/31 02:20:35 DEBUG : potato3: Sizes differ 2026/08/31 02:20:35 DEBUG : B2 bucket rclone-test-davexas1jote: Waiting for transfers to finish 2026/08/31 02:20:35 DEBUG : potato2: size = 60 OK 2026/08/31 02:20:35 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:20:35 INFO : potato2: Copied (server-side copy) 2026/08/31 02:20:35 INFO : potato2: Deleted 2026/08/31 02:20:36 DEBUG : potato3: size = 68 OK 2026/08/31 02:20:36 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/31 02:20:36 INFO : potato3: Copied (server-side copy) 2026/08/31 02:20:36 INFO : potato3: Deleted 2026/08/31 02:20:36 DEBUG : Creating backend with remote "TestB2:rclone-test-godogas0kole" 2026/08/31 02:20:37 DEBUG : empty space: Excluded (Size Filter) 2026/08/31 02:20:37 DEBUG : empty space: Excluded 2026/08/31 02:20:38 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:20:38 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/31 02:20:38 DEBUG : B2 bucket rclone-test-godogas0kole: Waiting for checks to finish 2026/08/31 02:20:38 DEBUG : B2 bucket rclone-test-godogas0kole: Waiting for transfers to finish 2026/08/31 02:20:38 DEBUG : potato2: size = 60 OK 2026/08/31 02:20:38 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:20:38 INFO : potato2: Copied (server-side copy) 2026/08/31 02:20:38 INFO : potato2: Deleted 2026/08/31 02:20:40 DEBUG : potato3: size = 68 OK 2026/08/31 02:20:40 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/31 02:20:40 INFO : potato3: Copied (server-side copy) 2026/08/31 02:20:40 INFO : potato3: Deleted 2026/08/31 02:20:40 DEBUG : B2 bucket rclone-test-godogas0kole: Purge remote 2026/08/31 02:20:40 INFO : B2 bucket rclone-test-godogas0kole: cleaning bucket "rclone-test-godogas0kole" of all files 2026/08/31 02:20:40 DEBUG : potato2: Deleting (id "4_z7fc26d1390ed5b5baf080e1b_f1049cf5335503997_d20260831_m022038_c001_v0001177_t0038_u01788142838532") 2026/08/31 02:20:40 DEBUG : potato3: Deleting (id "4_z7fc26d1390ed5b5baf080e1b_f1141466fbe757972_d20260831_m022039_c001_v0001102_t0059_u01788142839859") 2026/08/31 02:20:41 DEBUG : B2 bucket rclone-test-davexas1jote: Purge remote 2026/08/31 02:20:41 INFO : B2 bucket rclone-test-davexas1jote: cleaning bucket "rclone-test-davexas1jote" of all files 2026/08/31 02:20:41 DEBUG : empty space: Deleting (id "4_z7f224dd390ed5b5baf080e1b_f4154e16ed5c78ff3_d20260831_m022033_c001_v0001109_t0025_u01788142833989") 2026/08/31 02:20:41 DEBUG : potato2: Deleting (id "4_z7f224dd390ed5b5baf080e1b_f416f8a1defe979c2_d20260831_m022038_c001_v7007000_t0000_u01788142838749") 2026/08/31 02:20:41 DEBUG : potato2: Deleting (id "4_z7f224dd390ed5b5baf080e1b_f102de058f910c630_d20260831_m022035_c001_v0001130_t0055_u01788142835492") 2026/08/31 02:20:41 DEBUG : potato3: Deleting (id "4_z7f224dd390ed5b5baf080e1b_f416f8a1defe979df_d20260831_m022040_c001_v7007000_t0000_u01788142840335") 2026/08/31 02:20:41 DEBUG : potato3: Deleting (id "4_z7f224dd390ed5b5baf080e1b_f1022624000b251eb_d20260831_m022035_c001_v0001106_t0044_u01788142835864") 2026/08/31 02:20:41 DEBUG : potato3: Deleting (id "4_z7f224dd390ed5b5baf080e1b_f1154e16ed5c78ff5_d20260831_m022034_c001_v0001109_t0020_u01788142834174") 2026/08/31 02:20:41 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_delete_file_version": EOF) 2026/08/31 02:20:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/31 02:20:41 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveWithFilter (14.02s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:20:43 DEBUG : Creating backend with remote "TestB2:rclone-test-sagalab1pega" 2026/08/31 02:20:46 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-xasozuy9niri -> B2 bucket rclone-test-sagalab1pega 2026/08/31 02:20:49 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:20:49 DEBUG : empty space: size = 1 OK 2026/08/31 02:20:49 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/31 02:20:49 DEBUG : empty space: Unchanged skipping 2026/08/31 02:20:49 DEBUG : potato3: size = 68 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:20:49 DEBUG : potato3: size = 60 (B2 bucket rclone-test-sagalab1pega) 2026/08/31 02:20:49 DEBUG : potato3: Sizes differ 2026/08/31 02:20:49 DEBUG : B2 bucket rclone-test-sagalab1pega: Waiting for checks to finish 2026/08/31 02:20:49 INFO : empty space: Deleted 2026/08/31 02:20:49 DEBUG : B2 bucket rclone-test-sagalab1pega: Waiting for transfers to finish 2026/08/31 02:20:49 DEBUG : potato2: size = 60 OK 2026/08/31 02:20:49 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:20:49 INFO : potato2: Copied (server-side copy) 2026/08/31 02:20:49 INFO : potato2: Deleted 2026/08/31 02:20:50 DEBUG : potato3: size = 68 OK 2026/08/31 02:20:50 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/31 02:20:50 INFO : potato3: Copied (server-side copy) 2026/08/31 02:20:50 INFO : potato3: Deleted 2026/08/31 02:20:51 DEBUG : Creating backend with remote "TestB2:rclone-test-wozavic8wuci" 2026/08/31 02:20:51 INFO : tomatoDir: Making directory 2026/08/31 02:20:52 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/31 02:20:52 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/31 02:20:52 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/31 02:20:52 DEBUG : B2 bucket rclone-test-wozavic8wuci: Waiting for checks to finish 2026/08/31 02:20:52 DEBUG : B2 bucket rclone-test-wozavic8wuci: Waiting for transfers to finish 2026/08/31 02:20:52 DEBUG : empty space: size = 1 OK 2026/08/31 02:20:52 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/31 02:20:52 INFO : empty space: Copied (server-side copy) 2026/08/31 02:20:53 INFO : empty space: Deleted 2026/08/31 02:20:53 DEBUG : potato2: size = 60 OK 2026/08/31 02:20:53 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/31 02:20:53 INFO : potato2: Copied (server-side copy) 2026/08/31 02:20:53 INFO : potato2: Deleted 2026/08/31 02:20:53 DEBUG : potato3: size = 68 OK 2026/08/31 02:20:53 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/31 02:20:53 INFO : potato3: Copied (server-side copy) 2026/08/31 02:20:53 INFO : potato3: Deleted 2026/08/31 02:20:54 DEBUG : B2 bucket rclone-test-wozavic8wuci: Purge remote 2026/08/31 02:20:54 INFO : B2 bucket rclone-test-wozavic8wuci: cleaning bucket "rclone-test-wozavic8wuci" of all files 2026/08/31 02:20:54 DEBUG : empty space: Deleting (id "4_z4f829d9390ed5b5baf080e1b_f405bdfaed87a04c7_d20260831_m022052_c001_v0001042_t0030_u01788142852778") 2026/08/31 02:20:54 DEBUG : potato2: Deleting (id "4_z4f829d9390ed5b5baf080e1b_f102e8b187aa59140_d20260831_m022052_c001_v0001171_t0036_u01788142852990") 2026/08/31 02:20:54 DEBUG : potato3: Deleting (id "4_z4f829d9390ed5b5baf080e1b_f115f889a9e8331ba_d20260831_m022053_c001_v0001117_t0030_u01788142853177") 2026/08/31 02:20:55 DEBUG : B2 bucket rclone-test-sagalab1pega: Purge remote 2026/08/31 02:20:55 INFO : B2 bucket rclone-test-sagalab1pega: cleaning bucket "rclone-test-sagalab1pega" of all files 2026/08/31 02:20:55 DEBUG : empty space: Deleting (id "4_z0ff28d5390ed5b5baf080e1b_f415147edf71028ec_d20260831_m022052_c001_v7007000_t0000_u01788142852967") 2026/08/31 02:20:55 DEBUG : empty space: Deleting (id "4_z0ff28d5390ed5b5baf080e1b_f401b93082485a9d0_d20260831_m022048_c001_v0001117_t0012_u01788142848125") 2026/08/31 02:20:55 DEBUG : potato2: Deleting (id "4_z0ff28d5390ed5b5baf080e1b_f415147edf71028f3_d20260831_m022053_c001_v7007000_t0000_u01788142853424") 2026/08/31 02:20:55 DEBUG : potato2: Deleting (id "4_z0ff28d5390ed5b5baf080e1b_f110ce54a83be4291_d20260831_m022049_c001_v0001181_t0002_u01788142849512") 2026/08/31 02:20:55 DEBUG : potato3: Deleting (id "4_z0ff28d5390ed5b5baf080e1b_f415147edf71028f9_d20260831_m022053_c001_v7007000_t0000_u01788142853817") 2026/08/31 02:20:55 DEBUG : potato3: Deleting (id "4_z0ff28d5390ed5b5baf080e1b_f108e2c93e89d0fff_d20260831_m022049_c001_v0001116_t0026_u01788142849757") 2026/08/31 02:20:55 DEBUG : potato3: Deleting (id "4_z0ff28d5390ed5b5baf080e1b_f101b93082485a9d2_d20260831_m022048_c001_v0001117_t0043_u01788142848307") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (13.01s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:20:56 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.76s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:20:59 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/rclone-sync-test" --- PASS: TestSyncOverlap (1.45s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:21:00 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/rclone-sync-test" 2026/08/31 02:21:03 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/rclone-sync-test-include/layer2" 2026/08/31 02:21:05 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/rclone-sync-test-ignore-file" 2026/08/31 02:21:09 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/31 02:21:09 DEBUG : B2 bucket rclone-test-xasozuy9niri path rclone-sync-test: Waiting for checks to finish 2026/08/31 02:21:09 DEBUG : B2 bucket rclone-test-xasozuy9niri path rclone-sync-test: Waiting for transfers to finish 2026/08/31 02:21:09 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:09 INFO : There was nothing to transfer 2026/08/31 02:21:10 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/31 02:21:10 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:21:10 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:21:10 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:10 INFO : There was nothing to transfer 2026/08/31 02:21:10 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/31 02:21:10 DEBUG : B2 bucket rclone-test-xasozuy9niri path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/08/31 02:21:10 DEBUG : B2 bucket rclone-test-xasozuy9niri path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/08/31 02:21:10 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:10 INFO : There was nothing to transfer 2026/08/31 02:21:11 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/31 02:21:11 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:21:11 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:21:11 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:11 INFO : There was nothing to transfer 2026/08/31 02:21:11 DEBUG : Excluded 2026/08/31 02:21:12 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/31 02:21:12 DEBUG : B2 bucket rclone-test-xasozuy9niri path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/08/31 02:21:12 DEBUG : B2 bucket rclone-test-xasozuy9niri path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/08/31 02:21:12 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:12 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (11.61s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:21:12 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/dst" 2026/08/31 02:21:13 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/CompareDest" 2026/08/31 02:21:15 DEBUG : one: Need to transfer - File not found at Destination 2026/08/31 02:21:15 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:15 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:16 DEBUG : one: size = 3 OK 2026/08/31 02:21:16 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/31 02:21:16 INFO : one: Copied (new) 2026/08/31 02:21:16 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:16 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:16 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:21:16 DEBUG : one: Sizes differ 2026/08/31 02:21:16 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:17 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:17 DEBUG : one: size = 5 OK 2026/08/31 02:21:17 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/31 02:21:17 INFO : one: Copied (replaced existing) 2026/08/31 02:21:17 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:18 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:18 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:18 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:21:18 DEBUG : one: Sizes differ 2026/08/31 02:21:19 DEBUG : one: size = 5 OK 2026/08/31 02:21:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:19 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/31 02:21:19 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:19 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:19 INFO : There was nothing to transfer 2026/08/31 02:21:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:20 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:21:20 DEBUG : one: Sizes differ 2026/08/31 02:21:20 DEBUG : two: size = 3 OK 2026/08/31 02:21:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:20 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/31 02:21:20 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:20 DEBUG : one: size = 5 OK 2026/08/31 02:21:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:20 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/31 02:21:20 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:20 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:20 INFO : There was nothing to transfer 2026/08/31 02:21:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:20 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:21:20 DEBUG : one: Sizes differ 2026/08/31 02:21:21 DEBUG : two: size = 3 OK 2026/08/31 02:21:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:21 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/31 02:21:21 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:21 DEBUG : one: size = 5 OK 2026/08/31 02:21:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:21 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/31 02:21:21 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:21 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:21 INFO : There was nothing to transfer 2026/08/31 02:21:22 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:22 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:21:22 DEBUG : one: Sizes differ 2026/08/31 02:21:22 DEBUG : one: size = 5 OK 2026/08/31 02:21:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:22 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/31 02:21:22 DEBUG : two: size = 3 OK 2026/08/31 02:21:22 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/31 02:21:22 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/31 02:21:22 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/31 02:21:22 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:22 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:22 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:22 INFO : There was nothing to transfer 2026/08/31 02:21:22 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:22 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:21:22 DEBUG : one: Sizes differ 2026/08/31 02:21:22 DEBUG : two: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:22 DEBUG : two: size = 3 (B2 bucket rclone-test-xasozuy9niri path CompareDest) 2026/08/31 02:21:22 DEBUG : two: Sizes differ 2026/08/31 02:21:22 DEBUG : two: Need to transfer - File not found at Destination 2026/08/31 02:21:22 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:22 DEBUG : one: size = 5 OK 2026/08/31 02:21:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:22 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/31 02:21:22 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:23 DEBUG : two: size = 5 OK 2026/08/31 02:21:23 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/31 02:21:23 INFO : two: Copied (new) 2026/08/31 02:21:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (12.25s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:21:26 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/dest" 2026/08/31 02:21:27 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/pre-dest1" 2026/08/31 02:21:28 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/pre-dest2" 2026/08/31 02:21:30 DEBUG : 1: size = 1 OK 2026/08/31 02:21:30 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:21:30 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/31 02:21:30 DEBUG : 2: size = 1 OK 2026/08/31 02:21:30 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:21:30 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/31 02:21:31 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/31 02:21:31 DEBUG : B2 bucket rclone-test-xasozuy9niri path dest: Waiting for checks to finish 2026/08/31 02:21:31 DEBUG : B2 bucket rclone-test-xasozuy9niri path dest: Waiting for transfers to finish 2026/08/31 02:21:31 DEBUG : 3: size = 1 OK 2026/08/31 02:21:31 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/08/31 02:21:31 INFO : 3: Copied (new) 2026/08/31 02:21:31 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:31 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/31 02:21:31 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/31 02:21:32 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestSyncMultipleCompareDest (8.68s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:21:33 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/dst" 2026/08/31 02:21:34 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/CopyDest" 2026/08/31 02:21:36 DEBUG : one: Need to transfer - File not found at Destination 2026/08/31 02:21:36 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:36 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:37 DEBUG : one: size = 3 OK 2026/08/31 02:21:37 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/31 02:21:37 INFO : one: Copied (new) 2026/08/31 02:21:37 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:37 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:21:37 DEBUG : one: Sizes differ 2026/08/31 02:21:37 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:38 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:38 DEBUG : one: size = 5 OK 2026/08/31 02:21:38 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/31 02:21:38 INFO : one: Copied (replaced existing) 2026/08/31 02:21:38 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:39 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/BackupDir" 2026/08/31 02:21:41 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:41 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:21:41 DEBUG : one: Sizes differ 2026/08/31 02:21:41 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:41 DEBUG : one: size = 5 OK 2026/08/31 02:21:41 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:41 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:41 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:21:41 DEBUG : one: Sizes differ 2026/08/31 02:21:42 DEBUG : one: size = 3 OK 2026/08/31 02:21:42 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/31 02:21:42 INFO : one: Copied (server-side copy) 2026/08/31 02:21:42 INFO : one: Deleted 2026/08/31 02:21:43 DEBUG : one: size = 5 OK 2026/08/31 02:21:43 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/31 02:21:43 INFO : one: Copied (server-side copy) 2026/08/31 02:21:43 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/31 02:21:43 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:43 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:44 DEBUG : one: size = 5 OK 2026/08/31 02:21:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:44 DEBUG : one: Unchanged skipping 2026/08/31 02:21:44 DEBUG : two: size = 3 OK 2026/08/31 02:21:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:44 DEBUG : two: size = 3 OK 2026/08/31 02:21:44 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/31 02:21:44 INFO : two: Copied (server-side copy) 2026/08/31 02:21:44 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/31 02:21:44 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:44 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:44 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:45 DEBUG : one: size = 5 OK 2026/08/31 02:21:45 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:45 DEBUG : one: Unchanged skipping 2026/08/31 02:21:45 DEBUG : two: size = 3 OK 2026/08/31 02:21:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:45 DEBUG : two: Unchanged skipping 2026/08/31 02:21:45 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:45 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:45 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:45 INFO : There was nothing to transfer 2026/08/31 02:21:46 DEBUG : one: size = 5 OK 2026/08/31 02:21:46 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:46 DEBUG : one: Unchanged skipping 2026/08/31 02:21:46 DEBUG : three: size = 7 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:46 DEBUG : three: size = 5 (B2 bucket rclone-test-xasozuy9niri path CopyDest) 2026/08/31 02:21:46 DEBUG : three: Sizes differ 2026/08/31 02:21:46 DEBUG : three: Destination not found in --copy-dest 2026/08/31 02:21:46 DEBUG : three: Need to transfer - File not found at Destination 2026/08/31 02:21:46 DEBUG : two: size = 3 OK 2026/08/31 02:21:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/31 02:21:46 DEBUG : two: Unchanged skipping 2026/08/31 02:21:46 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:46 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:46 DEBUG : three: size = 7 OK 2026/08/31 02:21:46 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/31 02:21:46 INFO : three: Copied (new) 2026/08/31 02:21:46 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (15.25s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:21:50 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/dst" 2026/08/31 02:21:50 DEBUG : Config file has changed externally - reloading 2026/08/31 02:21:51 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/backup" 2026/08/31 02:21:53 DEBUG : one: size = 4 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:53 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:21:53 DEBUG : one: Sizes differ 2026/08/31 02:21:53 DEBUG : two: size = 3 OK 2026/08/31 02:21:53 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:53 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:21:53 DEBUG : two: Unchanged skipping 2026/08/31 02:21:54 DEBUG : one: size = 3 OK 2026/08/31 02:21:54 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/31 02:21:54 INFO : one: Copied (server-side copy) 2026/08/31 02:21:54 INFO : one: Deleted 2026/08/31 02:21:54 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:55 DEBUG : one: size = 4 OK 2026/08/31 02:21:55 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/31 02:21:55 INFO : one: Copied (new) 2026/08/31 02:21:55 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:56 DEBUG : three.txt: size = 5 OK 2026/08/31 02:21:56 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/31 02:21:56 INFO : three.txt: Copied (server-side copy) 2026/08/31 02:21:56 INFO : three.txt: Deleted 2026/08/31 02:21:56 INFO : three.txt: Moved into backup dir 2026/08/31 02:21:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:21:57 DEBUG : one: size = 4 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:21:57 DEBUG : one: Sizes differ 2026/08/31 02:21:57 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:21:57 DEBUG : two: size = 3 OK 2026/08/31 02:21:57 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:21:57 DEBUG : two: Unchanged skipping 2026/08/31 02:21:58 DEBUG : one: size = 4 OK 2026/08/31 02:21:58 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/31 02:21:58 INFO : one: Copied (server-side copy) 2026/08/31 02:21:58 INFO : one: Deleted 2026/08/31 02:21:58 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:21:58 DEBUG : one: size = 5 OK 2026/08/31 02:21:58 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/31 02:21:58 INFO : one: Copied (new) 2026/08/31 02:21:58 DEBUG : Waiting for deletions to finish 2026/08/31 02:21:58 DEBUG : three.txt: size = 6 OK 2026/08/31 02:21:58 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/31 02:21:58 INFO : three.txt: Copied (server-side copy) 2026/08/31 02:21:59 INFO : three.txt: Deleted 2026/08/31 02:21:59 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (11.62s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:22:01 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/dst" 2026/08/31 02:22:02 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/backup" 2026/08/31 02:22:04 DEBUG : one: size = 4 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:04 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:04 DEBUG : one: Sizes differ 2026/08/31 02:22:04 DEBUG : two: size = 3 OK 2026/08/31 02:22:04 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:22:04 DEBUG : two: Unchanged skipping 2026/08/31 02:22:04 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:22:06 DEBUG : one.bak: size = 3 OK 2026/08/31 02:22:06 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/31 02:22:06 INFO : one: Copied (server-side copy) to: one.bak 2026/08/31 02:22:06 INFO : one: Deleted 2026/08/31 02:22:06 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:22:07 DEBUG : one: size = 4 OK 2026/08/31 02:22:07 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/31 02:22:07 INFO : one: Copied (new) 2026/08/31 02:22:07 DEBUG : Waiting for deletions to finish 2026/08/31 02:22:07 DEBUG : three.txt.bak: size = 5 OK 2026/08/31 02:22:07 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/31 02:22:07 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/31 02:22:07 INFO : three.txt: Deleted 2026/08/31 02:22:07 INFO : three.txt: Moved into backup dir 2026/08/31 02:22:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:09 DEBUG : one: size = 4 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:09 DEBUG : one: Sizes differ 2026/08/31 02:22:09 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:22:09 DEBUG : two: size = 3 OK 2026/08/31 02:22:09 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:22:09 DEBUG : two: Unchanged skipping 2026/08/31 02:22:09 DEBUG : one.bak: size = 4 OK 2026/08/31 02:22:09 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/31 02:22:09 INFO : one: Copied (server-side copy) to: one.bak 2026/08/31 02:22:09 INFO : one: Deleted 2026/08/31 02:22:09 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:22:10 DEBUG : one: size = 5 OK 2026/08/31 02:22:10 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/31 02:22:10 INFO : one: Copied (new) 2026/08/31 02:22:10 DEBUG : Waiting for deletions to finish 2026/08/31 02:22:10 DEBUG : three.txt.bak: size = 6 OK 2026/08/31 02:22:10 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/31 02:22:10 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/31 02:22:10 INFO : three.txt: Deleted 2026/08/31 02:22:10 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (11.64s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:22:13 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/dst" 2026/08/31 02:22:14 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/backup" 2026/08/31 02:22:16 DEBUG : one: size = 4 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:16 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:16 DEBUG : one: Sizes differ 2026/08/31 02:22:16 DEBUG : two: size = 3 OK 2026/08/31 02:22:16 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:22:16 DEBUG : two: Unchanged skipping 2026/08/31 02:22:16 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:22:17 DEBUG : one-2019-01-01: size = 3 OK 2026/08/31 02:22:17 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/31 02:22:17 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/31 02:22:18 INFO : one: Deleted 2026/08/31 02:22:18 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:22:18 DEBUG : one: size = 4 OK 2026/08/31 02:22:18 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/31 02:22:18 INFO : one: Copied (new) 2026/08/31 02:22:18 DEBUG : Waiting for deletions to finish 2026/08/31 02:22:19 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/31 02:22:19 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/31 02:22:19 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/31 02:22:19 INFO : three.txt: Deleted 2026/08/31 02:22:19 INFO : three.txt: Moved into backup dir 2026/08/31 02:22:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:20 DEBUG : one: size = 4 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:20 DEBUG : one: Sizes differ 2026/08/31 02:22:20 DEBUG : two: size = 3 OK 2026/08/31 02:22:20 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:22:20 DEBUG : two: Unchanged skipping 2026/08/31 02:22:20 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:22:21 DEBUG : one-2019-01-01: size = 4 OK 2026/08/31 02:22:21 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/31 02:22:21 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/31 02:22:21 INFO : one: Deleted 2026/08/31 02:22:21 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:22:21 DEBUG : one: size = 5 OK 2026/08/31 02:22:21 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/31 02:22:21 INFO : one: Copied (new) 2026/08/31 02:22:21 DEBUG : Waiting for deletions to finish 2026/08/31 02:22:21 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/31 02:22:21 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/31 02:22:21 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/31 02:22:22 INFO : three.txt: Deleted 2026/08/31 02:22:22 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.42s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:22:24 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/dst" 2026/08/31 02:22:26 DEBUG : one: size = 4 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:26 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:26 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:22:26 DEBUG : one: Sizes differ 2026/08/31 02:22:26 DEBUG : two: size = 3 OK 2026/08/31 02:22:26 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:22:26 DEBUG : two: Unchanged skipping 2026/08/31 02:22:27 DEBUG : one.bak: size = 3 OK 2026/08/31 02:22:27 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/31 02:22:27 INFO : one: Copied (server-side copy) to: one.bak 2026/08/31 02:22:27 INFO : one: Deleted 2026/08/31 02:22:27 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:22:28 DEBUG : one: size = 4 OK 2026/08/31 02:22:28 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/31 02:22:28 INFO : one: Copied (new) 2026/08/31 02:22:28 DEBUG : Waiting for deletions to finish 2026/08/31 02:22:28 DEBUG : three.txt.bak: size = 5 OK 2026/08/31 02:22:28 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/31 02:22:28 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/31 02:22:28 INFO : three.txt: Deleted 2026/08/31 02:22:28 INFO : three.txt: Moved into backup dir 2026/08/31 02:22:28 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1113-16.backblaze.com/b2api/v1/b2_upload_file/dfb29d9390cd5b5baf080e1b/c001_v0001113_t0026": EOF 2026/08/31 02:22:28 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1113-16.backblaze.com/b2api/v1/b2_upload_file/dfb29d9390cd5b5baf080e1b/c001_v0001113_t0026": EOF) 2026/08/31 02:22:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:299: Retry Put of "dst/three.txt" to B2 bucket rclone-test-xasozuy9niri: 1/10 (Post "https://pod-000-1113-16.backblaze.com/b2api/v1/b2_upload_file/dfb29d9390cd5b5baf080e1b/c001_v0001113_t0026": EOF) 2026/08/31 02:22:31 DEBUG : pacer: Reducing sleep to 10ms 2026/08/31 02:22:31 DEBUG : one.bak: Excluded (Path Filter) 2026/08/31 02:22:31 DEBUG : one.bak: Excluded 2026/08/31 02:22:31 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/31 02:22:31 DEBUG : three.txt.bak: Excluded 2026/08/31 02:22:31 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:31 DEBUG : one: size = 4 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:31 DEBUG : one: Sizes differ 2026/08/31 02:22:31 DEBUG : two: size = 3 OK 2026/08/31 02:22:31 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:22:31 DEBUG : two: Unchanged skipping 2026/08/31 02:22:31 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for checks to finish 2026/08/31 02:22:32 DEBUG : one.bak: size = 4 OK 2026/08/31 02:22:32 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/31 02:22:32 INFO : one: Copied (server-side copy) to: one.bak 2026/08/31 02:22:32 INFO : one: Deleted 2026/08/31 02:22:32 DEBUG : B2 bucket rclone-test-xasozuy9niri path dst: Waiting for transfers to finish 2026/08/31 02:22:32 DEBUG : one: size = 5 OK 2026/08/31 02:22:32 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/31 02:22:32 INFO : one: Copied (new) 2026/08/31 02:22:32 DEBUG : Waiting for deletions to finish 2026/08/31 02:22:33 DEBUG : three.txt.bak: size = 6 OK 2026/08/31 02:22:33 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/31 02:22:33 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/31 02:22:33 INFO : three.txt: Deleted 2026/08/31 02:22:33 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (11.24s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:22:35 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/dst" 2026/08/31 02:22:37 DEBUG : one: size = 4 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:37 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:37 DEBUG : one: Sizes differ 2026/08/31 02:22:38 DEBUG : one.bak: size = 3 OK 2026/08/31 02:22:38 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/31 02:22:38 INFO : one: Copied (server-side copy) to: one.bak 2026/08/31 02:22:38 INFO : one: Deleted 2026/08/31 02:22:39 DEBUG : one: size = 4 OK 2026/08/31 02:22:39 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/31 02:22:39 INFO : one: Copied (new) 2026/08/31 02:22:39 DEBUG : two: size = 3 OK 2026/08/31 02:22:39 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:22:39 DEBUG : two: Unchanged skipping 2026/08/31 02:22:39 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:39 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:39 DEBUG : three.txt: Sizes differ 2026/08/31 02:22:40 DEBUG : three.txt.bak: size = 5 OK 2026/08/31 02:22:40 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/31 02:22:40 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/31 02:22:40 INFO : three.txt: Deleted 2026/08/31 02:22:40 DEBUG : three.txt: size = 6 OK 2026/08/31 02:22:40 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/31 02:22:40 INFO : three.txt: Copied (new) 2026/08/31 02:22:41 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:41 DEBUG : one: size = 4 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:41 DEBUG : one: Sizes differ 2026/08/31 02:22:41 DEBUG : one.bak: size = 4 OK 2026/08/31 02:22:41 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/31 02:22:41 INFO : one: Copied (server-side copy) to: one.bak 2026/08/31 02:22:41 INFO : one: Deleted 2026/08/31 02:22:41 DEBUG : one: size = 5 OK 2026/08/31 02:22:41 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/31 02:22:41 INFO : one: Copied (new) 2026/08/31 02:22:42 DEBUG : two: size = 3 OK 2026/08/31 02:22:42 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:22:42 DEBUG : two: Unchanged skipping 2026/08/31 02:22:42 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:42 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:42 DEBUG : three.txt: Sizes differ 2026/08/31 02:22:42 DEBUG : three.txt.bak: size = 6 OK 2026/08/31 02:22:42 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/31 02:22:42 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/31 02:22:42 INFO : three.txt: Deleted 2026/08/31 02:22:42 DEBUG : three.txt: size = 19 OK 2026/08/31 02:22:42 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/31 02:22:42 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (9.79s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:22:45 DEBUG : Creating backend with remote "TestB2:rclone-test-xasozuy9niri/dst" 2026/08/31 02:22:47 DEBUG : one: size = 4 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:47 DEBUG : one: size = 3 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:47 DEBUG : one: Sizes differ 2026/08/31 02:22:48 DEBUG : one-2019-01-01: size = 3 OK 2026/08/31 02:22:48 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/31 02:22:48 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/31 02:22:48 INFO : one: Deleted 2026/08/31 02:22:49 DEBUG : one: size = 4 OK 2026/08/31 02:22:49 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/31 02:22:49 INFO : one: Copied (new) 2026/08/31 02:22:49 DEBUG : two: size = 3 OK 2026/08/31 02:22:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:22:49 DEBUG : two: Unchanged skipping 2026/08/31 02:22:49 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:49 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:49 DEBUG : three.txt: Sizes differ 2026/08/31 02:22:50 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/31 02:22:50 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/31 02:22:50 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/31 02:22:50 INFO : three.txt: Deleted 2026/08/31 02:22:50 DEBUG : three.txt: size = 6 OK 2026/08/31 02:22:50 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/31 02:22:50 INFO : three.txt: Copied (new) 2026/08/31 02:22:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:51 DEBUG : one: size = 4 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:51 DEBUG : one: Sizes differ 2026/08/31 02:22:51 DEBUG : one-2019-01-01: size = 4 OK 2026/08/31 02:22:51 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/31 02:22:51 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/31 02:22:52 INFO : one: Deleted 2026/08/31 02:22:52 DEBUG : one: size = 5 OK 2026/08/31 02:22:52 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/31 02:22:52 INFO : one: Copied (new) 2026/08/31 02:22:52 DEBUG : two: size = 3 OK 2026/08/31 02:22:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:22:52 DEBUG : two: Unchanged skipping 2026/08/31 02:22:52 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:52 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-xasozuy9niri path dst) 2026/08/31 02:22:52 DEBUG : three.txt: Sizes differ 2026/08/31 02:22:52 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/31 02:22:52 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/31 02:22:52 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/31 02:22:53 INFO : three.txt: Deleted 2026/08/31 02:22:53 DEBUG : three.txt: size = 19 OK 2026/08/31 02:22:53 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/31 02:22:53 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.31s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:22:55 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:22:55 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:55 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:22:55 DEBUG : Testêé: Sizes differ 2026/08/31 02:22:55 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:22:56 DEBUG : Testêé: size = 14 OK 2026/08/31 02:22:56 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/08/31 02:22:56 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/31 02:22:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.20s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:22:57 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/31 02:22:57 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:22:57 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:22:57 DEBUG : existing: size = 6 OK 2026/08/31 02:22:57 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/31 02:22:57 INFO : existing: Copied (new) 2026/08/31 02:22:57 DEBUG : Waiting for deletions to finish 2026/08/31 02:22:58 DEBUG : existing: size = 8 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:22:58 DEBUG : existing: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:22:58 DEBUG : existing: Sizes differ 2026/08/31 02:22:58 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/31 02:22:58 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:22:58 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:22:58 ERROR : B2 bucket rclone-test-xasozuy9niri: not deleting files as there were IO errors 2026/08/31 02:22:58 ERROR : B2 bucket rclone-test-xasozuy9niri: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (1.89s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:22:59 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:22:59 DEBUG : EXISTING: size = 6 OK 2026/08/31 02:22:59 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:22:59 DEBUG : existing: Unchanged skipping 2026/08/31 02:22:59 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:22:59 DEBUG : Waiting for deletions to finish 2026/08/31 02:22:59 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.29s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.36s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.22s) --- SKIP: TestMaxTransfer/Hard (0.49s) --- SKIP: TestMaxTransfer/Soft (0.37s) --- SKIP: TestMaxTransfer/Cautious (0.36s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:23:10 DEBUG : both0: size = 6 OK 2026/08/31 02:23:10 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:23:10 DEBUG : both10: size = 6 OK 2026/08/31 02:23:10 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both11: size = 6 OK 2026/08/31 02:23:10 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both0: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both12: size = 6 OK 2026/08/31 02:23:10 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both12: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both13: size = 6 OK 2026/08/31 02:23:10 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both13: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both14: size = 6 OK 2026/08/31 02:23:10 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both14: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both15: size = 6 OK 2026/08/31 02:23:10 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both16: size = 6 OK 2026/08/31 02:23:10 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both10: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both17: size = 6 OK 2026/08/31 02:23:10 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both16: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both18: size = 6 OK 2026/08/31 02:23:10 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both18: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both19: size = 6 OK 2026/08/31 02:23:10 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both19: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both1: size = 6 OK 2026/08/31 02:23:10 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both17: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both2: size = 6 OK 2026/08/31 02:23:10 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both2: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both3: size = 6 OK 2026/08/31 02:23:10 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both15: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both4: size = 6 OK 2026/08/31 02:23:10 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both4: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both5: size = 6 OK 2026/08/31 02:23:10 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both5: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both1: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both7: size = 6 OK 2026/08/31 02:23:10 DEBUG : both6: size = 6 OK 2026/08/31 02:23:10 DEBUG : both11: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both8: size = 6 OK 2026/08/31 02:23:10 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both3: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both9: size = 6 OK 2026/08/31 02:23:10 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:10 DEBUG : both8: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both9: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both6: Unchanged skipping 2026/08/31 02:23:10 DEBUG : both7: Unchanged skipping 2026/08/31 02:23:10 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:23:10 DEBUG : Waiting for deletions to finish 2026/08/31 02:23:10 INFO : only19: Deleted 2026/08/31 02:23:10 INFO : only1: Deleted 2026/08/31 02:23:10 INFO : only4: Deleted 2026/08/31 02:23:10 INFO : only6: Deleted 2026/08/31 02:23:10 INFO : only9: Deleted 2026/08/31 02:23:10 INFO : only10: Deleted 2026/08/31 02:23:10 INFO : only14: Deleted 2026/08/31 02:23:10 INFO : only16: Deleted 2026/08/31 02:23:10 INFO : only8: Deleted 2026/08/31 02:23:10 INFO : only11: Deleted 2026/08/31 02:23:11 INFO : only12: Deleted 2026/08/31 02:23:11 INFO : only18: Deleted 2026/08/31 02:23:11 INFO : only2: Deleted 2026/08/31 02:23:11 INFO : only3: Deleted 2026/08/31 02:23:11 INFO : only0: Deleted 2026/08/31 02:23:11 INFO : only5: Deleted 2026/08/31 02:23:11 INFO : only7: Deleted 2026/08/31 02:23:11 INFO : only13: Deleted 2026/08/31 02:23:11 INFO : only15: Deleted 2026/08/31 02:23:11 INFO : only17: Deleted 2026/08/31 02:23:11 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (13.93s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:23:24 DEBUG : both0: size = 6 OK 2026/08/31 02:23:24 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both10: size = 6 OK 2026/08/31 02:23:24 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both11: size = 6 OK 2026/08/31 02:23:24 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both12: size = 6 OK 2026/08/31 02:23:24 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:23:24 DEBUG : both0: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both13: size = 6 OK 2026/08/31 02:23:24 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both13: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both14: size = 6 OK 2026/08/31 02:23:24 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both10: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both15: size = 6 OK 2026/08/31 02:23:24 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both15: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both16: size = 6 OK 2026/08/31 02:23:24 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both11: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both17: size = 6 OK 2026/08/31 02:23:24 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both17: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both18: size = 6 OK 2026/08/31 02:23:24 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both18: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both19: size = 6 OK 2026/08/31 02:23:24 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both19: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both1: size = 6 OK 2026/08/31 02:23:24 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both1: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both2: size = 6 OK 2026/08/31 02:23:24 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both2: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both3: size = 6 OK 2026/08/31 02:23:24 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both3: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both4: size = 6 OK 2026/08/31 02:23:24 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both4: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both5: size = 6 OK 2026/08/31 02:23:24 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both5: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both6: size = 6 OK 2026/08/31 02:23:24 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both6: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both7: size = 6 OK 2026/08/31 02:23:24 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both7: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both8: size = 6 OK 2026/08/31 02:23:24 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both8: Unchanged skipping 2026/08/31 02:23:24 DEBUG : both9: size = 6 OK 2026/08/31 02:23:24 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:24 DEBUG : both9: Unchanged skipping 2026/08/31 02:23:24 DEBUG : only0: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only0: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only0: Sizes differ 2026/08/31 02:23:24 DEBUG : only10: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only10: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only10: Sizes differ 2026/08/31 02:23:24 DEBUG : only11: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only11: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only11: Sizes differ 2026/08/31 02:23:24 DEBUG : only12: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only12: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only12: Sizes differ 2026/08/31 02:23:24 DEBUG : only13: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only13: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only13: Sizes differ 2026/08/31 02:23:24 DEBUG : only14: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only14: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only14: Sizes differ 2026/08/31 02:23:24 DEBUG : only15: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only15: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only15: Sizes differ 2026/08/31 02:23:24 DEBUG : only16: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only16: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only16: Sizes differ 2026/08/31 02:23:24 DEBUG : both12: Unchanged skipping 2026/08/31 02:23:24 DEBUG : only17: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only17: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only18: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only17: Sizes differ 2026/08/31 02:23:24 DEBUG : only18: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : both14: Unchanged skipping 2026/08/31 02:23:24 DEBUG : only18: Sizes differ 2026/08/31 02:23:24 DEBUG : only19: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only19: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only19: Sizes differ 2026/08/31 02:23:24 DEBUG : both16: Unchanged skipping 2026/08/31 02:23:24 DEBUG : only1: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only1: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only1: Sizes differ 2026/08/31 02:23:24 DEBUG : only2: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only2: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only2: Sizes differ 2026/08/31 02:23:24 DEBUG : only3: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only3: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only3: Sizes differ 2026/08/31 02:23:24 DEBUG : only4: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only4: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only4: Sizes differ 2026/08/31 02:23:24 DEBUG : only5: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only5: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only5: Sizes differ 2026/08/31 02:23:24 DEBUG : only6: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only6: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only6: Sizes differ 2026/08/31 02:23:24 DEBUG : only8: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only8: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only8: Sizes differ 2026/08/31 02:23:24 DEBUG : only9: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only9: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only9: Sizes differ 2026/08/31 02:23:24 DEBUG : only7: size = 0 (Local file system at /tmp/rclone2204317510) 2026/08/31 02:23:24 DEBUG : only7: size = 6 (B2 bucket rclone-test-xasozuy9niri) 2026/08/31 02:23:24 DEBUG : only7: Sizes differ 2026/08/31 02:23:24 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:23:24 DEBUG : only10: size = 0 OK 2026/08/31 02:23:24 DEBUG : only11: size = 0 OK 2026/08/31 02:23:24 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:24 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:24 INFO : only10: Copied (replaced existing) 2026/08/31 02:23:24 INFO : only11: Copied (replaced existing) 2026/08/31 02:23:24 DEBUG : only14: size = 0 OK 2026/08/31 02:23:24 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:24 INFO : only14: Copied (replaced existing) 2026/08/31 02:23:24 DEBUG : only13: size = 0 OK 2026/08/31 02:23:24 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:24 INFO : only13: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only0: size = 0 OK 2026/08/31 02:23:25 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only0: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only15: size = 0 OK 2026/08/31 02:23:25 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only15: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only16: size = 0 OK 2026/08/31 02:23:25 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only16: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only19: size = 0 OK 2026/08/31 02:23:25 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only19: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only12: size = 0 OK 2026/08/31 02:23:25 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only12: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only2: size = 0 OK 2026/08/31 02:23:25 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only2: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only3: size = 0 OK 2026/08/31 02:23:25 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only3: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only4: size = 0 OK 2026/08/31 02:23:25 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only4: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only5: size = 0 OK 2026/08/31 02:23:25 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only5: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only17: size = 0 OK 2026/08/31 02:23:25 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only17: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only6: size = 0 OK 2026/08/31 02:23:25 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only6: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only18: size = 0 OK 2026/08/31 02:23:25 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only18: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only1: size = 0 OK 2026/08/31 02:23:25 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only1: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only9: size = 0 OK 2026/08/31 02:23:25 DEBUG : only8: size = 0 OK 2026/08/31 02:23:25 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only9: Copied (replaced existing) 2026/08/31 02:23:25 INFO : only8: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : only7: size = 0 OK 2026/08/31 02:23:25 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/31 02:23:25 INFO : only7: Copied (replaced existing) 2026/08/31 02:23:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (18.37s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:23:34 DEBUG : empty_dir: Making directory with metadata 2026/08/31 02:23:34 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/31 02:23:34 DEBUG : empty_on_remote: Making directory with metadata 2026/08/31 02:23:34 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/31 02:23:34 INFO : empty_on_remote: Making directory 2026/08/31 02:23:34 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/31 02:23:34 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/31 02:23:34 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/31 02:23:34 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/31 02:23:34 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.58s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:23:36 DEBUG : empty_dir: Making directory with metadata 2026/08/31 02:23:36 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/31 02:23:36 DEBUG : empty_on_remote: Making directory with metadata 2026/08/31 02:23:36 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/31 02:23:36 INFO : empty_on_remote: Making directory 2026/08/31 02:23:36 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/31 02:23:37 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/31 02:23:37 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/31 02:23:37 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/31 02:23:37 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/31 02:23:37 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.41s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:23:38 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/31 02:23:38 INFO : sub dir: Making directory 2026/08/31 02:23:38 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (3.41s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:23:42 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/31 02:23:42 INFO : sub dir: Making directory 2026/08/31 02:23:42 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (3.77s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:23:50 DEBUG : Waiting for deletions to finish 2026/08/31 02:23:51 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : apple: size = 5 OK 2026/08/31 02:23:51 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:23:51 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : apple: Unchanged skipping 2026/08/31 02:23:51 DEBUG : banana: size = 6 OK 2026/08/31 02:23:51 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : banana: Unchanged skipping 2026/08/31 02:23:51 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:23:51 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:23:51 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:23:51 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:23:51 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:23:51 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:23:51 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:23:51 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:23:51 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:23:51 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:23:51 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:23:51 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:23:51 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:23:51 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:23:51 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:23:51 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:23:51 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:23:51 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:23:51 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:23:51 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:51 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:23:51 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:23:51 DEBUG : Waiting for deletions to finish 2026/08/31 02:23:51 INFO : There was nothing to transfer 2026/08/31 02:23:51 DEBUG : Waiting for deletions to finish 2026/08/31 02:23:51 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:23:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : apple: size = 5 OK 2026/08/31 02:23:52 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : apple: Unchanged skipping 2026/08/31 02:23:52 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:23:52 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:23:52 DEBUG : banana: size = 6 OK 2026/08/31 02:23:52 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : banana: Unchanged skipping 2026/08/31 02:23:52 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:23:52 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:23:52 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:23:52 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:23:52 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:23:52 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:23:52 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:23:52 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:23:52 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:23:52 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:23:52 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:23:52 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:23:52 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:23:52 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:23:52 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:23:52 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:23:52 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:23:52 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:23:52 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:23:52 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:23:52 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:23:52 DEBUG : Waiting for deletions to finish 2026/08/31 02:23:52 INFO : There was nothing to transfer 2026/08/31 02:23:52 DEBUG : Waiting for deletions to finish 2026/08/31 02:23:52 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:23:52 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:24:02 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:02 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:24:02 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : apple: size = 5 OK 2026/08/31 02:24:03 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : apple: Unchanged skipping 2026/08/31 02:24:03 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:24:03 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:24:03 DEBUG : banana: size = 6 OK 2026/08/31 02:24:03 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : banana: Unchanged skipping 2026/08/31 02:24:03 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:24:03 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:24:03 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:24:03 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:24:03 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:24:03 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:24:03 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:24:03 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:24:03 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:24:03 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:24:03 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:24:03 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:24:03 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:24:03 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:24:03 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:24:03 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:24:03 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:24:03 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:03 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:24:03 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:24:03 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:24:03 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:03 INFO : There was nothing to transfer 2026/08/31 02:24:03 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:03 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:24:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : apple: size = 5 OK 2026/08/31 02:24:04 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : apple: Unchanged skipping 2026/08/31 02:24:04 DEBUG : banana: size = 6 OK 2026/08/31 02:24:04 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : banana: Unchanged skipping 2026/08/31 02:24:04 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:24:04 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:24:04 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:24:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:24:04 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:24:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:24:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:24:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:24:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:24:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:24:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:24:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:24:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:24:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:24:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:24:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:24:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:24:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:24:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:24:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:24:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:24:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:24:04 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:24:04 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:04 INFO : There was nothing to transfer 2026/08/31 02:24:04 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:04 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:24:04 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:24:14 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:15 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:24:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:15 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:15 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:15 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:15 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:15 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:15 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:15 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:15 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:15 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:15 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:15 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:15 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : YXBwbGU=: size = 5 OK 2026/08/31 02:24:15 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/31 02:24:15 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/31 02:24:15 DEBUG : YmFuYW5h: size = 6 OK 2026/08/31 02:24:15 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/31 02:24:15 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/31 02:24:15 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:15 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:15 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:15 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:15 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:15 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:15 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:15 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:15 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:15 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:15 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:15 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:15 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/31 02:24:15 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:15 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:24:15 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:24:15 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/31 02:24:15 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/31 02:24:15 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:15 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/31 02:24:15 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/31 02:24:15 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/31 02:24:16 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/31 02:24:16 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/31 02:24:16 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/31 02:24:16 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/31 02:24:16 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/31 02:24:16 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/31 02:24:16 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/31 02:24:16 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/31 02:24:16 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/31 02:24:16 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/31 02:24:16 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/31 02:24:16 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/31 02:24:16 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/31 02:24:16 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:17 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/31 02:24:17 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/31 02:24:17 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:17 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:17 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/31 02:24:17 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/31 02:24:17 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:17 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:17 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/31 02:24:17 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/31 02:24:17 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:17 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:17 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/31 02:24:17 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/31 02:24:17 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:17 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:17 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/31 02:24:17 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/31 02:24:17 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:17 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/31 02:24:17 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/31 02:24:17 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/31 02:24:17 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:17 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/31 02:24:17 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/31 02:24:17 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:17 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/31 02:24:17 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/31 02:24:17 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:17 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/31 02:24:17 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/31 02:24:17 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/31 02:24:17 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:17 INFO : dir1/0012-6789;.txt: Deleted 2026/08/31 02:24:17 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/31 02:24:18 INFO : dir1/0014-89;=.txt: Deleted 2026/08/31 02:24:18 INFO : dir1/0015-9;=.txt: Deleted 2026/08/31 02:24:18 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/31 02:24:18 INFO : dir1/0007-1234567.txt: Deleted 2026/08/31 02:24:18 INFO : banana: Deleted 2026/08/31 02:24:18 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/31 02:24:18 INFO : dir1/0008-2345678.txt: Deleted 2026/08/31 02:24:18 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/31 02:24:18 INFO : dir1/0003-defghij.txt: Deleted 2026/08/31 02:24:18 INFO : dir1/0013-789;=.txt: Deleted 2026/08/31 02:24:18 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/31 02:24:18 INFO : dir1/0009-3456789.txt: Deleted 2026/08/31 02:24:18 INFO : apple: Deleted 2026/08/31 02:24:18 INFO : appleappleapplebanana: Deleted 2026/08/31 02:24:18 INFO : splitbananasplit: Deleted 2026/08/31 02:24:18 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/31 02:24:18 INFO : dir1/0010-456789.txt: Deleted 2026/08/31 02:24:18 INFO : dir1/0011-56789;.txt: Deleted 2026/08/31 02:24:18 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:18 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:18 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/31 02:24:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:19 DEBUG : YXBwbGU=: size = 5 OK 2026/08/31 02:24:19 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : apple: Unchanged skipping 2026/08/31 02:24:19 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:24:19 DEBUG : YmFuYW5h: size = 6 OK 2026/08/31 02:24:19 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : banana: Unchanged skipping 2026/08/31 02:24:19 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/31 02:24:19 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:19 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/31 02:24:19 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/31 02:24:19 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/31 02:24:19 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/31 02:24:19 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/31 02:24:19 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/31 02:24:19 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/31 02:24:19 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/31 02:24:19 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/31 02:24:19 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/31 02:24:19 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/31 02:24:19 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/31 02:24:19 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/31 02:24:19 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/31 02:24:19 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/31 02:24:19 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/31 02:24:19 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/31 02:24:19 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:24:19 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:24:19 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:24:19 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:24:19 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:19 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:19 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/31 02:24:19 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/31 02:24:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/31 02:24:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/31 02:24:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/31 02:24:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/31 02:24:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/31 02:24:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/31 02:24:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/31 02:24:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/31 02:24:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/31 02:24:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/31 02:24:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:24:29 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:29 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:24:29 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:24:30 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:30 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:30 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:30 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:30 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:30 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:30 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:30 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:30 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:30 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:30 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:30 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:30 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:30 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:30 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:30 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:30 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:30 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:30 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:30 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:30 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:30 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/31 02:24:30 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/31 02:24:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/31 02:24:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/31 02:24:30 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/31 02:24:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/31 02:24:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/31 02:24:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/31 02:24:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/31 02:24:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/31 02:24:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/31 02:24:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/31 02:24:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/31 02:24:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/31 02:24:30 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/31 02:24:30 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/31 02:24:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/31 02:24:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/31 02:24:30 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/31 02:24:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/31 02:24:30 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/31 02:24:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/31 02:24:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/31 02:24:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/31 02:24:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/31 02:24:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/31 02:24:30 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/31 02:24:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/31 02:24:30 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/31 02:24:30 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/31 02:24:30 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : PREFIXapple: size = 5 OK 2026/08/31 02:24:30 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/31 02:24:30 INFO : apple: Copied (new) to: PREFIXapple 2026/08/31 02:24:30 DEBUG : PREFIXbanana: size = 6 OK 2026/08/31 02:24:30 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/31 02:24:30 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/31 02:24:30 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/31 02:24:30 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/31 02:24:30 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/31 02:24:30 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/31 02:24:30 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/31 02:24:30 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/31 02:24:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/31 02:24:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/31 02:24:30 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/31 02:24:30 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/31 02:24:30 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/31 02:24:30 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/31 02:24:30 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/31 02:24:30 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/31 02:24:30 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/31 02:24:30 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/31 02:24:30 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/31 02:24:30 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:30 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:24:30 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:24:30 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/31 02:24:30 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/31 02:24:30 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/31 02:24:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/31 02:24:30 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:24:30 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/31 02:24:30 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/31 02:24:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/31 02:24:31 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/31 02:24:31 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/31 02:24:31 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/31 02:24:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/31 02:24:31 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/31 02:24:31 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/31 02:24:31 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/31 02:24:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/31 02:24:31 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/31 02:24:31 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/31 02:24:31 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/31 02:24:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/31 02:24:31 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/31 02:24:31 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/31 02:24:31 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/31 02:24:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/31 02:24:31 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/31 02:24:31 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/31 02:24:31 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/31 02:24:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/31 02:24:31 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/31 02:24:31 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/31 02:24:31 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/31 02:24:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/31 02:24:31 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/31 02:24:31 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/31 02:24:31 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/31 02:24:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/31 02:24:31 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/31 02:24:31 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/31 02:24:31 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/31 02:24:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/31 02:24:31 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/31 02:24:31 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/31 02:24:31 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/31 02:24:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/31 02:24:31 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/31 02:24:31 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/31 02:24:31 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/31 02:24:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/31 02:24:32 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/31 02:24:32 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/31 02:24:32 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/31 02:24:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/31 02:24:32 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/31 02:24:32 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/31 02:24:32 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/31 02:24:32 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/31 02:24:32 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/31 02:24:32 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/31 02:24:32 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/31 02:24:32 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/31 02:24:32 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/31 02:24:32 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/31 02:24:32 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/31 02:24:32 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/31 02:24:32 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:32 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/31 02:24:32 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/31 02:24:32 INFO : splitbananasplit: Deleted 2026/08/31 02:24:32 INFO : dir1/0012-6789;.txt: Deleted 2026/08/31 02:24:32 INFO : dir1/0011-56789;.txt: Deleted 2026/08/31 02:24:32 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/31 02:24:32 INFO : dir1/0015-9;=.txt: Deleted 2026/08/31 02:24:32 INFO : dir1/0007-1234567.txt: Deleted 2026/08/31 02:24:32 INFO : dir1/0008-2345678.txt: Deleted 2026/08/31 02:24:32 INFO : dir1/0009-3456789.txt: Deleted 2026/08/31 02:24:32 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/31 02:24:32 INFO : dir1/0003-defghij.txt: Deleted 2026/08/31 02:24:33 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/31 02:24:33 INFO : dir1/0010-456789.txt: Deleted 2026/08/31 02:24:33 INFO : dir1/0013-789;=.txt: Deleted 2026/08/31 02:24:33 INFO : dir1/0014-89;=.txt: Deleted 2026/08/31 02:24:33 INFO : apple: Deleted 2026/08/31 02:24:33 INFO : appleappleapplebanana: Deleted 2026/08/31 02:24:33 INFO : banana: Deleted 2026/08/31 02:24:33 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/31 02:24:33 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:33 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:24:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/31 02:24:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/31 02:24:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/31 02:24:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/31 02:24:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/31 02:24:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/31 02:24:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/31 02:24:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/31 02:24:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/31 02:24:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/31 02:24:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/31 02:24:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/31 02:24:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/31 02:24:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/31 02:24:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/31 02:24:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/31 02:24:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/31 02:24:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/31 02:24:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/31 02:24:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/31 02:24:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/31 02:24:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/31 02:24:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/31 02:24:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/31 02:24:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/31 02:24:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/31 02:24:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/31 02:24:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/31 02:24:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/31 02:24:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : apple: transformed to: PREFIXapple 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/31 02:24:33 DEBUG : banana: transformed to: PREFIXbanana 2026/08/31 02:24:33 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/31 02:24:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/31 02:24:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/31 02:24:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/31 02:24:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/31 02:24:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/31 02:24:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/31 02:24:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/31 02:24:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/31 02:24:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/31 02:24:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/31 02:24:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/31 02:24:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/31 02:24:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/31 02:24:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/31 02:24:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/31 02:24:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/31 02:24:33 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/31 02:24:33 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/31 02:24:33 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/31 02:24:33 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/31 02:24:33 DEBUG : apple: size = 5 OK 2026/08/31 02:24:33 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/31 02:24:33 INFO : apple: Copied (new) 2026/08/31 02:24:34 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:24:34 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/31 02:24:34 INFO : appleappleapplebanana: Copied (new) 2026/08/31 02:24:34 DEBUG : banana: size = 6 OK 2026/08/31 02:24:34 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/31 02:24:34 INFO : banana: Copied (new) 2026/08/31 02:24:34 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:24:34 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/31 02:24:34 INFO : splitbananasplit: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:34 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:24:34 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:24:34 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:24:34 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/31 02:24:34 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:24:34 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/31 02:24:34 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:24:34 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/31 02:24:34 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:24:34 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/31 02:24:34 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:24:34 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/31 02:24:34 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:24:34 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/31 02:24:34 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:24:34 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/31 02:24:34 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:24:34 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/31 02:24:34 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:24:34 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/31 02:24:34 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:24:34 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/31 02:24:34 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:24:34 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/31 02:24:34 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:24:34 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/31 02:24:34 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:24:34 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/31 02:24:34 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:24:34 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/31 02:24:34 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:24:34 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/31 02:24:34 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:24:34 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/31 02:24:34 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/31 02:24:34 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:35 INFO : PREFIXsplitbananasplit: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/31 02:24:35 INFO : PREFIXapple: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/31 02:24:35 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/31 02:24:35 INFO : PREFIXbanana: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/31 02:24:35 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/31 02:24:35 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:35 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:24:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:36 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:24:36 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:24:46 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:46 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:24:46 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/31 02:24:46 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:46 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:46 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/31 02:24:46 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:46 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:46 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/31 02:24:46 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:46 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:46 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/31 02:24:46 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:46 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:46 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:46 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:46 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:46 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:46 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/31 02:24:46 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:46 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/31 02:24:46 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:46 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/31 02:24:46 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/31 02:24:46 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/31 02:24:46 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:46 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:46 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:46 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:46 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/31 02:24:47 DEBUG : appleSUFFIX: size = 5 OK 2026/08/31 02:24:47 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/31 02:24:47 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/31 02:24:47 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/31 02:24:47 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/31 02:24:47 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:47 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:47 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:24:47 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:24:47 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/31 02:24:47 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/31 02:24:47 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/31 02:24:47 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/31 02:24:47 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/31 02:24:47 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/31 02:24:47 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/31 02:24:47 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/31 02:24:47 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/31 02:24:47 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/31 02:24:47 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/31 02:24:47 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/31 02:24:47 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/31 02:24:47 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/31 02:24:47 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/31 02:24:48 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/31 02:24:48 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/31 02:24:48 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/31 02:24:48 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/31 02:24:48 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/31 02:24:48 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/31 02:24:48 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/31 02:24:48 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/31 02:24:48 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/31 02:24:48 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/31 02:24:48 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/31 02:24:48 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/31 02:24:48 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/31 02:24:48 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/31 02:24:48 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/31 02:24:48 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/31 02:24:48 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/31 02:24:48 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/31 02:24:48 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/31 02:24:48 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/31 02:24:48 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/31 02:24:49 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/31 02:24:49 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/31 02:24:49 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/31 02:24:49 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/31 02:24:49 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/31 02:24:49 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/31 02:24:49 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:49 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/31 02:24:49 INFO : dir1/0007-1234567.txt: Deleted 2026/08/31 02:24:49 INFO : dir1/0010-456789.txt: Deleted 2026/08/31 02:24:49 INFO : dir1/0011-56789;.txt: Deleted 2026/08/31 02:24:49 INFO : dir1/0013-789;=.txt: Deleted 2026/08/31 02:24:49 INFO : dir1/0014-89;=.txt: Deleted 2026/08/31 02:24:49 INFO : banana: Deleted 2026/08/31 02:24:49 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/31 02:24:49 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/31 02:24:49 INFO : dir1/0015-9;=.txt: Deleted 2026/08/31 02:24:49 INFO : apple: Deleted 2026/08/31 02:24:49 INFO : appleappleapplebanana: Deleted 2026/08/31 02:24:49 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/31 02:24:49 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/31 02:24:49 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/31 02:24:49 INFO : dir1/0012-6789;.txt: Deleted 2026/08/31 02:24:49 INFO : splitbananasplit: Deleted 2026/08/31 02:24:49 INFO : dir1/0003-defghij.txt: Deleted 2026/08/31 02:24:49 INFO : dir1/0008-2345678.txt: Deleted 2026/08/31 02:24:49 INFO : dir1/0009-3456789.txt: Deleted 2026/08/31 02:24:49 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:50 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/31 02:24:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : apple: transformed to: appleSUFFIX 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/31 02:24:50 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/31 02:24:50 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/31 02:24:50 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : apple: size = 5 OK 2026/08/31 02:24:50 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/31 02:24:50 INFO : apple: Copied (new) 2026/08/31 02:24:50 DEBUG : banana: size = 6 OK 2026/08/31 02:24:50 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/31 02:24:50 INFO : banana: Copied (new) 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:24:50 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/31 02:24:50 INFO : appleappleapplebanana: Copied (new) 2026/08/31 02:24:50 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:24:50 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/31 02:24:50 INFO : splitbananasplit: Copied (new) 2026/08/31 02:24:50 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:24:50 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:24:50 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:24:50 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:24:50 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/31 02:24:50 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/31 02:24:50 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:24:50 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/31 02:24:50 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/31 02:24:50 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:24:50 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/31 02:24:50 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/31 02:24:50 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:24:50 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/31 02:24:50 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:24:51 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/31 02:24:51 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:24:51 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/31 02:24:51 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:24:51 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/31 02:24:51 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:24:51 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/31 02:24:51 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:24:51 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/31 02:24:51 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:24:51 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/31 02:24:51 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:24:51 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/31 02:24:51 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:24:51 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/31 02:24:51 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:24:51 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/31 02:24:51 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:24:51 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/31 02:24:51 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:24:51 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/31 02:24:51 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:24:51 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/31 02:24:51 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/31 02:24:51 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:51 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/31 02:24:51 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/31 02:24:51 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/31 02:24:51 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/31 02:24:51 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/31 02:24:51 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/31 02:24:51 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/31 02:24:51 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/31 02:24:51 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/31 02:24:51 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/31 02:24:51 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/31 02:24:51 INFO : bananaSUFFIX: Deleted 2026/08/31 02:24:52 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/31 02:24:52 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/31 02:24:52 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/31 02:24:52 INFO : appleSUFFIX: Deleted 2026/08/31 02:24:52 INFO : splitbananasplitSUFFIX: Deleted 2026/08/31 02:24:52 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/31 02:24:52 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/31 02:24:52 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/31 02:24:52 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:52 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : Waiting for deletions to finish 2026/08/31 02:24:52 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:24:52 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:25:02 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:03 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:25:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:03 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:03 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:03 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:03 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:03 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:03 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:03 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : apple: size = 5 OK 2026/08/31 02:25:03 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:03 DEBUG : apple: Unchanged skipping 2026/08/31 02:25:03 DEBUG : banana: size = 6 OK 2026/08/31 02:25:03 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:03 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:03 DEBUG : banana: Unchanged skipping 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:03 DEBUG : appleapple: size = 21 OK 2026/08/31 02:25:03 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/31 02:25:03 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/31 02:25:03 DEBUG : splitbanan: size = 16 OK 2026/08/31 02:25:03 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/31 02:25:03 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/31 02:25:03 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:03 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:03 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:03 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/31 02:25:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:03 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/31 02:25:03 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/31 02:25:03 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/31 02:25:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:03 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:03 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:03 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:03 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:03 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:03 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:03 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:03 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:03 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:03 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/31 02:25:03 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/31 02:25:03 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:25:03 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:25:04 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/31 02:25:04 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/31 02:25:04 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/31 02:25:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/31 02:25:04 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/31 02:25:04 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/31 02:25:04 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/31 02:25:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/31 02:25:04 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/31 02:25:04 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/31 02:25:04 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/31 02:25:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/31 02:25:04 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/31 02:25:04 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/31 02:25:04 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/31 02:25:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/31 02:25:04 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/31 02:25:04 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/31 02:25:04 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/31 02:25:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/31 02:25:04 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/31 02:25:04 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/31 02:25:04 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/31 02:25:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/31 02:25:04 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/31 02:25:04 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/31 02:25:04 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/31 02:25:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/31 02:25:04 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/31 02:25:04 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/31 02:25:04 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/31 02:25:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/31 02:25:04 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/31 02:25:04 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/31 02:25:04 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/31 02:25:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/31 02:25:04 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/31 02:25:04 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/31 02:25:04 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/31 02:25:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/31 02:25:04 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/31 02:25:04 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/31 02:25:04 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/31 02:25:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/31 02:25:04 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/31 02:25:04 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/31 02:25:04 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/31 02:25:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/31 02:25:04 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/31 02:25:04 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/31 02:25:04 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/31 02:25:04 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/31 02:25:04 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/31 02:25:04 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/31 02:25:04 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/31 02:25:04 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/31 02:25:04 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/31 02:25:04 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/31 02:25:04 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/31 02:25:04 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/31 02:25:04 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:04 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/31 02:25:04 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/31 02:25:04 INFO : dir1/0010-456789.txt: Deleted 2026/08/31 02:25:04 INFO : dir1/0015-9;=.txt: Deleted 2026/08/31 02:25:04 INFO : dir1/0012-6789;.txt: Deleted 2026/08/31 02:25:05 INFO : splitbananasplit: Deleted 2026/08/31 02:25:05 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/31 02:25:05 INFO : appleappleapplebanana: Deleted 2026/08/31 02:25:05 INFO : dir1/0003-defghij.txt: Deleted 2026/08/31 02:25:05 INFO : dir1/0009-3456789.txt: Deleted 2026/08/31 02:25:05 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/31 02:25:05 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/31 02:25:05 INFO : dir1/0008-2345678.txt: Deleted 2026/08/31 02:25:05 INFO : dir1/0011-56789;.txt: Deleted 2026/08/31 02:25:05 INFO : dir1/0014-89;=.txt: Deleted 2026/08/31 02:25:05 INFO : dir1/0007-1234567.txt: Deleted 2026/08/31 02:25:05 INFO : dir1/0013-789;=.txt: Deleted 2026/08/31 02:25:05 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/31 02:25:05 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:05 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : appleapple: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/31 02:25:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/31 02:25:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/31 02:25:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/31 02:25:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/31 02:25:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/31 02:25:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/31 02:25:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/31 02:25:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/31 02:25:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/31 02:25:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/31 02:25:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/31 02:25:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/31 02:25:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/31 02:25:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/31 02:25:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/31 02:25:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/31 02:25:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/31 02:25:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/31 02:25:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/31 02:25:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/31 02:25:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/31 02:25:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/31 02:25:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/31 02:25:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/31 02:25:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/31 02:25:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/31 02:25:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/31 02:25:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/31 02:25:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/31 02:25:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/31 02:25:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/31 02:25:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/31 02:25:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/31 02:25:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/31 02:25:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/31 02:25:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/31 02:25:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/31 02:25:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/31 02:25:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/31 02:25:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/31 02:25:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/31 02:25:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/31 02:25:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/31 02:25:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/31 02:25:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/31 02:25:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/31 02:25:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/31 02:25:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/31 02:25:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/31 02:25:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/31 02:25:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/31 02:25:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/31 02:25:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/31 02:25:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/31 02:25:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/31 02:25:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/31 02:25:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/31 02:25:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/31 02:25:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/31 02:25:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/31 02:25:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/31 02:25:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/31 02:25:05 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/31 02:25:05 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/31 02:25:05 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/31 02:25:05 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/31 02:25:05 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/31 02:25:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/31 02:25:05 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/31 02:25:05 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/31 02:25:05 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/31 02:25:05 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/31 02:25:05 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/31 02:25:05 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/31 02:25:05 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/31 02:25:05 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/31 02:25:05 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/31 02:25:05 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:05 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:05 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:05 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:05 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:06 DEBUG : apple: size = 5 OK 2026/08/31 02:25:06 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : apple: Unchanged skipping 2026/08/31 02:25:06 DEBUG : appleapple: size = 21 OK 2026/08/31 02:25:06 DEBUG : splitbanan: size = 16 OK 2026/08/31 02:25:06 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:25:06 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:25:06 DEBUG : banana: size = 6 OK 2026/08/31 02:25:06 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : banana: Unchanged skipping 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/31 02:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/31 02:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/31 02:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/31 02:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/31 02:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/31 02:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/31 02:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/31 02:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/31 02:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/31 02:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/31 02:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/31 02:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/31 02:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/31 02:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/31 02:25:06 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/31 02:25:06 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/31 02:25:06 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/31 02:25:06 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/31 02:25:06 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/31 02:25:06 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/31 02:25:06 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:25:06 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/31 02:25:06 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/31 02:25:06 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/31 02:25:06 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/31 02:25:06 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/31 02:25:06 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/31 02:25:06 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/31 02:25:06 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/31 02:25:06 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/31 02:25:06 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/31 02:25:06 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/31 02:25:06 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:06 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:25:06 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:25:06 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:06 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:06 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : appleapple: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/31 02:25:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/31 02:25:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/31 02:25:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/31 02:25:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/31 02:25:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/31 02:25:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/31 02:25:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/31 02:25:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/31 02:25:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/31 02:25:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/31 02:25:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/31 02:25:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/31 02:25:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/31 02:25:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/31 02:25:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/31 02:25:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/31 02:25:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/31 02:25:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/31 02:25:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/31 02:25:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/31 02:25:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/31 02:25:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/31 02:25:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/31 02:25:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/31 02:25:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/31 02:25:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/31 02:25:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/31 02:25:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/31 02:25:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/31 02:25:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/31 02:25:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/31 02:25:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/31 02:25:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/31 02:25:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/31 02:25:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/31 02:25:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/31 02:25:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/31 02:25:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/31 02:25:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/31 02:25:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/31 02:25:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/31 02:25:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/31 02:25:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/31 02:25:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/31 02:25:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/31 02:25:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/31 02:25:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/31 02:25:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/31 02:25:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/31 02:25:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/31 02:25:06 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:25:16 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:16 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:16 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : apple: size = 5 OK 2026/08/31 02:25:17 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : apple: Unchanged skipping 2026/08/31 02:25:17 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:25:17 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:25:17 DEBUG : banana: size = 6 OK 2026/08/31 02:25:17 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : banana: Unchanged skipping 2026/08/31 02:25:17 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:25:17 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:25:17 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:25:17 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:25:17 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:25:17 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:25:17 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:25:17 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:25:17 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:25:17 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:25:17 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:25:17 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:25:17 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:25:17 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:25:17 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:25:17 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:25:17 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:25:17 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:25:17 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:25:17 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:25:17 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:17 INFO : There was nothing to transfer 2026/08/31 02:25:17 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:17 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:25:17 DEBUG : apple: size = 5 OK 2026/08/31 02:25:17 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:25:17 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:25:17 DEBUG : apple: Unchanged skipping 2026/08/31 02:25:17 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:25:17 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:25:17 DEBUG : banana: size = 6 OK 2026/08/31 02:25:17 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:17 DEBUG : banana: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:25:18 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:25:18 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:25:18 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:25:18 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:25:18 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:25:18 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:25:18 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:25:18 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:25:18 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:25:18 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:25:18 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:25:18 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:25:18 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:25:18 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:25:18 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:25:18 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:25:18 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:18 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:25:18 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:25:18 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:18 INFO : There was nothing to transfer 2026/08/31 02:25:18 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:18 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:18 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:18 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:25:28 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:28 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:25:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:25:29 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:25:29 DEBUG : apple: size = 5 OK 2026/08/31 02:25:29 DEBUG : banana: size = 6 OK 2026/08/31 02:25:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : apple: Unchanged skipping 2026/08/31 02:25:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:25:29 DEBUG : banana: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:25:29 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:25:29 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:25:29 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:25:29 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:25:29 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:25:29 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:25:29 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:25:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:25:29 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:25:29 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:25:29 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:25:29 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:25:29 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:25:29 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:25:29 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:25:29 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:25:29 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:29 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:25:29 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:25:29 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:29 INFO : There was nothing to transfer 2026/08/31 02:25:29 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:29 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:29 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : apple: size = 5 OK 2026/08/31 02:25:30 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : apple: Unchanged skipping 2026/08/31 02:25:30 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:25:30 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:25:30 DEBUG : banana: size = 6 OK 2026/08/31 02:25:30 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : banana: Unchanged skipping 2026/08/31 02:25:30 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:25:30 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:25:30 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:25:30 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:25:30 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:25:30 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:25:30 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:25:30 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:25:30 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:25:30 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:25:30 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:25:30 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:25:30 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:25:30 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:25:30 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:25:30 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:25:30 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:25:30 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:30 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:25:30 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:25:30 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:25:30 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:30 INFO : There was nothing to transfer 2026/08/31 02:25:30 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:30 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:30 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:25:40 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:40 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : apple: size = 5 OK 2026/08/31 02:25:41 DEBUG : banana: size = 6 OK 2026/08/31 02:25:41 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:25:41 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:25:41 DEBUG : banana: Unchanged skipping 2026/08/31 02:25:41 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:25:41 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:25:41 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : apple: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:25:41 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:25:41 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:25:41 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:25:41 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:25:41 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:25:41 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:25:41 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:25:41 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:25:41 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:25:41 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:25:41 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:25:41 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:25:41 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:25:41 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:25:41 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:25:41 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:25:41 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:41 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:25:41 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:25:41 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:41 INFO : There was nothing to transfer 2026/08/31 02:25:41 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:41 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : apple: size = 5 OK 2026/08/31 02:25:42 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : apple: Unchanged skipping 2026/08/31 02:25:42 DEBUG : banana: size = 6 OK 2026/08/31 02:25:42 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : banana: Unchanged skipping 2026/08/31 02:25:42 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:25:42 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:25:42 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:25:42 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:25:42 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:25:42 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:25:42 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:25:42 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:25:42 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:25:42 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:25:42 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:25:42 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:25:42 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:25:42 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:25:42 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:25:42 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:25:42 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:25:42 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:25:42 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:25:42 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:25:42 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:42 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:25:42 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:25:42 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:42 INFO : There was nothing to transfer 2026/08/31 02:25:42 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:42 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:42 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:25:52 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:52 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/31 02:25:52 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/31 02:25:53 DEBUG : pacer: Reducing sleep to 10ms 2026/08/31 02:25:53 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:25:53 DEBUG : apple: size = 5 OK 2026/08/31 02:25:53 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:25:53 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:53 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:53 DEBUG : banana: size = 6 OK 2026/08/31 02:25:53 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:25:53 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:53 DEBUG : apple: Unchanged skipping 2026/08/31 02:25:53 DEBUG : banana: Unchanged skipping 2026/08/31 02:25:53 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:25:53 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:53 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:25:54 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:25:54 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:25:54 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:25:54 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:25:54 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:25:54 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:25:54 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:25:54 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:25:54 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:25:54 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:25:54 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:25:54 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:25:54 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:25:54 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:25:54 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:25:54 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:25:54 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:25:54 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:25:54 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:54 INFO : There was nothing to transfer 2026/08/31 02:25:54 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:54 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:25:54 DEBUG : apple: size = 5 OK 2026/08/31 02:25:54 DEBUG : banana: size = 6 OK 2026/08/31 02:25:54 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : banana: Unchanged skipping 2026/08/31 02:25:54 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : apple: Unchanged skipping 2026/08/31 02:25:54 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:25:54 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:25:54 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:25:54 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:54 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:25:55 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:25:55 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:25:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:25:55 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:25:55 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:25:55 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:25:55 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:25:55 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:25:55 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:25:55 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:25:55 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:25:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:25:55 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:25:55 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:25:55 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:25:55 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:25:55 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:25:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:25:55 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:25:55 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:55 INFO : There was nothing to transfer 2026/08/31 02:25:55 DEBUG : Waiting for deletions to finish 2026/08/31 02:25:55 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:25:55 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:05 DEBUG : Waiting for deletions to finish 2026/08/31 02:26:05 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:26:05 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:26:05 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:05 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:26:05 DEBUG : apple: size = 5 OK 2026/08/31 02:26:05 DEBUG : banana: size = 6 OK 2026/08/31 02:26:05 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:05 DEBUG : banana: Unchanged skipping 2026/08/31 02:26:05 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:05 DEBUG : apple: Unchanged skipping 2026/08/31 02:26:05 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:26:05 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:05 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:26:06 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:26:06 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:06 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:26:06 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:26:06 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:26:06 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:26:06 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:26:06 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:26:06 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:26:06 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:26:06 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:26:06 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:26:06 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:26:06 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:26:06 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:26:06 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:26:06 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:26:06 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:06 DEBUG : Waiting for deletions to finish 2026/08/31 02:26:06 INFO : There was nothing to transfer 2026/08/31 02:26:06 DEBUG : Waiting for deletions to finish 2026/08/31 02:26:06 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/31 02:26:06 DEBUG : apple: size = 5 OK 2026/08/31 02:26:06 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : apple: Unchanged skipping 2026/08/31 02:26:06 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/31 02:26:06 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : banana: size = 6 OK 2026/08/31 02:26:06 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/31 02:26:06 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : banana: Unchanged skipping 2026/08/31 02:26:06 DEBUG : splitbananasplit: size = 16 OK 2026/08/31 02:26:06 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:06 DEBUG : splitbananasplit: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/31 02:26:07 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/31 02:26:07 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/31 02:26:07 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:07 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/31 02:26:07 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/31 02:26:07 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/31 02:26:07 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/31 02:26:07 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/31 02:26:07 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/31 02:26:07 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/31 02:26:07 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/31 02:26:07 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/31 02:26:07 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/31 02:26:07 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/31 02:26:07 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/31 02:26:07 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/31 02:26:07 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:07 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/31 02:26:07 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:07 DEBUG : Waiting for deletions to finish 2026/08/31 02:26:07 INFO : There was nothing to transfer 2026/08/31 02:26:07 DEBUG : Waiting for deletions to finish 2026/08/31 02:26:07 DEBUG : apple: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : banana: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/31 02:26:07 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (145.95s) --- PASS: TestTransform/NFC (11.38s) --- PASS: TestTransform/NFD (11.76s) --- PASS: TestTransform/base64 (15.30s) --- PASS: TestTransform/prefix (16.39s) --- PASS: TestTransform/suffix (16.76s) --- PASS: TestTransform/truncate (13.48s) --- PASS: TestTransform/encoder (12.42s) --- PASS: TestTransform/ISO-8859-1 (11.77s) --- PASS: TestTransform/charmap (12.22s) --- PASS: TestTransform/lowercase (12.48s) --- PASS: TestTransform/ascii (11.96s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:12 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/31 02:26:12 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/31 02:26:12 INFO : sub dir_somesuffix: Making directory 2026/08/31 02:26:12 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/31 02:26:12 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/31 02:26:12 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/31 02:26:12 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/31 02:26:12 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/31 02:26:12 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:12 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:13 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/31 02:26:13 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:13 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/31 02:26:13 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.70s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:13 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:14 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:14 INFO : tictactoe: Making directory 2026/08/31 02:26:14 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:14 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:14 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:14 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/31 02:26:14 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:14 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:14 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:14 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/31 02:26:14 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:14 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/31 02:26:14 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.54s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:15 INFO : toe: Making directory 2026/08/31 02:26:15 INFO : toe/toe: Making directory 2026/08/31 02:26:15 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:15 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/31 02:26:15 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/31 02:26:15 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/31 02:26:15 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:15 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:16 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/31 02:26:16 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:16 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/31 02:26:16 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.54s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:17 INFO : toe: Making directory 2026/08/31 02:26:17 INFO : toe/toe: Making directory 2026/08/31 02:26:17 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:17 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/31 02:26:17 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/31 02:26:17 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/31 02:26:17 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:17 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:17 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/31 02:26:17 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:17 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/31 02:26:17 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.66s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:18 DEBUG : empty_dir: Making directory with metadata 2026/08/31 02:26:18 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/31 02:26:18 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:18 INFO : tictacempty_dir: Making directory 2026/08/31 02:26:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:18 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:18 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:18 INFO : tictactoe: Making directory 2026/08/31 02:26:18 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:18 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:18 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:18 INFO : tictactoe/tictactoe: Making directory 2026/08/31 02:26:18 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:18 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/31 02:26:18 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/31 02:26:18 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/31 02:26:18 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:18 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:19 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/31 02:26:19 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:19 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/31 02:26:19 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (1.85s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:20 DEBUG : empty_dir: Making directory with metadata 2026/08/31 02:26:20 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/31 02:26:20 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:20 INFO : tictacempty_dir: Making directory 2026/08/31 02:26:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:20 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:20 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:20 INFO : tictactoe: Making directory 2026/08/31 02:26:20 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:20 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:20 INFO : tictactoe/tictactoe: Making directory 2026/08/31 02:26:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:20 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/31 02:26:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:20 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/31 02:26:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:20 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:20 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/31 02:26:21 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:21 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:21 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/31 02:26:21 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:21 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:21 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:21 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:22 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/31 02:26:22 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/31 02:26:22 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:22 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/08/31 02:26:22 NOTICE: B2 bucket rclone-test-xasozuy9niri: 0 differences found 2026/08/31 02:26:22 NOTICE: B2 bucket rclone-test-xasozuy9niri: 1 matching files --- PASS: TestAllTag (2.78s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:23 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:23 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:23 INFO : tictactoe: Making directory 2026/08/31 02:26:23 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:23 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:23 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:23 INFO : tictactoe/tictactoe: Making directory 2026/08/31 02:26:23 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/31 02:26:23 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/31 02:26:23 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:23 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/31 02:26:24 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/31 02:26:24 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:24 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/31 02:26:24 DEBUG : Waiting for deletions to finish 2026/08/31 02:26:24 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:24 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:24 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:24 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:25 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/31 02:26:25 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/31 02:26:25 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:25 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/31 02:26:25 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/31 02:26:25 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:25 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.64s) === RUN TestSyntax 2026/08/31 02:26:25 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:26 INFO : toe: Making directory 2026/08/31 02:26:26 INFO : toe/toe: Making directory 2026/08/31 02:26:26 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/31 02:26:26 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:26 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:26 DEBUG : toe/toe/toe: size = 11 OK 2026/08/31 02:26:26 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:26 INFO : toe/toe/toe: Copied (new) 2026/08/31 02:26:26 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.56s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:27 DEBUG : empty_dir: Making directory with metadata 2026/08/31 02:26:27 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/31 02:26:27 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:27 INFO : tictacempty_dir: Making directory 2026/08/31 02:26:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:27 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:27 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:27 INFO : tictactoe: Making directory 2026/08/31 02:26:27 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:27 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:27 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:27 INFO : tictactoe/tictactoe: Making directory 2026/08/31 02:26:27 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:27 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/31 02:26:27 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:27 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/31 02:26:27 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:27 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:27 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:27 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:28 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/31 02:26:28 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:28 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:28 INFO : toe/toe/toe.txt: Deleted 2026/08/31 02:26:28 INFO : toe/toe: Removing directory 2026/08/31 02:26:28 INFO : toe: Removing directory 2026/08/31 02:26:28 INFO : empty_dir: Removing directory 2026/08/31 02:26:28 DEBUG : Local file system at /tmp/rclone2204317510: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (1.67s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:29 DEBUG : empty_dir: Making directory with metadata 2026/08/31 02:26:29 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/31 02:26:29 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:29 INFO : tictacempty_dir: Making directory 2026/08/31 02:26:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:29 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:29 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:29 INFO : tictactoe: Making directory 2026/08/31 02:26:29 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:29 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:29 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:29 INFO : tictactoe/tictactoe: Making directory 2026/08/31 02:26:29 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:29 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/31 02:26:29 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:29 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/31 02:26:29 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:29 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:29 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:29 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:30 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/31 02:26:30 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:30 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:30 INFO : toe/toe/toe.txt: Deleted 2026/08/31 02:26:30 INFO : toe/toe: Removing directory 2026/08/31 02:26:30 INFO : toe: Removing directory 2026/08/31 02:26:30 INFO : empty_dir: Removing directory 2026/08/31 02:26:30 DEBUG : Local file system at /tmp/rclone2204317510: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/31 02:26:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/31 02:26:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/31 02:26:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/31 02:26:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/31 02:26:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/31 02:26:31 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/31 02:26:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:31 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/08/31 02:26:31 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 (3.28s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:32 DEBUG : Reset feature "Copy" 2026/08/31 02:26:32 DEBUG : Reset feature "Move" 2026/08/31 02:26:32 DEBUG : Reset feature "Copy" 2026/08/31 02:26:32 DEBUG : Reset feature "Move" 2026/08/31 02:26:32 DEBUG : empty_dir: Making directory with metadata 2026/08/31 02:26:32 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/31 02:26:32 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:32 INFO : tictacempty_dir: Making directory 2026/08/31 02:26:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/31 02:26:32 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:32 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:32 INFO : tictactoe: Making directory 2026/08/31 02:26:32 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:32 DEBUG : toe: transformed to: tictactoe 2026/08/31 02:26:32 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:32 INFO : tictactoe/tictactoe: Making directory 2026/08/31 02:26:32 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/31 02:26:32 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/31 02:26:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:32 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/31 02:26:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:32 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:32 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/31 02:26:33 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:33 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/31 02:26:33 INFO : toe/toe/toe.txt: Deleted 2026/08/31 02:26:33 INFO : toe/toe: Removing directory 2026/08/31 02:26:33 INFO : toe: Removing directory 2026/08/31 02:26:33 INFO : empty_dir: Removing directory 2026/08/31 02:26:33 DEBUG : Local file system at /tmp/rclone2204317510: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/31 02:26:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/31 02:26:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/31 02:26:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/31 02:26:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/31 02:26:33 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/31 02:26:34 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/31 02:26:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:34 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/31 02:26:34 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.22s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:35 DEBUG : toe: transformed to: dG9l 2026/08/31 02:26:35 DEBUG : toe: transformed to: dG9l 2026/08/31 02:26:35 INFO : dG9l: Making directory 2026/08/31 02:26:35 DEBUG : toe: transformed to: dG9l 2026/08/31 02:26:35 DEBUG : toe: transformed to: dG9l 2026/08/31 02:26:35 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/31 02:26:35 INFO : dG9l/dG9l: Making directory 2026/08/31 02:26:35 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/31 02:26:35 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/31 02:26:35 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/31 02:26:35 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/31 02:26:35 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:35 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/31 02:26:35 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:36 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/31 02:26:36 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:36 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/31 02:26:36 DEBUG : Waiting for deletions to finish 2026/08/31 02:26:36 DEBUG : dG9l: transformed to: toe 2026/08/31 02:26:36 DEBUG : dG9l: transformed to: toe 2026/08/31 02:26:36 DEBUG : dG9l: transformed to: toe 2026/08/31 02:26:36 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/31 02:26:37 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/31 02:26:37 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/31 02:26:37 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/31 02:26:37 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/31 02:26:37 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/31 02:26:37 DEBUG : Local file system at /tmp/rclone2204317510: Waiting for checks to finish 2026/08/31 02:26:37 DEBUG : Local file system at /tmp/rclone2204317510: Waiting for transfers to finish 2026/08/31 02:26:37 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.51s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-xasozuy9niri", Local "Local file system at /tmp/rclone2204317510", Modify Window "1ms" 2026/08/31 02:26:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/31 02:26:38 DEBUG : toe: transformed to: 2026/08/31 02:26:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/31 02:26:38 DEBUG : toe: transformed to: 2026/08/31 02:26:38 INFO : B2 bucket rclone-test-xasozuy9niri: Making directory 2026/08/31 02:26:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/31 02:26:38 DEBUG : toe: transformed to: 2026/08/31 02:26:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/31 02:26:38 DEBUG : toe: transformed to: 2026/08/31 02:26:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/31 02:26:38 DEBUG : toe/toe: transformed to: 2026/08/31 02:26:38 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/31 02:26:38 INFO : toe/toe: Making directory 2026/08/31 02:26:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/31 02:26:38 DEBUG : toe/toe: transformed to: 2026/08/31 02:26:38 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/31 02:26:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/31 02:26:38 DEBUG : toe: transformed to: 2026/08/31 02:26:38 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/31 02:26:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/31 02:26:38 DEBUG : toe/toe/toe: transformed to: 2026/08/31 02:26:38 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/31 02:26:38 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for checks to finish 2026/08/31 02:26:38 DEBUG : B2 bucket rclone-test-xasozuy9niri: Waiting for transfers to finish 2026/08/31 02:26:38 DEBUG : toe/toe/toe: size = 11 OK 2026/08/31 02:26:38 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/31 02:26:38 INFO : toe/toe/toe: Copied (new) 2026/08/31 02:26:38 ERROR : B2 bucket rclone-test-xasozuy9niri: not deleting files as there were IO errors 2026/08/31 02:26:38 ERROR : B2 bucket rclone-test-xasozuy9niri: not deleting directories as there were IO errors --- PASS: TestError (1.55s) PASS 2026/08/31 02:26:39 DEBUG : B2 bucket rclone-test-xasozuy9niri: Purge remote 2026/08/31 02:26:39 INFO : B2 bucket rclone-test-xasozuy9niri: cleaning bucket "rclone-test-xasozuy9niri" of all files 2026/08/31 02:26:40 DEBUG : BackupDir/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f413a4e154d6350fc_d20260831_m022147_c001_v7007000_t0000_u01788142907325") 2026/08/31 02:26:40 DEBUG : BackupDir/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4145f152456d31ff_d20260831_m022142_c001_v0001105_t0053_u01788142902657") 2026/08/31 02:26:40 DEBUG : CompareDest/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9a03_d20260831_m022123_c001_v7007000_t0000_u01788142883987") 2026/08/31 02:26:40 DEBUG : CompareDest/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aeaa2_d20260831_m022118_c001_v0001174_t0016_u01788142878447") 2026/08/31 02:26:40 DEBUG : CompareDest/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9a04_d20260831_m022124_c001_v7007000_t0000_u01788142884169") 2026/08/31 02:26:40 DEBUG : CompareDest/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb5bd_d20260831_m022119_c001_v0001041_t0046_u01788142879722") 2026/08/31 02:26:40 DEBUG : CopyDest/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f413a4e154d6350fd_d20260831_m022147_c001_v7007000_t0000_u01788142907505") 2026/08/31 02:26:40 DEBUG : CopyDest/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd742_d20260831_m022139_c001_v0001113_t0026_u01788142899480") 2026/08/31 02:26:40 DEBUG : CopyDest/three: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f413a4e154d6350ff_d20260831_m022147_c001_v7007000_t0000_u01788142907686") 2026/08/31 02:26:40 DEBUG : CopyDest/three: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb613_d20260831_m022145_c001_v0001041_t0046_u01788142905669") 2026/08/31 02:26:40 DEBUG : CopyDest/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f413a4e154d635100_d20260831_m022147_c001_v7007000_t0000_u01788142907874") 2026/08/31 02:26:41 DEBUG : CopyDest/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aec0c_d20260831_m022143_c001_v0001174_t0016_u01788142903768") 2026/08/31 02:26:41 DEBUG : EXISTING: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec33180408163_d20260831_m022259_c001_v7007000_t0000_u01788142979850") 2026/08/31 02:26:41 DEBUG : EXISTING: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aefd0_d20260831_m022258_c001_v0001174_t0016_u01788142978928") 2026/08/31 02:26:41 DEBUG : PREFIXapple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7be5_d20260831_m022435_c001_v7007000_t0000_u01788143075138") 2026/08/31 02:26:41 DEBUG : PREFIXapple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af49a_d20260831_m022430_c001_v0001134_t0032_u01788143070533") 2026/08/31 02:26:41 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f422adc4badeb1e08_d20260831_m022435_c001_v7007000_t0000_u01788143075335") 2026/08/31 02:26:41 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af45e_d20260831_m022430_c001_v0001174_t0049_u01788143070543") 2026/08/31 02:26:41 DEBUG : PREFIXbanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416f8a1defe97e2e_d20260831_m022435_c001_v7007000_t0000_u01788143075437") 2026/08/31 02:26:41 DEBUG : PREFIXbanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0a3_d20260831_m022430_c001_v0001100_t0038_u01788143070552") 2026/08/31 02:26:41 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416f8a1defe97e29_d20260831_m022435_c001_v7007000_t0000_u01788143075075") 2026/08/31 02:26:41 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8c9_d20260831_m022430_c001_v0001041_t0046_u01788143070562") 2026/08/31 02:26:41 DEBUG : Testêé: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec33180408160_d20260831_m022256_c001_v7007000_t0000_u01788142976673") 2026/08/31 02:26:41 DEBUG : Testêé: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aefba_d20260831_m022256_c001_v0001174_t0016_u01788142976127") 2026/08/31 02:26:41 DEBUG : Testêé: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb70f_d20260831_m022255_c001_v0001041_t0046_u01788142975201") 2026/08/31 02:26:41 DEBUG : YXBwbGU=: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed39_d20260831_m022420_c001_v7007000_t0000_u01788143060344") 2026/08/31 02:26:41 DEBUG : YXBwbGU=: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af45e_d20260831_m022415_c001_v0001134_t0032_u01788143055704") 2026/08/31 02:26:41 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed3b_d20260831_m022420_c001_v7007000_t0000_u01788143060524") 2026/08/31 02:26:41 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b07f_d20260831_m022415_c001_v0001100_t0054_u01788143055717") 2026/08/31 02:26:41 DEBUG : YmFuYW5h: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed3e_d20260831_m022420_c001_v7007000_t0000_u01788143060705") 2026/08/31 02:26:41 DEBUG : YmFuYW5h: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb895_d20260831_m022415_c001_v0001041_t0046_u01788143055726") 2026/08/31 02:26:42 DEBUG : a/potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc6787df_d20260831_m021951_c001_v7007000_t0000_u01788142791127") 2026/08/31 02:26:42 DEBUG : a/potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd55a_d20260831_m021950_c001_v0001113_t0011_u01788142790173") 2026/08/31 02:26:42 DEBUG : a/potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc4e5e_d20260831_m021948_c001_v7007000_t0000_u01788142788888") 2026/08/31 02:26:42 DEBUG : a/potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd552_d20260831_m021947_c001_v0001113_t0011_u01788142787897") 2026/08/31 02:26:42 DEBUG : a/potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc67874c_d20260831_m021932_c001_v7007000_t0000_u01788142772846") 2026/08/31 02:26:42 DEBUG : a/potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd4f4_d20260831_m021931_c001_v0001113_t0011_u01788142771851") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059ff_d20260831_m022607_c001_v7007000_t0000_u01788143167808") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af850_d20260831_m022604_c001_v0001174_t0016_u01788143164598") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059e8_d20260831_m022555_c001_v7007000_t0000_u01788143155930") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af7b8_d20260831_m022552_c001_v0001174_t0016_u01788143152200") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d18_d20260831_m022543_c001_v7007000_t0000_u01788143143178") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af730_d20260831_m022539_c001_v0001174_t0016_u01788143139923") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cec_d20260831_m022531_c001_v7007000_t0000_u01788143131344") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af6a4_d20260831_m022528_c001_v0001174_t0016_u01788143128120") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cad_d20260831_m022519_c001_v7007000_t0000_u01788143119433") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af62c_d20260831_m022515_c001_v0001174_t0016_u01788143115698") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfccd_d20260831_m022507_c001_v7007000_t0000_u01788143107105") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb95d_d20260831_m022502_c001_v0001041_t0046_u01788143102300") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f46_d20260831_m022453_c001_v7007000_t0000_u01788143093480") 2026/08/31 02:26:42 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb92b_d20260831_m022450_c001_v0001041_t0046_u01788143090601") 2026/08/31 02:26:43 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f407006445faeb985_d20260831_m022449_c001_v7007000_t0000_u01788143089547") 2026/08/31 02:26:43 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af504_d20260831_m022445_c001_v0001174_t0016_u01788143085549") 2026/08/31 02:26:43 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5463_d20260831_m022436_c001_v7007000_t0000_u01788143076871") 2026/08/31 02:26:43 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8dd_d20260831_m022433_c001_v0001041_t0046_u01788143073906") 2026/08/31 02:26:43 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5445_d20260831_m022433_c001_v7007000_t0000_u01788143073013") 2026/08/31 02:26:43 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af496_d20260831_m022429_c001_v0001134_t0032_u01788143069124") 2026/08/31 02:26:43 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f406aa1fcbb1746dc_d20260831_m022418_c001_v7007000_t0000_u01788143058288") 2026/08/31 02:26:43 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af458_d20260831_m022413_c001_v0001134_t0032_u01788143053936") 2026/08/31 02:26:43 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd26c_d20260831_m022405_c001_v7007000_t0000_u01788143045211") 2026/08/31 02:26:43 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af422_d20260831_m022402_c001_v0001134_t0032_u01788143042074") 2026/08/31 02:26:43 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9c52_d20260831_m022353_c001_v7007000_t0000_u01788143033311") 2026/08/31 02:26:43 DEBUG : apple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af3f4_d20260831_m022350_c001_v0001134_t0032_u01788143030044") 2026/08/31 02:26:43 DEBUG : appleSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4097edb61050bda1_d20260831_m022451_c001_v7007000_t0000_u01788143091946") 2026/08/31 02:26:43 DEBUG : appleSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af510_d20260831_m022447_c001_v0001174_t0016_u01788143087062") 2026/08/31 02:26:43 DEBUG : appleapple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfccf_d20260831_m022507_c001_v7007000_t0000_u01788143107286") 2026/08/31 02:26:43 DEBUG : appleapple: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb961_d20260831_m022503_c001_v0001041_t0046_u01788143103743") 2026/08/31 02:26:43 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a00_d20260831_m022607_c001_v7007000_t0000_u01788143167988") 2026/08/31 02:26:43 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b213_d20260831_m022604_c001_v0001100_t0038_u01788143164961") 2026/08/31 02:26:43 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059e9_d20260831_m022556_c001_v7007000_t0000_u01788143156110") 2026/08/31 02:26:43 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b1e1_d20260831_m022552_c001_v0001100_t0038_u01788143152567") 2026/08/31 02:26:43 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d1a_d20260831_m022543_c001_v7007000_t0000_u01788143143358") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b1b7_d20260831_m022540_c001_v0001100_t0038_u01788143140289") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cee_d20260831_m022531_c001_v7007000_t0000_u01788143131525") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b18d_d20260831_m022528_c001_v0001100_t0038_u01788143128484") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912caf_d20260831_m022519_c001_v7007000_t0000_u01788143119613") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b159_d20260831_m022516_c001_v0001100_t0038_u01788143116098") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcc6_d20260831_m022505_c001_v7007000_t0000_u01788143105061") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af5a5_d20260831_m022502_c001_v0001174_t0016_u01788143102682") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f48_d20260831_m022453_c001_v7007000_t0000_u01788143093659") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af532_d20260831_m022450_c001_v0001174_t0016_u01788143090623") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505943_d20260831_m022449_c001_v7007000_t0000_u01788143089562") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb90d_d20260831_m022445_c001_v0001041_t0046_u01788143085917") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5464_d20260831_m022437_c001_v7007000_t0000_u01788143077052") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0af_d20260831_m022433_c001_v0001100_t0038_u01788143073917") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5446_d20260831_m022433_c001_v7007000_t0000_u01788143073023") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0a1_d20260831_m022429_c001_v0001100_t0038_u01788143069489") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd29b_d20260831_m022418_c001_v7007000_t0000_u01788143058311") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb893_d20260831_m022414_c001_v0001041_t0046_u01788143054305") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd26d_d20260831_m022405_c001_v7007000_t0000_u01788143045392") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb86f_d20260831_m022402_c001_v0001041_t0046_u01788143042450") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9c54_d20260831_m022353_c001_v7007000_t0000_u01788143033490") 2026/08/31 02:26:44 DEBUG : appleappleapplebanana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb833_d20260831_m022350_c001_v0001041_t0046_u01788143030410") 2026/08/31 02:26:44 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f407006445faeb99a_d20260831_m022451_c001_v7007000_t0000_u01788143091709") 2026/08/31 02:26:44 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af4ea_d20260831_m022447_c001_v0001134_t0000_u01788143087072") 2026/08/31 02:26:45 DEBUG : b/potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc6787e4_d20260831_m021951_c001_v7007000_t0000_u01788142791308") 2026/08/31 02:26:45 DEBUG : b/potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd556_d20260831_m021949_c001_v0001113_t0026_u01788142789432") 2026/08/31 02:26:45 DEBUG : b/potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc4e5c_d20260831_m021948_c001_v7007000_t0000_u01788142788346") 2026/08/31 02:26:45 DEBUG : b/potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd54a_d20260831_m021947_c001_v0001113_t0026_u01788142787137") 2026/08/31 02:26:45 DEBUG : b/potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc67874b_d20260831_m021932_c001_v7007000_t0000_u01788142772306") 2026/08/31 02:26:45 DEBUG : b/potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd4ea_d20260831_m021931_c001_v0001113_t0026_u01788142771103") 2026/08/31 02:26:45 DEBUG : backup/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417fc692ce70d638_d20260831_m022159_c001_v7007000_t0000_u01788142919543") 2026/08/31 02:26:45 DEBUG : backup/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40376d2ecd7438de_d20260831_m022157_c001_v0001090_t0007_u01788142917983") 2026/08/31 02:26:45 DEBUG : backup/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4157ac5b00cee74e_d20260831_m022154_c001_v0001150_t0041_u01788142914554") 2026/08/31 02:26:45 DEBUG : backup/one-2019-01-01: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec331804080b5_d20260831_m022222_c001_v7007000_t0000_u01788142942604") 2026/08/31 02:26:45 DEBUG : backup/one-2019-01-01: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4019ab0cb1fd7dbc_d20260831_m022221_c001_v0001145_t0037_u01788142941060") 2026/08/31 02:26:45 DEBUG : backup/one-2019-01-01: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412df694341bd79e_d20260831_m022217_c001_v0001184_t0050_u01788142937743") 2026/08/31 02:26:45 DEBUG : backup/one.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f409e7ea19c181b80_d20260831_m022211_c001_v7007000_t0000_u01788142931167") 2026/08/31 02:26:45 DEBUG : backup/one.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f402705c1691e041b_d20260831_m022209_c001_v0001102_t0030_u01788142929548") 2026/08/31 02:26:45 DEBUG : backup/one.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416d05dd6a1faa9d_d20260831_m022206_c001_v0001036_t0008_u01788142926128") 2026/08/31 02:26:45 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec331804080b6_d20260831_m022222_c001_v7007000_t0000_u01788142942782") 2026/08/31 02:26:45 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f409768fef803fc47_d20260831_m022221_c001_v0001185_t0032_u01788142941880") 2026/08/31 02:26:45 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f407bce2a9d82c273_d20260831_m022219_c001_v0001115_t0044_u01788142939041") 2026/08/31 02:26:45 DEBUG : backup/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417fc692ce70d639_d20260831_m022159_c001_v7007000_t0000_u01788142919721") 2026/08/31 02:26:45 DEBUG : backup/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419a6b939cf10d05_d20260831_m022158_c001_v0001145_t0043_u01788142918801") 2026/08/31 02:26:46 DEBUG : backup/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f408c3b580ddaa3d9_d20260831_m022155_c001_v0001183_t0049_u01788142915972") 2026/08/31 02:26:46 DEBUG : backup/three.txt.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f409e7ea19c181b81_d20260831_m022211_c001_v7007000_t0000_u01788142931350") 2026/08/31 02:26:46 DEBUG : backup/three.txt.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f41095aeb7a7f7a0e_d20260831_m022210_c001_v0001113_t0040_u01788142930412") 2026/08/31 02:26:46 DEBUG : backup/three.txt.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418765d4222f1cca_d20260831_m022207_c001_v0001174_t0015_u01788142927416") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a01_d20260831_m022608_c001_v7007000_t0000_u01788143168167") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eba2d_d20260831_m022604_c001_v0001041_t0046_u01788143164781") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059ea_d20260831_m022556_c001_v7007000_t0000_u01788143156295") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eba03_d20260831_m022552_c001_v0001041_t0046_u01788143152386") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d1b_d20260831_m022543_c001_v7007000_t0000_u01788143143538") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9e3_d20260831_m022540_c001_v0001041_t0046_u01788143140106") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cf0_d20260831_m022531_c001_v7007000_t0000_u01788143131706") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9bd_d20260831_m022528_c001_v0001041_t0046_u01788143128303") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cb0_d20260831_m022519_c001_v7007000_t0000_u01788143119792") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb987_d20260831_m022515_c001_v0001041_t0046_u01788143115880") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcd0_d20260831_m022507_c001_v7007000_t0000_u01788143107467") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b12b_d20260831_m022502_c001_v0001100_t0038_u01788143102494") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f49_d20260831_m022453_c001_v7007000_t0000_u01788143093837") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4f8_d20260831_m022450_c001_v0001134_t0032_u01788143090611") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f407006445faeb983_d20260831_m022449_c001_v7007000_t0000_u01788143089368") 2026/08/31 02:26:46 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4e6_d20260831_m022445_c001_v0001134_t0032_u01788143085733") 2026/08/31 02:26:47 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5465_d20260831_m022437_c001_v7007000_t0000_u01788143077233") 2026/08/31 02:26:47 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af47a_d20260831_m022433_c001_v0001174_t0016_u01788143073927") 2026/08/31 02:26:47 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4051c0a98ca9dc48_d20260831_m022433_c001_v7007000_t0000_u01788143073034") 2026/08/31 02:26:47 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af44e_d20260831_m022429_c001_v0001174_t0016_u01788143069306") 2026/08/31 02:26:47 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f406aa1fcbb1746d8_d20260831_m022418_c001_v7007000_t0000_u01788143058105") 2026/08/31 02:26:47 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b079_d20260831_m022414_c001_v0001100_t0038_u01788143054124") 2026/08/31 02:26:47 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd26e_d20260831_m022405_c001_v7007000_t0000_u01788143045574") 2026/08/31 02:26:47 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b053_d20260831_m022402_c001_v0001100_t0038_u01788143042262") 2026/08/31 02:26:47 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9c5a_d20260831_m022353_c001_v7007000_t0000_u01788143033670") 2026/08/31 02:26:47 DEBUG : banana: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b02f_d20260831_m022350_c001_v0001100_t0038_u01788143030226") 2026/08/31 02:26:47 DEBUG : bananaSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f44_d20260831_m022451_c001_v7007000_t0000_u01788143091902") 2026/08/31 02:26:47 DEBUG : bananaSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb911_d20260831_m022447_c001_v0001041_t0046_u01788143087082") 2026/08/31 02:26:47 DEBUG : both0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bab_d20260831_m022326_c001_v7007000_t0000_u01788143006484") 2026/08/31 02:26:47 DEBUG : both0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb775_d20260831_m022316_c001_v0001041_t0046_u01788142996078") 2026/08/31 02:26:47 DEBUG : both0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d1d_d20260831_m022311_c001_v7007000_t0000_u01788142991925") 2026/08/31 02:26:47 DEBUG : both0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb71f_d20260831_m022301_c001_v0001041_t0046_u01788142981794") 2026/08/31 02:26:47 DEBUG : both1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bac_d20260831_m022326_c001_v7007000_t0000_u01788143006663") 2026/08/31 02:26:47 DEBUG : both1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb77b_d20260831_m022316_c001_v0001041_t0046_u01788142996813") 2026/08/31 02:26:47 DEBUG : both1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d1f_d20260831_m022312_c001_v7007000_t0000_u01788142992104") 2026/08/31 02:26:47 DEBUG : both1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb723_d20260831_m022302_c001_v0001041_t0046_u01788142982161") 2026/08/31 02:26:48 DEBUG : both10: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bad_d20260831_m022326_c001_v7007000_t0000_u01788143006842") 2026/08/31 02:26:48 DEBUG : both10: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb79f_d20260831_m022320_c001_v0001041_t0046_u01788143000146") 2026/08/31 02:26:48 DEBUG : both10: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d22_d20260831_m022312_c001_v7007000_t0000_u01788142992291") 2026/08/31 02:26:48 DEBUG : both10: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb74f_d20260831_m022305_c001_v0001041_t0046_u01788142985465") 2026/08/31 02:26:48 DEBUG : both11: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bae_d20260831_m022327_c001_v7007000_t0000_u01788143007022") 2026/08/31 02:26:48 DEBUG : both11: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7a1_d20260831_m022320_c001_v0001041_t0046_u01788143000514") 2026/08/31 02:26:48 DEBUG : both11: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d27_d20260831_m022312_c001_v7007000_t0000_u01788142992471") 2026/08/31 02:26:48 DEBUG : both11: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb751_d20260831_m022305_c001_v0001041_t0046_u01788142985832") 2026/08/31 02:26:48 DEBUG : both12: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9baf_d20260831_m022327_c001_v7007000_t0000_u01788143007201") 2026/08/31 02:26:48 DEBUG : both12: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7a7_d20260831_m022320_c001_v0001041_t0046_u01788143000881") 2026/08/31 02:26:48 DEBUG : both12: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d2c_d20260831_m022312_c001_v7007000_t0000_u01788142992654") 2026/08/31 02:26:48 DEBUG : both12: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb755_d20260831_m022306_c001_v0001041_t0046_u01788142986200") 2026/08/31 02:26:48 DEBUG : both13: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bb1_d20260831_m022327_c001_v7007000_t0000_u01788143007381") 2026/08/31 02:26:48 DEBUG : both13: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7ab_d20260831_m022321_c001_v0001041_t0046_u01788143001249") 2026/08/31 02:26:48 DEBUG : both13: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d2f_d20260831_m022312_c001_v7007000_t0000_u01788142992834") 2026/08/31 02:26:48 DEBUG : both13: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb757_d20260831_m022306_c001_v0001041_t0046_u01788142986564") 2026/08/31 02:26:48 DEBUG : both14: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bb2_d20260831_m022327_c001_v7007000_t0000_u01788143007646") 2026/08/31 02:26:48 DEBUG : both14: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7b1_d20260831_m022321_c001_v0001041_t0046_u01788143001616") 2026/08/31 02:26:48 DEBUG : both14: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d35_d20260831_m022313_c001_v7007000_t0000_u01788142993013") 2026/08/31 02:26:48 DEBUG : both14: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb759_d20260831_m022306_c001_v0001041_t0046_u01788142986932") 2026/08/31 02:26:48 DEBUG : both15: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bb3_d20260831_m022327_c001_v7007000_t0000_u01788143007827") 2026/08/31 02:26:49 DEBUG : both15: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7b5_d20260831_m022322_c001_v0001041_t0046_u01788143002090") 2026/08/31 02:26:49 DEBUG : both15: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d3a_d20260831_m022313_c001_v7007000_t0000_u01788142993192") 2026/08/31 02:26:49 DEBUG : both15: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb75d_d20260831_m022307_c001_v0001041_t0046_u01788142987299") 2026/08/31 02:26:49 DEBUG : both16: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bb4_d20260831_m022328_c001_v7007000_t0000_u01788143008005") 2026/08/31 02:26:49 DEBUG : both16: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7b7_d20260831_m022322_c001_v0001041_t0046_u01788143002457") 2026/08/31 02:26:49 DEBUG : both16: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d3c_d20260831_m022313_c001_v7007000_t0000_u01788142993373") 2026/08/31 02:26:49 DEBUG : both16: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb75f_d20260831_m022307_c001_v0001041_t0046_u01788142987725") 2026/08/31 02:26:49 DEBUG : both17: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bb6_d20260831_m022328_c001_v7007000_t0000_u01788143008225") 2026/08/31 02:26:49 DEBUG : both17: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7b9_d20260831_m022322_c001_v0001041_t0046_u01788143002823") 2026/08/31 02:26:49 DEBUG : both17: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d41_d20260831_m022313_c001_v7007000_t0000_u01788142993552") 2026/08/31 02:26:49 DEBUG : both17: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb761_d20260831_m022308_c001_v0001041_t0046_u01788142988159") 2026/08/31 02:26:49 DEBUG : both18: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bb8_d20260831_m022328_c001_v7007000_t0000_u01788143008411") 2026/08/31 02:26:49 DEBUG : both18: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7bb_d20260831_m022323_c001_v0001041_t0046_u01788143003190") 2026/08/31 02:26:49 DEBUG : both18: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d42_d20260831_m022313_c001_v7007000_t0000_u01788142993733") 2026/08/31 02:26:49 DEBUG : both18: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb763_d20260831_m022308_c001_v0001041_t0046_u01788142988589") 2026/08/31 02:26:49 DEBUG : both19: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bb9_d20260831_m022328_c001_v7007000_t0000_u01788143008590") 2026/08/31 02:26:49 DEBUG : both19: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7c1_d20260831_m022323_c001_v0001041_t0046_u01788143003558") 2026/08/31 02:26:49 DEBUG : both19: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d43_d20260831_m022313_c001_v7007000_t0000_u01788142993912") 2026/08/31 02:26:49 DEBUG : both19: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb765_d20260831_m022308_c001_v0001041_t0046_u01788142988963") 2026/08/31 02:26:49 DEBUG : both2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bba_d20260831_m022328_c001_v7007000_t0000_u01788143008770") 2026/08/31 02:26:49 DEBUG : both2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb77f_d20260831_m022317_c001_v0001041_t0046_u01788142997180") 2026/08/31 02:26:49 DEBUG : both2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d48_d20260831_m022314_c001_v7007000_t0000_u01788142994093") 2026/08/31 02:26:49 DEBUG : both2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb729_d20260831_m022302_c001_v0001041_t0046_u01788142982529") 2026/08/31 02:26:50 DEBUG : both3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bbb_d20260831_m022328_c001_v7007000_t0000_u01788143008948") 2026/08/31 02:26:50 DEBUG : both3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb781_d20260831_m022317_c001_v0001041_t0046_u01788142997550") 2026/08/31 02:26:50 DEBUG : both3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d4e_d20260831_m022314_c001_v7007000_t0000_u01788142994273") 2026/08/31 02:26:50 DEBUG : both3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb72f_d20260831_m022302_c001_v0001041_t0046_u01788142982896") 2026/08/31 02:26:50 DEBUG : both4: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bbd_d20260831_m022329_c001_v7007000_t0000_u01788143009127") 2026/08/31 02:26:50 DEBUG : both4: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb783_d20260831_m022317_c001_v0001041_t0046_u01788142997936") 2026/08/31 02:26:50 DEBUG : both4: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d51_d20260831_m022314_c001_v7007000_t0000_u01788142994452") 2026/08/31 02:26:50 DEBUG : both4: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb735_d20260831_m022303_c001_v0001041_t0046_u01788142983261") 2026/08/31 02:26:50 DEBUG : both5: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bbe_d20260831_m022329_c001_v7007000_t0000_u01788143009307") 2026/08/31 02:26:50 DEBUG : both5: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb785_d20260831_m022318_c001_v0001041_t0046_u01788142998305") 2026/08/31 02:26:50 DEBUG : both5: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d52_d20260831_m022314_c001_v7007000_t0000_u01788142994632") 2026/08/31 02:26:50 DEBUG : both5: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb73b_d20260831_m022303_c001_v0001041_t0046_u01788142983628") 2026/08/31 02:26:50 DEBUG : both6: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bbf_d20260831_m022329_c001_v7007000_t0000_u01788143009486") 2026/08/31 02:26:50 DEBUG : both6: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb787_d20260831_m022318_c001_v0001041_t0046_u01788142998673") 2026/08/31 02:26:50 DEBUG : both6: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d55_d20260831_m022314_c001_v7007000_t0000_u01788142994813") 2026/08/31 02:26:50 DEBUG : both6: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb73f_d20260831_m022304_c001_v0001041_t0046_u01788142984002") 2026/08/31 02:26:50 DEBUG : both7: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bc0_d20260831_m022329_c001_v7007000_t0000_u01788143009666") 2026/08/31 02:26:50 DEBUG : both7: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb78f_d20260831_m022319_c001_v0001041_t0046_u01788142999042") 2026/08/31 02:26:50 DEBUG : both7: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d58_d20260831_m022314_c001_v7007000_t0000_u01788142994992") 2026/08/31 02:26:50 DEBUG : both7: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb743_d20260831_m022304_c001_v0001041_t0046_u01788142984368") 2026/08/31 02:26:51 DEBUG : both8: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bc1_d20260831_m022329_c001_v7007000_t0000_u01788143009844") 2026/08/31 02:26:51 DEBUG : both8: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb793_d20260831_m022319_c001_v0001041_t0046_u01788142999411") 2026/08/31 02:26:51 DEBUG : both8: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d5e_d20260831_m022315_c001_v7007000_t0000_u01788142995173") 2026/08/31 02:26:51 DEBUG : both8: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb747_d20260831_m022304_c001_v0001041_t0046_u01788142984733") 2026/08/31 02:26:51 DEBUG : both9: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bc3_d20260831_m022330_c001_v7007000_t0000_u01788143010024") 2026/08/31 02:26:51 DEBUG : both9: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb799_d20260831_m022319_c001_v0001041_t0046_u01788142999779") 2026/08/31 02:26:51 DEBUG : both9: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d5f_d20260831_m022315_c001_v7007000_t0000_u01788142995352") 2026/08/31 02:26:51 DEBUG : both9: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb749_d20260831_m022305_c001_v0001041_t0046_u01788142985098") 2026/08/31 02:26:51 DEBUG : c/non empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc6787e8_d20260831_m021951_c001_v7007000_t0000_u01788142791489") 2026/08/31 02:26:51 DEBUG : c/non empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd558_d20260831_m021949_c001_v0001113_t0026_u01788142789612") 2026/08/31 02:26:51 DEBUG : c/non empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc4e60_d20260831_m021949_c001_v7007000_t0000_u01788142789070") 2026/08/31 02:26:51 DEBUG : c/non empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd54e_d20260831_m021947_c001_v0001113_t0026_u01788142787341") 2026/08/31 02:26:51 DEBUG : c/non empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc67874d_d20260831_m021933_c001_v7007000_t0000_u01788142773026") 2026/08/31 02:26:51 DEBUG : c/non empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd4ec_d20260831_m021931_c001_v0001113_t0026_u01788142771284") 2026/08/31 02:26:51 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed43_d20260831_m022420_c001_v7007000_t0000_u01788143060887") 2026/08/31 02:26:51 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af3de_d20260831_m022415_c001_v0001174_t0016_u01788143055737") 2026/08/31 02:26:51 DEBUG : check sum: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f99_d20260831_m021924_c001_v7007000_t0000_u01788142764748") 2026/08/31 02:26:51 DEBUG : check sum: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd4be_d20260831_m021923_c001_v0001113_t0026_u01788142763763") 2026/08/31 02:26:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4202747ae8774ced_d20260831_m022637_c001_v7007000_t0000_u01788143197754") 2026/08/31 02:26:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af985_d20260831_m022636_c001_v0001174_t0016_u01788143196221") 2026/08/31 02:26:51 DEBUG : dest/3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f413a4e154d6350ba_d20260831_m022132_c001_v7007000_t0000_u01788142892851") 2026/08/31 02:26:51 DEBUG : dest/3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40792d1b597e1fdc_d20260831_m022131_c001_v0001145_t0031_u01788142891678") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcde: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcd1_d20260831_m022507_c001_v7007000_t0000_u01788143107651") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcde: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af5b5_d20260831_m022503_c001_v0001174_t0016_u01788143103954") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a02_d20260831_m022608_c001_v7007000_t0000_u01788143168348") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af815_d20260831_m022600_c001_v0001174_t0016_u01788143160601") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059eb_d20260831_m022556_c001_v7007000_t0000_u01788143156475") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af788_d20260831_m022548_c001_v0001174_t0016_u01788143148122") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d1d_d20260831_m022543_c001_v7007000_t0000_u01788143143718") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af6fa_d20260831_m022535_c001_v0001174_t0016_u01788143135900") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cf2_d20260831_m022531_c001_v7007000_t0000_u01788143131886") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af670_d20260831_m022524_c001_v0001174_t0016_u01788143124124") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cb1_d20260831_m022519_c001_v7007000_t0000_u01788143119971") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af5fa_d20260831_m022511_c001_v0001174_t0016_u01788143111705") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcc9_d20260831_m022505_c001_v7007000_t0000_u01788143105316") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb94d_d20260831_m022458_c001_v0001041_t0046_u01788143098224") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f4c_d20260831_m022454_c001_v7007000_t0000_u01788143094017") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb92f_d20260831_m022450_c001_v0001041_t0046_u01788143090816") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5484_d20260831_m022449_c001_v7007000_t0000_u01788143089167") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af4da_d20260831_m022441_c001_v0001174_t0016_u01788143081464") 2026/08/31 02:26:52 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5467_d20260831_m022437_c001_v7007000_t0000_u01788143077415") 2026/08/31 02:26:53 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8df_d20260831_m022434_c001_v0001041_t0046_u01788143074196") 2026/08/31 02:26:53 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416f8a1defe97e15_d20260831_m022432_c001_v7007000_t0000_u01788143072792") 2026/08/31 02:26:53 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af486_d20260831_m022425_c001_v0001134_t0032_u01788143065069") 2026/08/31 02:26:53 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4097edb61050bba5_d20260831_m022418_c001_v7007000_t0000_u01788143058152") 2026/08/31 02:26:53 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af43a_d20260831_m022409_c001_v0001134_t0032_u01788143049842") 2026/08/31 02:26:53 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd26f_d20260831_m022405_c001_v7007000_t0000_u01788143045753") 2026/08/31 02:26:53 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af406_d20260831_m022357_c001_v0001134_t0032_u01788143037999") 2026/08/31 02:26:53 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9c5b_d20260831_m022353_c001_v7007000_t0000_u01788143033849") 2026/08/31 02:26:53 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af3de_d20260831_m022346_c001_v0001134_t0032_u01788143026625") 2026/08/31 02:26:53 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f423cbaf4e69cc81a_d20260831_m022451_c001_v7007000_t0000_u01788143091913") 2026/08/31 02:26:53 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af512_d20260831_m022447_c001_v0001174_t0013_u01788143087276") 2026/08/31 02:26:53 DEBUG : dir1/0001-bcdef: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcd3_d20260831_m022507_c001_v7007000_t0000_u01788143107834") 2026/08/31 02:26:53 DEBUG : dir1/0001-bcdef: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af532_d20260831_m022503_c001_v0001134_t0032_u01788143103965") 2026/08/31 02:26:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a03_d20260831_m022608_c001_v7007000_t0000_u01788143168528") 2026/08/31 02:26:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eba1d_d20260831_m022601_c001_v0001041_t0046_u01788143161138") 2026/08/31 02:26:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059ec_d20260831_m022556_c001_v7007000_t0000_u01788143156654") 2026/08/31 02:26:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9f9_d20260831_m022548_c001_v0001041_t0046_u01788143148662") 2026/08/31 02:26:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d1e_d20260831_m022543_c001_v7007000_t0000_u01788143143898") 2026/08/31 02:26:53 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9d9_d20260831_m022536_c001_v0001041_t0046_u01788143136441") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cf4_d20260831_m022532_c001_v7007000_t0000_u01788143132066") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9a9_d20260831_m022524_c001_v0001041_t0046_u01788143124663") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cb2_d20260831_m022520_c001_v7007000_t0000_u01788143120151") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb971_d20260831_m022512_c001_v0001041_t0046_u01788143112248") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcc4_d20260831_m022504_c001_v7007000_t0000_u01788143104800") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b117_d20260831_m022458_c001_v0001100_t0038_u01788143098771") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f4e_d20260831_m022454_c001_v7007000_t0000_u01788143094195") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4fc_d20260831_m022450_c001_v0001134_t0032_u01788143090837") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505942_d20260831_m022449_c001_v7007000_t0000_u01788143089380") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4d0_d20260831_m022442_c001_v0001134_t0032_u01788143082015") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5468_d20260831_m022437_c001_v7007000_t0000_u01788143077597") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0b3_d20260831_m022434_c001_v0001100_t0038_u01788143074197") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416f8a1defe97e1a_d20260831_m022433_c001_v7007000_t0000_u01788143073044") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af426_d20260831_m022425_c001_v0001174_t0016_u01788143065616") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd298_d20260831_m022418_c001_v7007000_t0000_u01788143058130") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b06b_d20260831_m022410_c001_v0001100_t0038_u01788143050395") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd270_d20260831_m022405_c001_v7007000_t0000_u01788143045933") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b045_d20260831_m022358_c001_v0001100_t0038_u01788143038543") 2026/08/31 02:26:54 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd247_d20260831_m022354_c001_v7007000_t0000_u01788143034041") 2026/08/31 02:26:55 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b01f_d20260831_m022347_c001_v0001100_t0038_u01788143027168") 2026/08/31 02:26:55 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd356_d20260831_m022452_c001_v7007000_t0000_u01788143092066") 2026/08/31 02:26:55 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eb913_d20260831_m022447_c001_v0001041_t0052_u01788143087285") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefg: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcd4_d20260831_m022508_c001_v7007000_t0000_u01788143108017") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefg: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b133_d20260831_m022503_c001_v0001100_t0038_u01788143103984") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a04_d20260831_m022608_c001_v7007000_t0000_u01788143168707") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b1ff_d20260831_m022601_c001_v0001100_t0038_u01788143161673") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059ed_d20260831_m022556_c001_v7007000_t0000_u01788143156833") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b1d1_d20260831_m022549_c001_v0001100_t0038_u01788143149200") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d1f_d20260831_m022544_c001_v7007000_t0000_u01788143144078") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b1a5_d20260831_m022536_c001_v0001100_t0038_u01788143136983") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cf6_d20260831_m022532_c001_v7007000_t0000_u01788143132247") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b177_d20260831_m022525_c001_v0001100_t0038_u01788143125203") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cb3_d20260831_m022520_c001_v7007000_t0000_u01788143120330") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b145_d20260831_m022512_c001_v0001100_t0038_u01788143112788") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f84_d20260831_m022504_c001_v7007000_t0000_u01788143104783") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af58a_d20260831_m022459_c001_v0001174_t0016_u01788143099315") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f50_d20260831_m022454_c001_v7007000_t0000_u01788143094374") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af534_d20260831_m022450_c001_v0001174_t0016_u01788143090827") 2026/08/31 02:26:55 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5486_d20260831_m022449_c001_v7007000_t0000_u01788143089530") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8f9_d20260831_m022442_c001_v0001041_t0046_u01788143082557") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5469_d20260831_m022437_c001_v7007000_t0000_u01788143077777") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af480_d20260831_m022434_c001_v0001174_t0016_u01788143074154") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5443_d20260831_m022432_c001_v7007000_t0000_u01788143072839") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b093_d20260831_m022426_c001_v0001100_t0038_u01788143066160") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4097edb61050bba6_d20260831_m022418_c001_v7007000_t0000_u01788143058342") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb887_d20260831_m022410_c001_v0001041_t0046_u01788143050934") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd272_d20260831_m022406_c001_v7007000_t0000_u01788143046113") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb859_d20260831_m022359_c001_v0001041_t0046_u01788143039090") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd24a_d20260831_m022354_c001_v7007000_t0000_u01788143034221") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb81d_d20260831_m022347_c001_v0001041_t0046_u01788143027349") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505949_d20260831_m022451_c001_v7007000_t0000_u01788143091871") 2026/08/31 02:26:56 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b0ef_d20260831_m022447_c001_v0001100_t0012_u01788143087294") 2026/08/31 02:26:56 DEBUG : dir1/0003-defgh: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcd5_d20260831_m022508_c001_v7007000_t0000_u01788143108199") 2026/08/31 02:26:56 DEBUG : dir1/0003-defgh: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb963_d20260831_m022503_c001_v0001041_t0046_u01788143103972") 2026/08/31 02:26:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a05_d20260831_m022608_c001_v7007000_t0000_u01788143168886") 2026/08/31 02:26:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af630_d20260831_m022602_c001_v0001134_t0032_u01788143162209") 2026/08/31 02:26:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059ee_d20260831_m022557_c001_v7007000_t0000_u01788143157118") 2026/08/31 02:26:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af5fc_d20260831_m022549_c001_v0001134_t0032_u01788143149739") 2026/08/31 02:26:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d22_d20260831_m022544_c001_v7007000_t0000_u01788143144257") 2026/08/31 02:26:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af5ca_d20260831_m022537_c001_v0001134_t0032_u01788143137533") 2026/08/31 02:26:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cf7_d20260831_m022532_c001_v7007000_t0000_u01788143132428") 2026/08/31 02:26:56 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af58e_d20260831_m022525_c001_v0001134_t0032_u01788143125751") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cb4_d20260831_m022520_c001_v7007000_t0000_u01788143120510") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af54a_d20260831_m022513_c001_v0001134_t0032_u01788143113331") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4190aa7fd04b4188_d20260831_m022505_c001_v7007000_t0000_u01788143105067") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af518_d20260831_m022459_c001_v0001134_t0032_u01788143099858") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f52_d20260831_m022454_c001_v7007000_t0000_u01788143094554") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0fd_d20260831_m022450_c001_v0001100_t0038_u01788143090846") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f423cbaf4e69cc814_d20260831_m022449_c001_v7007000_t0000_u01788143089721") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0d7_d20260831_m022443_c001_v0001100_t0038_u01788143083101") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc546a_d20260831_m022437_c001_v7007000_t0000_u01788143077959") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4aa_d20260831_m022434_c001_v0001134_t0032_u01788143074194") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4051c0a98ca9dc43_d20260831_m022432_c001_v7007000_t0000_u01788143072845") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8b9_d20260831_m022426_c001_v0001041_t0046_u01788143066701") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4248bf7d6b41adce_d20260831_m022418_c001_v7007000_t0000_u01788143058245") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af3b0_d20260831_m022411_c001_v0001174_t0016_u01788143051480") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd273_d20260831_m022406_c001_v7007000_t0000_u01788143046293") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af344_d20260831_m022359_c001_v0001174_t0016_u01788143039636") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd251_d20260831_m022354_c001_v7007000_t0000_u01788143034478") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af29a_d20260831_m022347_c001_v0001174_t0016_u01788143027531") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f43_d20260831_m022451_c001_v7007000_t0000_u01788143091722") 2026/08/31 02:26:57 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af4ec_d20260831_m022447_c001_v0001134_t0034_u01788143087456") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghi: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcd6_d20260831_m022508_c001_v7007000_t0000_u01788143108381") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghi: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af5bb_d20260831_m022504_c001_v0001174_t0016_u01788143104193") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a06_d20260831_m022609_c001_v7007000_t0000_u01788143169064") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af825_d20260831_m022602_c001_v0001174_t0016_u01788143162390") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059ef_d20260831_m022557_c001_v7007000_t0000_u01788143157297") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af79a_d20260831_m022549_c001_v0001174_t0016_u01788143149922") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d24_d20260831_m022544_c001_v7007000_t0000_u01788143144438") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af70e_d20260831_m022537_c001_v0001174_t0016_u01788143137722") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cfa_d20260831_m022532_c001_v7007000_t0000_u01788143132609") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af67e_d20260831_m022525_c001_v0001174_t0016_u01788143125935") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cb6_d20260831_m022520_c001_v7007000_t0000_u01788143120689") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af60a_d20260831_m022513_c001_v0001174_t0016_u01788143113513") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f415147edf7102f42_d20260831_m022505_c001_v7007000_t0000_u01788143105015") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb953_d20260831_m022500_c001_v0001041_t0046_u01788143100040") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f53_d20260831_m022454_c001_v7007000_t0000_u01788143094733") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb931_d20260831_m022450_c001_v0001041_t0046_u01788143090998") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4106feb03bc53879_d20260831_m022449_c001_v7007000_t0000_u01788143089566") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af4ee_d20260831_m022443_c001_v0001174_t0016_u01788143083288") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc546b_d20260831_m022438_c001_v7007000_t0000_u01788143078140") 2026/08/31 02:26:58 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af484_d20260831_m022434_c001_v0001174_t0016_u01788143074339") 2026/08/31 02:26:59 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7865_d20260831_m022432_c001_v7007000_t0000_u01788143072414") 2026/08/31 02:26:59 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af48e_d20260831_m022426_c001_v0001134_t0032_u01788143066885") 2026/08/31 02:26:59 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4248bf7d6b41adca_d20260831_m022418_c001_v7007000_t0000_u01788143058079") 2026/08/31 02:26:59 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af442_d20260831_m022411_c001_v0001134_t0032_u01788143051664") 2026/08/31 02:26:59 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd274_d20260831_m022406_c001_v7007000_t0000_u01788143046474") 2026/08/31 02:26:59 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af416_d20260831_m022359_c001_v0001134_t0032_u01788143039818") 2026/08/31 02:26:59 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd254_d20260831_m022354_c001_v7007000_t0000_u01788143034660") 2026/08/31 02:26:59 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af3e6_d20260831_m022347_c001_v0001134_t0032_u01788143027715") 2026/08/31 02:26:59 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f407006445faeb99e_d20260831_m022452_c001_v7007000_t0000_u01788143092075") 2026/08/31 02:26:59 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eb919_d20260831_m022447_c001_v0001041_t0024_u01788143087658") 2026/08/31 02:26:59 DEBUG : dir1/0005-fghij: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcd7_d20260831_m022508_c001_v7007000_t0000_u01788143108563") 2026/08/31 02:26:59 DEBUG : dir1/0005-fghij: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af536_d20260831_m022504_c001_v0001134_t0032_u01788143104202") 2026/08/31 02:26:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a08_d20260831_m022609_c001_v7007000_t0000_u01788143169337") 2026/08/31 02:26:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eba23_d20260831_m022602_c001_v0001041_t0046_u01788143162572") 2026/08/31 02:26:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059f1_d20260831_m022557_c001_v7007000_t0000_u01788143157477") 2026/08/31 02:26:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9fb_d20260831_m022550_c001_v0001041_t0046_u01788143150108") 2026/08/31 02:26:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d25_d20260831_m022544_c001_v7007000_t0000_u01788143144617") 2026/08/31 02:26:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9dd_d20260831_m022537_c001_v0001041_t0046_u01788143137906") 2026/08/31 02:26:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cfb_d20260831_m022532_c001_v7007000_t0000_u01788143132788") 2026/08/31 02:26:59 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9b1_d20260831_m022526_c001_v0001041_t0046_u01788143126117") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cb7_d20260831_m022520_c001_v7007000_t0000_u01788143120868") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb97b_d20260831_m022513_c001_v0001041_t0046_u01788143113695") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f86_d20260831_m022505_c001_v7007000_t0000_u01788143105144") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b11d_d20260831_m022500_c001_v0001100_t0038_u01788143100224") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f54_d20260831_m022454_c001_v7007000_t0000_u01788143094912") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af53a_d20260831_m022451_c001_v0001174_t0016_u01788143091012") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ee64_d20260831_m022449_c001_v7007000_t0000_u01788143089576") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4d8_d20260831_m022443_c001_v0001134_t0032_u01788143083472") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc546c_d20260831_m022438_c001_v7007000_t0000_u01788143078322") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4ac_d20260831_m022434_c001_v0001134_t0032_u01788143074379") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f407006445faeb94c_d20260831_m022432_c001_v7007000_t0000_u01788143072426") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af43a_d20260831_m022427_c001_v0001174_t0016_u01788143067069") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1ef1_d20260831_m022418_c001_v7007000_t0000_u01788143058266") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b06f_d20260831_m022411_c001_v0001100_t0038_u01788143051849") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd276_d20260831_m022406_c001_v7007000_t0000_u01788143046654") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b049_d20260831_m022400_c001_v0001100_t0038_u01788143040003") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd257_d20260831_m022354_c001_v7007000_t0000_u01788143034840") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b023_d20260831_m022347_c001_v0001100_t0038_u01788143027896") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f45_d20260831_m022452_c001_v7007000_t0000_u01788143092086") 2026/08/31 02:27:00 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af518_d20260831_m022447_c001_v0001174_t0052_u01788143087809") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijk: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcd9_d20260831_m022508_c001_v7007000_t0000_u01788143108745") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijk: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb967_d20260831_m022504_c001_v0001041_t0046_u01788143104196") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a09_d20260831_m022609_c001_v7007000_t0000_u01788143169517") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b201_d20260831_m022602_c001_v0001100_t0038_u01788143162755") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059f2_d20260831_m022557_c001_v7007000_t0000_u01788143157657") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b1d5_d20260831_m022550_c001_v0001100_t0038_u01788143150289") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d28_d20260831_m022544_c001_v7007000_t0000_u01788143144796") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b1ad_d20260831_m022538_c001_v0001100_t0038_u01788143138087") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cfd_d20260831_m022532_c001_v7007000_t0000_u01788143132968") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b17b_d20260831_m022526_c001_v0001100_t0038_u01788143126298") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cb8_d20260831_m022521_c001_v7007000_t0000_u01788143121048") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b14b_d20260831_m022513_c001_v0001100_t0038_u01788143113876") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4086babe16ad920b_d20260831_m022505_c001_v7007000_t0000_u01788143105192") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af592_d20260831_m022500_c001_v0001174_t0016_u01788143100429") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f55_d20260831_m022455_c001_v7007000_t0000_u01788143095091") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4fe_d20260831_m022451_c001_v0001134_t0032_u01788143091023") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1fe8_d20260831_m022449_c001_v7007000_t0000_u01788143089586") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb905_d20260831_m022443_c001_v0001041_t0046_u01788143083655") 2026/08/31 02:27:01 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc546d_d20260831_m022438_c001_v7007000_t0000_u01788143078504") 2026/08/31 02:27:02 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0b5_d20260831_m022434_c001_v0001100_t0038_u01788143074388") 2026/08/31 02:27:02 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f407006445faeb953_d20260831_m022432_c001_v7007000_t0000_u01788143072970") 2026/08/31 02:27:02 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b097_d20260831_m022427_c001_v0001100_t0038_u01788143067253") 2026/08/31 02:27:02 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4248bf7d6b41adc4_d20260831_m022417_c001_v7007000_t0000_u01788143057874") 2026/08/31 02:27:02 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb889_d20260831_m022412_c001_v0001041_t0046_u01788143052032") 2026/08/31 02:27:02 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd277_d20260831_m022406_c001_v7007000_t0000_u01788143046834") 2026/08/31 02:27:02 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb861_d20260831_m022400_c001_v0001041_t0046_u01788143040185") 2026/08/31 02:27:02 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd258_d20260831_m022355_c001_v7007000_t0000_u01788143035024") 2026/08/31 02:27:02 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb81f_d20260831_m022348_c001_v0001041_t0046_u01788143028078") 2026/08/31 02:27:02 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd354_d20260831_m022451_c001_v7007000_t0000_u01788143091883") 2026/08/31 02:27:02 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b0f1_d20260831_m022447_c001_v0001100_t0024_u01788143087817") 2026/08/31 02:27:02 DEBUG : dir1/0007-12345: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcda_d20260831_m022508_c001_v7007000_t0000_u01788143108927") 2026/08/31 02:27:02 DEBUG : dir1/0007-12345: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b135_d20260831_m022504_c001_v0001100_t0038_u01788143104207") 2026/08/31 02:27:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a0b_d20260831_m022609_c001_v7007000_t0000_u01788143169696") 2026/08/31 02:27:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af636_d20260831_m022602_c001_v0001134_t0032_u01788143162936") 2026/08/31 02:27:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059f3_d20260831_m022557_c001_v7007000_t0000_u01788143157836") 2026/08/31 02:27:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af600_d20260831_m022550_c001_v0001134_t0032_u01788143150472") 2026/08/31 02:27:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d2b_d20260831_m022544_c001_v7007000_t0000_u01788143144977") 2026/08/31 02:27:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af5ce_d20260831_m022538_c001_v0001134_t0032_u01788143138270") 2026/08/31 02:27:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cff_d20260831_m022533_c001_v7007000_t0000_u01788143133149") 2026/08/31 02:27:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af594_d20260831_m022526_c001_v0001134_t0032_u01788143126482") 2026/08/31 02:27:02 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cb9_d20260831_m022521_c001_v7007000_t0000_u01788143121227") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af550_d20260831_m022514_c001_v0001134_t0032_u01788143114058") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcc8_d20260831_m022505_c001_v7007000_t0000_u01788143105264") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af51c_d20260831_m022500_c001_v0001134_t0032_u01788143100617") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f58_d20260831_m022455_c001_v7007000_t0000_u01788143095270") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b101_d20260831_m022451_c001_v0001100_t0038_u01788143091032") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f423cbaf4e69cc80d_d20260831_m022449_c001_v7007000_t0000_u01788143089178") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0db_d20260831_m022443_c001_v0001100_t0038_u01788143083837") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc546e_d20260831_m022438_c001_v7007000_t0000_u01788143078686") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8e1_d20260831_m022434_c001_v0001041_t0046_u01788143074399") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9d68_d20260831_m022432_c001_v7007000_t0000_u01788143072803") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8bd_d20260831_m022427_c001_v0001041_t0046_u01788143067436") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1eee_d20260831_m022418_c001_v7007000_t0000_u01788143058085") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af3b2_d20260831_m022412_c001_v0001174_t0016_u01788143052214") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd278_d20260831_m022407_c001_v7007000_t0000_u01788143047013") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af34c_d20260831_m022400_c001_v0001174_t0016_u01788143040369") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd25a_d20260831_m022355_c001_v7007000_t0000_u01788143035203") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af2ac_d20260831_m022348_c001_v0001174_t0016_u01788143028265") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f407006445faeb99c_d20260831_m022451_c001_v7007000_t0000_u01788143091893") 2026/08/31 02:27:03 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af4ee_d20260831_m022447_c001_v0001134_t0049_u01788143087944") 2026/08/31 02:27:03 DEBUG : dir1/0008-23456: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcdb_d20260831_m022509_c001_v7007000_t0000_u01788143109108") 2026/08/31 02:27:04 DEBUG : dir1/0008-23456: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af5c3_d20260831_m022504_c001_v0001174_t0016_u01788143104378") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a0c_d20260831_m022609_c001_v7007000_t0000_u01788143169875") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af833_d20260831_m022603_c001_v0001174_t0016_u01788143163119") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059f4_d20260831_m022558_c001_v7007000_t0000_u01788143158015") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af7a4_d20260831_m022550_c001_v0001174_t0016_u01788143150657") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d2c_d20260831_m022545_c001_v7007000_t0000_u01788143145157") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af716_d20260831_m022538_c001_v0001174_t0016_u01788143138452") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d00_d20260831_m022533_c001_v7007000_t0000_u01788143133329") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af686_d20260831_m022526_c001_v0001174_t0016_u01788143126666") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cbb_d20260831_m022521_c001_v7007000_t0000_u01788143121408") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af616_d20260831_m022514_c001_v0001174_t0016_u01788143114241") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec33180408322_d20260831_m022505_c001_v7007000_t0000_u01788143105212") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb955_d20260831_m022500_c001_v0001041_t0046_u01788143100799") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f5b_d20260831_m022455_c001_v7007000_t0000_u01788143095519") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb937_d20260831_m022451_c001_v0001041_t0046_u01788143091182") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f407006445faeb987_d20260831_m022449_c001_v7007000_t0000_u01788143089732") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af4f4_d20260831_m022444_c001_v0001174_t0016_u01788143084022") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc546f_d20260831_m022438_c001_v7007000_t0000_u01788143078868") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af488_d20260831_m022434_c001_v0001174_t0016_u01788143074524") 2026/08/31 02:27:04 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5442_d20260831_m022432_c001_v7007000_t0000_u01788143072813") 2026/08/31 02:27:05 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af492_d20260831_m022427_c001_v0001134_t0032_u01788143067621") 2026/08/31 02:27:05 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc53d7_d20260831_m022418_c001_v7007000_t0000_u01788143058152") 2026/08/31 02:27:05 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af448_d20260831_m022412_c001_v0001134_t0032_u01788143052398") 2026/08/31 02:27:05 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd279_d20260831_m022407_c001_v7007000_t0000_u01788143047193") 2026/08/31 02:27:05 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af41a_d20260831_m022400_c001_v0001134_t0032_u01788143040551") 2026/08/31 02:27:05 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd25d_d20260831_m022355_c001_v7007000_t0000_u01788143035448") 2026/08/31 02:27:05 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af3ea_d20260831_m022348_c001_v0001134_t0032_u01788143028534") 2026/08/31 02:27:05 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f423cbaf4e69cc819_d20260831_m022451_c001_v7007000_t0000_u01788143091731") 2026/08/31 02:27:05 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b0f3_d20260831_m022448_c001_v0001100_t0059_u01788143088250") 2026/08/31 02:27:05 DEBUG : dir1/0009-34567: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcdc_d20260831_m022509_c001_v7007000_t0000_u01788143109289") 2026/08/31 02:27:05 DEBUG : dir1/0009-34567: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb969_d20260831_m022504_c001_v0001041_t0046_u01788143104388") 2026/08/31 02:27:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a0d_d20260831_m022610_c001_v7007000_t0000_u01788143170055") 2026/08/31 02:27:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eba27_d20260831_m022603_c001_v0001041_t0046_u01788143163302") 2026/08/31 02:27:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059f5_d20260831_m022558_c001_v7007000_t0000_u01788143158195") 2026/08/31 02:27:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9fd_d20260831_m022550_c001_v0001041_t0046_u01788143150862") 2026/08/31 02:27:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d2d_d20260831_m022545_c001_v7007000_t0000_u01788143145337") 2026/08/31 02:27:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9df_d20260831_m022538_c001_v0001041_t0046_u01788143138636") 2026/08/31 02:27:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d01_d20260831_m022533_c001_v7007000_t0000_u01788143133511") 2026/08/31 02:27:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9b3_d20260831_m022526_c001_v0001041_t0046_u01788143126846") 2026/08/31 02:27:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cbc_d20260831_m022521_c001_v7007000_t0000_u01788143121593") 2026/08/31 02:27:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb97f_d20260831_m022514_c001_v0001041_t0046_u01788143114425") 2026/08/31 02:27:05 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcc7_d20260831_m022505_c001_v7007000_t0000_u01788143105062") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b123_d20260831_m022500_c001_v0001100_t0038_u01788143100984") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f5d_d20260831_m022455_c001_v7007000_t0000_u01788143095697") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af542_d20260831_m022451_c001_v0001174_t0016_u01788143091311") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505944_d20260831_m022449_c001_v7007000_t0000_u01788143089743") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4dc_d20260831_m022444_c001_v0001134_t0032_u01788143084206") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5470_d20260831_m022439_c001_v7007000_t0000_u01788143079050") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4ae_d20260831_m022434_c001_v0001134_t0032_u01788143074563") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4190aa7fd04b4117_d20260831_m022432_c001_v7007000_t0000_u01788143072820") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af442_d20260831_m022427_c001_v0001174_t0016_u01788143067806") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4248bf7d6b41adcf_d20260831_m022418_c001_v7007000_t0000_u01788143058278") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b071_d20260831_m022412_c001_v0001100_t0038_u01788143052583") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd27a_d20260831_m022407_c001_v7007000_t0000_u01788143047378") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b04d_d20260831_m022400_c001_v0001100_t0038_u01788143040766") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd25e_d20260831_m022355_c001_v7007000_t0000_u01788143035631") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b027_d20260831_m022348_c001_v0001100_t0038_u01788143028717") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9d9d_d20260831_m022451_c001_v7007000_t0000_u01788143091922") 2026/08/31 02:27:06 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af51c_d20260831_m022448_c001_v0001174_t0028_u01788143088323") 2026/08/31 02:27:06 DEBUG : dir1/0010-45678: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcdd_d20260831_m022509_c001_v7007000_t0000_u01788143109472") 2026/08/31 02:27:06 DEBUG : dir1/0010-45678: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b137_d20260831_m022504_c001_v0001100_t0038_u01788143104400") 2026/08/31 02:27:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a0e_d20260831_m022610_c001_v7007000_t0000_u01788143170235") 2026/08/31 02:27:06 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b207_d20260831_m022603_c001_v0001100_t0038_u01788143163483") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059f6_d20260831_m022558_c001_v7007000_t0000_u01788143158374") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b1db_d20260831_m022551_c001_v0001100_t0038_u01788143151043") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d2e_d20260831_m022545_c001_v7007000_t0000_u01788143145522") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b1b1_d20260831_m022538_c001_v0001100_t0038_u01788143138819") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d03_d20260831_m022533_c001_v7007000_t0000_u01788143133691") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b183_d20260831_m022527_c001_v0001100_t0038_u01788143127028") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cbe_d20260831_m022521_c001_v7007000_t0000_u01788143121854") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b151_d20260831_m022514_c001_v0001100_t0038_u01788143114608") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcc5_d20260831_m022504_c001_v7007000_t0000_u01788143104815") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af59a_d20260831_m022501_c001_v0001174_t0016_u01788143101170") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f5f_d20260831_m022455_c001_v7007000_t0000_u01788143095877") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af502_d20260831_m022451_c001_v0001134_t0032_u01788143091319") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f407006445faeb981_d20260831_m022449_c001_v7007000_t0000_u01788143089187") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb909_d20260831_m022444_c001_v0001041_t0046_u01788143084449") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5471_d20260831_m022439_c001_v7007000_t0000_u01788143079231") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0bb_d20260831_m022434_c001_v0001100_t0038_u01788143074572") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f786c_d20260831_m022432_c001_v7007000_t0000_u01788143072982") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b09d_d20260831_m022427_c001_v0001100_t0038_u01788143067994") 2026/08/31 02:27:07 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4248bf7d6b41add1_d20260831_m022418_c001_v7007000_t0000_u01788143058424") 2026/08/31 02:27:08 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb88b_d20260831_m022412_c001_v0001041_t0046_u01788143052767") 2026/08/31 02:27:08 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd27b_d20260831_m022407_c001_v7007000_t0000_u01788143047561") 2026/08/31 02:27:08 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb865_d20260831_m022400_c001_v0001041_t0046_u01788143040947") 2026/08/31 02:27:08 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd25f_d20260831_m022355_c001_v7007000_t0000_u01788143035809") 2026/08/31 02:27:08 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb827_d20260831_m022348_c001_v0001041_t0046_u01788143028907") 2026/08/31 02:27:08 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9d9c_d20260831_m022451_c001_v7007000_t0000_u01788143091741") 2026/08/31 02:27:08 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af4f0_d20260831_m022448_c001_v0001134_t0019_u01788143088331") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcde_d20260831_m022509_c001_v7007000_t0000_u01788143109653") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af538_d20260831_m022504_c001_v0001134_t0032_u01788143104412") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a10_d20260831_m022610_c001_v7007000_t0000_u01788143170414") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af63a_d20260831_m022603_c001_v0001134_t0032_u01788143163664") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059f7_d20260831_m022558_c001_v7007000_t0000_u01788143158555") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af604_d20260831_m022551_c001_v0001134_t0032_u01788143151228") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d2f_d20260831_m022545_c001_v7007000_t0000_u01788143145703") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af5d2_d20260831_m022539_c001_v0001134_t0032_u01788143139003") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d05_d20260831_m022533_c001_v7007000_t0000_u01788143133870") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af5a2_d20260831_m022527_c001_v0001134_t0032_u01788143127209") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cbf_d20260831_m022522_c001_v7007000_t0000_u01788143122034") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af556_d20260831_m022514_c001_v0001134_t0032_u01788143114790") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f415147edf7102f43_d20260831_m022505_c001_v7007000_t0000_u01788143105245") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af522_d20260831_m022501_c001_v0001134_t0032_u01788143101355") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f60_d20260831_m022456_c001_v7007000_t0000_u01788143096056") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b103_d20260831_m022451_c001_v0001100_t0038_u01788143091266") 2026/08/31 02:27:08 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505940_d20260831_m022449_c001_v7007000_t0000_u01788143089199") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0df_d20260831_m022444_c001_v0001100_t0038_u01788143084632") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5472_d20260831_m022439_c001_v7007000_t0000_u01788143079412") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8e3_d20260831_m022434_c001_v0001041_t0046_u01788143074583") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f407006445faeb950_d20260831_m022432_c001_v7007000_t0000_u01788143072790") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8bf_d20260831_m022428_c001_v0001041_t0046_u01788143068175") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed20_d20260831_m022418_c001_v7007000_t0000_u01788143058438") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af3b4_d20260831_m022412_c001_v0001174_t0016_u01788143052950") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd27c_d20260831_m022407_c001_v7007000_t0000_u01788143047741") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af354_d20260831_m022401_c001_v0001174_t0016_u01788143041148") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd260_d20260831_m022355_c001_v7007000_t0000_u01788143035989") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af2c5_d20260831_m022349_c001_v0001174_t0016_u01788143029099") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc548c_d20260831_m022451_c001_v7007000_t0000_u01788143091752") 2026/08/31 02:27:09 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b0f5_d20260831_m022448_c001_v0001100_t0020_u01788143088564") 2026/08/31 02:27:09 DEBUG : dir1/0012-6789;: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfcdf_d20260831_m022509_c001_v7007000_t0000_u01788143109834") 2026/08/31 02:27:09 DEBUG : dir1/0012-6789;: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af5c5_d20260831_m022504_c001_v0001174_t0016_u01788143104561") 2026/08/31 02:27:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a11_d20260831_m022610_c001_v7007000_t0000_u01788143170594") 2026/08/31 02:27:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af83f_d20260831_m022603_c001_v0001174_t0016_u01788143163846") 2026/08/31 02:27:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059f8_d20260831_m022558_c001_v7007000_t0000_u01788143158735") 2026/08/31 02:27:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af7ac_d20260831_m022551_c001_v0001174_t0016_u01788143151426") 2026/08/31 02:27:09 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d30_d20260831_m022545_c001_v7007000_t0000_u01788143145886") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af724_d20260831_m022539_c001_v0001174_t0016_u01788143139187") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d06_d20260831_m022534_c001_v7007000_t0000_u01788143134051") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af69c_d20260831_m022527_c001_v0001174_t0016_u01788143127393") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cc0_d20260831_m022522_c001_v7007000_t0000_u01788143122214") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af620_d20260831_m022514_c001_v0001174_t0016_u01788143114972") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f415147edf7102f41_d20260831_m022504_c001_v7007000_t0000_u01788143104834") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb959_d20260831_m022501_c001_v0001041_t0046_u01788143101536") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f61_d20260831_m022456_c001_v7007000_t0000_u01788143096236") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb939_d20260831_m022451_c001_v0001041_t0046_u01788143091367") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417fc692ce70dcfc_d20260831_m022449_c001_v7007000_t0000_u01788143089597") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af4fa_d20260831_m022444_c001_v0001174_t0016_u01788143084817") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5473_d20260831_m022439_c001_v7007000_t0000_u01788143079592") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af48c_d20260831_m022434_c001_v0001174_t0016_u01788143074711") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7867_d20260831_m022432_c001_v7007000_t0000_u01788143072610") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af494_d20260831_m022428_c001_v0001134_t0032_u01788143068359") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4248bf7d6b41adc1_d20260831_m022417_c001_v7007000_t0000_u01788143057694") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af454_d20260831_m022413_c001_v0001134_t0032_u01788143053143") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd27d_d20260831_m022407_c001_v7007000_t0000_u01788143047920") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af41e_d20260831_m022401_c001_v0001134_t0032_u01788143041337") 2026/08/31 02:27:10 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd261_d20260831_m022356_c001_v7007000_t0000_u01788143036169") 2026/08/31 02:27:11 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af3f0_d20260831_m022349_c001_v0001134_t0032_u01788143029288") 2026/08/31 02:27:11 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4097edb61050bd9e_d20260831_m022451_c001_v7007000_t0000_u01788143091763") 2026/08/31 02:27:11 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eb91d_d20260831_m022448_c001_v0001041_t0037_u01788143088674") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfce1_d20260831_m022510_c001_v7007000_t0000_u01788143110016") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb96b_d20260831_m022504_c001_v0001041_t0046_u01788143104571") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a12_d20260831_m022610_c001_v7007000_t0000_u01788143170773") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eba2b_d20260831_m022604_c001_v0001041_t0046_u01788143164034") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059f9_d20260831_m022558_c001_v7007000_t0000_u01788143158915") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9ff_d20260831_m022551_c001_v0001041_t0046_u01788143151654") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d32_d20260831_m022546_c001_v7007000_t0000_u01788143146066") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9e1_d20260831_m022539_c001_v0001041_t0046_u01788143139372") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d08_d20260831_m022534_c001_v7007000_t0000_u01788143134233") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb9bb_d20260831_m022527_c001_v0001041_t0046_u01788143127574") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cc1_d20260831_m022522_c001_v7007000_t0000_u01788143122394") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb985_d20260831_m022515_c001_v0001041_t0046_u01788143115154") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4106feb03bc5389a_d20260831_m022505_c001_v7007000_t0000_u01788143105210") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b127_d20260831_m022501_c001_v0001100_t0038_u01788143101727") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f63_d20260831_m022456_c001_v7007000_t0000_u01788143096416") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b105_d20260831_m022451_c001_v0001100_t0038_u01788143091449") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5485_d20260831_m022449_c001_v7007000_t0000_u01788143089348") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4e2_d20260831_m022445_c001_v0001134_t0032_u01788143085000") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5474_d20260831_m022439_c001_v7007000_t0000_u01788143079774") 2026/08/31 02:27:11 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4b0_d20260831_m022434_c001_v0001134_t0032_u01788143074745") 2026/08/31 02:27:12 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9d6b_d20260831_m022432_c001_v7007000_t0000_u01788143072992") 2026/08/31 02:27:12 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af444_d20260831_m022428_c001_v0001174_t0016_u01788143068542") 2026/08/31 02:27:12 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed1f_d20260831_m022418_c001_v7007000_t0000_u01788143058256") 2026/08/31 02:27:12 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b077_d20260831_m022413_c001_v0001100_t0038_u01788143053369") 2026/08/31 02:27:12 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd27e_d20260831_m022408_c001_v7007000_t0000_u01788143048099") 2026/08/31 02:27:12 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b04f_d20260831_m022401_c001_v0001100_t0038_u01788143041525") 2026/08/31 02:27:12 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd262_d20260831_m022356_c001_v7007000_t0000_u01788143036349") 2026/08/31 02:27:12 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b02d_d20260831_m022349_c001_v0001100_t0038_u01788143029472") 2026/08/31 02:27:12 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc548d_d20260831_m022451_c001_v7007000_t0000_u01788143091935") 2026/08/31 02:27:12 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af522_d20260831_m022448_c001_v0001174_t0042_u01788143088710") 2026/08/31 02:27:12 DEBUG : dir1/0014-89;=.: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfce2_d20260831_m022510_c001_v7007000_t0000_u01788143110197") 2026/08/31 02:27:12 DEBUG : dir1/0014-89;=.: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b139_d20260831_m022504_c001_v0001100_t0038_u01788143104587") 2026/08/31 02:27:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a13_d20260831_m022611_c001_v7007000_t0000_u01788143171065") 2026/08/31 02:27:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b20d_d20260831_m022604_c001_v0001100_t0038_u01788143164231") 2026/08/31 02:27:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059fa_d20260831_m022559_c001_v7007000_t0000_u01788143159094") 2026/08/31 02:27:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b1df_d20260831_m022551_c001_v0001100_t0038_u01788143151836") 2026/08/31 02:27:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d33_d20260831_m022546_c001_v7007000_t0000_u01788143146247") 2026/08/31 02:27:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b1b3_d20260831_m022539_c001_v0001100_t0038_u01788143139554") 2026/08/31 02:27:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d09_d20260831_m022534_c001_v7007000_t0000_u01788143134412") 2026/08/31 02:27:12 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b189_d20260831_m022527_c001_v0001100_t0038_u01788143127754") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cc2_d20260831_m022522_c001_v7007000_t0000_u01788143122640") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b153_d20260831_m022515_c001_v0001100_t0038_u01788143115336") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4190aa7fd04b4189_d20260831_m022505_c001_v7007000_t0000_u01788143105254") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af5a1_d20260831_m022501_c001_v0001174_t0016_u01788143101916") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f64_d20260831_m022456_c001_v7007000_t0000_u01788143096595") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af546_d20260831_m022451_c001_v0001174_t0016_u01788143091497") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f423cbaf4e69cc80e_d20260831_m022449_c001_v7007000_t0000_u01788143089357") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb90b_d20260831_m022445_c001_v0001041_t0046_u01788143085183") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5475_d20260831_m022439_c001_v7007000_t0000_u01788143079956") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8e7_d20260831_m022434_c001_v0001041_t0046_u01788143074767") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4190aa7fd04b411a_d20260831_m022433_c001_v7007000_t0000_u01788143073002") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b09f_d20260831_m022428_c001_v0001100_t0038_u01788143068726") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4248bf7d6b41adc9_d20260831_m022418_c001_v7007000_t0000_u01788143058054") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb88f_d20260831_m022413_c001_v0001041_t0046_u01788143053551") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd27f_d20260831_m022408_c001_v7007000_t0000_u01788143048279") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb869_d20260831_m022401_c001_v0001041_t0046_u01788143041710") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd263_d20260831_m022356_c001_v7007000_t0000_u01788143036529") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb82d_d20260831_m022349_c001_v0001041_t0046_u01788143029655") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505948_d20260831_m022451_c001_v7007000_t0000_u01788143091688") 2026/08/31 02:27:13 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af4f2_d20260831_m022448_c001_v0001134_t0059_u01788143088778") 2026/08/31 02:27:13 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfce3_d20260831_m022510_c001_v7007000_t0000_u01788143110379") 2026/08/31 02:27:13 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af53a_d20260831_m022504_c001_v0001134_t0032_u01788143104599") 2026/08/31 02:27:13 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a14_d20260831_m022611_c001_v7007000_t0000_u01788143171244") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af640_d20260831_m022604_c001_v0001134_t0032_u01788143164413") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059fb_d20260831_m022559_c001_v7007000_t0000_u01788143159274") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af60a_d20260831_m022552_c001_v0001134_t0032_u01788143152016") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d34_d20260831_m022546_c001_v7007000_t0000_u01788143146427") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af5d4_d20260831_m022539_c001_v0001134_t0032_u01788143139738") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d0a_d20260831_m022534_c001_v7007000_t0000_u01788143134592") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af5aa_d20260831_m022527_c001_v0001134_t0032_u01788143127936") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cc4_d20260831_m022522_c001_v7007000_t0000_u01788143122820") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af558_d20260831_m022515_c001_v0001134_t0032_u01788143115517") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4190aa7fd04b4187_d20260831_m022504_c001_v7007000_t0000_u01788143104825") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af52a_d20260831_m022502_c001_v0001134_t0032_u01788143102115") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f67_d20260831_m022456_c001_v7007000_t0000_u01788143096904") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af504_d20260831_m022451_c001_v0001134_t0032_u01788143091507") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f423cbaf4e69cc811_d20260831_m022449_c001_v7007000_t0000_u01788143089536") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0e3_d20260831_m022445_c001_v0001100_t0038_u01788143085364") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5477_d20260831_m022440_c001_v7007000_t0000_u01788143080139") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0bd_d20260831_m022434_c001_v0001100_t0038_u01788143074889") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7869_d20260831_m022432_c001_v7007000_t0000_u01788143072792") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8c1_d20260831_m022428_c001_v0001041_t0046_u01788143068908") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed1b_d20260831_m022418_c001_v7007000_t0000_u01788143058070") 2026/08/31 02:27:14 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af3c4_d20260831_m022413_c001_v0001174_t0016_u01788143053753") 2026/08/31 02:27:15 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd281_d20260831_m022408_c001_v7007000_t0000_u01788143048460") 2026/08/31 02:27:15 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af358_d20260831_m022401_c001_v0001174_t0016_u01788143041893") 2026/08/31 02:27:15 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd264_d20260831_m022356_c001_v7007000_t0000_u01788143036711") 2026/08/31 02:27:15 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af2d6_d20260831_m022349_c001_v0001174_t0016_u01788143029839") 2026/08/31 02:27:15 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd353_d20260831_m022451_c001_v7007000_t0000_u01788143091701") 2026/08/31 02:27:15 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0f9_d20260831_m022448_c001_v0001100_t0038_u01788143088982") 2026/08/31 02:27:15 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed44_d20260831_m022421_c001_v7007000_t0000_u01788143061067") 2026/08/31 02:27:15 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af462_d20260831_m022415_c001_v0001134_t0008_u01788143055920") 2026/08/31 02:27:15 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed49_d20260831_m022421_c001_v7007000_t0000_u01788143061248") 2026/08/31 02:27:15 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eb899_d20260831_m022415_c001_v0001041_t0041_u01788143055931") 2026/08/31 02:27:15 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed51_d20260831_m022421_c001_v7007000_t0000_u01788143061591") 2026/08/31 02:27:15 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af3e0_d20260831_m022415_c001_v0001174_t0027_u01788143055942") 2026/08/31 02:27:15 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed54_d20260831_m022421_c001_v7007000_t0000_u01788143061773") 2026/08/31 02:27:15 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b081_d20260831_m022416_c001_v0001100_t0057_u01788143056057") 2026/08/31 02:27:15 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed56_d20260831_m022421_c001_v7007000_t0000_u01788143061952") 2026/08/31 02:27:15 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eb89d_d20260831_m022416_c001_v0001041_t0029_u01788143056278") 2026/08/31 02:27:15 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed5a_d20260831_m022422_c001_v7007000_t0000_u01788143062143") 2026/08/31 02:27:15 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af3e4_d20260831_m022416_c001_v0001174_t0022_u01788143056370") 2026/08/31 02:27:15 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed5d_d20260831_m022422_c001_v7007000_t0000_u01788143062324") 2026/08/31 02:27:15 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af464_d20260831_m022416_c001_v0001134_t0004_u01788143056448") 2026/08/31 02:27:15 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed60_d20260831_m022422_c001_v7007000_t0000_u01788143062503") 2026/08/31 02:27:16 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eb8a1_d20260831_m022416_c001_v0001041_t0006_u01788143056733") 2026/08/31 02:27:16 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed64_d20260831_m022422_c001_v7007000_t0000_u01788143062683") 2026/08/31 02:27:16 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af3e6_d20260831_m022416_c001_v0001174_t0031_u01788143056745") 2026/08/31 02:27:16 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed67_d20260831_m022422_c001_v7007000_t0000_u01788143062865") 2026/08/31 02:27:16 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b083_d20260831_m022416_c001_v0001100_t0047_u01788143056788") 2026/08/31 02:27:16 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed6b_d20260831_m022423_c001_v7007000_t0000_u01788143063045") 2026/08/31 02:27:16 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af46a_d20260831_m022416_c001_v0001134_t0050_u01788143056803") 2026/08/31 02:27:16 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed71_d20260831_m022423_c001_v7007000_t0000_u01788143063225") 2026/08/31 02:27:16 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b085_d20260831_m022417_c001_v0001100_t0027_u01788143057095") 2026/08/31 02:27:16 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed73_d20260831_m022423_c001_v7007000_t0000_u01788143063405") 2026/08/31 02:27:16 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af3ec_d20260831_m022417_c001_v0001174_t0032_u01788143057156") 2026/08/31 02:27:16 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed74_d20260831_m022423_c001_v7007000_t0000_u01788143063585") 2026/08/31 02:27:16 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af46e_d20260831_m022417_c001_v0001134_t0045_u01788143057192") 2026/08/31 02:27:16 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed77_d20260831_m022423_c001_v7007000_t0000_u01788143063766") 2026/08/31 02:27:16 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eb8a3_d20260831_m022417_c001_v0001041_t0049_u01788143057212") 2026/08/31 02:27:16 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2ed78_d20260831_m022423_c001_v7007000_t0000_u01788143063947") 2026/08/31 02:27:16 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8a7_d20260831_m022417_c001_v0001041_t0046_u01788143057512") 2026/08/31 02:27:16 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4190aa7fd04b412b_d20260831_m022435_c001_v7007000_t0000_u01788143075299") 2026/08/31 02:27:16 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af49c_d20260831_m022430_c001_v0001134_t0016_u01788143070752") 2026/08/31 02:27:16 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f422adc4badeb1e04_d20260831_m022435_c001_v7007000_t0000_u01788143075155") 2026/08/31 02:27:16 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b0a5_d20260831_m022430_c001_v0001100_t0042_u01788143070761") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9d79_d20260831_m022435_c001_v7007000_t0000_u01788143075310") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eb8cb_d20260831_m022430_c001_v0001041_t0013_u01788143070772") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416f8a1defe97e2d_d20260831_m022435_c001_v7007000_t0000_u01788143075256") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af460_d20260831_m022430_c001_v0001174_t0023_u01788143070917") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4051c0a98ca9dc6a_d20260831_m022435_c001_v7007000_t0000_u01788143075086") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b0a7_d20260831_m022431_c001_v0001100_t0052_u01788143071078") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5453_d20260831_m022435_c001_v7007000_t0000_u01788143075097") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eb8cf_d20260831_m022431_c001_v0001041_t0020_u01788143071123") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4051c0a98ca9dc6f_d20260831_m022435_c001_v7007000_t0000_u01788143075266") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af49e_d20260831_m022431_c001_v0001134_t0045_u01788143071216") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5457_d20260831_m022435_c001_v7007000_t0000_u01788143075282") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af462_d20260831_m022431_c001_v0001174_t0053_u01788143071227") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5458_d20260831_m022435_c001_v7007000_t0000_u01788143075290") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b0a9_d20260831_m022431_c001_v0001100_t0049_u01788143071442") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7be7_d20260831_m022435_c001_v7007000_t0000_u01788143075322") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af464_d20260831_m022431_c001_v0001174_t0040_u01788143071601") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5454_d20260831_m022435_c001_v7007000_t0000_u01788143075107") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af4a2_d20260831_m022431_c001_v0001134_t0012_u01788143071612") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4051c0a98ca9dc71_d20260831_m022435_c001_v7007000_t0000_u01788143075447") 2026/08/31 02:27:17 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eb8d3_d20260831_m022431_c001_v0001041_t0004_u01788143071799") 2026/08/31 02:27:18 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4190aa7fd04b4129_d20260831_m022435_c001_v7007000_t0000_u01788143075116") 2026/08/31 02:27:18 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b0ab_d20260831_m022431_c001_v0001100_t0008_u01788143071798") 2026/08/31 02:27:18 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5459_d20260831_m022435_c001_v7007000_t0000_u01788143075464") 2026/08/31 02:27:18 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10881853fb5af4a6_d20260831_m022431_c001_v0001134_t0016_u01788143071961") 2026/08/31 02:27:18 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc545a_d20260831_m022435_c001_v7007000_t0000_u01788143075475") 2026/08/31 02:27:18 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af466_d20260831_m022432_c001_v0001174_t0044_u01788143072058") 2026/08/31 02:27:18 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9d77_d20260831_m022435_c001_v7007000_t0000_u01788143075127") 2026/08/31 02:27:18 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0ad_d20260831_m022432_c001_v0001100_t0038_u01788143072126") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec3318040815a_d20260831_m022253_c001_v7007000_t0000_u01788142973760") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f406c89c19c893c35_d20260831_m022252_c001_v0001097_t0007_u01788142972108") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd054_d20260831_m022251_c001_v7007000_t0000_u01788142971926") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f406c89c19c893c25_d20260831_m022249_c001_v0001097_t0007_u01788142969496") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd046_d20260831_m022248_c001_v7007000_t0000_u01788142968785") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aef1a_d20260831_m022244_c001_v0001174_t0016_u01788142964889") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec3318040813c_d20260831_m022243_c001_v7007000_t0000_u01788142963442") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4016f7b7f0c8b4cc_d20260831_m022241_c001_v0001040_t0007_u01788142961763") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40307053da5529ee_d20260831_m022241_c001_v7007000_t0000_u01788142961567") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4016f7b7f0c8b4ba_d20260831_m022239_c001_v0001040_t0007_u01788142959326") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40307053da5529df_d20260831_m022238_c001_v7007000_t0000_u01788142958596") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb6d1_d20260831_m022235_c001_v0001041_t0046_u01788142955095") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec33180408113_d20260831_m022233_c001_v7007000_t0000_u01788142953840") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416f17578c72e579_d20260831_m022232_c001_v0001097_t0059_u01788142952679") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2eb69_d20260831_m022232_c001_v7007000_t0000_u01788142952498") 2026/08/31 02:27:18 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416f17578c72e563_d20260831_m022228_c001_v0001097_t0059_u01788142948033") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2eb41_d20260831_m022227_c001_v7007000_t0000_u01788142947287") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd7ea_d20260831_m022223_c001_v0001113_t0026_u01788142943862") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec331804080b7_d20260831_m022222_c001_v7007000_t0000_u01788142942960") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416caa67a8ba1f2d_d20260831_m022221_c001_v0001173_t0059_u01788142941502") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f408021850f86ad66_d20260831_m022221_c001_v7007000_t0000_u01788142941246") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416caa67a8ba1f19_d20260831_m022218_c001_v0001173_t0059_u01788142938653") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f408021850f86ad63_d20260831_m022217_c001_v7007000_t0000_u01788142937930") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb673_d20260831_m022212_c001_v0001041_t0046_u01788142932442") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f409e7ea19c181b82_d20260831_m022211_c001_v7007000_t0000_u01788142931532") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f41256a5947a5fb40_d20260831_m022210_c001_v0001157_t0018_u01788142930034") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f423cbaf4e69cc236_d20260831_m022209_c001_v7007000_t0000_u01788142929731") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f41256a5947a5fb32_d20260831_m022207_c001_v0001157_t0018_u01788142927042") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f423cbaf4e69cc234_d20260831_m022206_c001_v7007000_t0000_u01788142926316") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aed20_d20260831_m022200_c001_v0001174_t0016_u01788142920799") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417fc692ce70d63a_d20260831_m022159_c001_v7007000_t0000_u01788142919900") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4114ede85b0a2f74_d20260831_m022158_c001_v0001042_t0021_u01788142918350") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4262768aa7bbc019_d20260831_m022158_c001_v7007000_t0000_u01788142918168") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4114ede85b0a2f6e_d20260831_m022155_c001_v0001042_t0021_u01788142915461") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4262768aa7bbc00e_d20260831_m022154_c001_v7007000_t0000_u01788142914739") 2026/08/31 02:27:19 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd76c_d20260831_m022149_c001_v0001113_t0026_u01788142909177") 2026/08/31 02:27:20 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f413a4e154d635101_d20260831_m022148_c001_v7007000_t0000_u01788142908097") 2026/08/31 02:27:20 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f409768fef803fb4f_d20260831_m022143_c001_v0001185_t0004_u01788142903036") 2026/08/31 02:27:20 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4248bf7d6b41aae3_d20260831_m022142_c001_v7007000_t0000_u01788142902839") 2026/08/31 02:27:20 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb5fb_d20260831_m022138_c001_v0001041_t0046_u01788142898934") 2026/08/31 02:27:20 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40559e33269e7ef6_d20260831_m022138_c001_v0001174_t0052_u01788142898213") 2026/08/31 02:27:20 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40559e33269e7ee6_d20260831_m022137_c001_v0001174_t0052_u01788142897293") 2026/08/31 02:27:20 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9a07_d20260831_m022124_c001_v7007000_t0000_u01788142884353") 2026/08/31 02:27:20 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd6f6_d20260831_m022117_c001_v0001113_t0026_u01788142877906") 2026/08/31 02:27:20 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f400f7589bafdbaf9_d20260831_m022117_c001_v0001103_t0058_u01788142877180") 2026/08/31 02:27:20 DEBUG : dst/one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f400f7589bafdbaf3_d20260831_m022116_c001_v0001103_t0058_u01788142876270") 2026/08/31 02:27:20 DEBUG : dst/one-2019-01-01: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec3318040815b_d20260831_m022253_c001_v7007000_t0000_u01788142973939") 2026/08/31 02:27:20 DEBUG : dst/one-2019-01-01: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f413655d79695122c_d20260831_m022251_c001_v0001182_t0001_u01788142971745") 2026/08/31 02:27:20 DEBUG : dst/one-2019-01-01: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4022d2980271a9b0_d20260831_m022248_c001_v0001120_t0048_u01788142968603") 2026/08/31 02:27:20 DEBUG : dst/one.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec3318040813d_d20260831_m022243_c001_v7007000_t0000_u01788142963621") 2026/08/31 02:27:20 DEBUG : dst/one.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404c95406c36db7e_d20260831_m022241_c001_v0001178_t0017_u01788142961383") 2026/08/31 02:27:20 DEBUG : dst/one.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40936e5bb5ab2f46_d20260831_m022238_c001_v0001134_t0028_u01788142958410") 2026/08/31 02:27:20 DEBUG : dst/one.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec33180408117_d20260831_m022234_c001_v7007000_t0000_u01788142954019") 2026/08/31 02:27:20 DEBUG : dst/one.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f409c260ae98e9a0b_d20260831_m022232_c001_v0001173_t0014_u01788142952315") 2026/08/31 02:27:20 DEBUG : dst/one.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f401892ca847b3dfe_d20260831_m022227_c001_v0001172_t0057_u01788142947097") 2026/08/31 02:27:20 DEBUG : dst/three: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f413a4e154d635102_d20260831_m022148_c001_v7007000_t0000_u01788142908276") 2026/08/31 02:27:21 DEBUG : dst/three: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40559e33269e7f4e_d20260831_m022146_c001_v0001174_t0052_u01788142906769") 2026/08/31 02:27:21 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec3318040815c_d20260831_m022254_c001_v7007000_t0000_u01788142974117") 2026/08/31 02:27:21 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f409cf1828ddf407d_d20260831_m022252_c001_v0001106_t0034_u01788142972840") 2026/08/31 02:27:21 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f415bbfef1f766d48_d20260831_m022250_c001_v0001146_t0034_u01788142970299") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec3318040815d_d20260831_m022254_c001_v7007000_t0000_u01788142974296") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f406c89c19c893c37_d20260831_m022253_c001_v0001097_t0007_u01788142973203") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd056_d20260831_m022253_c001_v7007000_t0000_u01788142973023") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f406c89c19c893c2b_d20260831_m022250_c001_v0001097_t0007_u01788142970697") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd04f_d20260831_m022250_c001_v7007000_t0000_u01788142970486") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aef20_d20260831_m022245_c001_v0001174_t0016_u01788142965615") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec3318040813e_d20260831_m022243_c001_v7007000_t0000_u01788142963801") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4016f7b7f0c8b4d0_d20260831_m022242_c001_v0001040_t0007_u01788142962879") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40307053da5529ef_d20260831_m022242_c001_v7007000_t0000_u01788142962696") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4016f7b7f0c8b4c2_d20260831_m022240_c001_v0001040_t0007_u01788142960447") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40307053da5529ed_d20260831_m022240_c001_v7007000_t0000_u01788142960263") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb6d5_d20260831_m022235_c001_v0001041_t0046_u01788142955461") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2eb6f_d20260831_m022233_c001_v7007000_t0000_u01788142953300") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aee6e_d20260831_m022231_c001_v0001174_t0016_u01788142951405") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414e196a1eb2eb4c_d20260831_m022228_c001_v7007000_t0000_u01788142948646") 2026/08/31 02:27:21 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb6a9_d20260831_m022224_c001_v0001041_t0046_u01788142944684") 2026/08/31 02:27:22 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f408021850f86ad67_d20260831_m022222_c001_v7007000_t0000_u01788142942066") 2026/08/31 02:27:22 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb693_d20260831_m022220_c001_v0001041_t0046_u01788142940309") 2026/08/31 02:27:22 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f408021850f86ad64_d20260831_m022219_c001_v7007000_t0000_u01788142939229") 2026/08/31 02:27:22 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aed90_d20260831_m022213_c001_v0001174_t0016_u01788142933168") 2026/08/31 02:27:22 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f423cbaf4e69cc237_d20260831_m022210_c001_v7007000_t0000_u01788142930613") 2026/08/31 02:27:22 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aed78_d20260831_m022208_c001_v0001174_t0016_u01788142928800") 2026/08/31 02:27:22 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f423cbaf4e69cc235_d20260831_m022207_c001_v7007000_t0000_u01788142927600") 2026/08/31 02:27:22 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd79e_d20260831_m022201_c001_v0001113_t0026_u01788142921528") 2026/08/31 02:27:22 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4262768aa7bbc01c_d20260831_m022159_c001_v7007000_t0000_u01788142919002") 2026/08/31 02:27:22 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd792_d20260831_m022157_c001_v0001113_t0026_u01788142917237") 2026/08/31 02:27:22 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4262768aa7bbc013_d20260831_m022156_c001_v7007000_t0000_u01788142916155") 2026/08/31 02:27:22 DEBUG : dst/three.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb62b_d20260831_m022149_c001_v0001041_t0046_u01788142909974") 2026/08/31 02:27:22 DEBUG : dst/three.txt.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec33180408140_d20260831_m022243_c001_v7007000_t0000_u01788142963980") 2026/08/31 02:27:22 DEBUG : dst/three.txt.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4075c18619b1b1f9_d20260831_m022242_c001_v0001036_t0021_u01788142962510") 2026/08/31 02:27:22 DEBUG : dst/three.txt.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4196e4cb5da02fcf_d20260831_m022240_c001_v0001150_t0043_u01788142960078") 2026/08/31 02:27:22 DEBUG : dst/three.txt.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec33180408119_d20260831_m022234_c001_v7007000_t0000_u01788142954199") 2026/08/31 02:27:22 DEBUG : dst/three.txt.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417cc310fd40a029_d20260831_m022233_c001_v0001137_t0011_u01788142953118") 2026/08/31 02:27:22 DEBUG : dst/three.txt.bak: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179809020870f7f_d20260831_m022228_c001_v0001117_t0039_u01788142948462") 2026/08/31 02:27:22 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec3318040815e_d20260831_m022254_c001_v7007000_t0000_u01788142974476") 2026/08/31 02:27:22 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb6ed_d20260831_m022245_c001_v0001041_t0046_u01788142965430") 2026/08/31 02:27:22 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec33180408141_d20260831_m022244_c001_v7007000_t0000_u01788142964159") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aee94_d20260831_m022235_c001_v0001174_t0016_u01788142955278") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec3318040811c_d20260831_m022234_c001_v7007000_t0000_u01788142954377") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aee1a_d20260831_m022224_c001_v0001174_t0016_u01788142944406") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec331804080b9_d20260831_m022223_c001_v7007000_t0000_u01788142943139") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd7c4_d20260831_m022212_c001_v0001113_t0026_u01788142932985") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f409e7ea19c181b83_d20260831_m022211_c001_v7007000_t0000_u01788142931714") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb659_d20260831_m022201_c001_v0001041_t0046_u01788142921345") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417fc692ce70d63c_d20260831_m022200_c001_v7007000_t0000_u01788142920082") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aec7c_d20260831_m022149_c001_v0001174_t0016_u01788142909790") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f413a4e154d635103_d20260831_m022148_c001_v7007000_t0000_u01788142908456") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4111ae5daefea8b9_d20260831_m022144_c001_v0001109_t0039_u01788142904563") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9a0a_d20260831_m022124_c001_v7007000_t0000_u01788142884532") 2026/08/31 02:27:23 DEBUG : dst/two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f400f7589bafdbb15_d20260831_m022123_c001_v0001103_t0058_u01788142883442") 2026/08/31 02:27:23 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f406aa1fcbb17376f_d20260831_m022049_c001_v7007000_t0000_u01788142849479") 2026/08/31 02:27:23 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb537_d20260831_m022045_c001_v0001041_t0046_u01788142845786") 2026/08/31 02:27:23 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f406aa1fcbb17372e_d20260831_m022043_c001_v7007000_t0000_u01788142843449") 2026/08/31 02:27:23 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb511_d20260831_m022031_c001_v0001041_t0046_u01788142831445") 2026/08/31 02:27:23 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f707c_d20260831_m022023_c001_v7007000_t0000_u01788142823362") 2026/08/31 02:27:23 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb4f5_d20260831_m022020_c001_v0001041_t0046_u01788142820183") 2026/08/31 02:27:23 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6ff7_d20260831_m022002_c001_v7007000_t0000_u01788142802388") 2026/08/31 02:27:23 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd59e_d20260831_m022000_c001_v0001113_t0026_u01788142800623") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6ff1_d20260831_m021959_c001_v7007000_t0000_u01788142799730") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd590_d20260831_m021958_c001_v0001113_t0026_u01788142798280") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc67881a_d20260831_m021955_c001_v7007000_t0000_u01788142795619") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd570_d20260831_m021953_c001_v0001113_t0026_u01788142793960") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc6787f6_d20260831_m021953_c001_v7007000_t0000_u01788142793235") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd560_d20260831_m021952_c001_v0001113_t0026_u01788142792044") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc6787ad_d20260831_m021946_c001_v7007000_t0000_u01788142786582") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd536_d20260831_m021945_c001_v0001113_t0026_u01788142785015") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc678797_d20260831_m021944_c001_v7007000_t0000_u01788142784291") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd526_d20260831_m021943_c001_v0001113_t0026_u01788142783567") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc678757_d20260831_m021939_c001_v7007000_t0000_u01788142779743") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd510_d20260831_m021938_c001_v0001113_t0026_u01788142778568") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc678751_d20260831_m021936_c001_v7007000_t0000_u01788142776656") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd500_d20260831_m021935_c001_v0001113_t0026_u01788142775755") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc67874f_d20260831_m021935_c001_v7007000_t0000_u01788142775395") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416e3e7526a31437_d20260831_m021934_c001_v0001106_t0038_u01788142774853") 2026/08/31 02:27:24 DEBUG : empty space: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd4f6_d20260831_m021933_c001_v0001113_t0026_u01788142773389") 2026/08/31 02:27:24 DEBUG : enormous: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6ff6_d20260831_m022001_c001_v7007000_t0000_u01788142801658") 2026/08/31 02:27:24 DEBUG : enormous: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd5a0_d20260831_m022000_c001_v0001113_t0045_u01788142800804") 2026/08/31 02:27:24 DEBUG : existing: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f425ec33180408161_d20260831_m022258_c001_v7007000_t0000_u01788142978560") 2026/08/31 02:27:24 DEBUG : existing: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb713_d20260831_m022257_c001_v0001041_t0046_u01788142977443") 2026/08/31 02:27:24 DEBUG : existing: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f701d_d20260831_m022018_c001_v7007000_t0000_u01788142818671") 2026/08/31 02:27:25 DEBUG : existing: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd5f2_d20260831_m022017_c001_v0001113_t0026_u01788142817761") 2026/08/31 02:27:25 DEBUG : existing: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6fab_d20260831_m021930_c001_v7007000_t0000_u01788142770740") 2026/08/31 02:27:25 DEBUG : existing: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd4e6_d20260831_m021929_c001_v0001113_t0026_u01788142769836") 2026/08/31 02:27:25 DEBUG : existing: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6fa6_d20260831_m021929_c001_v7007000_t0000_u01788142769285") 2026/08/31 02:27:25 DEBUG : existing: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd4e0_d20260831_m021928_c001_v0001113_t0026_u01788142768739") 2026/08/31 02:27:25 DEBUG : existing: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd4da_d20260831_m021928_c001_v0001113_t0026_u01788142768008") 2026/08/31 02:27:25 DEBUG : existing-b: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f701e_d20260831_m022018_c001_v7007000_t0000_u01788142818851") 2026/08/31 02:27:25 DEBUG : existing-b: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb4e9_d20260831_m022017_c001_v0001041_t0046_u01788142817750") 2026/08/31 02:27:25 DEBUG : file1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bef_d20260831_m022338_c001_v7007000_t0000_u01788143018354") 2026/08/31 02:27:25 DEBUG : file1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af20c_d20260831_m022337_c001_v0001174_t0016_u01788143017228") 2026/08/31 02:27:25 DEBUG : file1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9be2_d20260831_m022335_c001_v7007000_t0000_u01788143015947") 2026/08/31 02:27:25 DEBUG : file1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0afed_d20260831_m022334_c001_v0001100_t0038_u01788143014645") 2026/08/31 02:27:25 DEBUG : five: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6fff_d20260831_m022005_c001_v7007000_t0000_u01788142805715") 2026/08/31 02:27:25 DEBUG : five: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd5bc_d20260831_m022003_c001_v0001113_t0026_u01788142803851") 2026/08/31 02:27:25 DEBUG : foo: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc678752_d20260831_m021938_c001_v7007000_t0000_u01788142778208") 2026/08/31 02:27:25 DEBUG : foo: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd50a_d20260831_m021937_c001_v0001113_t0026_u01788142777562") 2026/08/31 02:27:25 DEBUG : foo: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd508_d20260831_m021937_c001_v0001113_t0026_u01788142777016") 2026/08/31 02:27:25 DEBUG : four: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7001_d20260831_m022005_c001_v7007000_t0000_u01788142805895") 2026/08/31 02:27:25 DEBUG : four: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb4b3_d20260831_m022004_c001_v0001041_t0046_u01788142804399") 2026/08/31 02:27:25 DEBUG : four: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd5b6_d20260831_m022003_c001_v0001113_t0026_u01788142803306") 2026/08/31 02:27:25 DEBUG : hello world2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6ea6_d20260831_m021850_c001_v7007000_t0000_u01788142730290") 2026/08/31 02:27:26 DEBUG : hello world2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd418_d20260831_m021849_c001_v0001113_t0026_u01788142729751") 2026/08/31 02:27:26 DEBUG : ignore-size: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6fa1_d20260831_m021927_c001_v7007000_t0000_u01788142767644") 2026/08/31 02:27:26 DEBUG : ignore-size: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd4ce_d20260831_m021926_c001_v0001113_t0026_u01788142766732") 2026/08/31 02:27:26 DEBUG : nested/sub dir/file: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7019_d20260831_m022017_c001_v7007000_t0000_u01788142817022") 2026/08/31 02:27:26 DEBUG : nested/sub dir/file: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1ae77b_d20260831_m022016_c001_v0001174_t0016_u01788142816478") 2026/08/31 02:27:26 DEBUG : nested/sub dir/file: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7015_d20260831_m022015_c001_v7007000_t0000_u01788142815739") 2026/08/31 02:27:26 DEBUG : nested/sub dir/file: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1ae777_d20260831_m022014_c001_v0001174_t0016_u01788142814849") 2026/08/31 02:27:26 DEBUG : one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7002_d20260831_m022006_c001_v7007000_t0000_u01788142806075") 2026/08/31 02:27:26 DEBUG : one: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd5ac_d20260831_m022002_c001_v0001113_t0026_u01788142802760") 2026/08/31 02:27:26 DEBUG : only0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bc4_d20260831_m022330_c001_v7007000_t0000_u01788143010205") 2026/08/31 02:27:26 DEBUG : only0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0afcd_d20260831_m022325_c001_v0001100_t0038_u01788143005017") 2026/08/31 02:27:26 DEBUG : only0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af0be_d20260831_m022316_c001_v0001174_t0016_u01788142996628") 2026/08/31 02:27:26 DEBUG : only0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4106feb03bc5359b_d20260831_m022311_c001_v7007000_t0000_u01788142991124") 2026/08/31 02:27:26 DEBUG : only0: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aeff8_d20260831_m022301_c001_v0001174_t0016_u01788142981979") 2026/08/31 02:27:26 DEBUG : only1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bc6_d20260831_m022330_c001_v7007000_t0000_u01788143010384") 2026/08/31 02:27:26 DEBUG : only1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0afd5_d20260831_m022325_c001_v0001100_t0038_u01788143005611") 2026/08/31 02:27:26 DEBUG : only1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af0c8_d20260831_m022316_c001_v0001174_t0016_u01788142996997") 2026/08/31 02:27:26 DEBUG : only1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4106feb03bc5358f_d20260831_m022310_c001_v7007000_t0000_u01788142990399") 2026/08/31 02:27:26 DEBUG : only1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aeffc_d20260831_m022302_c001_v0001174_t0016_u01788142982344") 2026/08/31 02:27:26 DEBUG : only10: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bc7_d20260831_m022330_c001_v7007000_t0000_u01788143010563") 2026/08/31 02:27:27 DEBUG : only10: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7c3_d20260831_m022324_c001_v0001041_t0046_u01788143004459") 2026/08/31 02:27:27 DEBUG : only10: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af11a_d20260831_m022320_c001_v0001174_t0016_u01788143000330") 2026/08/31 02:27:27 DEBUG : only10: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46df933_d20260831_m022310_c001_v7007000_t0000_u01788142990610") 2026/08/31 02:27:27 DEBUG : only10: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af03e_d20260831_m022305_c001_v0001174_t0016_u01788142985649") 2026/08/31 02:27:27 DEBUG : only11: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bc9_d20260831_m022330_c001_v7007000_t0000_u01788143010742") 2026/08/31 02:27:27 DEBUG : only11: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af16e_d20260831_m022324_c001_v0001174_t0016_u01788143004472") 2026/08/31 02:27:27 DEBUG : only11: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af11e_d20260831_m022320_c001_v0001174_t0016_u01788143000698") 2026/08/31 02:27:27 DEBUG : only11: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46df939_d20260831_m022310_c001_v7007000_t0000_u01788142990794") 2026/08/31 02:27:27 DEBUG : only11: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af044_d20260831_m022306_c001_v0001174_t0016_u01788142986018") 2026/08/31 02:27:27 DEBUG : only12: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bcb_d20260831_m022330_c001_v7007000_t0000_u01788143010921") 2026/08/31 02:27:27 DEBUG : only12: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af38e_d20260831_m022325_c001_v0001134_t0032_u01788143005203") 2026/08/31 02:27:27 DEBUG : only12: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af126_d20260831_m022321_c001_v0001174_t0016_u01788143001065") 2026/08/31 02:27:27 DEBUG : only12: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4106feb03bc53598_d20260831_m022310_c001_v7007000_t0000_u01788142990943") 2026/08/31 02:27:27 DEBUG : only12: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af046_d20260831_m022306_c001_v0001174_t0016_u01788142986383") 2026/08/31 02:27:27 DEBUG : only13: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bce_d20260831_m022331_c001_v7007000_t0000_u01788143011100") 2026/08/31 02:27:27 DEBUG : only13: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7c5_d20260831_m022324_c001_v0001041_t0046_u01788143004852") 2026/08/31 02:27:27 DEBUG : only13: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af130_d20260831_m022321_c001_v0001174_t0016_u01788143001433") 2026/08/31 02:27:27 DEBUG : only13: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46df941_d20260831_m022311_c001_v7007000_t0000_u01788142991224") 2026/08/31 02:27:27 DEBUG : only13: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af04c_d20260831_m022306_c001_v0001174_t0016_u01788142986749") 2026/08/31 02:27:27 DEBUG : only14: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bcf_d20260831_m022331_c001_v7007000_t0000_u01788143011280") 2026/08/31 02:27:27 DEBUG : only14: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af174_d20260831_m022324_c001_v0001174_t0016_u01788143004865") 2026/08/31 02:27:27 DEBUG : only14: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af137_d20260831_m022321_c001_v0001174_t0016_u01788143001799") 2026/08/31 02:27:27 DEBUG : only14: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4106feb03bc53595_d20260831_m022310_c001_v7007000_t0000_u01788142990761") 2026/08/31 02:27:28 DEBUG : only14: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af04e_d20260831_m022307_c001_v0001174_t0016_u01788142987117") 2026/08/31 02:27:28 DEBUG : only15: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bd0_d20260831_m022331_c001_v7007000_t0000_u01788143011462") 2026/08/31 02:27:28 DEBUG : only15: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af176_d20260831_m022325_c001_v0001174_t0016_u01788143005050") 2026/08/31 02:27:28 DEBUG : only15: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af142_d20260831_m022322_c001_v0001174_t0016_u01788143002273") 2026/08/31 02:27:28 DEBUG : only15: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4106feb03bc5359e_d20260831_m022311_c001_v7007000_t0000_u01788142991305") 2026/08/31 02:27:28 DEBUG : only15: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af054_d20260831_m022307_c001_v0001174_t0016_u01788142987490") 2026/08/31 02:27:28 DEBUG : only16: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bd1_d20260831_m022331_c001_v7007000_t0000_u01788143011652") 2026/08/31 02:27:28 DEBUG : only16: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7c7_d20260831_m022325_c001_v0001041_t0046_u01788143005059") 2026/08/31 02:27:28 DEBUG : only16: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af152_d20260831_m022322_c001_v0001174_t0016_u01788143002640") 2026/08/31 02:27:28 DEBUG : only16: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d0d_d20260831_m022310_c001_v7007000_t0000_u01788142990772") 2026/08/31 02:27:28 DEBUG : only16: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af05e_d20260831_m022307_c001_v0001174_t0016_u01788142987976") 2026/08/31 02:27:29 DEBUG : only17: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bd4_d20260831_m022331_c001_v7007000_t0000_u01788143011831") 2026/08/31 02:27:29 DEBUG : only17: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af180_d20260831_m022325_c001_v0001174_t0016_u01788143005419") 2026/08/31 02:27:29 DEBUG : only17: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af156_d20260831_m022323_c001_v0001174_t0016_u01788143003007") 2026/08/31 02:27:29 DEBUG : only17: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d17_d20260831_m022311_c001_v7007000_t0000_u01788142991315") 2026/08/31 02:27:29 DEBUG : only17: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af066_d20260831_m022308_c001_v0001174_t0016_u01788142988342") 2026/08/31 02:27:29 DEBUG : only18: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bd5_d20260831_m022332_c001_v7007000_t0000_u01788143012011") 2026/08/31 02:27:29 DEBUG : only18: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af188_d20260831_m022325_c001_v0001174_t0016_u01788143005604") 2026/08/31 02:27:29 DEBUG : only18: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af15c_d20260831_m022323_c001_v0001174_t0016_u01788143003374") 2026/08/31 02:27:29 DEBUG : only18: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d11_d20260831_m022310_c001_v7007000_t0000_u01788142990951") 2026/08/31 02:27:29 DEBUG : only18: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af06e_d20260831_m022308_c001_v0001174_t0016_u01788142988778") 2026/08/31 02:27:29 DEBUG : only19: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bd6_d20260831_m022332_c001_v7007000_t0000_u01788143012196") 2026/08/31 02:27:29 DEBUG : only19: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0afcf_d20260831_m022325_c001_v0001100_t0038_u01788143005203") 2026/08/31 02:27:29 DEBUG : only19: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af164_d20260831_m022323_c001_v0001174_t0016_u01788143003744") 2026/08/31 02:27:29 DEBUG : only19: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4106feb03bc5358e_d20260831_m022310_c001_v7007000_t0000_u01788142990217") 2026/08/31 02:27:29 DEBUG : only19: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af070_d20260831_m022309_c001_v0001174_t0016_u01788142989149") 2026/08/31 02:27:29 DEBUG : only2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bd7_d20260831_m022332_c001_v7007000_t0000_u01788143012375") 2026/08/31 02:27:29 DEBUG : only2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af17c_d20260831_m022325_c001_v0001174_t0016_u01788143005234") 2026/08/31 02:27:29 DEBUG : only2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af0cf_d20260831_m022317_c001_v0001174_t0016_u01788142997364") 2026/08/31 02:27:29 DEBUG : only2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417fc692ce70d96c_d20260831_m022310_c001_v7007000_t0000_u01788142990962") 2026/08/31 02:27:29 DEBUG : only2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af002_d20260831_m022302_c001_v0001174_t0016_u01788142982713") 2026/08/31 02:27:29 DEBUG : only3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bd8_d20260831_m022332_c001_v7007000_t0000_u01788143012555") 2026/08/31 02:27:30 DEBUG : only3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7cb_d20260831_m022325_c001_v0001041_t0046_u01788143005243") 2026/08/31 02:27:30 DEBUG : only3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af0d8_d20260831_m022317_c001_v0001174_t0016_u01788142997753") 2026/08/31 02:27:30 DEBUG : only3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46df93e_d20260831_m022311_c001_v7007000_t0000_u01788142991043") 2026/08/31 02:27:30 DEBUG : only3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af008_d20260831_m022303_c001_v0001174_t0016_u01788142983078") 2026/08/31 02:27:30 DEBUG : only4: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bd9_d20260831_m022332_c001_v7007000_t0000_u01788143012735") 2026/08/31 02:27:30 DEBUG : only4: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0afd3_d20260831_m022325_c001_v0001100_t0038_u01788143005386") 2026/08/31 02:27:30 DEBUG : only4: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af0e1_d20260831_m022318_c001_v0001174_t0016_u01788142998120") 2026/08/31 02:27:30 DEBUG : only4: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4106feb03bc53590_d20260831_m022310_c001_v7007000_t0000_u01788142990580") 2026/08/31 02:27:30 DEBUG : only4: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af00c_d20260831_m022303_c001_v0001174_t0016_u01788142983446") 2026/08/31 02:27:30 DEBUG : only5: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bda_d20260831_m022332_c001_v7007000_t0000_u01788143012913") 2026/08/31 02:27:30 DEBUG : only5: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af390_d20260831_m022325_c001_v0001134_t0032_u01788143005397") 2026/08/31 02:27:30 DEBUG : only5: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af0ec_d20260831_m022318_c001_v0001174_t0016_u01788142998491") 2026/08/31 02:27:30 DEBUG : only5: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d14_d20260831_m022311_c001_v7007000_t0000_u01788142991134") 2026/08/31 02:27:30 DEBUG : only5: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af010_d20260831_m022303_c001_v0001174_t0016_u01788142983821") 2026/08/31 02:27:30 DEBUG : only6: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bdb_d20260831_m022333_c001_v7007000_t0000_u01788143013093") 2026/08/31 02:27:30 DEBUG : only6: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7cd_d20260831_m022325_c001_v0001041_t0046_u01788143005427") 2026/08/31 02:27:30 DEBUG : only6: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af0f6_d20260831_m022318_c001_v0001174_t0016_u01788142998857") 2026/08/31 02:27:30 DEBUG : only6: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412677dbc36e1d08_d20260831_m022310_c001_v7007000_t0000_u01788142990587") 2026/08/31 02:27:30 DEBUG : only6: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af01c_d20260831_m022304_c001_v0001174_t0016_u01788142984186") 2026/08/31 02:27:30 DEBUG : only7: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bdc_d20260831_m022333_c001_v7007000_t0000_u01788143013273") 2026/08/31 02:27:31 DEBUG : only7: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af18c_d20260831_m022325_c001_v0001174_t0016_u01788143005788") 2026/08/31 02:27:31 DEBUG : only7: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af0fc_d20260831_m022319_c001_v0001174_t0016_u01788142999228") 2026/08/31 02:27:31 DEBUG : only7: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417fc692ce70d976_d20260831_m022311_c001_v7007000_t0000_u01788142991145") 2026/08/31 02:27:31 DEBUG : only7: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af022_d20260831_m022304_c001_v0001174_t0016_u01788142984551") 2026/08/31 02:27:31 DEBUG : only8: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bdd_d20260831_m022333_c001_v7007000_t0000_u01788143013535") 2026/08/31 02:27:31 DEBUG : only8: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af392_d20260831_m022325_c001_v0001134_t0032_u01788143005632") 2026/08/31 02:27:31 DEBUG : only8: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af104_d20260831_m022319_c001_v0001174_t0016_u01788142999595") 2026/08/31 02:27:31 DEBUG : only8: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417fc692ce70d967_d20260831_m022310_c001_v7007000_t0000_u01788142990783") 2026/08/31 02:27:31 DEBUG : only8: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af02e_d20260831_m022304_c001_v0001174_t0016_u01788142984917") 2026/08/31 02:27:31 DEBUG : only9: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bde_d20260831_m022333_c001_v7007000_t0000_u01788143013719") 2026/08/31 02:27:31 DEBUG : only9: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7cf_d20260831_m022325_c001_v0001041_t0046_u01788143005632") 2026/08/31 02:27:31 DEBUG : only9: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af10e_d20260831_m022319_c001_v0001174_t0016_u01788142999964") 2026/08/31 02:27:31 DEBUG : only9: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417fc692ce70d95f_d20260831_m022310_c001_v7007000_t0000_u01788142990595") 2026/08/31 02:27:31 DEBUG : only9: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af034_d20260831_m022305_c001_v0001174_t0016_u01788142985282") 2026/08/31 02:27:31 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7012_d20260831_m022013_c001_v7007000_t0000_u01788142813747") 2026/08/31 02:27:31 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1ae755_d20260831_m022011_c001_v0001174_t0016_u01788142811886") 2026/08/31 02:27:31 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f700d_d20260831_m022011_c001_v7007000_t0000_u01788142811155") 2026/08/31 02:27:31 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd5d2_d20260831_m022009_c001_v0001113_t0026_u01788142809558") 2026/08/31 02:27:31 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7008_d20260831_m022008_c001_v7007000_t0000_u01788142808836") 2026/08/31 02:27:31 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1ae70b_d20260831_m022006_c001_v0001174_t0016_u01788142806993") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc67882d_d20260831_m021957_c001_v7007000_t0000_u01788142797260") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd580_d20260831_m021956_c001_v0001113_t0026_u01788142796162") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc67880a_d20260831_m021954_c001_v7007000_t0000_u01788142794505") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd56c_d20260831_m021953_c001_v0001113_t0026_u01788142793777") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc6787f3_d20260831_m021952_c001_v7007000_t0000_u01788142792587") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd55e_d20260831_m021951_c001_v0001113_t0026_u01788142791849") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc6787a6_d20260831_m021946_c001_v7007000_t0000_u01788142786043") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd532_d20260831_m021944_c001_v0001113_t0026_u01788142784833") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc67879a_d20260831_m021944_c001_v7007000_t0000_u01788142784472") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd524_d20260831_m021943_c001_v0001113_t0026_u01788142783323") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc678784_d20260831_m021942_c001_v7007000_t0000_u01788142782963") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd522_d20260831_m021942_c001_v0001113_t0026_u01788142782423") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd520_d20260831_m021941_c001_v0001113_t0026_u01788142781877") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc67876f_d20260831_m021941_c001_v7007000_t0000_u01788142781516") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd51e_d20260831_m021940_c001_v0001113_t0026_u01788142780977") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd518_d20260831_m021940_c001_v0001113_t0058_u01788142780283") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc67875c_d20260831_m021939_c001_v7007000_t0000_u01788142779924") 2026/08/31 02:27:32 DEBUG : potato: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd512_d20260831_m021939_c001_v0001113_t0056_u01788142779111") 2026/08/31 02:27:32 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f406aa1fcbb1737f3_d20260831_m022059_c001_v7007000_t0000_u01788142859218") 2026/08/31 02:27:32 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1ae99a_d20260831_m022058_c001_v0001174_t0039_u01788142858277") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f406aa1fcbb173774_d20260831_m022049_c001_v7007000_t0000_u01788142849729") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1ae8f0_d20260831_m022044_c001_v0001174_t0047_u01788142844949") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f714d_d20260831_m022035_c001_v7007000_t0000_u01788142835897") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1ae82b_d20260831_m022030_c001_v0001174_t0031_u01788142830716") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7089_d20260831_m022023_c001_v7007000_t0000_u01788142823907") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1ae7a3_d20260831_m022019_c001_v0001174_t0021_u01788142819801") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6ff5_d20260831_m022001_c001_v7007000_t0000_u01788142801477") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd59a_d20260831_m022000_c001_v0001113_t0045_u01788142800273") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6ff2_d20260831_m021959_c001_v7007000_t0000_u01788142799911") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd588_d20260831_m021957_c001_v0001113_t0034_u01788142797803") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc678830_d20260831_m021957_c001_v7007000_t0000_u01788142797442") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd582_d20260831_m021956_c001_v0001113_t0026_u01788142796707") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc67881d_d20260831_m021955_c001_v7007000_t0000_u01788142795800") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd576_d20260831_m021954_c001_v0001113_t0008_u01788142794869") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc6787f9_d20260831_m021953_c001_v7007000_t0000_u01788142793415") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd564_d20260831_m021952_c001_v0001113_t0053_u01788142792598") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417d71d9dc6787ae_d20260831_m021946_c001_v7007000_t0000_u01788142786777") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd53e_d20260831_m021945_c001_v0001113_t0025_u01788142785559") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6ec8_d20260831_m021852_c001_v7007000_t0000_u01788142732811") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd42a_d20260831_m021852_c001_v0001113_t0026_u01788142732273") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6eba_d20260831_m021851_c001_v7007000_t0000_u01788142731370") 2026/08/31 02:27:33 DEBUG : potato2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd41e_d20260831_m021850_c001_v0001113_t0026_u01788142730831") 2026/08/31 02:27:34 DEBUG : potato3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f406aa1fcbb173787_d20260831_m022050_c001_v7007000_t0000_u01788142850466") 2026/08/31 02:27:34 DEBUG : potato3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd660_d20260831_m022046_c001_v0001113_t0052_u01788142846333") 2026/08/31 02:27:34 DEBUG : potato3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7152_d20260831_m022036_c001_v7007000_t0000_u01788142836414") 2026/08/31 02:27:34 DEBUG : potato3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd628_d20260831_m022031_c001_v0001113_t0016_u01788142831991") 2026/08/31 02:27:34 DEBUG : potato3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7093_d20260831_m022024_c001_v7007000_t0000_u01788142824250") 2026/08/31 02:27:34 DEBUG : potato3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1164cab2af1bd5f8_d20260831_m022020_c001_v0001113_t0054_u01788142820368") 2026/08/31 02:27:34 DEBUG : pre-dest1/1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f413a4e154d6350bd_d20260831_m022133_c001_v7007000_t0000_u01788142893031") 2026/08/31 02:27:34 DEBUG : pre-dest1/1: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd70c_d20260831_m022125_c001_v0001113_t0026_u01788142885253") 2026/08/31 02:27:34 DEBUG : pre-dest2/2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f413a4e154d6350c1_d20260831_m022133_c001_v7007000_t0000_u01788142893211") 2026/08/31 02:27:34 DEBUG : pre-dest2/2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1aeb0e_d20260831_m022125_c001_v0001174_t0016_u01788142885799") 2026/08/31 02:27:34 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9992_d20260831_m022112_c001_v7007000_t0000_u01788142872285") 2026/08/31 02:27:34 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eb583_d20260831_m022108_c001_v0001041_t0046_u01788142868004") 2026/08/31 02:27:34 DEBUG : sizeonly: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f9e_d20260831_m021926_c001_v7007000_t0000_u01788142766190") 2026/08/31 02:27:34 DEBUG : sizeonly: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd4c8_d20260831_m021925_c001_v0001113_t0026_u01788142765290") 2026/08/31 02:27:34 DEBUG : splitbanan: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfce5_d20260831_m022510_c001_v7007000_t0000_u01788143110560") 2026/08/31 02:27:34 DEBUG : splitbanan: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b131_d20260831_m022503_c001_v0001100_t0038_u01788143103754") 2026/08/31 02:27:34 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a15_d20260831_m022611_c001_v7007000_t0000_u01788143171424") 2026/08/31 02:27:34 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af646_d20260831_m022605_c001_v0001134_t0032_u01788143165143") 2026/08/31 02:27:34 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e5059fc_d20260831_m022559_c001_v7007000_t0000_u01788143159453") 2026/08/31 02:27:34 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af60e_d20260831_m022552_c001_v0001134_t0032_u01788143152749") 2026/08/31 02:27:34 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f417fc692ce70ddc8_d20260831_m022546_c001_v7007000_t0000_u01788143146965") 2026/08/31 02:27:34 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af5dc_d20260831_m022540_c001_v0001134_t0032_u01788143140473") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912d0b_d20260831_m022534_c001_v7007000_t0000_u01788143134772") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af5b0_d20260831_m022528_c001_v0001134_t0032_u01788143128667") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f419d536a48912cc5_d20260831_m022523_c001_v7007000_t0000_u01788143123000") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af55c_d20260831_m022516_c001_v0001134_t0032_u01788143116281") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f85_d20260831_m022504_c001_v7007000_t0000_u01788143104963") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af52c_d20260831_m022502_c001_v0001134_t0032_u01788143102867") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f42185d556f9f9f68_d20260831_m022457_c001_v7007000_t0000_u01788143097083") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0fb_d20260831_m022450_c001_v0001100_t0038_u01788143090631") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5487_d20260831_m022449_c001_v7007000_t0000_u01788143089711") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0e9_d20260831_m022446_c001_v0001100_t0038_u01788143086098") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc5478_d20260831_m022440_c001_v7007000_t0000_u01788143080321") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af4a8_d20260831_m022433_c001_v0001134_t0032_u01788143073938") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f407006445faeb94d_d20260831_m022432_c001_v7007000_t0000_u01788143072611") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb8c7_d20260831_m022429_c001_v0001041_t0046_u01788143069671") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f404ee08fbfbc53d8_d20260831_m022418_c001_v7007000_t0000_u01788143058332") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af3d0_d20260831_m022414_c001_v0001174_t0016_u01788143054492") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd282_d20260831_m022408_c001_v7007000_t0000_u01788143048640") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af362_d20260831_m022402_c001_v0001174_t0016_u01788143042636") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40000c26493dd265_d20260831_m022356_c001_v7007000_t0000_u01788143036891") 2026/08/31 02:27:35 DEBUG : splitbananasplit: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1af2de_d20260831_m022350_c001_v0001174_t0016_u01788143030629") 2026/08/31 02:27:36 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e50594b_d20260831_m022452_c001_v7007000_t0000_u01788143092053") 2026/08/31 02:27:36 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b0ed_d20260831_m022447_c001_v0001100_t0038_u01788143087090") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9c25_d20260831_m022345_c001_v7007000_t0000_u01788143025671") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb809_d20260831_m022343_c001_v0001041_t0046_u01788143023040") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfa9d_d20260831_m022341_c001_v7007000_t0000_u01788143021939") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af3cc_d20260831_m022339_c001_v0001134_t0032_u01788143019272") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f701a_d20260831_m022017_c001_v7007000_t0000_u01788142817202") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd5ea_d20260831_m022016_c001_v0001113_t0026_u01788142816465") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7017_d20260831_m022015_c001_v7007000_t0000_u01788142815919") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb4df_d20260831_m022015_c001_v0001041_t0046_u01788142815195") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f97_d20260831_m021923_c001_v7007000_t0000_u01788142763219") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd4b4_d20260831_m021921_c001_v0001113_t0026_u01788142761753") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f93_d20260831_m021921_c001_v7007000_t0000_u01788142761392") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd4b2_d20260831_m021920_c001_v0001113_t0026_u01788142760313") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f8b_d20260831_m021918_c001_v7007000_t0000_u01788142758290") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd4a2_d20260831_m021917_c001_v0001113_t0026_u01788142757351") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f88_d20260831_m021916_c001_v7007000_t0000_u01788142756795") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd496_d20260831_m021915_c001_v0001113_t0026_u01788142755799") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd48a_d20260831_m021913_c001_v0001113_t0026_u01788142753224") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f69_d20260831_m021912_c001_v7007000_t0000_u01788142752861") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd488_d20260831_m021912_c001_v0001113_t0026_u01788142752322") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd486_d20260831_m021911_c001_v0001113_t0026_u01788142751599") 2026/08/31 02:27:36 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f60_d20260831_m021911_c001_v7007000_t0000_u01788142751237") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd478_d20260831_m021908_c001_v0001113_t0026_u01788142748620") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd470_d20260831_m021906_c001_v0001113_t0026_u01788142746009") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f39_d20260831_m021905_c001_v7007000_t0000_u01788142745647") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd46c_d20260831_m021905_c001_v0001113_t0026_u01788142745111") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd468_d20260831_m021904_c001_v0001113_t0026_u01788142744389") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f2b_d20260831_m021904_c001_v7007000_t0000_u01788142744028") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd454_d20260831_m021900_c001_v0001113_t0026_u01788142740752") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f16_d20260831_m021900_c001_v7007000_t0000_u01788142740347") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd44e_d20260831_m021859_c001_v0001113_t0026_u01788142739806") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f0e_d20260831_m021858_c001_v7007000_t0000_u01788142738901") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd448_d20260831_m021858_c001_v0001113_t0026_u01788142738354") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6f02_d20260831_m021857_c001_v7007000_t0000_u01788142737812") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd444_d20260831_m021857_c001_v0001113_t0026_u01788142737276") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6ef7_d20260831_m021856_c001_v7007000_t0000_u01788142736366") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd436_d20260831_m021855_c001_v0001113_t0026_u01788142735650") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6ee7_d20260831_m021855_c001_v7007000_t0000_u01788142735108") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd430_d20260831_m021854_c001_v0001113_t0026_u01788142734571") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6ed5_d20260831_m021854_c001_v7007000_t0000_u01788142734029") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd42c_d20260831_m021853_c001_v0001113_t0026_u01788142733350") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6e90_d20260831_m021849_c001_v7007000_t0000_u01788142729148") 2026/08/31 02:27:37 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd416_d20260831_m021848_c001_v0001113_t0026_u01788142728602") 2026/08/31 02:27:38 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6e7f_d20260831_m021848_c001_v7007000_t0000_u01788142728060") 2026/08/31 02:27:38 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd412_d20260831_m021847_c001_v0001113_t0026_u01788142727409") 2026/08/31 02:27:38 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6e6a_d20260831_m021846_c001_v7007000_t0000_u01788142726513") 2026/08/31 02:27:38 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd40e_d20260831_m021845_c001_v0001113_t0026_u01788142725978") 2026/08/31 02:27:38 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f6e4f_d20260831_m021843_c001_v7007000_t0000_u01788142723833") 2026/08/31 02:27:38 DEBUG : sub dir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd402_d20260831_m021843_c001_v0001113_t0026_u01788142723293") 2026/08/31 02:27:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9c27_d20260831_m022345_c001_v7007000_t0000_u01788143025850") 2026/08/31 02:27:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af27a_d20260831_m022343_c001_v0001174_t0029_u01788143023055") 2026/08/31 02:27:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f427008fdc46dfaa7_d20260831_m022342_c001_v7007000_t0000_u01788143022119") 2026/08/31 02:27:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0affb_d20260831_m022339_c001_v0001100_t0021_u01788143019282") 2026/08/31 02:27:38 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a18_d20260831_m022613_c001_v7007000_t0000_u01788143173519") 2026/08/31 02:27:38 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af8a7_d20260831_m022612_c001_v0001174_t0012_u01788143172768") 2026/08/31 02:27:38 DEBUG : sub/yam: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7011_d20260831_m022013_c001_v7007000_t0000_u01788142813207") 2026/08/31 02:27:38 DEBUG : sub/yam: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd5dc_d20260831_m022011_c001_v0001113_t0026_u01788142811891") 2026/08/31 02:27:38 DEBUG : test_dir1/file2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bf1_d20260831_m022338_c001_v7007000_t0000_u01788143018534") 2026/08/31 02:27:38 DEBUG : test_dir1/file2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0aff7_d20260831_m022336_c001_v0001100_t0038_u01788143016945") 2026/08/31 02:27:38 DEBUG : test_dir1/file2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9be4_d20260831_m022336_c001_v7007000_t0000_u01788143016126") 2026/08/31 02:27:38 DEBUG : test_dir1/file2: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7eb_d20260831_m022334_c001_v0001041_t0046_u01788143014654") 2026/08/31 02:27:38 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9bf2_d20260831_m022338_c001_v7007000_t0000_u01788143018713") 2026/08/31 02:27:38 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb7f9_d20260831_m022336_c001_v0001041_t0046_u01788143016945") 2026/08/31 02:27:38 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f416b9bff8dff9be5_d20260831_m022336_c001_v7007000_t0000_u01788143016306") 2026/08/31 02:27:39 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af3b4_d20260831_m022334_c001_v0001134_t0032_u01788143014669") 2026/08/31 02:27:39 DEBUG : three: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7003_d20260831_m022006_c001_v7007000_t0000_u01788142806255") 2026/08/31 02:27:39 DEBUG : three: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd5c2_d20260831_m022005_c001_v0001113_t0026_u01788142805155") 2026/08/31 02:27:39 DEBUG : three: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd5b2_d20260831_m022003_c001_v0001113_t0026_u01788142803122") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a1a_d20260831_m022615_c001_v7007000_t0000_u01788143175064") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eba49_d20260831_m022614_c001_v0001041_t0046_u01788143174477") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4202747ae8774cd3_d20260831_m022634_c001_v7007000_t0000_u01788143194634") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b265_d20260831_m022632_c001_v0001100_t0048_u01788143192995") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4202747ae8774cb9_d20260831_m022631_c001_v7007000_t0000_u01788143191418") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eba69_d20260831_m022629_c001_v0001041_t0020_u01788143189714") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4202747ae8774c9d_d20260831_m022628_c001_v7007000_t0000_u01788143188742") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af92b_d20260831_m022628_c001_v0001174_t0047_u01788143188037") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a31_d20260831_m022622_c001_v7007000_t0000_u01788143182522") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f1179bd973d6eba5b_d20260831_m022621_c001_v0001041_t0023_u01788143181061") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4202747ae8774c7d_d20260831_m022625_c001_v7007000_t0000_u01788143185529") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f10136b5253c0b245_d20260831_m022623_c001_v0001100_t0059_u01788143183858") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a21_d20260831_m022620_c001_v7007000_t0000_u01788143180098") 2026/08/31 02:27:39 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f114d95e57c1af8d9_d20260831_m022619_c001_v0001174_t0012_u01788143179217") 2026/08/31 02:27:39 DEBUG : toe/toe/tictactoe: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a1f_d20260831_m022618_c001_v7007000_t0000_u01788143178222") 2026/08/31 02:27:39 DEBUG : toe/toe/tictactoe: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af666_d20260831_m022617_c001_v0001134_t0032_u01788143177549") 2026/08/31 02:27:40 DEBUG : toe/toe/tictactoe: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4188a1e09e505a1c_d20260831_m022616_c001_v7007000_t0000_u01788143176600") 2026/08/31 02:27:40 DEBUG : toe/toe/tictactoe: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40136b5253c0b22d_d20260831_m022616_c001_v0001100_t0038_u01788143176010") 2026/08/31 02:27:40 DEBUG : toe/toe/toe: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4202747ae8774cfd_d20260831_m022639_c001_v7007000_t0000_u01788143199309") 2026/08/31 02:27:40 DEBUG : toe/toe/toe: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eba7f_d20260831_m022638_c001_v0001041_t0046_u01788143198717") 2026/08/31 02:27:40 DEBUG : toe/toe/toe: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4202747ae8774c87_d20260831_m022627_c001_v7007000_t0000_u01788143187080") 2026/08/31 02:27:40 DEBUG : toe/toe/toe: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af676_d20260831_m022626_c001_v0001134_t0032_u01788143186477") 2026/08/31 02:27:40 DEBUG : toe/toe/toe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4202747ae8774cd7_d20260831_m022635_c001_v7007000_t0000_u01788143195242") 2026/08/31 02:27:40 DEBUG : toe/toe/toe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f40881853fb5af696_d20260831_m022634_c001_v0001134_t0032_u01788143194454") 2026/08/31 02:27:40 DEBUG : toe/toe/toe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4202747ae8774cba_d20260831_m022632_c001_v7007000_t0000_u01788143192022") 2026/08/31 02:27:40 DEBUG : toe/toe/toe.txt: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f400dc72280c47646_d20260831_m022631_c001_v0001185_t0012_u01788143191231") 2026/08/31 02:27:40 DEBUG : two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7004_d20260831_m022006_c001_v7007000_t0000_u01788142806435") 2026/08/31 02:27:40 DEBUG : two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f414d95e57c1ae6db_d20260831_m022004_c001_v0001174_t0016_u01788142804595") 2026/08/31 02:27:40 DEBUG : two: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4164cab2af1bd5b0_d20260831_m022002_c001_v0001113_t0026_u01788142802941") 2026/08/31 02:27:40 DEBUG : yam: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7013_d20260831_m022013_c001_v7007000_t0000_u01788142813927") 2026/08/31 02:27:40 DEBUG : yam: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4115f3718d132ef6_d20260831_m022013_c001_v0001039_t0058_u01788142813023") 2026/08/31 02:27:40 DEBUG : yam: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f700c_d20260831_m022010_c001_v7007000_t0000_u01788142810490") 2026/08/31 02:27:40 DEBUG : yam: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb4cb_d20260831_m022009_c001_v0001041_t0046_u01788142809568") 2026/08/31 02:27:40 DEBUG : yam: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7007_d20260831_m022008_c001_v7007000_t0000_u01788142808296") 2026/08/31 02:27:40 DEBUG : yam: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4179bd973d6eb4bd_d20260831_m022006_c001_v0001041_t0046_u01788142806981") 2026/08/31 02:27:40 DEBUG : yaml: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f700e_d20260831_m022011_c001_v7007000_t0000_u01788142811335") 2026/08/31 02:27:40 DEBUG : yaml: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f412ae7018e5d0df8_d20260831_m022010_c001_v0001136_t0007_u01788142810305") 2026/08/31 02:27:40 DEBUG : yaml: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f418576a6783f7009_d20260831_m022009_c001_v7007000_t0000_u01788142809016") 2026/08/31 02:27:40 DEBUG : yaml: Deleting (id "4_zdfb29d9390cd5b5baf080e1b_f4104982fa5ba1877_d20260831_m022008_c001_v0001171_t0036_u01788142808105") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 9m1.473178468s (try 1/5)