"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2026/08/27 05:46:39 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami" 2026/08/27 05:46:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/27 05:46:40 DEBUG : Creating backend with remote "/tmp/rclone285695547" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/patternNeedsGlob === RUN TestNewLess/patternRejectsEmptyGlob === RUN TestNewLess/patternRejectsBadGlob === RUN TestNewLess/patternOrder === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/patternNeedsGlob (0.00s) --- PASS: TestNewLess/patternRejectsEmptyGlob (0.00s) --- PASS: TestNewLess/patternRejectsBadGlob (0.00s) --- PASS: TestNewLess/patternOrder (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:46:41 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/27 05:46:41 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:41 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.41s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:41 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/27 05:46:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:46:41 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:41 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:42 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:46:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:46:42 INFO : sub dir/hello world: Copied (new) 2026/08/27 05:46:42 DEBUG : B2 bucket rclone-test-xadunuc9qami: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (1.58s) === RUN TestCopyMetadata run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.35s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.35s) === RUN TestCopyMissingDirectory run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:44 DEBUG : Creating backend with remote "/non-existing" 2026/08/27 05:46:44 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/27 05:46:44 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:44 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.52s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:46:45 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:45 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:45 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:46:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:46:45 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.83s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" sync_test.go:223: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.35s) === RUN TestCopyCheckFirst run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:46 INFO : B2 bucket rclone-test-xadunuc9qami: Running all checks before starting transfers 2026/08/27 05:46:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:46:46 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:46 INFO : B2 bucket rclone-test-xadunuc9qami: Checks finished, now starting transfers 2026/08/27 05:46:46 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:47 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:46:47 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:46:47 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.05s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:47 ERROR : Ignoring --no-traverse with sync 2026/08/27 05:46:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:46:47 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:47 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:48 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:46:48 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:46:48 INFO : sub dir/hello world: Copied (new) 2026/08/27 05:46:48 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.05s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:49 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/27 05:46:49 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:49 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:49 DEBUG : hello world2: size = 12 OK 2026/08/27 05:46:49 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/27 05:46:49 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.05s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:50 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:46:50 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:50 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:50 DEBUG : potato2: size = 11 OK 2026/08/27 05:46:50 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:46:50 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.05s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:51 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:46:51 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:51 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:51 DEBUG : potato2: size = 11 OK 2026/08/27 05:46:51 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:46:51 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.40s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:52 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/27 05:46:52 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 05:46:52 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/27 05:46:52 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/27 05:46:52 INFO : sub dir2: Making directory 2026/08/27 05:46:52 INFO : sub dir: Making directory 2026/08/27 05:46:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:46:52 INFO : sub dir2/sub sub dir2: Making directory 2026/08/27 05:46:52 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:52 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:52 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:46:52 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:46:52 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/27 05:46:52 DEBUG : B2 bucket rclone-test-xadunuc9qami: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.05s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:53 INFO : sub dir2: Making directory 2026/08/27 05:46:53 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/27 05:46:53 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 05:46:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:46:53 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:53 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:53 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:46:53 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:46:53 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.05s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:54 DEBUG : sub dir2: Making directory with metadata 2026/08/27 05:46:54 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 05:46:54 INFO : sub dir2: Making directory 2026/08/27 05:46:54 INFO : sub dir: Making directory 2026/08/27 05:46:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:46:54 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:54 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:54 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:46:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:46:54 INFO : sub dir/hello world: Copied (new) 2026/08/27 05:46:54 INFO : sub dir/hello world: Deleted fstest.go:251: Filtering empty directory "sub dir2" 2026/08/27 05:46:54 DEBUG : B2 bucket rclone-test-xadunuc9qami: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/27 05:46:55 DEBUG : B2 bucket rclone-test-xadunuc9qami: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.22s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" sync_test.go:439: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.35s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:56 INFO : sub dir2: Making directory 2026/08/27 05:46:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:46:56 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:56 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:56 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:46:56 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:46:56 INFO : sub dir/hello world: Copied (new) 2026/08/27 05:46:56 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.05s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:57 DEBUG : sub dir2: Making directory with metadata 2026/08/27 05:46:57 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 05:46:57 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/27 05:46:57 INFO : sub dir2: Making directory 2026/08/27 05:46:57 INFO : sub dir: Making directory 2026/08/27 05:46:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:46:57 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:57 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:57 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:46:57 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:46:57 INFO : sub dir/hello world: Copied (new) 2026/08/27 05:46:57 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" 2026/08/27 05:46:57 DEBUG : B2 bucket rclone-test-xadunuc9qami: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.18s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" sync_test.go:538: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.35s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:46:58 INFO : sub dir2: Making directory 2026/08/27 05:46:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:46:58 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:46:58 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:46:58 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:46:58 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:46:58 INFO : sub dir/hello world: Copied (new) 2026/08/27 05:46:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.11s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:00 DEBUG : Creating backend with remote "TestB2:rclone-test-yohific3coxe" sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-xadunuc9qami -> B2 bucket rclone-test-yohific3coxe 2026/08/27 05:47:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:47:01 DEBUG : B2 bucket rclone-test-yohific3coxe: Waiting for checks to finish 2026/08/27 05:47:01 DEBUG : B2 bucket rclone-test-yohific3coxe: Waiting for transfers to finish 2026/08/27 05:47:01 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:47:01 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:47:01 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/27 05:47:01 DEBUG : B2 bucket rclone-test-yohific3coxe: Purge remote 2026/08/27 05:47:01 INFO : B2 bucket rclone-test-yohific3coxe: cleaning bucket "rclone-test-yohific3coxe" of all files 2026/08/27 05:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z2fc2ed53c01d4b1baf080e1b_f4083684720ed2f63_d20260827_m054701_c001_v0001044_t0042_u01787809621643") --- PASS: TestServerSideCopy (3.51s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:03 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:03 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone285695547) 2026/08/27 05:47:03 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:47:03 DEBUG : sub dir/hello world: Sizes differ 2026/08/27 05:47:03 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:03 DEBUG : sub dir/hello world: size = 17 OK 2026/08/27 05:47:03 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/27 05:47:03 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.41s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:04 DEBUG : Creating backend with remote "TestB2:rclone-test-dorahav5fasa" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-xadunuc9qami -> B2 bucket rclone-test-dorahav5fasa 2026/08/27 05:47:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:47:06 DEBUG : B2 bucket rclone-test-dorahav5fasa: Waiting for checks to finish 2026/08/27 05:47:06 DEBUG : B2 bucket rclone-test-dorahav5fasa: Waiting for transfers to finish 2026/08/27 05:47:06 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:47:06 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:47:06 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/27 05:47:07 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:47:07 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-dorahav5fasa) 2026/08/27 05:47:07 DEBUG : sub dir/hello world: Sizes differ 2026/08/27 05:47:07 DEBUG : B2 bucket rclone-test-dorahav5fasa: Waiting for checks to finish 2026/08/27 05:47:07 DEBUG : B2 bucket rclone-test-dorahav5fasa: Waiting for transfers to finish 2026/08/27 05:47:07 DEBUG : sub dir/hello world: size = 17 OK 2026/08/27 05:47:07 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/27 05:47:07 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/27 05:47:07 DEBUG : B2 bucket rclone-test-dorahav5fasa: Purge remote 2026/08/27 05:47:07 INFO : B2 bucket rclone-test-dorahav5fasa: cleaning bucket "rclone-test-dorahav5fasa" of all files 2026/08/27 05:47:07 DEBUG : sub dir/hello world: Deleting (id "4_z3fa2fd83c01d4b1baf080e1b_f4062eadd1b4e5312_d20260827_m054707_c001_v0001039_t0041_u01787809627426") 2026/08/27 05:47:07 DEBUG : sub dir/hello world: Deleting (id "4_z3fa2fd83c01d4b1baf080e1b_f416dc25ace3dc9ee_d20260827_m054706_c001_v0001181_t0006_u01787809626528") --- PASS: TestServerSideCopyOverSelf (4.95s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:10 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:10 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone285695547) 2026/08/27 05:47:10 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:47:10 DEBUG : sub dir/hello world: Sizes differ 2026/08/27 05:47:10 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:10 DEBUG : sub dir/hello world: size = 17 OK 2026/08/27 05:47:10 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/27 05:47:10 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/27 05:47:10 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.41s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:11 DEBUG : Creating backend with remote "TestB2:rclone-test-civelem9labe" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-xadunuc9qami -> B2 bucket rclone-test-civelem9labe 2026/08/27 05:47:12 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:47:12 DEBUG : B2 bucket rclone-test-civelem9labe: Waiting for checks to finish 2026/08/27 05:47:12 DEBUG : B2 bucket rclone-test-civelem9labe: Waiting for transfers to finish 2026/08/27 05:47:13 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:47:13 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:47:13 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/27 05:47:13 DEBUG : B2 bucket rclone-test-civelem9labe: Waiting for checks to finish 2026/08/27 05:47:13 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:47:13 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-civelem9labe) 2026/08/27 05:47:13 DEBUG : sub dir/hello world: Sizes differ 2026/08/27 05:47:13 DEBUG : B2 bucket rclone-test-civelem9labe: Waiting for transfers to finish 2026/08/27 05:47:13 DEBUG : sub dir/hello world: size = 17 OK 2026/08/27 05:47:13 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/27 05:47:13 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/27 05:47:14 INFO : sub dir/hello world: Deleted 2026/08/27 05:47:14 DEBUG : testing file moves 2026/08/27 05:47:15 DEBUG : B2 bucket rclone-test-civelem9labe: Waiting for checks to finish 2026/08/27 05:47:15 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:47:15 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-civelem9labe) 2026/08/27 05:47:15 DEBUG : sub dir/hello world: Sizes differ 2026/08/27 05:47:15 DEBUG : B2 bucket rclone-test-civelem9labe: Waiting for transfers to finish 2026/08/27 05:47:15 DEBUG : sub dir/hello world: size = 24 OK 2026/08/27 05:47:15 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/08/27 05:47:15 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/27 05:47:15 INFO : sub dir/hello world: Deleted 2026/08/27 05:47:15 DEBUG : B2 bucket rclone-test-civelem9labe: Purge remote 2026/08/27 05:47:15 INFO : B2 bucket rclone-test-civelem9labe: cleaning bucket "rclone-test-civelem9labe" of all files 2026/08/27 05:47:15 DEBUG : sub dir/hello world: Deleting (id "4_z5fa21d13c02d4b1baf080e1b_f41478e05d6cdf6d8_d20260827_m054715_c001_v0001137_t0050_u01787809635113") 2026/08/27 05:47:15 DEBUG : sub dir/hello world: Deleting (id "4_z5fa21d13c02d4b1baf080e1b_f417669cc9b793683_d20260827_m054713_c001_v0001184_t0057_u01787809633868") 2026/08/27 05:47:15 DEBUG : sub dir/hello world: Deleting (id "4_z5fa21d13c02d4b1baf080e1b_f41457711e0743924_d20260827_m054712_c001_v0001136_t0033_u01787809632974") --- PASS: TestServerSideMoveOverSelf (6.28s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:17 ERROR : error listing: directory not found 2026/08/27 05:47:17 INFO : Local file system at /tmp/rclone285695547: Making directory 2026/08/27 05:47:17 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:17 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.23s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:47:19 DEBUG : Local file system at /tmp/rclone285695547: Waiting for checks to finish 2026/08/27 05:47:19 DEBUG : Local file system at /tmp/rclone285695547: Waiting for transfers to finish 2026/08/27 05:47:19 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/08/27 05:47:19 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:47:19 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/08/27 05:47:19 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.58s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:20 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/27 05:47:20 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:20 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:20 DEBUG : check sum: size = 1 OK 2026/08/27 05:47:20 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 05:47:20 INFO : check sum: Copied (new) 2026/08/27 05:47:20 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:20 DEBUG : check sum: size = 1 OK 2026/08/27 05:47:20 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:20 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 05:47:20 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/08/27 05:47:20 DEBUG : check sum: Unchanged skipping 2026/08/27 05:47:20 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:20 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:20 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.41s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:21 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/27 05:47:21 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:21 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:21 DEBUG : sizeonly: size = 6 OK 2026/08/27 05:47:21 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/27 05:47:21 INFO : sizeonly: Copied (new) 2026/08/27 05:47:21 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:22 DEBUG : sizeonly: size = 6 OK 2026/08/27 05:47:22 DEBUG : sizeonly: Sizes identical 2026/08/27 05:47:22 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:22 DEBUG : sizeonly: Unchanged skipping 2026/08/27 05:47:22 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:22 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:22 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.41s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:23 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/27 05:47:23 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:23 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:23 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/08/27 05:47:23 INFO : ignore-size: Copied (new) 2026/08/27 05:47:23 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:23 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:47:23 DEBUG : ignore-size: Unchanged skipping 2026/08/27 05:47:23 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:23 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:23 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:23 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.40s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:24 DEBUG : existing: size = 6 OK 2026/08/27 05:47:24 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:47:24 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:24 DEBUG : existing: Unchanged skipping 2026/08/27 05:47:24 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:24 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:24 INFO : There was nothing to transfer 2026/08/27 05:47:24 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/27 05:47:24 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:24 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:25 DEBUG : existing: size = 6 OK 2026/08/27 05:47:25 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/27 05:47:25 INFO : existing: Copied (replaced existing) 2026/08/27 05:47:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.58s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:26 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/27 05:47:26 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:26 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:26 DEBUG : existing: size = 6 OK 2026/08/27 05:47:26 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/27 05:47:26 INFO : existing: Copied (new) 2026/08/27 05:47:26 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:26 DEBUG : existing: Destination exists, skipping 2026/08/27 05:47:26 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:26 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:26 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:26 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.40s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:27 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/27 05:47:27 DEBUG : c/non empty space: size = 5 OK 2026/08/27 05:47:27 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:47:27 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/27 05:47:27 DEBUG : c/non empty space: Unchanged skipping 2026/08/27 05:47:27 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:27 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:28 DEBUG : a/potato2: size = 60 OK 2026/08/27 05:47:28 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:47:28 INFO : a/potato2: Copied (new) 2026/08/27 05:47:28 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:28 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.05s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:29 DEBUG : empty space: size = 1 OK 2026/08/27 05:47:29 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/27 05:47:29 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:29 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 05:47:29 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/08/27 05:47:29 DEBUG : empty space: Unchanged skipping 2026/08/27 05:47:29 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:29 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:29 INFO : There was nothing to transfer 2026/08/27 05:47:30 DEBUG : empty space: size = 1 OK 2026/08/27 05:47:30 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/27 05:47:30 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:30 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 05:47:30 INFO : empty space: Updated modification time in destination 2026/08/27 05:47:30 DEBUG : empty space: Unchanged skipping 2026/08/27 05:47:30 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:30 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:30 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.38s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:32 DEBUG : empty space: size = 1 OK 2026/08/27 05:47:32 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/27 05:47:32 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:32 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 05:47:32 DEBUG : empty space: Unchanged skipping 2026/08/27 05:47:32 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:32 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:32 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.24s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:33 DEBUG : foo: size = 3 OK 2026/08/27 05:47:33 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/27 05:47:33 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:33 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone285695547) 2026/08/27 05:47:33 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:47:33 DEBUG : foo: sha1 differ 2026/08/27 05:47:33 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:33 DEBUG : foo: size = 3 OK 2026/08/27 05:47:33 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/08/27 05:47:33 INFO : foo: Copied (replaced existing) 2026/08/27 05:47:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.42s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:34 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/27 05:47:34 DEBUG : empty space: size = 1 OK 2026/08/27 05:47:34 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:47:34 DEBUG : empty space: Unchanged skipping 2026/08/27 05:47:34 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:34 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:35 DEBUG : potato: size = 60 OK 2026/08/27 05:47:35 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:47:35 INFO : potato: Copied (new) 2026/08/27 05:47:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (2.20s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:37 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:37 DEBUG : potato: size = 21 (Local file system at /tmp/rclone285695547) 2026/08/27 05:47:37 DEBUG : potato: size = 60 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:47:37 DEBUG : potato: Sizes differ 2026/08/27 05:47:37 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:37 DEBUG : potato: size = 21 OK 2026/08/27 05:47:37 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/08/27 05:47:37 INFO : potato: Copied (replaced existing) 2026/08/27 05:47:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.84s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:38 DEBUG : potato: size = 21 OK 2026/08/27 05:47:38 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/27 05:47:38 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:38 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone285695547) 2026/08/27 05:47:38 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:47:38 DEBUG : potato: sha1 differ 2026/08/27 05:47:38 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:39 DEBUG : potato: size = 21 OK 2026/08/27 05:47:39 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/08/27 05:47:39 INFO : potato: Copied (replaced existing) 2026/08/27 05:47:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.41s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:40 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:47:40 DEBUG : empty space: size = 1 OK 2026/08/27 05:47:40 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/27 05:47:40 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:47:40 DEBUG : empty space: Unchanged skipping 2026/08/27 05:47:40 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:40 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:40 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:40 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.41s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:41 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:47:41 DEBUG : empty space: size = 1 OK 2026/08/27 05:47:41 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:47:41 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:41 DEBUG : empty space: Unchanged skipping 2026/08/27 05:47:41 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:42 DEBUG : potato2: size = 60 OK 2026/08/27 05:47:42 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:47:42 INFO : potato2: Copied (new) 2026/08/27 05:47:42 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:42 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.23s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:43 INFO : d: Making directory 2026/08/27 05:47:43 INFO : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2026/08/27 05:47:44 DEBUG : c/non empty space: size = 5 OK 2026/08/27 05:47:44 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:47:44 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/27 05:47:44 DEBUG : c/non empty space: Unchanged skipping 2026/08/27 05:47:44 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:44 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:44 DEBUG : a/potato2: size = 60 OK 2026/08/27 05:47:44 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:47:44 INFO : a/potato2: Copied (new) 2026/08/27 05:47:44 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:44 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.09s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:45 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/27 05:47:46 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/27 05:47:46 DEBUG : c/non empty space: size = 5 OK 2026/08/27 05:47:46 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:47:46 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:46 DEBUG : c/non empty space: Unchanged skipping 2026/08/27 05:47:46 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:46 DEBUG : a/potato2: size = 60 OK 2026/08/27 05:47:46 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:47:46 INFO : a/potato2: Copied (new) 2026/08/27 05:47:46 ERROR : B2 bucket rclone-test-xadunuc9qami: not deleting files as there were IO errors 2026/08/27 05:47:46 ERROR : B2 bucket rclone-test-xadunuc9qami: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.18s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:48 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:48 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:47:48 DEBUG : empty space: size = 1 OK 2026/08/27 05:47:48 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:47:48 DEBUG : empty space: Unchanged skipping 2026/08/27 05:47:48 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:48 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:48 INFO : potato: Deleted 2026/08/27 05:47:48 DEBUG : potato2: size = 60 OK 2026/08/27 05:47:48 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:47:48 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (2.04s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:50 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:50 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:50 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:50 INFO : potato: Deleted 2026/08/27 05:47:50 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:47:50 DEBUG : empty space: size = 1 OK 2026/08/27 05:47:50 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:47:50 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:50 DEBUG : empty space: Unchanged skipping 2026/08/27 05:47:50 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:51 DEBUG : potato2: size = 60 OK 2026/08/27 05:47:51 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:47:51 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.38s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:52 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:47:52 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:52 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:52 DEBUG : potato2: size = 19 OK 2026/08/27 05:47:52 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/08/27 05:47:52 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.61s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:54 DEBUG : enormous: Excluded (Size Filter) 2026/08/27 05:47:54 DEBUG : enormous: Excluded 2026/08/27 05:47:54 DEBUG : potato2: Excluded (Size Filter) 2026/08/27 05:47:54 DEBUG : potato2: Excluded 2026/08/27 05:47:54 DEBUG : potato2: Excluded (Size Filter) 2026/08/27 05:47:54 DEBUG : empty space: size = 1 OK 2026/08/27 05:47:54 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:47:54 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:54 DEBUG : empty space: Unchanged skipping 2026/08/27 05:47:54 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:54 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:54 INFO : There was nothing to transfer 2026/08/27 05:47:54 DEBUG : enormous: Excluded (Size Filter) 2026/08/27 05:47:54 DEBUG : enormous: Excluded 2026/08/27 05:47:54 DEBUG : potato2: Excluded (Size Filter) 2026/08/27 05:47:54 DEBUG : potato2: Excluded 2026/08/27 05:47:55 DEBUG : potato2: Excluded (Size Filter) 2026/08/27 05:47:55 DEBUG : Local file system at /tmp/rclone285695547: Waiting for checks to finish 2026/08/27 05:47:55 DEBUG : empty space: size = 1 OK 2026/08/27 05:47:55 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/27 05:47:55 DEBUG : empty space: Unchanged skipping 2026/08/27 05:47:55 DEBUG : Local file system at /tmp/rclone285695547: Waiting for transfers to finish 2026/08/27 05:47:55 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:55 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (2.08s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:56 DEBUG : enormous: Excluded (Size Filter) 2026/08/27 05:47:56 DEBUG : enormous: Excluded 2026/08/27 05:47:56 DEBUG : potato2: Excluded (Size Filter) 2026/08/27 05:47:56 DEBUG : potato2: Excluded 2026/08/27 05:47:57 DEBUG : empty space: size = 1 OK 2026/08/27 05:47:57 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:47:57 DEBUG : empty space: Unchanged skipping 2026/08/27 05:47:57 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:57 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:57 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:57 INFO : enormous: Deleted 2026/08/27 05:47:57 INFO : potato2: Deleted 2026/08/27 05:47:57 INFO : There was nothing to transfer 2026/08/27 05:47:57 DEBUG : empty space: size = 1 OK 2026/08/27 05:47:57 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/27 05:47:57 DEBUG : empty space: Unchanged skipping 2026/08/27 05:47:57 DEBUG : Local file system at /tmp/rclone285695547: Waiting for checks to finish 2026/08/27 05:47:57 DEBUG : Local file system at /tmp/rclone285695547: Waiting for transfers to finish 2026/08/27 05:47:57 DEBUG : Waiting for deletions to finish 2026/08/27 05:47:57 INFO : enormous: Deleted 2026/08/27 05:47:57 INFO : potato2: Deleted 2026/08/27 05:47:57 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.52s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:47:59 DEBUG : five: Need to transfer - File not found at Destination 2026/08/27 05:47:59 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:47:59 DEBUG : four: size = 4 (Local file system at /tmp/rclone285695547) 2026/08/27 05:47:59 DEBUG : four: size = 8 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:47:59 DEBUG : four: Sizes differ 2026/08/27 05:47:59 DEBUG : three: size = 5 OK 2026/08/27 05:47:59 DEBUG : three: Sizes identical 2026/08/27 05:47:59 DEBUG : two: size = 3 OK 2026/08/27 05:47:59 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/27 05:47:59 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone285695547) 2026/08/27 05:47:59 DEBUG : one: Destination is newer than source, skipping 2026/08/27 05:47:59 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:47:59 DEBUG : two: sha1 differ 2026/08/27 05:47:59 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/27 05:47:59 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:47:59 DEBUG : four: size = 4 OK 2026/08/27 05:47:59 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/27 05:47:59 INFO : four: Copied (replaced existing) 2026/08/27 05:48:00 DEBUG : two: size = 3 OK 2026/08/27 05:48:00 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/27 05:48:00 INFO : two: Copied (replaced existing) 2026/08/27 05:48:00 DEBUG : five: size = 4 OK 2026/08/27 05:48:00 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/27 05:48:00 INFO : five: Copied (new) 2026/08/27 05:48:00 DEBUG : Waiting for deletions to finish 2026/08/27 05:48:00 DEBUG : five: size = 4 OK 2026/08/27 05:48:00 DEBUG : four: size = 4 OK 2026/08/27 05:48:00 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:48:00 DEBUG : three: size = 5 OK 2026/08/27 05:48:00 DEBUG : one: Destination is newer than source, skipping 2026/08/27 05:48:00 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/27 05:48:00 DEBUG : two: size = 3 OK 2026/08/27 05:48:00 DEBUG : five: Size and sha1 of src and dst objects identical 2026/08/27 05:48:00 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone285695547) 2026/08/27 05:48:00 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/27 05:48:00 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:48:00 DEBUG : four: Size and sha1 of src and dst objects identical 2026/08/27 05:48:00 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/08/27 05:48:00 DEBUG : three: sha1 differ 2026/08/27 05:48:00 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/08/27 05:48:00 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/27 05:48:00 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/08/27 05:48:00 DEBUG : two: Size and sha1 of src and dst objects identical 2026/08/27 05:48:00 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/08/27 05:48:00 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:48:00 DEBUG : three: size = 5 OK 2026/08/27 05:48:00 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 05:48:00 INFO : three: Copied (replaced existing) 2026/08/27 05:48:00 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.03s) === 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-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/08/27 05:48:02 INFO : B2 bucket rclone-test-xadunuc9qami: Making map for --track-renames 2026/08/27 05:48:02 INFO : B2 bucket rclone-test-xadunuc9qami: Finished making map for --track-renames 2026/08/27 05:48:02 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:48:02 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/27 05:48:02 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for renames to finish 2026/08/27 05:48:02 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/27 05:48:02 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:48:02 DEBUG : potato: size = 14 OK 2026/08/27 05:48:02 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/27 05:48:02 INFO : potato: Copied (new) 2026/08/27 05:48:02 DEBUG : yam: size = 11 OK 2026/08/27 05:48:02 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/27 05:48:02 INFO : yam: Copied (new) 2026/08/27 05:48:02 DEBUG : Waiting for deletions to finish 2026/08/27 05:48:03 DEBUG : potato: size = 14 OK 2026/08/27 05:48:03 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:48:03 DEBUG : potato: Unchanged skipping 2026/08/27 05:48:03 INFO : B2 bucket rclone-test-xadunuc9qami: Making map for --track-renames 2026/08/27 05:48:03 INFO : B2 bucket rclone-test-xadunuc9qami: Finished making map for --track-renames 2026/08/27 05:48:03 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:48:03 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for renames to finish 2026/08/27 05:48:03 DEBUG : yaml: size = 11 OK 2026/08/27 05:48:03 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/27 05:48:03 INFO : yam: Copied (server-side copy) to: yaml 2026/08/27 05:48:04 INFO : yam: Deleted 2026/08/27 05:48:04 INFO : yaml: Renamed from "yam" 2026/08/27 05:48:04 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:48:04 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.50s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/27 05:48:05 INFO : B2 bucket rclone-test-xadunuc9qami: Making map for --track-renames 2026/08/27 05:48:05 INFO : B2 bucket rclone-test-xadunuc9qami: Finished making map for --track-renames 2026/08/27 05:48:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:48:05 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/27 05:48:05 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/27 05:48:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for renames to finish 2026/08/27 05:48:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:48:05 DEBUG : potato: size = 14 OK 2026/08/27 05:48:05 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/27 05:48:05 INFO : potato: Copied (new) 2026/08/27 05:48:05 DEBUG : yam: size = 11 OK 2026/08/27 05:48:05 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/27 05:48:05 INFO : yam: Copied (new) 2026/08/27 05:48:05 DEBUG : Waiting for deletions to finish 2026/08/27 05:48:05 DEBUG : potato: size = 14 OK 2026/08/27 05:48:05 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:48:05 INFO : B2 bucket rclone-test-xadunuc9qami: Making map for --track-renames 2026/08/27 05:48:05 INFO : B2 bucket rclone-test-xadunuc9qami: Finished making map for --track-renames 2026/08/27 05:48:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:48:05 DEBUG : potato: Unchanged skipping 2026/08/27 05:48:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for renames to finish 2026/08/27 05:48:05 DEBUG : yaml: size = 11 OK 2026/08/27 05:48:05 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/27 05:48:05 INFO : yam: Copied (server-side copy) to: yaml 2026/08/27 05:48:06 INFO : yam: Deleted 2026/08/27 05:48:06 INFO : yaml: Renamed from "yam" 2026/08/27 05:48:06 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:48:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.16s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/27 05:48:07 INFO : B2 bucket rclone-test-xadunuc9qami: Making map for --track-renames 2026/08/27 05:48:07 INFO : B2 bucket rclone-test-xadunuc9qami: Finished making map for --track-renames 2026/08/27 05:48:07 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:48:07 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/27 05:48:07 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/27 05:48:07 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for renames to finish 2026/08/27 05:48:07 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:48:07 DEBUG : potato: size = 14 OK 2026/08/27 05:48:07 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/27 05:48:07 INFO : potato: Copied (new) 2026/08/27 05:48:07 DEBUG : sub/yam: size = 11 OK 2026/08/27 05:48:07 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/27 05:48:07 INFO : sub/yam: Copied (new) 2026/08/27 05:48:07 DEBUG : Waiting for deletions to finish 2026/08/27 05:48:07 DEBUG : potato: size = 14 OK 2026/08/27 05:48:07 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:48:07 DEBUG : potato: Unchanged skipping 2026/08/27 05:48:07 INFO : B2 bucket rclone-test-xadunuc9qami: Making map for --track-renames 2026/08/27 05:48:07 INFO : B2 bucket rclone-test-xadunuc9qami: Finished making map for --track-renames 2026/08/27 05:48:07 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:48:07 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for renames to finish 2026/08/27 05:48:08 DEBUG : yam: size = 11 OK 2026/08/27 05:48:08 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/27 05:48:08 INFO : sub/yam: Copied (server-side copy) to: yam 2026/08/27 05:48:08 INFO : sub/yam: Deleted 2026/08/27 05:48:08 INFO : yam: Renamed from "sub/yam" 2026/08/27 05:48:08 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:48:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.15s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:48:09 DEBUG : Creating backend with remote "/tmp/rclone285695547/dir1" 2026/08/27 05:48:09 DEBUG : Creating backend with remote "/tmp/rclone285695547/dir2" 2026/08/27 05:48:09 DEBUG : Local file system at /tmp/rclone285695547/dir2: Using server-side directory move 2026/08/27 05:48:09 INFO : Local file system at /tmp/rclone285695547/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/27 05:48:09 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/27 05:48:09 DEBUG : Local file system at /tmp/rclone285695547/dir2: Waiting for checks to finish 2026/08/27 05:48:09 DEBUG : Local file system at /tmp/rclone285695547/dir2: Waiting for transfers to finish 2026/08/27 05:48:09 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.36s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:48:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:48:09 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/27 05:48:09 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:48:09 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:48:09 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:48:09 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:48:09 INFO : sub dir/hello world: Copied (new) 2026/08/27 05:48:09 INFO : sub dir/hello world: Deleted 2026/08/27 05:48:09 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/27 05:48:09 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/27 05:48:09 INFO : nested/sub dir/file: Copied (new) 2026/08/27 05:48:09 INFO : nested/sub dir/file: Deleted 2026/08/27 05:48:09 INFO : sub dir: Removing directory 2026/08/27 05:48:09 INFO : nested/sub dir: Removing directory 2026/08/27 05:48:09 INFO : nested: Removing directory 2026/08/27 05:48:09 DEBUG : Local file system at /tmp/rclone285695547: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.27s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:48:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/27 05:48:11 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/27 05:48:11 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:48:11 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:48:11 DEBUG : sub dir/hello world: size = 11 OK 2026/08/27 05:48:11 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:48:11 INFO : sub dir/hello world: Copied (new) 2026/08/27 05:48:11 INFO : sub dir/hello world: Deleted 2026/08/27 05:48:11 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/27 05:48:11 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/27 05:48:11 INFO : nested/sub dir/file: Copied (new) 2026/08/27 05:48:11 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.25s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:48:12 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/27 05:48:12 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/27 05:48:12 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:48:12 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:48:12 DEBUG : existing-b: size = 6 OK 2026/08/27 05:48:12 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/08/27 05:48:12 INFO : existing-b: Copied (new) 2026/08/27 05:48:12 INFO : existing-b: Deleted 2026/08/27 05:48:12 DEBUG : existing: size = 6 OK 2026/08/27 05:48:12 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/27 05:48:12 INFO : existing: Copied (new) 2026/08/27 05:48:12 INFO : existing: Deleted 2026/08/27 05:48:12 DEBUG : existing: Destination exists, skipping 2026/08/27 05:48:12 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/27 05:48:12 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:48:12 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:48:12 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.65s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:48:13 DEBUG : Creating backend with remote "TestB2:rclone-test-wapiqez0vobe" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-xadunuc9qami -> B2 bucket rclone-test-wapiqez0vobe 2026/08/27 05:48:17 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:48:17 DEBUG : empty space: size = 1 OK 2026/08/27 05:48:17 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/27 05:48:17 DEBUG : empty space: Unchanged skipping 2026/08/27 05:48:17 DEBUG : potato3: size = 68 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:48:17 DEBUG : potato3: size = 60 (B2 bucket rclone-test-wapiqez0vobe) 2026/08/27 05:48:17 DEBUG : potato3: Sizes differ 2026/08/27 05:48:17 DEBUG : B2 bucket rclone-test-wapiqez0vobe: Waiting for checks to finish 2026/08/27 05:48:17 INFO : empty space: Deleted 2026/08/27 05:48:17 DEBUG : B2 bucket rclone-test-wapiqez0vobe: Waiting for transfers to finish 2026/08/27 05:48:17 DEBUG : potato2: size = 60 OK 2026/08/27 05:48:17 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:48:17 INFO : potato2: Copied (server-side copy) 2026/08/27 05:48:18 INFO : potato2: Deleted 2026/08/27 05:48:18 DEBUG : potato3: size = 68 OK 2026/08/27 05:48:18 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/27 05:48:18 INFO : potato3: Copied (server-side copy) 2026/08/27 05:48:18 INFO : potato3: Deleted 2026/08/27 05:48:18 DEBUG : Creating backend with remote "TestB2:rclone-test-vanidik8puka" 2026/08/27 05:48:19 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/27 05:48:19 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:48:19 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/27 05:48:19 DEBUG : B2 bucket rclone-test-vanidik8puka: Waiting for checks to finish 2026/08/27 05:48:19 DEBUG : B2 bucket rclone-test-vanidik8puka: Waiting for transfers to finish 2026/08/27 05:48:20 DEBUG : empty space: size = 1 OK 2026/08/27 05:48:20 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 05:48:20 INFO : empty space: Copied (server-side copy) 2026/08/27 05:48:20 INFO : empty space: Deleted 2026/08/27 05:48:20 DEBUG : potato2: size = 60 OK 2026/08/27 05:48:20 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:48:20 INFO : potato2: Copied (server-side copy) 2026/08/27 05:48:21 INFO : potato2: Deleted 2026/08/27 05:48:21 DEBUG : potato3: size = 68 OK 2026/08/27 05:48:21 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/27 05:48:21 INFO : potato3: Copied (server-side copy) 2026/08/27 05:48:21 INFO : potato3: Deleted 2026/08/27 05:48:21 DEBUG : B2 bucket rclone-test-vanidik8puka: Purge remote 2026/08/27 05:48:21 INFO : B2 bucket rclone-test-vanidik8puka: cleaning bucket "rclone-test-vanidik8puka" of all files 2026/08/27 05:48:21 DEBUG : empty space: Deleting (id "4_zff021d83c03d4b1baf080e1b_f41337592db4a88df_d20260827_m054820_c001_v0001136_t0042_u01787809700462") 2026/08/27 05:48:21 DEBUG : potato2: Deleting (id "4_zff021d83c03d4b1baf080e1b_f1026b52bc32dcad2_d20260827_m054820_c001_v0001042_t0025_u01787809700677") 2026/08/27 05:48:21 DEBUG : potato3: Deleting (id "4_zff021d83c03d4b1baf080e1b_f117291716e7c04ad_d20260827_m054820_c001_v0001153_t0005_u01787809700849") 2026/08/27 05:48:22 DEBUG : B2 bucket rclone-test-wapiqez0vobe: Purge remote 2026/08/27 05:48:22 INFO : B2 bucket rclone-test-wapiqez0vobe: cleaning bucket "rclone-test-wapiqez0vobe" of all files 2026/08/27 05:48:22 DEBUG : empty space: Deleting (id "4_z8fd20d83c03d4b1baf080e1b_f400be1583dd2c03e_d20260827_m054820_c001_v7007000_t0000_u01787809700641") 2026/08/27 05:48:22 DEBUG : empty space: Deleting (id "4_z8fd20d83c03d4b1baf080e1b_f405970928974d0c1_d20260827_m054816_c001_v0001173_t0006_u01787809696751") 2026/08/27 05:48:22 DEBUG : potato2: Deleting (id "4_z8fd20d83c03d4b1baf080e1b_f400be1583dd2c03f_d20260827_m054821_c001_v7007000_t0000_u01787809701026") 2026/08/27 05:48:22 DEBUG : potato2: Deleting (id "4_z8fd20d83c03d4b1baf080e1b_f103b07a0e0c76bf2_d20260827_m054817_c001_v0001091_t0011_u01787809697699") 2026/08/27 05:48:22 DEBUG : potato3: Deleting (id "4_z8fd20d83c03d4b1baf080e1b_f400be1583dd2c040_d20260827_m054821_c001_v7007000_t0000_u01787809701203") 2026/08/27 05:48:22 DEBUG : potato3: Deleting (id "4_z8fd20d83c03d4b1baf080e1b_f101892ca84662c28_d20260827_m054818_c001_v0001172_t0033_u01787809698013") 2026/08/27 05:48:22 DEBUG : potato3: Deleting (id "4_z8fd20d83c03d4b1baf080e1b_f105970928974d0c3_d20260827_m054816_c001_v0001173_t0051_u01787809696933") --- PASS: TestServerSideMove (10.43s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:48:24 DEBUG : Creating backend with remote "TestB2:rclone-test-pofajac3dide" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-xadunuc9qami -> B2 bucket rclone-test-pofajac3dide 2026/08/27 05:48:47 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_create_bucket": EOF) 2026/08/27 05:48:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/27 05:48:48 DEBUG : pacer: Reducing sleep to 10ms 2026/08/27 05:48:49 DEBUG : empty space: Excluded (Size Filter) 2026/08/27 05:48:50 DEBUG : empty space: Excluded (Size Filter) 2026/08/27 05:48:50 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:48:50 DEBUG : potato3: size = 68 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:48:50 DEBUG : potato3: size = 60 (B2 bucket rclone-test-pofajac3dide) 2026/08/27 05:48:50 DEBUG : potato3: Sizes differ 2026/08/27 05:48:50 DEBUG : B2 bucket rclone-test-pofajac3dide: Waiting for checks to finish 2026/08/27 05:48:50 DEBUG : B2 bucket rclone-test-pofajac3dide: Waiting for transfers to finish 2026/08/27 05:48:50 DEBUG : potato2: size = 60 OK 2026/08/27 05:48:50 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:48:50 INFO : potato2: Copied (server-side copy) 2026/08/27 05:48:50 INFO : potato2: Deleted 2026/08/27 05:48:51 DEBUG : potato3: size = 68 OK 2026/08/27 05:48:51 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/27 05:48:51 INFO : potato3: Copied (server-side copy) 2026/08/27 05:48:51 INFO : potato3: Deleted 2026/08/27 05:48:52 DEBUG : Creating backend with remote "TestB2:rclone-test-hibiboj9luwa" 2026/08/27 05:48:52 DEBUG : empty space: Excluded (Size Filter) 2026/08/27 05:48:53 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:48:53 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/27 05:48:53 DEBUG : B2 bucket rclone-test-hibiboj9luwa: Waiting for checks to finish 2026/08/27 05:48:53 DEBUG : B2 bucket rclone-test-hibiboj9luwa: Waiting for transfers to finish 2026/08/27 05:48:54 DEBUG : potato2: size = 60 OK 2026/08/27 05:48:54 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:48:54 INFO : potato2: Copied (server-side copy) 2026/08/27 05:48:54 INFO : potato2: Deleted 2026/08/27 05:48:54 DEBUG : potato3: size = 68 OK 2026/08/27 05:48:54 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/27 05:48:54 INFO : potato3: Copied (server-side copy) 2026/08/27 05:48:54 INFO : potato3: Deleted 2026/08/27 05:48:54 DEBUG : B2 bucket rclone-test-hibiboj9luwa: Purge remote 2026/08/27 05:48:54 INFO : B2 bucket rclone-test-hibiboj9luwa: cleaning bucket "rclone-test-hibiboj9luwa" of all files 2026/08/27 05:48:55 DEBUG : potato2: Deleting (id "4_z0fb29db3c03d4b1baf080e1b_f10485f0daed5e7b0_d20260827_m054853_c001_v0001174_t0030_u01787809733771") 2026/08/27 05:48:55 DEBUG : potato3: Deleting (id "4_z0fb29db3c03d4b1baf080e1b_f113777f3334ffcb0_d20260827_m054854_c001_v0001098_t0028_u01787809734128") 2026/08/27 05:48:55 DEBUG : B2 bucket rclone-test-pofajac3dide: Purge remote 2026/08/27 05:48:55 INFO : B2 bucket rclone-test-pofajac3dide: cleaning bucket "rclone-test-pofajac3dide" of all files 2026/08/27 05:48:55 DEBUG : empty space: Deleting (id "4_z3f128d73c03d4b1baf080e1b_f4162c656d0639b8d_d20260827_m054849_c001_v0001179_t0047_u01787809729168") 2026/08/27 05:48:55 DEBUG : potato2: Deleting (id "4_z3f128d73c03d4b1baf080e1b_f40976990ed18f74a_d20260827_m054854_c001_v7007000_t0000_u01787809734207") 2026/08/27 05:48:55 DEBUG : potato2: Deleting (id "4_z3f128d73c03d4b1baf080e1b_f114d95e57be949d9_d20260827_m054850_c001_v0001174_t0049_u01787809730343") 2026/08/27 05:48:55 DEBUG : potato3: Deleting (id "4_z3f128d73c03d4b1baf080e1b_f40976990ed18f74b_d20260827_m054854_c001_v7007000_t0000_u01787809734414") 2026/08/27 05:48:55 DEBUG : potato3: Deleting (id "4_z3f128d73c03d4b1baf080e1b_f11297d2061295609_d20260827_m054850_c001_v0001109_t0048_u01787809730719") 2026/08/27 05:48:55 DEBUG : potato3: Deleting (id "4_z3f128d73c03d4b1baf080e1b_f1162c656d0639b8f_d20260827_m054849_c001_v0001179_t0010_u01787809729413") 2026/08/27 05:48:55 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_delete_file_version": EOF) 2026/08/27 05:48:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/27 05:48:55 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveWithFilter (33.08s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:48:57 DEBUG : Creating backend with remote "TestB2:rclone-test-pedahar4yame" 2026/08/27 05:48:59 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-xadunuc9qami -> B2 bucket rclone-test-pedahar4yame 2026/08/27 05:49:02 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:49:02 DEBUG : empty space: size = 1 OK 2026/08/27 05:49:02 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/27 05:49:02 DEBUG : empty space: Unchanged skipping 2026/08/27 05:49:02 DEBUG : B2 bucket rclone-test-pedahar4yame: Waiting for checks to finish 2026/08/27 05:49:02 DEBUG : potato3: size = 68 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:49:02 DEBUG : potato3: size = 60 (B2 bucket rclone-test-pedahar4yame) 2026/08/27 05:49:02 DEBUG : potato3: Sizes differ 2026/08/27 05:49:02 INFO : empty space: Deleted 2026/08/27 05:49:02 DEBUG : B2 bucket rclone-test-pedahar4yame: Waiting for transfers to finish 2026/08/27 05:49:02 DEBUG : potato2: size = 60 OK 2026/08/27 05:49:02 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:49:02 INFO : potato2: Copied (server-side copy) 2026/08/27 05:49:02 INFO : potato2: Deleted 2026/08/27 05:49:03 DEBUG : potato3: size = 68 OK 2026/08/27 05:49:03 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/27 05:49:03 INFO : potato3: Copied (server-side copy) 2026/08/27 05:49:03 INFO : potato3: Deleted 2026/08/27 05:49:04 DEBUG : Creating backend with remote "TestB2:rclone-test-daciduk6zamo" 2026/08/27 05:49:04 INFO : tomatoDir: Making directory 2026/08/27 05:49:05 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/27 05:49:05 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/27 05:49:05 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/27 05:49:05 DEBUG : B2 bucket rclone-test-daciduk6zamo: Waiting for checks to finish 2026/08/27 05:49:05 DEBUG : B2 bucket rclone-test-daciduk6zamo: Waiting for transfers to finish 2026/08/27 05:49:05 DEBUG : empty space: size = 1 OK 2026/08/27 05:49:05 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/27 05:49:05 INFO : empty space: Copied (server-side copy) 2026/08/27 05:49:05 INFO : empty space: Deleted 2026/08/27 05:49:06 DEBUG : potato3: size = 68 OK 2026/08/27 05:49:06 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/27 05:49:06 INFO : potato3: Copied (server-side copy) 2026/08/27 05:49:06 INFO : potato3: Deleted 2026/08/27 05:49:06 DEBUG : potato2: size = 60 OK 2026/08/27 05:49:06 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/27 05:49:06 INFO : potato2: Copied (server-side copy) 2026/08/27 05:49:06 INFO : potato2: Deleted 2026/08/27 05:49:07 DEBUG : B2 bucket rclone-test-daciduk6zamo: Purge remote 2026/08/27 05:49:07 INFO : B2 bucket rclone-test-daciduk6zamo: cleaning bucket "rclone-test-daciduk6zamo" of all files 2026/08/27 05:49:07 DEBUG : empty space: Deleting (id "4_z9f02cd93c03d4b1baf080e1b_f40511aaee1b0561a_d20260827_m054905_c001_v0001037_t0005_u01787809745637") 2026/08/27 05:49:07 DEBUG : potato2: Deleting (id "4_z9f02cd93c03d4b1baf080e1b_f1129592b1e1a93b7_d20260827_m054905_c001_v0001117_t0059_u01787809745845") 2026/08/27 05:49:07 DEBUG : potato3: Deleting (id "4_z9f02cd93c03d4b1baf080e1b_f102d6870eab3e869_d20260827_m054906_c001_v0001165_t0051_u01787809746097") 2026/08/27 05:49:08 DEBUG : B2 bucket rclone-test-pedahar4yame: Purge remote 2026/08/27 05:49:08 INFO : B2 bucket rclone-test-pedahar4yame: cleaning bucket "rclone-test-pedahar4yame" of all files 2026/08/27 05:49:08 DEBUG : empty space: Deleting (id "4_zaf92bd63c03d4b1baf080e1b_f425a8c9b54938de2_d20260827_m054905_c001_v7007000_t0000_u01787809745817") 2026/08/27 05:49:08 DEBUG : empty space: Deleting (id "4_zaf92bd63c03d4b1baf080e1b_f411a74cde9ae17d8_d20260827_m054901_c001_v0001117_t0051_u01787809741353") 2026/08/27 05:49:08 DEBUG : potato2: Deleting (id "4_zaf92bd63c03d4b1baf080e1b_f425a8c9b54938de4_d20260827_m054906_c001_v7007000_t0000_u01787809746826") 2026/08/27 05:49:08 DEBUG : potato2: Deleting (id "4_zaf92bd63c03d4b1baf080e1b_f1158647121ac2327_d20260827_m054902_c001_v0001174_t0054_u01787809742565") 2026/08/27 05:49:08 DEBUG : potato3: Deleting (id "4_zaf92bd63c03d4b1baf080e1b_f425a8c9b54938de3_d20260827_m054906_c001_v7007000_t0000_u01787809746353") 2026/08/27 05:49:08 DEBUG : potato3: Deleting (id "4_zaf92bd63c03d4b1baf080e1b_f10247a79f38163de_d20260827_m054902_c001_v0001032_t0043_u01787809742917") 2026/08/27 05:49:08 DEBUG : potato3: Deleting (id "4_zaf92bd63c03d4b1baf080e1b_f111a74cde9ae17da_d20260827_m054901_c001_v0001117_t0028_u01787809741531") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (12.36s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:49:09 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.81s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:49:12 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/rclone-sync-test" --- PASS: TestSyncOverlap (1.45s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:49:13 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/rclone-sync-test" 2026/08/27 05:49:16 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/rclone-sync-test-include/layer2" 2026/08/27 05:49:18 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/rclone-sync-test-ignore-file" 2026/08/27 05:49:21 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/27 05:49:21 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/27 05:49:22 DEBUG : pacer: Reducing sleep to 10ms 2026/08/27 05:49:22 DEBUG : B2 bucket rclone-test-xadunuc9qami path rclone-sync-test: Waiting for checks to finish 2026/08/27 05:49:22 DEBUG : B2 bucket rclone-test-xadunuc9qami path rclone-sync-test: Waiting for transfers to finish 2026/08/27 05:49:22 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:22 INFO : There was nothing to transfer 2026/08/27 05:49:22 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:49:22 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:49:22 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:22 INFO : There was nothing to transfer 2026/08/27 05:49:23 DEBUG : B2 bucket rclone-test-xadunuc9qami path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/08/27 05:49:23 DEBUG : B2 bucket rclone-test-xadunuc9qami path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/08/27 05:49:23 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:23 INFO : There was nothing to transfer 2026/08/27 05:49:23 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:49:23 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:49:23 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:23 INFO : There was nothing to transfer 2026/08/27 05:49:23 DEBUG : B2 bucket rclone-test-xadunuc9qami path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/08/27 05:49:23 DEBUG : B2 bucket rclone-test-xadunuc9qami path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/08/27 05:49:23 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:23 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (10.46s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:49:24 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/dst" 2026/08/27 05:49:25 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/CompareDest" 2026/08/27 05:49:27 DEBUG : one: Need to transfer - File not found at Destination 2026/08/27 05:49:27 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:27 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:28 DEBUG : one: size = 3 OK 2026/08/27 05:49:28 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 05:49:28 INFO : one: Copied (new) 2026/08/27 05:49:28 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:28 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:49:28 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:49:28 DEBUG : one: Sizes differ 2026/08/27 05:49:28 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:28 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:28 DEBUG : one: size = 5 OK 2026/08/27 05:49:28 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/27 05:49:28 INFO : one: Copied (replaced existing) 2026/08/27 05:49:28 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:30 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:49:30 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:49:30 DEBUG : one: Sizes differ 2026/08/27 05:49:30 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:30 DEBUG : one: size = 5 OK 2026/08/27 05:49:30 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:30 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/27 05:49:30 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:30 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:30 INFO : There was nothing to transfer 2026/08/27 05:49:31 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:49:31 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:49:31 DEBUG : one: Sizes differ 2026/08/27 05:49:31 DEBUG : two: size = 3 OK 2026/08/27 05:49:31 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:31 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/27 05:49:31 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:32 DEBUG : one: size = 5 OK 2026/08/27 05:49:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:32 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/27 05:49:32 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:32 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:32 INFO : There was nothing to transfer 2026/08/27 05:49:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:49:32 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:49:32 DEBUG : one: Sizes differ 2026/08/27 05:49:32 DEBUG : two: size = 3 OK 2026/08/27 05:49:32 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:32 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/27 05:49:32 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:32 DEBUG : one: size = 5 OK 2026/08/27 05:49:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:32 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/27 05:49:32 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:32 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:32 INFO : There was nothing to transfer 2026/08/27 05:49:33 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:49:33 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:49:33 DEBUG : one: Sizes differ 2026/08/27 05:49:33 DEBUG : two: size = 3 OK 2026/08/27 05:49:33 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/27 05:49:33 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/27 05:49:33 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/27 05:49:33 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:33 DEBUG : one: size = 5 OK 2026/08/27 05:49:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:33 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/27 05:49:33 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:33 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:33 INFO : There was nothing to transfer 2026/08/27 05:49:34 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:49:34 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:49:34 DEBUG : one: Sizes differ 2026/08/27 05:49:34 DEBUG : two: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:49:34 DEBUG : two: size = 3 (B2 bucket rclone-test-xadunuc9qami path CompareDest) 2026/08/27 05:49:34 DEBUG : two: Sizes differ 2026/08/27 05:49:34 DEBUG : two: Need to transfer - File not found at Destination 2026/08/27 05:49:34 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:34 DEBUG : one: size = 5 OK 2026/08/27 05:49:34 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:34 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/27 05:49:34 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:35 DEBUG : two: size = 5 OK 2026/08/27 05:49:35 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/27 05:49:35 INFO : two: Copied (new) 2026/08/27 05:49:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (11.94s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:49:37 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/dest" 2026/08/27 05:49:38 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/pre-dest1" 2026/08/27 05:49:39 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/pre-dest2" 2026/08/27 05:49:41 DEBUG : 1: size = 1 OK 2026/08/27 05:49:41 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:49:41 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/27 05:49:41 DEBUG : 2: size = 1 OK 2026/08/27 05:49:41 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:49:41 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/27 05:49:42 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/27 05:49:42 DEBUG : B2 bucket rclone-test-xadunuc9qami path dest: Waiting for checks to finish 2026/08/27 05:49:42 DEBUG : B2 bucket rclone-test-xadunuc9qami path dest: Waiting for transfers to finish 2026/08/27 05:49:43 DEBUG : 3: size = 1 OK 2026/08/27 05:49:43 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/08/27 05:49:43 INFO : 3: Copied (new) 2026/08/27 05:49:43 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.36s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:49:44 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/dst" 2026/08/27 05:49:45 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/CopyDest" 2026/08/27 05:49:47 DEBUG : one: Need to transfer - File not found at Destination 2026/08/27 05:49:47 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:47 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:48 DEBUG : one: size = 3 OK 2026/08/27 05:49:48 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 05:49:48 INFO : one: Copied (new) 2026/08/27 05:49:48 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:49 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:49 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:49:49 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:49:49 DEBUG : one: Sizes differ 2026/08/27 05:49:49 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:49 DEBUG : one: size = 5 OK 2026/08/27 05:49:49 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/27 05:49:49 INFO : one: Copied (replaced existing) 2026/08/27 05:49:49 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:50 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/BackupDir" 2026/08/27 05:49:52 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:49:52 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:52 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:49:52 DEBUG : one: Sizes differ 2026/08/27 05:49:52 DEBUG : one: size = 5 OK 2026/08/27 05:49:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:52 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:49:52 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:49:52 DEBUG : one: Sizes differ 2026/08/27 05:49:53 DEBUG : one: size = 3 OK 2026/08/27 05:49:53 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 05:49:53 INFO : one: Copied (server-side copy) 2026/08/27 05:49:53 INFO : one: Deleted 2026/08/27 05:49:54 DEBUG : one: size = 5 OK 2026/08/27 05:49:54 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/27 05:49:54 INFO : one: Copied (server-side copy) 2026/08/27 05:49:54 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/27 05:49:54 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:54 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:55 DEBUG : one: size = 5 OK 2026/08/27 05:49:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:55 DEBUG : one: Unchanged skipping 2026/08/27 05:49:55 DEBUG : two: size = 3 OK 2026/08/27 05:49:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:55 DEBUG : two: size = 3 OK 2026/08/27 05:49:55 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/27 05:49:55 INFO : two: Copied (server-side copy) 2026/08/27 05:49:55 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/27 05:49:55 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:55 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:55 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:55 DEBUG : one: size = 5 OK 2026/08/27 05:49:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:55 DEBUG : one: Unchanged skipping 2026/08/27 05:49:55 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:55 DEBUG : two: size = 3 OK 2026/08/27 05:49:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:55 DEBUG : two: Unchanged skipping 2026/08/27 05:49:55 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:55 DEBUG : Waiting for deletions to finish 2026/08/27 05:49:55 INFO : There was nothing to transfer 2026/08/27 05:49:57 DEBUG : one: size = 5 OK 2026/08/27 05:49:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:57 DEBUG : one: Unchanged skipping 2026/08/27 05:49:57 DEBUG : three: size = 7 (Local file system at /tmp/rclone285695547) 2026/08/27 05:49:57 DEBUG : three: size = 5 (B2 bucket rclone-test-xadunuc9qami path CopyDest) 2026/08/27 05:49:57 DEBUG : three: Sizes differ 2026/08/27 05:49:57 DEBUG : three: Destination not found in --copy-dest 2026/08/27 05:49:57 DEBUG : three: Need to transfer - File not found at Destination 2026/08/27 05:49:57 DEBUG : two: size = 3 OK 2026/08/27 05:49:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/27 05:49:57 DEBUG : two: Unchanged skipping 2026/08/27 05:49:57 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:49:57 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:49:57 DEBUG : three: size = 7 OK 2026/08/27 05:49:57 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/27 05:49:57 INFO : three: Copied (new) 2026/08/27 05:49:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (14.90s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:50:00 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/dst" 2026/08/27 05:50:02 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/backup" 2026/08/27 05:50:03 DEBUG : one: size = 4 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:03 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:03 DEBUG : one: Sizes differ 2026/08/27 05:50:03 DEBUG : two: size = 3 OK 2026/08/27 05:50:03 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:50:03 DEBUG : two: Unchanged skipping 2026/08/27 05:50:03 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:50:05 DEBUG : one: size = 3 OK 2026/08/27 05:50:05 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 05:50:05 INFO : one: Copied (server-side copy) 2026/08/27 05:50:05 INFO : one: Deleted 2026/08/27 05:50:05 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:50:06 DEBUG : one: size = 4 OK 2026/08/27 05:50:06 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 05:50:06 INFO : one: Copied (new) 2026/08/27 05:50:06 DEBUG : Waiting for deletions to finish 2026/08/27 05:50:06 DEBUG : three.txt: size = 5 OK 2026/08/27 05:50:06 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 05:50:06 INFO : three.txt: Copied (server-side copy) 2026/08/27 05:50:06 INFO : three.txt: Deleted 2026/08/27 05:50:06 INFO : three.txt: Moved into backup dir 2026/08/27 05:50:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:08 DEBUG : one: size = 4 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:08 DEBUG : one: Sizes differ 2026/08/27 05:50:08 DEBUG : two: size = 3 OK 2026/08/27 05:50:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:50:08 DEBUG : two: Unchanged skipping 2026/08/27 05:50:08 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:50:08 DEBUG : one: size = 4 OK 2026/08/27 05:50:08 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 05:50:08 INFO : one: Copied (server-side copy) 2026/08/27 05:50:08 INFO : one: Deleted 2026/08/27 05:50:08 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:50:08 DEBUG : one: size = 5 OK 2026/08/27 05:50:08 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/27 05:50:08 INFO : one: Copied (new) 2026/08/27 05:50:08 DEBUG : Waiting for deletions to finish 2026/08/27 05:50:09 DEBUG : three.txt: size = 6 OK 2026/08/27 05:50:09 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 05:50:09 INFO : three.txt: Copied (server-side copy) 2026/08/27 05:50:09 INFO : three.txt: Deleted 2026/08/27 05:50:09 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (11.18s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:50:12 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/dst" 2026/08/27 05:50:13 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/backup" 2026/08/27 05:50:15 DEBUG : one: size = 4 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:15 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:15 DEBUG : one: Sizes differ 2026/08/27 05:50:15 DEBUG : two: size = 3 OK 2026/08/27 05:50:15 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:50:15 DEBUG : two: Unchanged skipping 2026/08/27 05:50:15 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:50:16 DEBUG : one.bak: size = 3 OK 2026/08/27 05:50:16 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 05:50:16 INFO : one: Copied (server-side copy) to: one.bak 2026/08/27 05:50:16 INFO : one: Deleted 2026/08/27 05:50:16 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:50:17 DEBUG : one: size = 4 OK 2026/08/27 05:50:17 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 05:50:17 INFO : one: Copied (new) 2026/08/27 05:50:17 DEBUG : Waiting for deletions to finish 2026/08/27 05:50:18 DEBUG : three.txt.bak: size = 5 OK 2026/08/27 05:50:18 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 05:50:18 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/27 05:50:19 INFO : three.txt: Deleted 2026/08/27 05:50:19 INFO : three.txt: Moved into backup dir 2026/08/27 05:50:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:20 DEBUG : one: size = 4 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:20 DEBUG : one: Sizes differ 2026/08/27 05:50:20 DEBUG : two: size = 3 OK 2026/08/27 05:50:20 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:50:20 DEBUG : two: Unchanged skipping 2026/08/27 05:50:20 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:50:20 DEBUG : one.bak: size = 4 OK 2026/08/27 05:50:20 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 05:50:20 INFO : one: Copied (server-side copy) to: one.bak 2026/08/27 05:50:21 INFO : one: Deleted 2026/08/27 05:50:21 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:50:21 DEBUG : one: size = 5 OK 2026/08/27 05:50:21 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/27 05:50:21 INFO : one: Copied (new) 2026/08/27 05:50:21 DEBUG : Waiting for deletions to finish 2026/08/27 05:50:21 DEBUG : three.txt.bak: size = 6 OK 2026/08/27 05:50:21 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 05:50:21 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/27 05:50:21 INFO : three.txt: Deleted 2026/08/27 05:50:21 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (12.59s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:50:24 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/dst" 2026/08/27 05:50:25 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/backup" 2026/08/27 05:50:27 DEBUG : one: size = 4 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:27 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:27 DEBUG : one: Sizes differ 2026/08/27 05:50:27 DEBUG : two: size = 3 OK 2026/08/27 05:50:27 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:50:27 DEBUG : two: Unchanged skipping 2026/08/27 05:50:27 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:50:29 DEBUG : one-2019-01-01: size = 3 OK 2026/08/27 05:50:29 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 05:50:29 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/27 05:50:29 INFO : one: Deleted 2026/08/27 05:50:29 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:50:29 DEBUG : one: size = 4 OK 2026/08/27 05:50:29 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 05:50:29 INFO : one: Copied (new) 2026/08/27 05:50:29 DEBUG : Waiting for deletions to finish 2026/08/27 05:50:30 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/27 05:50:30 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 05:50:30 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/27 05:50:30 INFO : three.txt: Deleted 2026/08/27 05:50:30 INFO : three.txt: Moved into backup dir 2026/08/27 05:50:31 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:31 DEBUG : one: size = 4 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:31 DEBUG : one: Sizes differ 2026/08/27 05:50:31 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:50:31 DEBUG : two: size = 3 OK 2026/08/27 05:50:31 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:50:31 DEBUG : two: Unchanged skipping 2026/08/27 05:50:32 DEBUG : one-2019-01-01: size = 4 OK 2026/08/27 05:50:32 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 05:50:32 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/27 05:50:32 INFO : one: Deleted 2026/08/27 05:50:32 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:50:32 DEBUG : one: size = 5 OK 2026/08/27 05:50:32 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/27 05:50:32 INFO : one: Copied (new) 2026/08/27 05:50:32 DEBUG : Waiting for deletions to finish 2026/08/27 05:50:33 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/27 05:50:33 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 05:50:33 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/27 05:50:33 INFO : three.txt: Deleted 2026/08/27 05:50:33 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.24s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:50:35 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/dst" 2026/08/27 05:50:37 DEBUG : two: size = 3 OK 2026/08/27 05:50:37 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:50:37 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:50:37 DEBUG : two: Unchanged skipping 2026/08/27 05:50:37 DEBUG : one: size = 4 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:37 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:37 DEBUG : one: Sizes differ 2026/08/27 05:50:38 DEBUG : one.bak: size = 3 OK 2026/08/27 05:50:38 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 05:50:38 INFO : one: Copied (server-side copy) to: one.bak 2026/08/27 05:50:38 INFO : one: Deleted 2026/08/27 05:50:38 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:50:39 DEBUG : one: size = 4 OK 2026/08/27 05:50:39 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 05:50:39 INFO : one: Copied (new) 2026/08/27 05:50:39 DEBUG : Waiting for deletions to finish 2026/08/27 05:50:39 DEBUG : three.txt.bak: size = 5 OK 2026/08/27 05:50:39 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 05:50:39 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/27 05:50:39 INFO : three.txt: Deleted 2026/08/27 05:50:39 INFO : three.txt: Moved into backup dir 2026/08/27 05:50:40 DEBUG : one.bak: Excluded (Path Filter) 2026/08/27 05:50:40 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/27 05:50:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:40 DEBUG : two: size = 3 OK 2026/08/27 05:50:40 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:50:40 DEBUG : two: Unchanged skipping 2026/08/27 05:50:40 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for checks to finish 2026/08/27 05:50:40 DEBUG : one: size = 4 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:40 DEBUG : one: Sizes differ 2026/08/27 05:50:40 DEBUG : one.bak: size = 4 OK 2026/08/27 05:50:40 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 05:50:40 INFO : one: Copied (server-side copy) to: one.bak 2026/08/27 05:50:40 INFO : one: Deleted 2026/08/27 05:50:40 DEBUG : B2 bucket rclone-test-xadunuc9qami path dst: Waiting for transfers to finish 2026/08/27 05:50:41 DEBUG : one: size = 5 OK 2026/08/27 05:50:41 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/27 05:50:41 INFO : one: Copied (new) 2026/08/27 05:50:41 DEBUG : Waiting for deletions to finish 2026/08/27 05:50:41 DEBUG : three.txt.bak: size = 6 OK 2026/08/27 05:50:41 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 05:50:41 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/27 05:50:41 INFO : three.txt: Deleted 2026/08/27 05:50:41 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (8.24s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:50:44 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/dst" 2026/08/27 05:50:45 DEBUG : one: size = 4 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:45 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:45 DEBUG : one: Sizes differ 2026/08/27 05:50:46 DEBUG : one.bak: size = 3 OK 2026/08/27 05:50:46 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 05:50:46 INFO : one: Copied (server-side copy) to: one.bak 2026/08/27 05:50:47 INFO : one: Deleted 2026/08/27 05:50:47 DEBUG : one: size = 4 OK 2026/08/27 05:50:47 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 05:50:47 INFO : one: Copied (new) 2026/08/27 05:50:47 DEBUG : two: size = 3 OK 2026/08/27 05:50:47 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:50:47 DEBUG : two: Unchanged skipping 2026/08/27 05:50:48 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:48 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:48 DEBUG : three.txt: Sizes differ 2026/08/27 05:50:48 DEBUG : three.txt.bak: size = 5 OK 2026/08/27 05:50:48 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 05:50:48 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/27 05:50:48 INFO : three.txt: Deleted 2026/08/27 05:50:48 DEBUG : three.txt: size = 6 OK 2026/08/27 05:50:48 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 05:50:48 INFO : three.txt: Copied (new) 2026/08/27 05:50:49 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:49 DEBUG : one: size = 4 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:49 DEBUG : one: Sizes differ 2026/08/27 05:50:49 DEBUG : one.bak: size = 4 OK 2026/08/27 05:50:49 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 05:50:49 INFO : one: Copied (server-side copy) to: one.bak 2026/08/27 05:50:49 INFO : one: Deleted 2026/08/27 05:50:50 DEBUG : one: size = 5 OK 2026/08/27 05:50:50 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/27 05:50:50 INFO : one: Copied (new) 2026/08/27 05:50:50 DEBUG : two: size = 3 OK 2026/08/27 05:50:50 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:50:50 DEBUG : two: Unchanged skipping 2026/08/27 05:50:50 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:50 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:50 DEBUG : three.txt: Sizes differ 2026/08/27 05:50:50 DEBUG : three.txt.bak: size = 6 OK 2026/08/27 05:50:50 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 05:50:50 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/27 05:50:51 INFO : three.txt: Deleted 2026/08/27 05:50:51 DEBUG : three.txt: size = 19 OK 2026/08/27 05:50:51 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/27 05:50:51 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (9.83s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:50:54 DEBUG : Creating backend with remote "TestB2:rclone-test-xadunuc9qami/dst" 2026/08/27 05:50:55 DEBUG : one: size = 4 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:55 DEBUG : one: size = 3 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:55 DEBUG : one: Sizes differ 2026/08/27 05:50:57 DEBUG : one-2019-01-01: size = 3 OK 2026/08/27 05:50:57 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/27 05:50:57 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/27 05:50:57 INFO : one: Deleted 2026/08/27 05:50:57 DEBUG : one: size = 4 OK 2026/08/27 05:50:57 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 05:50:57 INFO : one: Copied (new) 2026/08/27 05:50:58 DEBUG : two: size = 3 OK 2026/08/27 05:50:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:50:58 DEBUG : two: Unchanged skipping 2026/08/27 05:50:58 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:58 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:58 DEBUG : three.txt: Sizes differ 2026/08/27 05:50:58 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/27 05:50:58 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/27 05:50:58 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/27 05:50:58 INFO : three.txt: Deleted 2026/08/27 05:50:59 DEBUG : three.txt: size = 6 OK 2026/08/27 05:50:59 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 05:50:59 INFO : three.txt: Copied (new) 2026/08/27 05:50:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone285695547) 2026/08/27 05:50:59 DEBUG : one: size = 4 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:50:59 DEBUG : one: Sizes differ 2026/08/27 05:50:59 DEBUG : one-2019-01-01: size = 4 OK 2026/08/27 05:50:59 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/27 05:50:59 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/27 05:51:00 INFO : one: Deleted 2026/08/27 05:51:00 DEBUG : one: size = 5 OK 2026/08/27 05:51:00 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/27 05:51:00 INFO : one: Copied (new) 2026/08/27 05:51:00 DEBUG : two: size = 3 OK 2026/08/27 05:51:00 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:00 DEBUG : two: Unchanged skipping 2026/08/27 05:51:00 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:00 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-xadunuc9qami path dst) 2026/08/27 05:51:00 DEBUG : three.txt: Sizes differ 2026/08/27 05:51:01 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/27 05:51:01 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/27 05:51:01 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/27 05:51:01 INFO : three.txt: Deleted 2026/08/27 05:51:01 DEBUG : three.txt: size = 19 OK 2026/08/27 05:51:01 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/27 05:51:01 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.42s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:51:03 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:03 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:03 DEBUG : Testêé: Sizes differ 2026/08/27 05:51:03 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:51:03 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:51:04 DEBUG : Testêé: size = 14 OK 2026/08/27 05:51:04 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/08/27 05:51:04 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/27 05:51:04 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.15s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:51:05 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/27 05:51:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:51:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:51:06 DEBUG : existing: size = 6 OK 2026/08/27 05:51:06 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/27 05:51:06 INFO : existing: Copied (new) 2026/08/27 05:51:06 DEBUG : Waiting for deletions to finish 2026/08/27 05:51:06 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:51:06 DEBUG : existing: size = 8 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:06 DEBUG : existing: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:06 DEBUG : existing: Sizes differ 2026/08/27 05:51:06 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/27 05:51:06 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:51:06 ERROR : B2 bucket rclone-test-xadunuc9qami: not deleting files as there were IO errors 2026/08/27 05:51:06 ERROR : B2 bucket rclone-test-xadunuc9qami: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (2.17s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:51:07 DEBUG : EXISTING: size = 6 OK 2026/08/27 05:51:07 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:07 DEBUG : existing: Unchanged skipping 2026/08/27 05:51:07 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:51:07 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:51:07 DEBUG : Waiting for deletions to finish 2026/08/27 05:51:07 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.28s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.37s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.10s) --- SKIP: TestMaxTransfer/Hard (0.36s) --- SKIP: TestMaxTransfer/Soft (0.37s) --- SKIP: TestMaxTransfer/Cautious (0.37s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:51:18 DEBUG : both10: size = 6 OK 2026/08/27 05:51:18 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:51:18 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both12: size = 6 OK 2026/08/27 05:51:18 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both11: size = 6 OK 2026/08/27 05:51:18 DEBUG : both10: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both13: size = 6 OK 2026/08/27 05:51:18 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both0: size = 6 OK 2026/08/27 05:51:18 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both12: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both14: size = 6 OK 2026/08/27 05:51:18 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both13: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both15: size = 6 OK 2026/08/27 05:51:18 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both15: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both16: size = 6 OK 2026/08/27 05:51:18 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both11: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both17: size = 6 OK 2026/08/27 05:51:18 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both17: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both18: size = 6 OK 2026/08/27 05:51:18 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both18: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both19: size = 6 OK 2026/08/27 05:51:18 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both19: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both1: size = 6 OK 2026/08/27 05:51:18 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both1: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both2: size = 6 OK 2026/08/27 05:51:18 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both0: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both3: size = 6 OK 2026/08/27 05:51:18 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both14: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both4: size = 6 OK 2026/08/27 05:51:18 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both4: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both5: size = 6 OK 2026/08/27 05:51:18 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both5: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both6: size = 6 OK 2026/08/27 05:51:18 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both6: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both7: size = 6 OK 2026/08/27 05:51:18 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both2: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both8: size = 6 OK 2026/08/27 05:51:18 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both16: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both9: size = 6 OK 2026/08/27 05:51:18 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:18 DEBUG : both8: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both7: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both9: Unchanged skipping 2026/08/27 05:51:18 DEBUG : both3: Unchanged skipping 2026/08/27 05:51:18 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:51:18 DEBUG : Waiting for deletions to finish 2026/08/27 05:51:18 INFO : only16: Deleted 2026/08/27 05:51:18 INFO : only1: Deleted 2026/08/27 05:51:18 INFO : only4: Deleted 2026/08/27 05:51:19 INFO : only6: Deleted 2026/08/27 05:51:19 INFO : only9: Deleted 2026/08/27 05:51:19 INFO : only14: Deleted 2026/08/27 05:51:19 INFO : only18: Deleted 2026/08/27 05:51:19 INFO : only19: Deleted 2026/08/27 05:51:19 INFO : only8: Deleted 2026/08/27 05:51:19 INFO : only11: Deleted 2026/08/27 05:51:19 INFO : only17: Deleted 2026/08/27 05:51:19 INFO : only2: Deleted 2026/08/27 05:51:19 INFO : only3: Deleted 2026/08/27 05:51:19 INFO : only5: Deleted 2026/08/27 05:51:19 INFO : only12: Deleted 2026/08/27 05:51:19 INFO : only13: Deleted 2026/08/27 05:51:19 INFO : only7: Deleted 2026/08/27 05:51:19 INFO : only0: Deleted 2026/08/27 05:51:19 INFO : only10: Deleted 2026/08/27 05:51:19 INFO : only15: Deleted 2026/08/27 05:51:19 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (13.77s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:51:32 DEBUG : both0: size = 6 OK 2026/08/27 05:51:32 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both0: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both10: size = 6 OK 2026/08/27 05:51:32 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both10: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both11: size = 6 OK 2026/08/27 05:51:32 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both11: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both12: size = 6 OK 2026/08/27 05:51:32 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both12: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both13: size = 6 OK 2026/08/27 05:51:32 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both13: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both14: size = 6 OK 2026/08/27 05:51:32 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both14: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both15: size = 6 OK 2026/08/27 05:51:32 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both15: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both16: size = 6 OK 2026/08/27 05:51:32 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both16: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both17: size = 6 OK 2026/08/27 05:51:32 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both17: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both18: size = 6 OK 2026/08/27 05:51:32 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both18: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both19: size = 6 OK 2026/08/27 05:51:32 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both19: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both1: size = 6 OK 2026/08/27 05:51:32 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both1: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both2: size = 6 OK 2026/08/27 05:51:32 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both2: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both3: size = 6 OK 2026/08/27 05:51:32 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both3: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both4: size = 6 OK 2026/08/27 05:51:32 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both4: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both5: size = 6 OK 2026/08/27 05:51:32 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both5: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both6: size = 6 OK 2026/08/27 05:51:32 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both6: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both7: size = 6 OK 2026/08/27 05:51:32 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both7: Unchanged skipping 2026/08/27 05:51:32 DEBUG : both8: size = 6 OK 2026/08/27 05:51:32 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : both9: size = 6 OK 2026/08/27 05:51:32 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:32 DEBUG : only0: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only0: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only0: Sizes differ 2026/08/27 05:51:32 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:51:32 DEBUG : only10: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only10: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only10: Sizes differ 2026/08/27 05:51:32 DEBUG : both8: Unchanged skipping 2026/08/27 05:51:32 DEBUG : only13: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only13: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only13: Sizes differ 2026/08/27 05:51:32 DEBUG : both9: Unchanged skipping 2026/08/27 05:51:32 DEBUG : only15: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only15: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only15: Sizes differ 2026/08/27 05:51:32 DEBUG : only16: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only16: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only16: Sizes differ 2026/08/27 05:51:32 DEBUG : only14: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only14: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only14: Sizes differ 2026/08/27 05:51:32 DEBUG : only17: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only17: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only17: Sizes differ 2026/08/27 05:51:32 DEBUG : only18: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only18: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only18: Sizes differ 2026/08/27 05:51:32 DEBUG : only12: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only12: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only12: Sizes differ 2026/08/27 05:51:32 DEBUG : only11: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only11: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only11: Sizes differ 2026/08/27 05:51:32 DEBUG : only19: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only19: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only19: Sizes differ 2026/08/27 05:51:32 DEBUG : only1: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only1: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only1: Sizes differ 2026/08/27 05:51:32 DEBUG : only2: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only2: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only2: Sizes differ 2026/08/27 05:51:32 DEBUG : only3: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only3: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only3: Sizes differ 2026/08/27 05:51:32 DEBUG : only4: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only4: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only4: Sizes differ 2026/08/27 05:51:32 DEBUG : only5: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only5: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only5: Sizes differ 2026/08/27 05:51:32 DEBUG : only6: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only6: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only6: Sizes differ 2026/08/27 05:51:32 DEBUG : only7: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only7: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only7: Sizes differ 2026/08/27 05:51:32 DEBUG : only8: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only8: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only8: Sizes differ 2026/08/27 05:51:32 DEBUG : only9: size = 0 (Local file system at /tmp/rclone285695547) 2026/08/27 05:51:32 DEBUG : only9: size = 6 (B2 bucket rclone-test-xadunuc9qami) 2026/08/27 05:51:32 DEBUG : only9: Sizes differ 2026/08/27 05:51:32 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:51:32 DEBUG : only0: size = 0 OK 2026/08/27 05:51:32 DEBUG : only10: size = 0 OK 2026/08/27 05:51:32 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:32 DEBUG : only13: size = 0 OK 2026/08/27 05:51:32 INFO : only0: Copied (replaced existing) 2026/08/27 05:51:32 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:32 INFO : only10: Copied (replaced existing) 2026/08/27 05:51:32 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:32 INFO : only13: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only16: size = 0 OK 2026/08/27 05:51:33 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only16: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only14: size = 0 OK 2026/08/27 05:51:33 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only14: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only17: size = 0 OK 2026/08/27 05:51:33 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only17: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only19: size = 0 OK 2026/08/27 05:51:33 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only19: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only18: size = 0 OK 2026/08/27 05:51:33 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only18: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only2: size = 0 OK 2026/08/27 05:51:33 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only2: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only15: size = 0 OK 2026/08/27 05:51:33 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only15: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only3: size = 0 OK 2026/08/27 05:51:33 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only3: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only4: size = 0 OK 2026/08/27 05:51:33 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only4: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only5: size = 0 OK 2026/08/27 05:51:33 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only5: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only6: size = 0 OK 2026/08/27 05:51:33 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only6: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only7: size = 0 OK 2026/08/27 05:51:33 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only7: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only8: size = 0 OK 2026/08/27 05:51:33 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only8: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only9: size = 0 OK 2026/08/27 05:51:33 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only9: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only12: size = 0 OK 2026/08/27 05:51:33 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only12: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only11: size = 0 OK 2026/08/27 05:51:33 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only11: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : only1: size = 0 OK 2026/08/27 05:51:33 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/27 05:51:33 INFO : only1: Copied (replaced existing) 2026/08/27 05:51:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (17.72s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:51:41 DEBUG : empty_dir: Making directory with metadata 2026/08/27 05:51:41 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 05:51:41 DEBUG : empty_on_remote: Making directory with metadata 2026/08/27 05:51:41 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 05:51:41 INFO : empty_on_remote: Making directory 2026/08/27 05:51:41 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/27 05:51:42 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/27 05:51:42 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/27 05:51:42 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/27 05:51:42 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.09s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:51:43 DEBUG : empty_dir: Making directory with metadata 2026/08/27 05:51:43 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 05:51:43 DEBUG : empty_on_remote: Making directory with metadata 2026/08/27 05:51:43 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/27 05:51:43 INFO : empty_on_remote: Making directory 2026/08/27 05:51:43 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/27 05:51:44 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/27 05:51:44 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/27 05:51:44 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/27 05:51:44 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/27 05:51:44 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.02s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:51:45 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/27 05:51:45 INFO : sub dir: Making directory 2026/08/27 05:51:45 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (2.04s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:51:47 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/27 05:51:47 INFO : sub dir: Making directory 2026/08/27 05:51:47 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithoutEmptyDirs (1.87s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:51:53 DEBUG : Waiting for deletions to finish 2026/08/27 05:51:53 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:51:53 DEBUG : apple: size = 5 OK 2026/08/27 05:51:53 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : apple: Unchanged skipping 2026/08/27 05:51:53 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:51:53 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:51:53 DEBUG : banana: size = 6 OK 2026/08/27 05:51:53 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : banana: Unchanged skipping 2026/08/27 05:51:53 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:51:53 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:51:53 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:51:53 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:51:53 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:51:53 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:51:53 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:51:53 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:51:53 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:51:53 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:51:53 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:51:53 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:51:53 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:51:53 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:51:53 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:51:53 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:51:53 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:51:53 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:53 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:51:53 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:51:53 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:51:53 DEBUG : Waiting for deletions to finish 2026/08/27 05:51:53 INFO : There was nothing to transfer 2026/08/27 05:51:53 DEBUG : Waiting for deletions to finish 2026/08/27 05:51:54 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : apple: size = 5 OK 2026/08/27 05:51:54 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : apple: Unchanged skipping 2026/08/27 05:51:54 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:51:54 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:51:54 DEBUG : banana: size = 6 OK 2026/08/27 05:51:54 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : banana: Unchanged skipping 2026/08/27 05:51:54 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:51:54 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:51:54 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:51:54 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:51:54 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:51:54 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:51:54 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:51:54 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:51:54 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:51:54 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:51:54 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:51:54 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:51:54 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:51:54 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:51:54 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:51:54 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:51:54 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:51:54 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:51:54 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:51:54 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:51:54 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:51:54 DEBUG : Waiting for deletions to finish 2026/08/27 05:51:54 INFO : There was nothing to transfer 2026/08/27 05:51:54 DEBUG : Waiting for deletions to finish 2026/08/27 05:51:54 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:51:54 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:52:04 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:04 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:52:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : apple: size = 5 OK 2026/08/27 05:52:05 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : apple: Unchanged skipping 2026/08/27 05:52:05 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:52:05 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:52:05 DEBUG : banana: size = 6 OK 2026/08/27 05:52:05 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : banana: Unchanged skipping 2026/08/27 05:52:05 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:52:05 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:52:05 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:52:05 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:52:05 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:52:05 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:52:05 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:52:05 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:52:05 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:52:05 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:05 INFO : There was nothing to transfer 2026/08/27 05:52:05 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:05 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:52:05 DEBUG : apple: size = 5 OK 2026/08/27 05:52:05 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : apple: Unchanged skipping 2026/08/27 05:52:05 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:52:05 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:52:05 DEBUG : banana: size = 6 OK 2026/08/27 05:52:05 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : banana: Unchanged skipping 2026/08/27 05:52:05 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:52:05 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:52:05 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:52:05 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:52:05 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:52:05 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:52:05 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:52:05 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:52:05 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:05 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:52:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:52:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:52:05 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:05 INFO : There was nothing to transfer 2026/08/27 05:52:05 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:06 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:52:06 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:52:15 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:15 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:52:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:52:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:16 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:16 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:16 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:16 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:16 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:16 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:16 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:16 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:16 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:16 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:16 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:16 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:16 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:16 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:16 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:16 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:16 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:16 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:16 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/27 05:52:16 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:16 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:52:16 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:52:16 DEBUG : YXBwbGU=: size = 5 OK 2026/08/27 05:52:16 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/27 05:52:16 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/27 05:52:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:16 DEBUG : YmFuYW5h: size = 6 OK 2026/08/27 05:52:16 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/27 05:52:16 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/27 05:52:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:16 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/27 05:52:16 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/27 05:52:16 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:16 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/27 05:52:16 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/27 05:52:16 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/27 05:52:17 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/27 05:52:17 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/27 05:52:17 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/27 05:52:17 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/27 05:52:17 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/27 05:52:17 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/27 05:52:17 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/27 05:52:17 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/27 05:52:17 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/27 05:52:17 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/27 05:52:17 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/27 05:52:17 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/27 05:52:17 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/27 05:52:17 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:17 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/27 05:52:17 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/27 05:52:17 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:17 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/27 05:52:17 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/27 05:52:17 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:17 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/27 05:52:17 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/27 05:52:17 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:17 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:18 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/27 05:52:18 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/27 05:52:18 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:18 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/27 05:52:18 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/27 05:52:18 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 05:52:18 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/27 05:52:18 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/27 05:52:18 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/27 05:52:18 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/27 05:52:18 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/27 05:52:18 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:18 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/27 05:52:18 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/27 05:52:18 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:18 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/27 05:52:18 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/27 05:52:18 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:18 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:18 INFO : dir1/0003-defghij.txt: Deleted 2026/08/27 05:52:18 INFO : splitbananasplit: Deleted 2026/08/27 05:52:18 INFO : dir1/0008-2345678.txt: Deleted 2026/08/27 05:52:18 INFO : dir1/0012-6789;.txt: Deleted 2026/08/27 05:52:18 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/27 05:52:18 INFO : apple: Deleted 2026/08/27 05:52:19 INFO : banana: Deleted 2026/08/27 05:52:19 INFO : appleappleapplebanana: Deleted 2026/08/27 05:52:19 INFO : dir1/0011-56789;.txt: Deleted 2026/08/27 05:52:19 INFO : dir1/0013-789;=.txt: Deleted 2026/08/27 05:52:19 INFO : dir1/0014-89;=.txt: Deleted 2026/08/27 05:52:19 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/27 05:52:19 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/27 05:52:19 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/27 05:52:19 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/27 05:52:19 INFO : dir1/0007-1234567.txt: Deleted 2026/08/27 05:52:19 INFO : dir1/0009-3456789.txt: Deleted 2026/08/27 05:52:19 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/27 05:52:19 INFO : dir1/0010-456789.txt: Deleted 2026/08/27 05:52:19 INFO : dir1/0015-9;=.txt: Deleted 2026/08/27 05:52:19 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:19 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/27 05:52:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 05:52:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:19 DEBUG : YXBwbGU=: size = 5 OK 2026/08/27 05:52:19 DEBUG : YmFuYW5h: size = 6 OK 2026/08/27 05:52:19 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : banana: Unchanged skipping 2026/08/27 05:52:19 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/27 05:52:19 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/27 05:52:19 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : apple: Unchanged skipping 2026/08/27 05:52:19 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:19 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/27 05:52:19 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/27 05:52:19 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/27 05:52:19 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/27 05:52:19 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/27 05:52:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:19 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/27 05:52:19 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/27 05:52:19 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/27 05:52:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:19 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/27 05:52:19 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/27 05:52:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/27 05:52:19 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/27 05:52:19 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/27 05:52:19 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/27 05:52:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/27 05:52:19 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/27 05:52:19 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/27 05:52:19 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:52:19 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:52:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:52:19 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:52:19 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:19 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:20 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/27 05:52:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/27 05:52:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/27 05:52:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/27 05:52:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/27 05:52:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/27 05:52:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/27 05:52:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/27 05:52:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/27 05:52:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/27 05:52:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/27 05:52:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:52:29 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:30 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:52:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:52:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:31 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:31 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:31 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:31 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 05:52:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 05:52:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 05:52:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 05:52:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 05:52:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 05:52:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 05:52:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 05:52:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 05:52:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 05:52:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 05:52:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 05:52:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 05:52:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 05:52:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 05:52:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 05:52:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 05:52:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 05:52:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 05:52:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 05:52:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 05:52:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 05:52:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 05:52:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 05:52:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 05:52:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 05:52:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 05:52:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 05:52:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 05:52:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 05:52:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/27 05:52:31 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/27 05:52:31 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/27 05:52:31 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/27 05:52:31 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/27 05:52:31 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/27 05:52:31 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/27 05:52:31 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/27 05:52:31 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/27 05:52:31 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/27 05:52:31 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/27 05:52:31 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/27 05:52:31 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:31 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:52:31 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:52:31 DEBUG : PREFIXbanana: size = 6 OK 2026/08/27 05:52:31 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/27 05:52:31 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/27 05:52:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : PREFIXapple: size = 5 OK 2026/08/27 05:52:31 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/27 05:52:31 INFO : apple: Copied (new) to: PREFIXapple 2026/08/27 05:52:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 05:52:31 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/27 05:52:31 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/27 05:52:31 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/27 05:52:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 05:52:31 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/27 05:52:31 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/27 05:52:31 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/27 05:52:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 05:52:31 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/27 05:52:31 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/27 05:52:31 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 05:52:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 05:52:32 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:52:32 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/27 05:52:32 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 05:52:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 05:52:32 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/27 05:52:32 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/27 05:52:32 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 05:52:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 05:52:32 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/27 05:52:32 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/27 05:52:32 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/27 05:52:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 05:52:32 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/27 05:52:32 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/27 05:52:32 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/27 05:52:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 05:52:32 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/27 05:52:32 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/27 05:52:32 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 05:52:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 05:52:32 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/27 05:52:32 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/27 05:52:32 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 05:52:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 05:52:32 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/27 05:52:32 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/27 05:52:32 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/27 05:52:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 05:52:32 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/27 05:52:32 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/27 05:52:32 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/27 05:52:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 05:52:32 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/27 05:52:32 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/27 05:52:32 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/27 05:52:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 05:52:33 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/27 05:52:33 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/27 05:52:33 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/27 05:52:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 05:52:33 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/27 05:52:33 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/27 05:52:33 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/27 05:52:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 05:52:33 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/27 05:52:33 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/27 05:52:33 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/27 05:52:33 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/27 05:52:33 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/27 05:52:33 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/27 05:52:33 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/27 05:52:33 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/27 05:52:33 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/27 05:52:33 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/27 05:52:33 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/27 05:52:33 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/27 05:52:33 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:33 INFO : banana: Deleted 2026/08/27 05:52:33 INFO : dir1/0008-2345678.txt: Deleted 2026/08/27 05:52:33 INFO : dir1/0012-6789;.txt: Deleted 2026/08/27 05:52:33 INFO : dir1/0015-9;=.txt: Deleted 2026/08/27 05:52:33 INFO : splitbananasplit: Deleted 2026/08/27 05:52:33 INFO : dir1/0003-defghij.txt: Deleted 2026/08/27 05:52:34 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/27 05:52:34 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/27 05:52:34 INFO : appleappleapplebanana: Deleted 2026/08/27 05:52:34 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/27 05:52:34 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/27 05:52:34 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/27 05:52:34 INFO : dir1/0009-3456789.txt: Deleted 2026/08/27 05:52:34 INFO : dir1/0010-456789.txt: Deleted 2026/08/27 05:52:34 INFO : dir1/0011-56789;.txt: Deleted 2026/08/27 05:52:34 INFO : dir1/0013-789;=.txt: Deleted 2026/08/27 05:52:34 INFO : dir1/0007-1234567.txt: Deleted 2026/08/27 05:52:34 INFO : apple: Deleted 2026/08/27 05:52:34 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/27 05:52:34 INFO : dir1/0014-89;=.txt: Deleted 2026/08/27 05:52:34 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:34 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:52:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 05:52:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 05:52:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 05:52:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 05:52:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 05:52:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 05:52:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 05:52:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 05:52:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 05:52:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 05:52:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 05:52:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 05:52:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 05:52:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 05:52:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 05:52:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 05:52:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 05:52:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 05:52:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 05:52:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 05:52:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 05:52:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 05:52:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 05:52:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 05:52:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 05:52:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 05:52:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 05:52:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 05:52:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 05:52:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : apple: transformed to: PREFIXapple 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/27 05:52:34 DEBUG : banana: transformed to: PREFIXbanana 2026/08/27 05:52:34 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/27 05:52:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/27 05:52:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/27 05:52:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/27 05:52:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/27 05:52:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/27 05:52:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/27 05:52:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/27 05:52:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/27 05:52:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/27 05:52:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/27 05:52:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/27 05:52:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/27 05:52:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/27 05:52:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/27 05:52:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/27 05:52:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/27 05:52:34 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:34 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:52:34 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:52:35 DEBUG : apple: size = 5 OK 2026/08/27 05:52:35 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/27 05:52:35 INFO : apple: Copied (new) 2026/08/27 05:52:35 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:52:35 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/27 05:52:35 INFO : appleappleapplebanana: Copied (new) 2026/08/27 05:52:35 DEBUG : banana: size = 6 OK 2026/08/27 05:52:35 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/27 05:52:35 INFO : banana: Copied (new) 2026/08/27 05:52:35 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:52:35 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/27 05:52:35 INFO : splitbananasplit: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:52:35 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/27 05:52:35 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:52:35 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/27 05:52:35 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:52:35 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/27 05:52:35 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:52:35 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/27 05:52:35 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:52:35 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/27 05:52:35 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:52:35 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/27 05:52:35 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:52:35 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/27 05:52:35 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:52:35 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/27 05:52:35 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:52:35 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/27 05:52:35 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:52:35 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/27 05:52:35 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:52:35 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/27 05:52:35 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:52:35 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/27 05:52:35 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:52:35 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/27 05:52:35 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:52:35 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/27 05:52:35 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:52:35 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/27 05:52:35 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:52:35 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/27 05:52:35 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/27 05:52:35 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:36 INFO : PREFIXbanana: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/27 05:52:36 INFO : PREFIXapple: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/27 05:52:36 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/27 05:52:36 INFO : PREFIXsplitbananasplit: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/27 05:52:36 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/27 05:52:36 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:36 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:52:36 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:37 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:52:37 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:52:46 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:46 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/27 05:52:46 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/27 05:52:47 DEBUG : pacer: Reducing sleep to 10ms 2026/08/27 05:52:47 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:52:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 05:52:47 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:47 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 05:52:47 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:47 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 05:52:47 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 05:52:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:47 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:47 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:47 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:47 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:47 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:47 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 05:52:47 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:47 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:47 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:52:47 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:52:47 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/27 05:52:47 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/27 05:52:47 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 05:52:47 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/27 05:52:47 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/27 05:52:47 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:47 DEBUG : appleSUFFIX: size = 5 OK 2026/08/27 05:52:47 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/27 05:52:47 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/27 05:52:47 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 05:52:48 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/27 05:52:48 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/27 05:52:48 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/27 05:52:48 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/27 05:52:48 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/27 05:52:48 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/27 05:52:48 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/27 05:52:48 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/27 05:52:48 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/27 05:52:48 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/27 05:52:48 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/27 05:52:48 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/27 05:52:48 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/27 05:52:48 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/27 05:52:48 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/27 05:52:48 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/27 05:52:48 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/27 05:52:48 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/27 05:52:48 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/27 05:52:48 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/27 05:52:48 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/27 05:52:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 05:52:49 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/27 05:52:49 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/27 05:52:49 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/27 05:52:49 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 05:52:49 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/27 05:52:49 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/27 05:52:49 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/27 05:52:49 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 05:52:49 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/27 05:52:49 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/27 05:52:49 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/27 05:52:49 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 05:52:49 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/27 05:52:49 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/27 05:52:49 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/27 05:52:49 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/27 05:52:49 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/27 05:52:49 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/27 05:52:49 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/27 05:52:49 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/27 05:52:49 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/27 05:52:49 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/27 05:52:49 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/27 05:52:49 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/27 05:52:49 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:50 INFO : dir1/0012-6789;.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0014-89;=.txt: Deleted 2026/08/27 05:52:50 INFO : apple: Deleted 2026/08/27 05:52:50 INFO : dir1/0003-defghij.txt: Deleted 2026/08/27 05:52:50 INFO : appleappleapplebanana: Deleted 2026/08/27 05:52:50 INFO : dir1/0008-2345678.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0011-56789;.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0013-789;=.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0007-1234567.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0009-3456789.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0010-456789.txt: Deleted 2026/08/27 05:52:50 INFO : dir1/0015-9;=.txt: Deleted 2026/08/27 05:52:50 INFO : banana: Deleted 2026/08/27 05:52:50 INFO : splitbananasplit: Deleted 2026/08/27 05:52:50 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:50 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:50 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/27 05:52:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : apple: transformed to: appleSUFFIX 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/27 05:52:51 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/27 05:52:51 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/27 05:52:51 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:52:51 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:52:51 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:52:51 DEBUG : apple: size = 5 OK 2026/08/27 05:52:51 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/27 05:52:51 INFO : apple: Copied (new) 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:52:51 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/27 05:52:51 INFO : appleappleapplebanana: Copied (new) 2026/08/27 05:52:51 DEBUG : banana: size = 6 OK 2026/08/27 05:52:51 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/27 05:52:51 INFO : banana: Copied (new) 2026/08/27 05:52:51 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:52:51 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/27 05:52:51 INFO : splitbananasplit: Copied (new) 2026/08/27 05:52:51 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:52:51 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/27 05:52:51 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/27 05:52:51 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:52:51 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/27 05:52:51 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/27 05:52:51 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:52:51 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/27 05:52:51 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/27 05:52:51 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:52:51 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/27 05:52:51 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/27 05:52:51 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:52:51 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/27 05:52:51 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/27 05:52:51 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:52:51 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/27 05:52:51 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/27 05:52:51 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:52:51 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/27 05:52:51 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/27 05:52:51 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:52:51 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/27 05:52:51 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/27 05:52:52 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:52:52 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/27 05:52:52 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/27 05:52:52 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:52:52 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/27 05:52:52 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/27 05:52:52 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:52:52 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/27 05:52:52 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/27 05:52:52 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:52:52 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/27 05:52:52 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/27 05:52:52 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:52:52 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/27 05:52:52 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/27 05:52:52 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:52:52 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/27 05:52:52 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/27 05:52:52 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:52:52 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/27 05:52:52 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/27 05:52:52 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:52:52 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/27 05:52:52 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/27 05:52:52 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:52 INFO : splitbananasplitSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : appleSUFFIX: Deleted 2026/08/27 05:52:52 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/27 05:52:52 INFO : bananaSUFFIX: Deleted 2026/08/27 05:52:52 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/27 05:52:52 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:53 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : Waiting for deletions to finish 2026/08/27 05:52:53 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:52:53 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:53:03 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:03 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/27 05:53:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/27 05:53:03 DEBUG : pacer: Reducing sleep to 10ms 2026/08/27 05:53:03 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:53:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:03 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:03 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:03 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:03 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:03 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:03 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:03 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:03 DEBUG : banana: size = 6 OK 2026/08/27 05:53:03 DEBUG : apple: size = 5 OK 2026/08/27 05:53:03 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:03 DEBUG : banana: Unchanged skipping 2026/08/27 05:53:03 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:03 DEBUG : apple: Unchanged skipping 2026/08/27 05:53:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:03 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:03 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:03 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:03 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:03 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:03 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:03 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:03 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:03 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:03 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:03 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:03 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:03 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:03 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 05:53:03 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 05:53:03 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:03 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/27 05:53:03 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/27 05:53:03 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:53:03 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:53:04 DEBUG : appleapple: size = 21 OK 2026/08/27 05:53:04 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/27 05:53:04 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/27 05:53:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 05:53:04 DEBUG : splitbanan: size = 16 OK 2026/08/27 05:53:04 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/27 05:53:04 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/27 05:53:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 05:53:04 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/27 05:53:04 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/27 05:53:04 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/27 05:53:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 05:53:04 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/27 05:53:04 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/27 05:53:04 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/27 05:53:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 05:53:04 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/27 05:53:04 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/27 05:53:04 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/27 05:53:04 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 05:53:04 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/27 05:53:04 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/27 05:53:04 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/27 05:53:04 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 05:53:04 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/27 05:53:04 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/27 05:53:04 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/27 05:53:04 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 05:53:04 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/27 05:53:04 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/27 05:53:04 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/27 05:53:04 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 05:53:04 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/27 05:53:04 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/27 05:53:04 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/27 05:53:04 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 05:53:04 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/27 05:53:04 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/27 05:53:04 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/27 05:53:04 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 05:53:04 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/27 05:53:04 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/27 05:53:04 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/27 05:53:04 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 05:53:04 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/27 05:53:04 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/27 05:53:04 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/27 05:53:04 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 05:53:04 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/27 05:53:04 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/27 05:53:04 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/27 05:53:04 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 05:53:04 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/27 05:53:04 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/27 05:53:04 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/27 05:53:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 05:53:04 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/27 05:53:04 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/27 05:53:04 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/27 05:53:04 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/27 05:53:04 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/27 05:53:04 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/27 05:53:04 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/27 05:53:04 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/27 05:53:04 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/27 05:53:04 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/27 05:53:04 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/27 05:53:04 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/27 05:53:04 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:05 INFO : dir1/0012-6789;.txt: Deleted 2026/08/27 05:53:05 INFO : splitbananasplit: Deleted 2026/08/27 05:53:05 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0009-3456789.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0010-456789.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0011-56789;.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0014-89;=.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0015-9;=.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0003-defghij.txt: Deleted 2026/08/27 05:53:05 INFO : appleappleapplebanana: Deleted 2026/08/27 05:53:05 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0007-1234567.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0013-789;=.txt: Deleted 2026/08/27 05:53:05 INFO : dir1/0008-2345678.txt: Deleted 2026/08/27 05:53:05 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:05 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : appleapple: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/27 05:53:05 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 05:53:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 05:53:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 05:53:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 05:53:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 05:53:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 05:53:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 05:53:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 05:53:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 05:53:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 05:53:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 05:53:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 05:53:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 05:53:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 05:53:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 05:53:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 05:53:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 05:53:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 05:53:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 05:53:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 05:53:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 05:53:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 05:53:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 05:53:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 05:53:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 05:53:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 05:53:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 05:53:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 05:53:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 05:53:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 05:53:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 05:53:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 05:53:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 05:53:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 05:53:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 05:53:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 05:53:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 05:53:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 05:53:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 05:53:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 05:53:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 05:53:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 05:53:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 05:53:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 05:53:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:06 DEBUG : apple: size = 5 OK 2026/08/27 05:53:06 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : apple: Unchanged skipping 2026/08/27 05:53:06 DEBUG : appleapple: size = 21 OK 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:53:06 DEBUG : banana: size = 6 OK 2026/08/27 05:53:06 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : banana: Unchanged skipping 2026/08/27 05:53:06 DEBUG : splitbanan: size = 16 OK 2026/08/27 05:53:06 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/27 05:53:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/27 05:53:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/27 05:53:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/27 05:53:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/27 05:53:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/27 05:53:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/27 05:53:06 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/27 05:53:06 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/27 05:53:06 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/27 05:53:06 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/27 05:53:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/27 05:53:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/27 05:53:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/27 05:53:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/27 05:53:06 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/27 05:53:06 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/27 05:53:06 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/27 05:53:06 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/27 05:53:06 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/27 05:53:06 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/27 05:53:06 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/27 05:53:06 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/27 05:53:06 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/27 05:53:06 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/27 05:53:06 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:53:06 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:53:06 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:06 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:06 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : appleapple: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 05:53:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 05:53:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 05:53:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 05:53:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 05:53:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 05:53:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 05:53:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 05:53:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 05:53:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 05:53:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 05:53:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 05:53:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 05:53:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 05:53:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 05:53:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 05:53:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 05:53:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 05:53:06 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 05:53:06 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/27 05:53:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/27 05:53:06 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/27 05:53:06 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/27 05:53:06 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/27 05:53:06 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/27 05:53:06 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/27 05:53:06 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/27 05:53:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/27 05:53:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/27 05:53:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/27 05:53:06 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/27 05:53:06 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/27 05:53:06 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/27 05:53:06 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/27 05:53:06 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/27 05:53:06 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/27 05:53:06 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:53:16 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:16 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:53:16 DEBUG : apple: size = 5 OK 2026/08/27 05:53:16 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : apple: Unchanged skipping 2026/08/27 05:53:16 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:53:16 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:53:16 DEBUG : banana: size = 6 OK 2026/08/27 05:53:16 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : banana: Unchanged skipping 2026/08/27 05:53:16 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:53:16 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:53:16 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:53:16 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:53:16 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:53:16 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:53:16 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:53:16 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:53:16 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:53:16 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:53:16 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:53:16 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:53:16 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:53:16 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:53:16 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:53:16 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:53:16 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:53:16 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:53:16 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:16 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:53:16 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:53:16 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:16 INFO : There was nothing to transfer 2026/08/27 05:53:16 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:17 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:53:17 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:53:17 DEBUG : apple: size = 5 OK 2026/08/27 05:53:17 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : apple: Unchanged skipping 2026/08/27 05:53:17 DEBUG : banana: size = 6 OK 2026/08/27 05:53:17 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : banana: Unchanged skipping 2026/08/27 05:53:17 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:53:17 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:53:17 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:53:17 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:53:17 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:53:17 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:53:17 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:53:17 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:53:17 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:53:17 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:53:17 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:53:17 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:53:17 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:53:17 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:53:17 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:53:17 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:53:17 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:53:17 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:53:17 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:17 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:53:17 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:53:17 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:17 INFO : There was nothing to transfer 2026/08/27 05:53:17 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:17 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:18 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:18 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:53:28 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:28 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/27 05:53:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/27 05:53:28 DEBUG : pacer: Reducing sleep to 10ms 2026/08/27 05:53:28 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : apple: size = 5 OK 2026/08/27 05:53:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : apple: Unchanged skipping 2026/08/27 05:53:29 DEBUG : banana: size = 6 OK 2026/08/27 05:53:29 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:53:29 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:53:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:53:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:53:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : banana: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:53:29 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:53:29 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:53:29 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:53:29 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:53:29 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:53:29 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:53:29 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:53:29 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:29 INFO : There was nothing to transfer 2026/08/27 05:53:29 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:29 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:53:29 DEBUG : apple: size = 5 OK 2026/08/27 05:53:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : apple: Unchanged skipping 2026/08/27 05:53:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:53:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:53:29 DEBUG : banana: size = 6 OK 2026/08/27 05:53:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : banana: Unchanged skipping 2026/08/27 05:53:29 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:53:29 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:53:29 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:53:29 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:53:29 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:53:29 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:53:29 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:53:29 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:53:29 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:53:29 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:29 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:53:29 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:53:29 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:29 INFO : There was nothing to transfer 2026/08/27 05:53:29 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:30 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:30 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:53:39 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:40 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:53:40 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:53:40 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:53:40 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:53:40 DEBUG : banana: size = 6 OK 2026/08/27 05:53:40 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : banana: Unchanged skipping 2026/08/27 05:53:40 DEBUG : apple: size = 5 OK 2026/08/27 05:53:40 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : apple: Unchanged skipping 2026/08/27 05:53:40 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:53:40 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:53:40 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:53:40 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:53:40 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:53:40 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:53:40 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:53:40 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:53:40 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:53:40 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:53:40 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:53:40 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:53:40 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:53:40 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:53:40 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:53:40 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:53:40 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:53:40 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:40 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:53:40 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:53:40 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:40 INFO : There was nothing to transfer 2026/08/27 05:53:40 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:40 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : apple: size = 5 OK 2026/08/27 05:53:41 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : apple: Unchanged skipping 2026/08/27 05:53:41 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:53:41 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:53:41 DEBUG : banana: size = 6 OK 2026/08/27 05:53:41 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : banana: Unchanged skipping 2026/08/27 05:53:41 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:53:41 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:53:41 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:53:41 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:53:41 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:53:41 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:53:41 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:53:41 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:53:41 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:53:41 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:53:41 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:53:41 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:53:41 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:53:41 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:53:41 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:53:41 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:53:41 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:53:41 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:41 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:53:41 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:53:41 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:53:41 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:41 INFO : There was nothing to transfer 2026/08/27 05:53:41 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:41 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:41 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:53:51 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:51 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/27 05:53:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/27 05:53:51 DEBUG : pacer: Reducing sleep to 10ms 2026/08/27 05:53:51 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : apple: size = 5 OK 2026/08/27 05:53:52 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:53:52 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:53:52 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : apple: Unchanged skipping 2026/08/27 05:53:52 DEBUG : banana: size = 6 OK 2026/08/27 05:53:52 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : banana: Unchanged skipping 2026/08/27 05:53:52 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:53:52 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:53:52 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:53:52 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:53:52 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:53:52 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:53:52 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:53:52 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:53:52 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:53:52 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:53:52 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:53:52 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:53:52 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:53:52 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:53:52 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:53:52 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:53:52 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:53:52 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:53:52 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:52 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:53:52 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:53:52 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:52 INFO : There was nothing to transfer 2026/08/27 05:53:52 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:52 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:52 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : apple: size = 5 OK 2026/08/27 05:53:53 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : apple: Unchanged skipping 2026/08/27 05:53:53 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:53:53 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:53:53 DEBUG : banana: size = 6 OK 2026/08/27 05:53:53 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : banana: Unchanged skipping 2026/08/27 05:53:53 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:53:53 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:53:53 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:53:53 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:53:53 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:53:53 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:53:53 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:53:53 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:53:53 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:53:53 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:53:53 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:53:53 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:53:53 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:53:53 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:53:53 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:53:53 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:53:53 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:53:53 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:53:53 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:53:53 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:53:53 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:53:53 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:53 INFO : There was nothing to transfer 2026/08/27 05:53:53 DEBUG : Waiting for deletions to finish 2026/08/27 05:53:53 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:53:53 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:03 DEBUG : Waiting for deletions to finish 2026/08/27 05:54:03 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/27 05:54:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/27 05:54:03 DEBUG : pacer: Reducing sleep to 10ms 2026/08/27 05:54:03 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:54:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : apple: size = 5 OK 2026/08/27 05:54:04 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : apple: Unchanged skipping 2026/08/27 05:54:04 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:54:04 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:54:04 DEBUG : banana: size = 6 OK 2026/08/27 05:54:04 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : banana: Unchanged skipping 2026/08/27 05:54:04 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:54:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:54:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:54:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:54:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:54:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:54:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:54:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:54:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:54:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:54:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:54:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:54:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:54:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:54:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:54:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:54:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:54:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:54:04 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:04 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:04 DEBUG : Waiting for deletions to finish 2026/08/27 05:54:04 INFO : There was nothing to transfer 2026/08/27 05:54:04 DEBUG : Waiting for deletions to finish 2026/08/27 05:54:04 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:54:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : apple: size = 5 OK 2026/08/27 05:54:05 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : apple: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/27 05:54:05 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/27 05:54:05 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/27 05:54:05 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/27 05:54:05 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/27 05:54:05 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/27 05:54:05 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/27 05:54:05 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : splitbananasplit: size = 16 OK 2026/08/27 05:54:05 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/27 05:54:05 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/27 05:54:05 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/27 05:54:05 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/27 05:54:05 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/27 05:54:05 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/27 05:54:05 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:05 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/27 05:54:05 DEBUG : banana: size = 6 OK 2026/08/27 05:54:05 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : banana: Unchanged skipping 2026/08/27 05:54:05 DEBUG : splitbananasplit: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/27 05:54:05 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/27 05:54:05 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/27 05:54:05 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:05 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/27 05:54:05 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:05 DEBUG : Waiting for deletions to finish 2026/08/27 05:54:05 INFO : There was nothing to transfer 2026/08/27 05:54:05 DEBUG : Waiting for deletions to finish 2026/08/27 05:54:05 DEBUG : apple: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : banana: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/27 05:54:05 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (140.27s) --- PASS: TestTransform/NFC (10.04s) --- PASS: TestTransform/NFD (11.06s) --- PASS: TestTransform/base64 (14.28s) --- PASS: TestTransform/prefix (16.75s) --- PASS: TestTransform/suffix (16.50s) --- PASS: TestTransform/truncate (13.05s) --- PASS: TestTransform/encoder (11.80s) --- PASS: TestTransform/ISO-8859-1 (11.76s) --- PASS: TestTransform/charmap (11.43s) --- PASS: TestTransform/lowercase (11.90s) --- PASS: TestTransform/ascii (11.71s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:09 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/27 05:54:10 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/27 05:54:10 INFO : sub dir_somesuffix: Making directory 2026/08/27 05:54:10 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/27 05:54:10 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/27 05:54:10 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/27 05:54:10 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/27 05:54:10 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/27 05:54:10 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:10 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:10 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/27 05:54:10 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:10 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/27 05:54:10 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.60s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:11 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:11 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:11 INFO : tictactoe: Making directory 2026/08/27 05:54:11 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:11 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:11 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:11 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/27 05:54:11 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:11 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:11 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:12 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/27 05:54:12 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:12 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/27 05:54:12 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.62s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:13 INFO : toe: Making directory 2026/08/27 05:54:13 INFO : toe/toe: Making directory 2026/08/27 05:54:13 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:13 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/27 05:54:13 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/27 05:54:13 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/27 05:54:13 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:13 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:13 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/27 05:54:13 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:13 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/27 05:54:13 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.62s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:14 INFO : toe: Making directory 2026/08/27 05:54:14 INFO : toe/toe: Making directory 2026/08/27 05:54:14 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:14 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/27 05:54:14 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/27 05:54:14 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/27 05:54:14 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:14 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:15 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/27 05:54:15 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:15 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/27 05:54:15 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.51s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:16 DEBUG : empty_dir: Making directory with metadata 2026/08/27 05:54:16 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/27 05:54:16 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:16 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:16 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:16 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:16 INFO : tictacempty_dir: Making directory 2026/08/27 05:54:16 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:16 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:16 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:16 INFO : tictactoe: Making directory 2026/08/27 05:54:16 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:16 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:16 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:16 INFO : tictactoe/tictactoe: Making directory 2026/08/27 05:54:16 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:16 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/27 05:54:16 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 05:54:16 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/27 05:54:16 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:16 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:17 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/27 05:54:17 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:17 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/27 05:54:17 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-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:18 DEBUG : empty_dir: Making directory with metadata 2026/08/27 05:54:18 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/27 05:54:18 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:18 INFO : tictacempty_dir: Making directory 2026/08/27 05:54:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:18 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:18 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:18 INFO : tictactoe: Making directory 2026/08/27 05:54:18 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:18 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:18 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:18 INFO : tictactoe/tictactoe: Making directory 2026/08/27 05:54:18 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:18 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/27 05:54:18 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:18 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 05:54:18 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:18 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:18 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:19 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 05:54:19 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:19 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:19 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/27 05:54:19 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:19 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:19 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:19 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:19 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:19 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:19 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/27 05:54:19 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 05:54:19 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:19 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/08/27 05:54:19 NOTICE: B2 bucket rclone-test-xadunuc9qami: 0 differences found 2026/08/27 05:54:19 NOTICE: B2 bucket rclone-test-xadunuc9qami: 1 matching files --- PASS: TestAllTag (2.24s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:20 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:20 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:20 INFO : tictactoe: Making directory 2026/08/27 05:54:20 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:20 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:20 INFO : tictactoe/tictactoe: Making directory 2026/08/27 05:54:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/27 05:54:20 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 05:54:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/27 05:54:20 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:20 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:21 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/27 05:54:21 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:21 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/27 05:54:21 DEBUG : Waiting for deletions to finish 2026/08/27 05:54:21 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:21 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:21 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:21 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:21 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/27 05:54:21 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/27 05:54:21 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/27 05:54:21 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/27 05:54:21 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:21 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:21 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.37s) === RUN TestSyntax 2026/08/27 05:54:22 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:22 INFO : toe: Making directory 2026/08/27 05:54:22 INFO : toe/toe: Making directory 2026/08/27 05:54:22 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/27 05:54:22 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:22 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:23 DEBUG : toe/toe/toe: size = 11 OK 2026/08/27 05:54:23 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:23 INFO : toe/toe/toe: Copied (new) 2026/08/27 05:54:23 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.54s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:24 DEBUG : empty_dir: Making directory with metadata 2026/08/27 05:54:24 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/27 05:54:24 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:24 INFO : tictacempty_dir: Making directory 2026/08/27 05:54:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:24 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:24 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:24 INFO : tictactoe: Making directory 2026/08/27 05:54:24 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:24 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:24 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:24 INFO : tictactoe/tictactoe: Making directory 2026/08/27 05:54:24 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:24 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/27 05:54:24 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:24 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 05:54:24 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:24 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:24 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:24 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:25 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 05:54:25 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:25 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:25 INFO : toe/toe/toe.txt: Deleted 2026/08/27 05:54:25 INFO : toe/toe: Removing directory 2026/08/27 05:54:25 INFO : toe: Removing directory 2026/08/27 05:54:25 INFO : empty_dir: Removing directory 2026/08/27 05:54:25 DEBUG : Local file system at /tmp/rclone285695547: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (1.70s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:25 DEBUG : empty_dir: Making directory with metadata 2026/08/27 05:54:25 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/27 05:54:25 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:25 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:25 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:26 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:26 INFO : tictacempty_dir: Making directory 2026/08/27 05:54:26 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:26 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:26 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:26 INFO : tictactoe: Making directory 2026/08/27 05:54:26 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:26 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:26 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:26 INFO : tictactoe/tictactoe: Making directory 2026/08/27 05:54:26 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:26 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/27 05:54:26 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:26 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 05:54:26 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:26 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:26 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:26 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:27 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 05:54:27 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:27 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:27 INFO : toe/toe/toe.txt: Deleted 2026/08/27 05:54:27 INFO : toe/toe: Removing directory 2026/08/27 05:54:27 INFO : toe: Removing directory 2026/08/27 05:54:27 INFO : empty_dir: Removing directory 2026/08/27 05:54:27 DEBUG : Local file system at /tmp/rclone285695547: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/27 05:54:28 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 05:54:28 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/27 05:54:28 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/27 05:54:28 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/27 05:54:28 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/27 05:54:28 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/27 05:54:28 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:28 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/08/27 05:54:28 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.77s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:29 DEBUG : Reset feature "Copy" 2026/08/27 05:54:29 DEBUG : Reset feature "Move" 2026/08/27 05:54:29 DEBUG : Reset feature "Copy" 2026/08/27 05:54:29 DEBUG : Reset feature "Move" 2026/08/27 05:54:29 DEBUG : empty_dir: Making directory with metadata 2026/08/27 05:54:29 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/27 05:54:29 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:29 INFO : tictacempty_dir: Making directory 2026/08/27 05:54:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/27 05:54:29 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:29 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:29 INFO : tictactoe: Making directory 2026/08/27 05:54:29 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:29 DEBUG : toe: transformed to: tictactoe 2026/08/27 05:54:29 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:29 INFO : tictactoe/tictactoe: Making directory 2026/08/27 05:54:29 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/27 05:54:29 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/27 05:54:29 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:29 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 05:54:29 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:29 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:29 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:29 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:30 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 05:54:30 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:30 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/27 05:54:30 INFO : toe/toe/toe.txt: Deleted 2026/08/27 05:54:30 INFO : toe/toe: Removing directory 2026/08/27 05:54:30 INFO : toe: Removing directory 2026/08/27 05:54:30 INFO : empty_dir: Removing directory 2026/08/27 05:54:30 DEBUG : Local file system at /tmp/rclone285695547: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/27 05:54:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/27 05:54:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/27 05:54:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/27 05:54:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/27 05:54:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/27 05:54:31 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/27 05:54:31 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:31 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/27 05:54:32 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.19s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:32 DEBUG : toe: transformed to: dG9l 2026/08/27 05:54:33 DEBUG : toe: transformed to: dG9l 2026/08/27 05:54:33 INFO : dG9l: Making directory 2026/08/27 05:54:33 DEBUG : toe: transformed to: dG9l 2026/08/27 05:54:33 DEBUG : toe: transformed to: dG9l 2026/08/27 05:54:33 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/27 05:54:33 INFO : dG9l/dG9l: Making directory 2026/08/27 05:54:33 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/27 05:54:33 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/27 05:54:33 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/27 05:54:33 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/27 05:54:33 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/27 05:54:33 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:33 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:33 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/27 05:54:33 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:33 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/27 05:54:33 DEBUG : Waiting for deletions to finish 2026/08/27 05:54:34 DEBUG : dG9l: transformed to: toe 2026/08/27 05:54:34 DEBUG : dG9l: transformed to: toe 2026/08/27 05:54:34 DEBUG : dG9l: transformed to: toe 2026/08/27 05:54:34 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/27 05:54:34 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/27 05:54:34 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/27 05:54:34 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/27 05:54:34 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/27 05:54:34 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/27 05:54:34 DEBUG : Local file system at /tmp/rclone285695547: Waiting for checks to finish 2026/08/27 05:54:34 DEBUG : Local file system at /tmp/rclone285695547: Waiting for transfers to finish 2026/08/27 05:54:34 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.32s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-xadunuc9qami", Local "Local file system at /tmp/rclone285695547", Modify Window "1ms" 2026/08/27 05:54:35 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 05:54:35 DEBUG : toe: transformed to: 2026/08/27 05:54:35 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 05:54:35 DEBUG : toe: transformed to: 2026/08/27 05:54:35 INFO : B2 bucket rclone-test-xadunuc9qami: Making directory 2026/08/27 05:54:35 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 05:54:35 DEBUG : toe: transformed to: 2026/08/27 05:54:35 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 05:54:35 DEBUG : toe: transformed to: 2026/08/27 05:54:35 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 05:54:35 DEBUG : toe/toe: transformed to: 2026/08/27 05:54:35 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/27 05:54:35 INFO : toe/toe: Making directory 2026/08/27 05:54:35 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 05:54:35 DEBUG : toe/toe: transformed to: 2026/08/27 05:54:35 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/27 05:54:35 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 05:54:35 DEBUG : toe: transformed to: 2026/08/27 05:54:35 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/27 05:54:35 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/27 05:54:35 DEBUG : toe/toe/toe: transformed to: 2026/08/27 05:54:35 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/27 05:54:35 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for checks to finish 2026/08/27 05:54:35 DEBUG : B2 bucket rclone-test-xadunuc9qami: Waiting for transfers to finish 2026/08/27 05:54:35 DEBUG : toe/toe/toe: size = 11 OK 2026/08/27 05:54:35 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/27 05:54:35 INFO : toe/toe/toe: Copied (new) 2026/08/27 05:54:35 ERROR : B2 bucket rclone-test-xadunuc9qami: not deleting files as there were IO errors 2026/08/27 05:54:35 ERROR : B2 bucket rclone-test-xadunuc9qami: not deleting directories as there were IO errors --- PASS: TestError (1.56s) PASS 2026/08/27 05:54:36 DEBUG : B2 bucket rclone-test-xadunuc9qami: Purge remote 2026/08/27 05:54:36 INFO : B2 bucket rclone-test-xadunuc9qami: cleaning bucket "rclone-test-xadunuc9qami" of all files 2026/08/27 05:54:38 DEBUG : BackupDir/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff7a_d20260827_m054958_c001_v7007000_t0000_u01787809798217") 2026/08/27 05:54:38 DEBUG : BackupDir/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4118cdc0467bbb2f_d20260827_m054953_c001_v0001172_t0006_u01787809793691") 2026/08/27 05:54:38 DEBUG : CompareDest/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4171cfbc6ae9cda8_d20260827_m054935_c001_v7007000_t0000_u01787809775481") 2026/08/27 05:54:38 DEBUG : CompareDest/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167540c_d20260827_m054930_c001_v0001044_t0002_u01787809770116") 2026/08/27 05:54:38 DEBUG : CompareDest/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4171cfbc6ae9cda9_d20260827_m054935_c001_v7007000_t0000_u01787809775657") 2026/08/27 05:54:38 DEBUG : CompareDest/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b911d_d20260827_m054931_c001_v0001113_t0038_u01787809771358") 2026/08/27 05:54:38 DEBUG : CopyDest/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff7b_d20260827_m054958_c001_v7007000_t0000_u01787809798394") 2026/08/27 05:54:38 DEBUG : CopyDest/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42373_d20260827_m054950_c001_v0001103_t0009_u01787809790545") 2026/08/27 05:54:38 DEBUG : CopyDest/three: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff7c_d20260827_m054958_c001_v7007000_t0000_u01787809798570") 2026/08/27 05:54:38 DEBUG : CopyDest/three: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9175_d20260827_m054956_c001_v0001113_t0038_u01787809796596") 2026/08/27 05:54:38 DEBUG : CopyDest/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff7d_d20260827_m054958_c001_v7007000_t0000_u01787809798746") 2026/08/27 05:54:38 DEBUG : CopyDest/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675442_d20260827_m054954_c001_v0001044_t0002_u01787809794781") 2026/08/27 05:54:38 DEBUG : EXISTING: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c4417bc_d20260827_m055108_c001_v7007000_t0000_u01787809868364") 2026/08/27 05:54:38 DEBUG : EXISTING: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16754e0_d20260827_m055107_c001_v0001044_t0002_u01787809867448") 2026/08/27 05:54:38 DEBUG : PREFIXapple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c5a0470_d20260827_m055236_c001_v7007000_t0000_u01787809956000") 2026/08/27 05:54:38 DEBUG : PREFIXapple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675634_d20260827_m055231_c001_v0001044_t0002_u01787809951536") 2026/08/27 05:54:38 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40902fdc360c8ac9_d20260827_m055236_c001_v7007000_t0000_u01787809956145") 2026/08/27 05:54:38 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1047b146691b94c5_d20260827_m055231_c001_v0001113_t0029_u01787809951504") 2026/08/27 05:54:38 DEBUG : PREFIXbanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c06_d20260827_m055235_c001_v7007000_t0000_u01787809955958") 2026/08/27 05:54:38 DEBUG : PREFIXbanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4947_d20260827_m055231_c001_v0001173_t0045_u01787809951516") 2026/08/27 05:54:38 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f425a8c9b54939735_d20260827_m055236_c001_v7007000_t0000_u01787809956155") 2026/08/27 05:54:38 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42799_d20260827_m055231_c001_v0001103_t0009_u01787809951533") 2026/08/27 05:54:39 DEBUG : Testêé: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c4417ae_d20260827_m055104_c001_v7007000_t0000_u01787809864914") 2026/08/27 05:54:39 DEBUG : Testêé: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92a9_d20260827_m055104_c001_v0001113_t0038_u01787809864370") 2026/08/27 05:54:39 DEBUG : Testêé: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16754d6_d20260827_m055103_c001_v0001044_t0002_u01787809863482") 2026/08/27 05:54:39 DEBUG : YXBwbGU=: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3779_d20260827_m055220_c001_v7007000_t0000_u01787809940979") 2026/08/27 05:54:39 DEBUG : YXBwbGU=: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16755d8_d20260827_m055216_c001_v0001044_t0002_u01787809936440") 2026/08/27 05:54:39 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d377a_d20260827_m055221_c001_v7007000_t0000_u01787809941157") 2026/08/27 05:54:39 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d4272f_d20260827_m055216_c001_v0001103_t0005_u01787809936452") 2026/08/27 05:54:39 DEBUG : YmFuYW5h: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d377c_d20260827_m055221_c001_v7007000_t0000_u01787809941332") 2026/08/27 05:54:39 DEBUG : YmFuYW5h: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c48af_d20260827_m055216_c001_v0001173_t0045_u01787809936462") 2026/08/27 05:54:39 DEBUG : a/potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c091_d20260827_m054747_c001_v7007000_t0000_u01787809667085") 2026/08/27 05:54:39 DEBUG : a/potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d4200f_d20260827_m054746_c001_v0001103_t0054_u01787809666353") 2026/08/27 05:54:39 DEBUG : a/potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c08a_d20260827_m054745_c001_v7007000_t0000_u01787809665117") 2026/08/27 05:54:39 DEBUG : a/potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d41ffd_d20260827_m054744_c001_v0001103_t0030_u01787809664266") 2026/08/27 05:54:39 DEBUG : a/potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd52_d20260827_m054728_c001_v7007000_t0000_u01787809648894") 2026/08/27 05:54:39 DEBUG : a/potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d41f6d_d20260827_m054728_c001_v0001103_t0019_u01787809648076") 2026/08/27 05:54:39 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438542a_d20260827_m055405_c001_v7007000_t0000_u01787810045827") 2026/08/27 05:54:39 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4baf_d20260827_m055402_c001_v0001173_t0045_u01787810042569") 2026/08/27 05:54:39 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe55_d20260827_m055353_c001_v7007000_t0000_u01787810033956") 2026/08/27 05:54:39 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4b65_d20260827_m055350_c001_v0001173_t0045_u01787810030610") 2026/08/27 05:54:39 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620ae_d20260827_m055342_c001_v7007000_t0000_u01787810022197") 2026/08/27 05:54:39 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4b1d_d20260827_m055339_c001_v0001173_t0045_u01787810019338") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de62097_d20260827_m055330_c001_v7007000_t0000_u01787810010772") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4acb_d20260827_m055327_c001_v0001173_t0045_u01787810007405") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438539f_d20260827_m055318_c001_v7007000_t0000_u01787809998916") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a7b_d20260827_m055315_c001_v0001173_t0045_u01787809995651") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438537b_d20260827_m055307_c001_v7007000_t0000_u01787809987119") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a1f_d20260827_m055302_c001_v0001173_t0045_u01787809982574") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e2a_d20260827_m055254_c001_v7007000_t0000_u01787809974119") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c49e3_d20260827_m055251_c001_v0001173_t0045_u01787809971489") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41620da363e6c2e7_d20260827_m055250_c001_v7007000_t0000_u01787809970239") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b953b_d20260827_m055246_c001_v0001113_t0038_u01787809966084") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c0c_d20260827_m055237_c001_v7007000_t0000_u01787809957646") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b94ef_d20260827_m055235_c001_v0001113_t0038_u01787809955028") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f425a8c9b54939733_d20260827_m055234_c001_v7007000_t0000_u01787809954151") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b94af_d20260827_m055229_c001_v0001113_t0038_u01787809949343") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7fdad_d20260827_m055218_c001_v7007000_t0000_u01787809938904") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16755ce_d20260827_m055215_c001_v0001044_t0002_u01787809935041") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37b5_d20260827_m055206_c001_v7007000_t0000_u01787809926692") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16755b0_d20260827_m055203_c001_v0001044_t0002_u01787809923987") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec93_d20260827_m055155_c001_v7007000_t0000_u01787809915239") 2026/08/27 05:54:40 DEBUG : apple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167557c_d20260827_m055152_c001_v0001044_t0002_u01787809912564") 2026/08/27 05:54:40 DEBUG : appleSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41620da363e6c2ec_d20260827_m055252_c001_v7007000_t0000_u01787809972648") 2026/08/27 05:54:40 DEBUG : appleSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c49c5_d20260827_m055247_c001_v0001173_t0045_u01787809967721") 2026/08/27 05:54:40 DEBUG : appleapple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438537d_d20260827_m055307_c001_v7007000_t0000_u01787809987294") 2026/08/27 05:54:41 DEBUG : appleapple: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a25_d20260827_m055304_c001_v0001173_t0045_u01787809984045") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438542b_d20260827_m055406_c001_v7007000_t0000_u01787810046004") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167578a_d20260827_m055402_c001_v0001044_t0002_u01787810042927") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe56_d20260827_m055354_c001_v7007000_t0000_u01787810034134") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167576e_d20260827_m055350_c001_v0001044_t0002_u01787810030968") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620af_d20260827_m055342_c001_v7007000_t0000_u01787810022373") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675746_d20260827_m055339_c001_v0001044_t0002_u01787810019694") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de62098_d20260827_m055330_c001_v7007000_t0000_u01787810010949") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675722_d20260827_m055327_c001_v0001044_t0002_u01787810007805") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853a0_d20260827_m055319_c001_v7007000_t0000_u01787809999094") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756fa_d20260827_m055316_c001_v0001044_t0002_u01787809996010") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f421d622144d8e6dd_d20260827_m055305_c001_v7007000_t0000_u01787809985375") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b95a9_d20260827_m055302_c001_v0001113_t0038_u01787809982927") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e2b_d20260827_m055254_c001_v7007000_t0000_u01787809974298") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167567e_d20260827_m055251_c001_v0001044_t0002_u01787809971500") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4144a919a4e9cc6c_d20260827_m055250_c001_v7007000_t0000_u01787809970260") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167566c_d20260827_m055246_c001_v0001044_t0002_u01787809966439") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c0d_d20260827_m055237_c001_v7007000_t0000_u01787809957822") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d427b9_d20260827_m055235_c001_v0001103_t0009_u01787809955038") 2026/08/27 05:54:41 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c5a046c_d20260827_m055233_c001_v7007000_t0000_u01787809953962") 2026/08/27 05:54:42 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42783_d20260827_m055229_c001_v0001103_t0009_u01787809949701") 2026/08/27 05:54:42 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f405f3f94e4ad3b81_d20260827_m055218_c001_v7007000_t0000_u01787809938931") 2026/08/27 05:54:42 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c489b_d20260827_m055215_c001_v0001173_t0045_u01787809935397") 2026/08/27 05:54:42 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37b6_d20260827_m055206_c001_v7007000_t0000_u01787809926868") 2026/08/27 05:54:42 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4831_d20260827_m055204_c001_v0001173_t0045_u01787809924343") 2026/08/27 05:54:42 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec94_d20260827_m055155_c001_v7007000_t0000_u01787809915416") 2026/08/27 05:54:42 DEBUG : appleappleapplebanana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c47dc_d20260827_m055152_c001_v0001173_t0045_u01787809912920") 2026/08/27 05:54:42 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c383c_d20260827_m055252_c001_v7007000_t0000_u01787809972660") 2026/08/27 05:54:42 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e1675672_d20260827_m055247_c001_v0001044_t0024_u01787809967710") 2026/08/27 05:54:42 DEBUG : b/potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c092_d20260827_m054747_c001_v7007000_t0000_u01787809667262") 2026/08/27 05:54:42 DEBUG : b/potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42007_d20260827_m054745_c001_v0001103_t0009_u01787809665645") 2026/08/27 05:54:42 DEBUG : b/potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c088_d20260827_m054744_c001_v7007000_t0000_u01787809664589") 2026/08/27 05:54:42 DEBUG : b/potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41fef_d20260827_m054743_c001_v0001103_t0009_u01787809663555") 2026/08/27 05:54:42 DEBUG : b/potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd50_d20260827_m054728_c001_v7007000_t0000_u01787809648366") 2026/08/27 05:54:42 DEBUG : b/potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f65_d20260827_m054727_c001_v0001103_t0009_u01787809647367") 2026/08/27 05:54:42 DEBUG : backup/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af02781502b2c_d20260827_m055009_c001_v7007000_t0000_u01787809809889") 2026/08/27 05:54:42 DEBUG : backup/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416b95747d7d33a7_d20260827_m055008_c001_v0001032_t0022_u01787809808453") 2026/08/27 05:54:42 DEBUG : backup/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f417df71ad02552d7_d20260827_m055005_c001_v0001103_t0041_u01787809805161") 2026/08/27 05:54:42 DEBUG : backup/one-2019-01-01: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c441773_d20260827_m055033_c001_v7007000_t0000_u01787809833723") 2026/08/27 05:54:42 DEBUG : backup/one-2019-01-01: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f411411b73f47e6fd_d20260827_m055032_c001_v0001174_t0030_u01787809832281") 2026/08/27 05:54:42 DEBUG : backup/one-2019-01-01: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41875293b000ef76_d20260827_m055028_c001_v0001146_t0008_u01787809828923") 2026/08/27 05:54:42 DEBUG : backup/one.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40784109702825e5_d20260827_m055022_c001_v7007000_t0000_u01787809822397") 2026/08/27 05:54:42 DEBUG : backup/one.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f409e98e984b2611c_d20260827_m055020_c001_v0001109_t0039_u01787809820874") 2026/08/27 05:54:42 DEBUG : backup/one.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f400dba1562cd1c77_d20260827_m055016_c001_v0001172_t0019_u01787809816635") 2026/08/27 05:54:43 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c441774_d20260827_m055033_c001_v7007000_t0000_u01787809833934") 2026/08/27 05:54:43 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c45e6_d20260827_m055033_c001_v0001173_t0031_u01787809833007") 2026/08/27 05:54:43 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4175176014d8cf38_d20260827_m055030_c001_v0001144_t0046_u01787809830197") 2026/08/27 05:54:43 DEBUG : backup/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af02781502b2d_d20260827_m055010_c001_v7007000_t0000_u01787809810068") 2026/08/27 05:54:43 DEBUG : backup/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f403c1b8014b5e481_d20260827_m055009_c001_v0001106_t0034_u01787809809173") 2026/08/27 05:54:43 DEBUG : backup/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4116b49d72589ed4_d20260827_m055006_c001_v0001146_t0038_u01787809806410") 2026/08/27 05:54:43 DEBUG : backup/three.txt.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40784109702825e6_d20260827_m055022_c001_v7007000_t0000_u01787809822684") 2026/08/27 05:54:43 DEBUG : backup/three.txt.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f410577fc8fbf2a1d_d20260827_m055021_c001_v0001100_t0056_u01787809821671") 2026/08/27 05:54:43 DEBUG : backup/three.txt.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4158647121ac26f3_d20260827_m055018_c001_v0001174_t0038_u01787809818900") 2026/08/27 05:54:43 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438542c_d20260827_m055406_c001_v7007000_t0000_u01787810046180") 2026/08/27 05:54:43 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d429fb_d20260827_m055402_c001_v0001103_t0009_u01787810042748") 2026/08/27 05:54:43 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe57_d20260827_m055354_c001_v7007000_t0000_u01787810034311") 2026/08/27 05:54:43 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d429c7_d20260827_m055350_c001_v0001103_t0009_u01787810030788") 2026/08/27 05:54:43 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620b0_d20260827_m055342_c001_v7007000_t0000_u01787810022550") 2026/08/27 05:54:43 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42985_d20260827_m055339_c001_v0001103_t0009_u01787810019517") 2026/08/27 05:54:43 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de62099_d20260827_m055331_c001_v7007000_t0000_u01787810011126") 2026/08/27 05:54:43 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4293c_d20260827_m055327_c001_v0001103_t0009_u01787810007583") 2026/08/27 05:54:43 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853a1_d20260827_m055319_c001_v7007000_t0000_u01787809999269") 2026/08/27 05:54:43 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d428f5_d20260827_m055315_c001_v0001103_t0009_u01787809995831") 2026/08/27 05:54:43 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438537e_d20260827_m055307_c001_v7007000_t0000_u01787809987469") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756b8_d20260827_m055302_c001_v0001044_t0002_u01787809982752") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e2d_d20260827_m055254_c001_v7007000_t0000_u01787809974474") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9565_d20260827_m055251_c001_v0001113_t0038_u01787809971509") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4144a919a4e9cc6f_d20260827_m055250_c001_v7007000_t0000_u01787809970613") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42821_d20260827_m055246_c001_v0001103_t0009_u01787809966262") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c0e_d20260827_m055237_c001_v7007000_t0000_u01787809957998") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675646_d20260827_m055235_c001_v0001044_t0002_u01787809955050") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d379c_d20260827_m055233_c001_v7007000_t0000_u01787809953584") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4937_d20260827_m055229_c001_v0001173_t0045_u01787809949522") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4278cc7fe34cd08f_d20260827_m055218_c001_v7007000_t0000_u01787809938920") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42725_d20260827_m055215_c001_v0001103_t0009_u01787809935219") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37b9_d20260827_m055207_c001_v7007000_t0000_u01787809927044") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d426d9_d20260827_m055204_c001_v0001103_t0009_u01787809924164") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec95_d20260827_m055155_c001_v7007000_t0000_u01787809915591") 2026/08/27 05:54:44 DEBUG : banana: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42689_d20260827_m055152_c001_v0001103_t0009_u01787809912742") 2026/08/27 05:54:44 DEBUG : bananaSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e09048f_d20260827_m055252_c001_v7007000_t0000_u01787809972794") 2026/08/27 05:54:44 DEBUG : bananaSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9547_d20260827_m055247_c001_v0001113_t0038_u01787809967689") 2026/08/27 05:54:44 DEBUG : both0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec40_d20260827_m055134_c001_v7007000_t0000_u01787809894341") 2026/08/27 05:54:44 DEBUG : both0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425a1_d20260827_m055124_c001_v0001103_t0009_u01787809884308") 2026/08/27 05:54:44 DEBUG : both0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca1c_d20260827_m055120_c001_v7007000_t0000_u01787809880219") 2026/08/27 05:54:45 DEBUG : both0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92c1_d20260827_m055110_c001_v0001113_t0038_u01787809870547") 2026/08/27 05:54:45 DEBUG : both1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec41_d20260827_m055134_c001_v7007000_t0000_u01787809894519") 2026/08/27 05:54:45 DEBUG : both1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9315_d20260827_m055125_c001_v0001113_t0038_u01787809885366") 2026/08/27 05:54:45 DEBUG : both1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca1d_d20260827_m055120_c001_v7007000_t0000_u01787809880395") 2026/08/27 05:54:45 DEBUG : both1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16754ea_d20260827_m055110_c001_v0001044_t0002_u01787809870902") 2026/08/27 05:54:45 DEBUG : both10: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec42_d20260827_m055134_c001_v7007000_t0000_u01787809894696") 2026/08/27 05:54:45 DEBUG : both10: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b932f_d20260827_m055128_c001_v0001113_t0038_u01787809888617") 2026/08/27 05:54:45 DEBUG : both10: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca1e_d20260827_m055120_c001_v7007000_t0000_u01787809880571") 2026/08/27 05:54:45 DEBUG : both10: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16754fe_d20260827_m055114_c001_v0001044_t0002_u01787809874113") 2026/08/27 05:54:45 DEBUG : both11: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec43_d20260827_m055134_c001_v7007000_t0000_u01787809894873") 2026/08/27 05:54:45 DEBUG : both11: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167552c_d20260827_m055128_c001_v0001044_t0002_u01787809888973") 2026/08/27 05:54:45 DEBUG : both11: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca20_d20260827_m055120_c001_v7007000_t0000_u01787809880746") 2026/08/27 05:54:45 DEBUG : both11: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4255f_d20260827_m055114_c001_v0001103_t0009_u01787809874486") 2026/08/27 05:54:45 DEBUG : both12: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec44_d20260827_m055135_c001_v7007000_t0000_u01787809895049") 2026/08/27 05:54:45 DEBUG : both12: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425cf_d20260827_m055129_c001_v0001103_t0009_u01787809889331") 2026/08/27 05:54:45 DEBUG : both12: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca21_d20260827_m055120_c001_v7007000_t0000_u01787809880922") 2026/08/27 05:54:45 DEBUG : both12: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92e3_d20260827_m055114_c001_v0001113_t0038_u01787809874842") 2026/08/27 05:54:45 DEBUG : both13: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec45_d20260827_m055135_c001_v7007000_t0000_u01787809895225") 2026/08/27 05:54:45 DEBUG : both13: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9337_d20260827_m055129_c001_v0001113_t0038_u01787809889689") 2026/08/27 05:54:45 DEBUG : both13: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca22_d20260827_m055121_c001_v7007000_t0000_u01787809881097") 2026/08/27 05:54:45 DEBUG : both13: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675504_d20260827_m055115_c001_v0001044_t0002_u01787809875199") 2026/08/27 05:54:45 DEBUG : both14: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec46_d20260827_m055135_c001_v7007000_t0000_u01787809895402") 2026/08/27 05:54:45 DEBUG : both14: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675534_d20260827_m055130_c001_v0001044_t0002_u01787809890047") 2026/08/27 05:54:45 DEBUG : both14: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca23_d20260827_m055121_c001_v7007000_t0000_u01787809881272") 2026/08/27 05:54:46 DEBUG : both14: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42567_d20260827_m055115_c001_v0001103_t0009_u01787809875553") 2026/08/27 05:54:46 DEBUG : both15: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec47_d20260827_m055135_c001_v7007000_t0000_u01787809895578") 2026/08/27 05:54:46 DEBUG : both15: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425d9_d20260827_m055130_c001_v0001103_t0009_u01787809890407") 2026/08/27 05:54:46 DEBUG : both15: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca24_d20260827_m055121_c001_v7007000_t0000_u01787809881448") 2026/08/27 05:54:46 DEBUG : both15: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92ed_d20260827_m055115_c001_v0001113_t0038_u01787809875909") 2026/08/27 05:54:46 DEBUG : both16: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec48_d20260827_m055135_c001_v7007000_t0000_u01787809895755") 2026/08/27 05:54:46 DEBUG : both16: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b933d_d20260827_m055130_c001_v0001113_t0038_u01787809890763") 2026/08/27 05:54:46 DEBUG : both16: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca26_d20260827_m055121_c001_v7007000_t0000_u01787809881626") 2026/08/27 05:54:46 DEBUG : both16: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167550a_d20260827_m055116_c001_v0001044_t0002_u01787809876266") 2026/08/27 05:54:46 DEBUG : both17: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec49_d20260827_m055135_c001_v7007000_t0000_u01787809895930") 2026/08/27 05:54:46 DEBUG : both17: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167553c_d20260827_m055131_c001_v0001044_t0002_u01787809891121") 2026/08/27 05:54:46 DEBUG : both17: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca27_d20260827_m055121_c001_v7007000_t0000_u01787809881802") 2026/08/27 05:54:46 DEBUG : both17: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4256b_d20260827_m055116_c001_v0001103_t0009_u01787809876622") 2026/08/27 05:54:46 DEBUG : both18: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec4a_d20260827_m055136_c001_v7007000_t0000_u01787809896106") 2026/08/27 05:54:46 DEBUG : both18: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425e1_d20260827_m055131_c001_v0001103_t0009_u01787809891479") 2026/08/27 05:54:46 DEBUG : both18: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca28_d20260827_m055121_c001_v7007000_t0000_u01787809881977") 2026/08/27 05:54:46 DEBUG : both18: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92f5_d20260827_m055116_c001_v0001113_t0038_u01787809876981") 2026/08/27 05:54:46 DEBUG : both19: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec4c_d20260827_m055136_c001_v7007000_t0000_u01787809896283") 2026/08/27 05:54:47 DEBUG : both19: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9341_d20260827_m055131_c001_v0001113_t0038_u01787809891835") 2026/08/27 05:54:47 DEBUG : both19: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca29_d20260827_m055122_c001_v7007000_t0000_u01787809882154") 2026/08/27 05:54:47 DEBUG : both19: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167550e_d20260827_m055117_c001_v0001044_t0002_u01787809877337") 2026/08/27 05:54:47 DEBUG : both2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec4d_d20260827_m055136_c001_v7007000_t0000_u01787809896460") 2026/08/27 05:54:47 DEBUG : both2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167551e_d20260827_m055125_c001_v0001044_t0002_u01787809885723") 2026/08/27 05:54:47 DEBUG : both2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca2b_d20260827_m055122_c001_v7007000_t0000_u01787809882334") 2026/08/27 05:54:47 DEBUG : both2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42543_d20260827_m055111_c001_v0001103_t0009_u01787809871260") 2026/08/27 05:54:47 DEBUG : both3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec4e_d20260827_m055136_c001_v7007000_t0000_u01787809896637") 2026/08/27 05:54:47 DEBUG : both3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425ab_d20260827_m055126_c001_v0001103_t0009_u01787809886078") 2026/08/27 05:54:47 DEBUG : both3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca2c_d20260827_m055122_c001_v7007000_t0000_u01787809882510") 2026/08/27 05:54:47 DEBUG : both3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92c7_d20260827_m055111_c001_v0001113_t0038_u01787809871616") 2026/08/27 05:54:47 DEBUG : both4: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec4f_d20260827_m055136_c001_v7007000_t0000_u01787809896816") 2026/08/27 05:54:47 DEBUG : both4: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b931d_d20260827_m055126_c001_v0001113_t0038_u01787809886477") 2026/08/27 05:54:47 DEBUG : both4: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca2d_d20260827_m055122_c001_v7007000_t0000_u01787809882686") 2026/08/27 05:54:47 DEBUG : both4: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16754f2_d20260827_m055111_c001_v0001044_t0002_u01787809871973") 2026/08/27 05:54:47 DEBUG : both5: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec50_d20260827_m055136_c001_v7007000_t0000_u01787809896992") 2026/08/27 05:54:47 DEBUG : both5: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675524_d20260827_m055126_c001_v0001044_t0002_u01787809886838") 2026/08/27 05:54:47 DEBUG : both5: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca2f_d20260827_m055122_c001_v7007000_t0000_u01787809882860") 2026/08/27 05:54:47 DEBUG : both5: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4254b_d20260827_m055112_c001_v0001103_t0009_u01787809872329") 2026/08/27 05:54:47 DEBUG : both6: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec51_d20260827_m055137_c001_v7007000_t0000_u01787809897167") 2026/08/27 05:54:47 DEBUG : both6: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425b9_d20260827_m055127_c001_v0001103_t0009_u01787809887194") 2026/08/27 05:54:47 DEBUG : both6: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca31_d20260827_m055123_c001_v7007000_t0000_u01787809883037") 2026/08/27 05:54:47 DEBUG : both6: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92d3_d20260827_m055112_c001_v0001113_t0038_u01787809872688") 2026/08/27 05:54:47 DEBUG : both7: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec52_d20260827_m055137_c001_v7007000_t0000_u01787809897344") 2026/08/27 05:54:48 DEBUG : both7: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9327_d20260827_m055127_c001_v0001113_t0038_u01787809887549") 2026/08/27 05:54:48 DEBUG : both7: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca32_d20260827_m055123_c001_v7007000_t0000_u01787809883212") 2026/08/27 05:54:48 DEBUG : both7: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16754fa_d20260827_m055113_c001_v0001044_t0002_u01787809873044") 2026/08/27 05:54:48 DEBUG : both8: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec53_d20260827_m055137_c001_v7007000_t0000_u01787809897596") 2026/08/27 05:54:48 DEBUG : both8: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675528_d20260827_m055127_c001_v0001044_t0002_u01787809887904") 2026/08/27 05:54:48 DEBUG : both8: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca33_d20260827_m055123_c001_v7007000_t0000_u01787809883387") 2026/08/27 05:54:48 DEBUG : both8: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42557_d20260827_m055113_c001_v0001103_t0009_u01787809873402") 2026/08/27 05:54:48 DEBUG : both9: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec54_d20260827_m055137_c001_v7007000_t0000_u01787809897772") 2026/08/27 05:54:48 DEBUG : both9: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425c3_d20260827_m055128_c001_v0001103_t0009_u01787809888260") 2026/08/27 05:54:48 DEBUG : both9: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca34_d20260827_m055123_c001_v7007000_t0000_u01787809883563") 2026/08/27 05:54:48 DEBUG : both9: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92db_d20260827_m055113_c001_v0001113_t0038_u01787809873757") 2026/08/27 05:54:48 DEBUG : c/non empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c094_d20260827_m054747_c001_v7007000_t0000_u01787809667476") 2026/08/27 05:54:48 DEBUG : c/non empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4200b_d20260827_m054745_c001_v0001103_t0009_u01787809665822") 2026/08/27 05:54:48 DEBUG : c/non empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c08c_d20260827_m054745_c001_v7007000_t0000_u01787809665292") 2026/08/27 05:54:48 DEBUG : c/non empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41ff3_d20260827_m054743_c001_v0001103_t0009_u01787809663734") 2026/08/27 05:54:48 DEBUG : c/non empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd54_d20260827_m054729_c001_v7007000_t0000_u01787809649070") 2026/08/27 05:54:48 DEBUG : c/non empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f67_d20260827_m054727_c001_v0001103_t0009_u01787809647545") 2026/08/27 05:54:48 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d377d_d20260827_m055221_c001_v7007000_t0000_u01787809941507") 2026/08/27 05:54:48 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b944f_d20260827_m055216_c001_v0001113_t0038_u01787809936473") 2026/08/27 05:54:48 DEBUG : check sum: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd36_d20260827_m054721_c001_v7007000_t0000_u01787809641219") 2026/08/27 05:54:48 DEBUG : check sum: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f2d_d20260827_m054720_c001_v0001103_t0009_u01787809640343") 2026/08/27 05:54:49 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40847f3efcddc58a_d20260827_m055434_c001_v7007000_t0000_u01787810074876") 2026/08/27 05:54:49 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4c61_d20260827_m055433_c001_v0001173_t0045_u01787810073521") 2026/08/27 05:54:49 DEBUG : dest/3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff74_d20260827_m054944_c001_v7007000_t0000_u01787809784011") 2026/08/27 05:54:49 DEBUG : dest/3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f401834474724d383_d20260827_m054942_c001_v0001116_t0003_u01787809782946") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcde: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438537f_d20260827_m055307_c001_v7007000_t0000_u01787809987645") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcde: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4289b_d20260827_m055304_c001_v0001103_t0009_u01787809984075") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438542d_d20260827_m055406_c001_v7007000_t0000_u01787810046355") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4b8f_d20260827_m055358_c001_v0001173_t0045_u01787810038603") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe58_d20260827_m055354_c001_v7007000_t0000_u01787810034488") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4b4d_d20260827_m055346_c001_v0001173_t0045_u01787810026698") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620b1_d20260827_m055342_c001_v7007000_t0000_u01787810022727") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4af9_d20260827_m055335_c001_v0001173_t0045_u01787810015275") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de6209a_d20260827_m055331_c001_v7007000_t0000_u01787810011301") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4aa9_d20260827_m055323_c001_v0001173_t0045_u01787810003514") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853a3_d20260827_m055319_c001_v7007000_t0000_u01787809999445") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a5d_d20260827_m055311_c001_v0001173_t0045_u01787809991727") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c384e_d20260827_m055305_c001_v7007000_t0000_u01787809985145") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a0d_d20260827_m055258_c001_v0001173_t0045_u01787809978671") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e2e_d20260827_m055254_c001_v7007000_t0000_u01787809974650") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c49e7_d20260827_m055251_c001_v0001173_t0045_u01787809971667") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4025158402c389f9_d20260827_m055250_c001_v7007000_t0000_u01787809970069") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9523_d20260827_m055242_c001_v0001113_t0038_u01787809962164") 2026/08/27 05:54:49 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c0f_d20260827_m055238_c001_v7007000_t0000_u01787809958174") 2026/08/27 05:54:50 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b94f1_d20260827_m055235_c001_v0001113_t0038_u01787809955209") 2026/08/27 05:54:50 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40902fdc360c8ac2_d20260827_m055234_c001_v7007000_t0000_u01787809954169") 2026/08/27 05:54:50 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b948d_d20260827_m055225_c001_v0001113_t0038_u01787809945425") 2026/08/27 05:54:50 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3774_d20260827_m055219_c001_v7007000_t0000_u01787809939065") 2026/08/27 05:54:50 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16755be_d20260827_m055211_c001_v0001044_t0002_u01787809931136") 2026/08/27 05:54:50 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37ba_d20260827_m055207_c001_v7007000_t0000_u01787809927219") 2026/08/27 05:54:50 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675596_d20260827_m055200_c001_v0001044_t0002_u01787809920078") 2026/08/27 05:54:50 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec96_d20260827_m055155_c001_v7007000_t0000_u01787809915767") 2026/08/27 05:54:50 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167556e_d20260827_m055149_c001_v0001044_t0002_u01787809909693") 2026/08/27 05:54:50 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f410bac62f6c4c17b_d20260827_m055252_c001_v7007000_t0000_u01787809972670") 2026/08/27 05:54:50 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1047b146691b9549_d20260827_m055247_c001_v0001113_t0011_u01787809967868") 2026/08/27 05:54:50 DEBUG : dir1/0001-bcdef: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385380_d20260827_m055307_c001_v7007000_t0000_u01787809987821") 2026/08/27 05:54:50 DEBUG : dir1/0001-bcdef: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b95b1_d20260827_m055304_c001_v0001113_t0038_u01787809984065") 2026/08/27 05:54:50 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438542f_d20260827_m055406_c001_v7007000_t0000_u01787810046530") 2026/08/27 05:54:50 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d429e9_d20260827_m055359_c001_v0001103_t0009_u01787810039131") 2026/08/27 05:54:50 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe59_d20260827_m055354_c001_v7007000_t0000_u01787810034666") 2026/08/27 05:54:50 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d429a7_d20260827_m055347_c001_v0001103_t0009_u01787810027222") 2026/08/27 05:54:50 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620b2_d20260827_m055342_c001_v7007000_t0000_u01787810022903") 2026/08/27 05:54:50 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42965_d20260827_m055335_c001_v0001103_t0009_u01787810015804") 2026/08/27 05:54:50 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de6209b_d20260827_m055331_c001_v7007000_t0000_u01787810011477") 2026/08/27 05:54:50 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42927_d20260827_m055324_c001_v0001103_t0009_u01787810004039") 2026/08/27 05:54:50 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853a4_d20260827_m055319_c001_v7007000_t0000_u01787809999621") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d428d5_d20260827_m055312_c001_v0001103_t0009_u01787809992264") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4078410970282773_d20260827_m055305_c001_v7007000_t0000_u01787809985189") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756a0_d20260827_m055259_c001_v0001044_t0002_u01787809979206") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e2f_d20260827_m055254_c001_v7007000_t0000_u01787809974826") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675684_d20260827_m055251_c001_v0001044_t0002_u01787809971678") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c21_d20260827_m055250_c001_v7007000_t0000_u01787809970438") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d427eb_d20260827_m055242_c001_v0001103_t0009_u01787809962690") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c10_d20260827_m055238_c001_v7007000_t0000_u01787809958350") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d427bd_d20260827_m055235_c001_v0001103_t0009_u01787809955220") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f425a8c9b54939732_d20260827_m055233_c001_v7007000_t0000_u01787809953975") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4925_d20260827_m055225_c001_v0001173_t0045_u01787809945958") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f412790c832356b20_d20260827_m055219_c001_v7007000_t0000_u01787809939078") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42705_d20260827_m055211_c001_v0001103_t0009_u01787809931662") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37bb_d20260827_m055207_c001_v7007000_t0000_u01787809927395") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d426c1_d20260827_m055200_c001_v0001103_t0009_u01787809920608") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec97_d20260827_m055155_c001_v7007000_t0000_u01787809915944") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42671_d20260827_m055149_c001_v0001103_t0009_u01787809909871") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41620da363e6c2ea_d20260827_m055252_c001_v7007000_t0000_u01787809972466") 2026/08/27 05:54:51 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d42831_d20260827_m055247_c001_v0001103_t0000_u01787809967879") 2026/08/27 05:54:51 DEBUG : dir1/0002-cdefg: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385382_d20260827_m055307_c001_v7007000_t0000_u01787809987997") 2026/08/27 05:54:51 DEBUG : dir1/0002-cdefg: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a29_d20260827_m055304_c001_v0001173_t0045_u01787809984225") 2026/08/27 05:54:51 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385430_d20260827_m055406_c001_v7007000_t0000_u01787810046709") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675780_d20260827_m055359_c001_v0001044_t0002_u01787810039656") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe5a_d20260827_m055354_c001_v7007000_t0000_u01787810034842") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167575e_d20260827_m055347_c001_v0001044_t0002_u01787810027752") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620b3_d20260827_m055343_c001_v7007000_t0000_u01787810023083") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675734_d20260827_m055336_c001_v0001044_t0002_u01787810016328") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de6209c_d20260827_m055331_c001_v7007000_t0000_u01787810011656") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167570a_d20260827_m055324_c001_v0001044_t0002_u01787810004565") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853a5_d20260827_m055319_c001_v7007000_t0000_u01787809999797") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756e0_d20260827_m055312_c001_v0001044_t0002_u01787809992794") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe29_d20260827_m055305_c001_v7007000_t0000_u01787809985551") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9593_d20260827_m055259_c001_v0001113_t0038_u01787809979731") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e30_d20260827_m055255_c001_v7007000_t0000_u01787809975003") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9567_d20260827_m055251_c001_v0001113_t0038_u01787809971689") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41620da363e6c2e6_d20260827_m055250_c001_v7007000_t0000_u01787809970064") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167565e_d20260827_m055243_c001_v0001044_t0002_u01787809963216") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c11_d20260827_m055238_c001_v7007000_t0000_u01787809958526") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675648_d20260827_m055235_c001_v0001044_t0002_u01787809955231") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40902fdc360c8ac1_d20260827_m055233_c001_v7007000_t0000_u01787809953992") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4275d_d20260827_m055226_c001_v0001103_t0009_u01787809946486") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7fdae_d20260827_m055219_c001_v7007000_t0000_u01787809939087") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4873_d20260827_m055212_c001_v0001173_t0045_u01787809932195") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37bc_d20260827_m055207_c001_v7007000_t0000_u01787809927570") 2026/08/27 05:54:52 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c480d_d20260827_m055201_c001_v0001173_t0045_u01787809921148") 2026/08/27 05:54:53 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec98_d20260827_m055156_c001_v7007000_t0000_u01787809916120") 2026/08/27 05:54:53 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c47c0_d20260827_m055150_c001_v0001173_t0045_u01787809910051") 2026/08/27 05:54:53 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c383b_d20260827_m055252_c001_v7007000_t0000_u01787809972477") 2026/08/27 05:54:53 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c49c7_d20260827_m055247_c001_v0001173_t0051_u01787809967901") 2026/08/27 05:54:53 DEBUG : dir1/0003-defgh: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385383_d20260827_m055308_c001_v7007000_t0000_u01787809988172") 2026/08/27 05:54:53 DEBUG : dir1/0003-defgh: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756c0_d20260827_m055304_c001_v0001044_t0002_u01787809984234") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385432_d20260827_m055406_c001_v7007000_t0000_u01787810046884") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b969a_d20260827_m055400_c001_v0001113_t0038_u01787810040180") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe5b_d20260827_m055355_c001_v7007000_t0000_u01787810035019") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9660_d20260827_m055348_c001_v0001113_t0038_u01787810028282") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620b4_d20260827_m055343_c001_v7007000_t0000_u01787810023260") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b963b_d20260827_m055336_c001_v0001113_t0038_u01787810016858") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de6209e_d20260827_m055331_c001_v7007000_t0000_u01787810011833") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b960f_d20260827_m055325_c001_v0001113_t0038_u01787810005089") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853a6_d20260827_m055319_c001_v7007000_t0000_u01787809999974") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b95db_d20260827_m055313_c001_v0001113_t0038_u01787809993329") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4078410970282774_d20260827_m055305_c001_v7007000_t0000_u01787809985366") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4287d_d20260827_m055300_c001_v0001103_t0009_u01787809980255") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e32_d20260827_m055255_c001_v7007000_t0000_u01787809975178") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42855_d20260827_m055251_c001_v0001103_t0009_u01787809971699") 2026/08/27 05:54:53 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4025158402c389fb_d20260827_m055250_c001_v7007000_t0000_u01787809970244") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c49a5_d20260827_m055243_c001_v0001173_t0045_u01787809963750") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c12_d20260827_m055238_c001_v7007000_t0000_u01787809958703") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c496f_d20260827_m055235_c001_v0001173_t0045_u01787809955242") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c5a046b_d20260827_m055233_c001_v7007000_t0000_u01787809953786") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167561e_d20260827_m055227_c001_v0001044_t0002_u01787809947018") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37e3_d20260827_m055218_c001_v7007000_t0000_u01787809938527") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9439_d20260827_m055212_c001_v0001113_t0038_u01787809932719") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37be_d20260827_m055207_c001_v7007000_t0000_u01787809927746") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b93f7_d20260827_m055201_c001_v0001113_t0038_u01787809921677") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec99_d20260827_m055156_c001_v7007000_t0000_u01787809916296") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b939d_d20260827_m055150_c001_v0001113_t0038_u01787809910230") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f410bac62f6c4c17a_d20260827_m055252_c001_v7007000_t0000_u01787809972493") 2026/08/27 05:54:54 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e1675674_d20260827_m055248_c001_v0001044_t0017_u01787809968170") 2026/08/27 05:54:54 DEBUG : dir1/0004-efghi: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385384_d20260827_m055308_c001_v7007000_t0000_u01787809988346") 2026/08/27 05:54:54 DEBUG : dir1/0004-efghi: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b95b3_d20260827_m055304_c001_v0001113_t0038_u01787809984245") 2026/08/27 05:54:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385433_d20260827_m055407_c001_v7007000_t0000_u01787810047059") 2026/08/27 05:54:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4b99_d20260827_m055400_c001_v0001173_t0045_u01787810040359") 2026/08/27 05:54:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe5c_d20260827_m055355_c001_v7007000_t0000_u01787810035195") 2026/08/27 05:54:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4b53_d20260827_m055348_c001_v0001173_t0045_u01787810028460") 2026/08/27 05:54:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620b6_d20260827_m055343_c001_v7007000_t0000_u01787810023437") 2026/08/27 05:54:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4b0d_d20260827_m055337_c001_v0001173_t0045_u01787810017043") 2026/08/27 05:54:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de6209f_d20260827_m055332_c001_v7007000_t0000_u01787810012015") 2026/08/27 05:54:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4ab1_d20260827_m055325_c001_v0001173_t0045_u01787810005268") 2026/08/27 05:54:54 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853a7_d20260827_m055320_c001_v7007000_t0000_u01787810000150") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a65_d20260827_m055313_c001_v0001173_t0045_u01787809993509") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f425a8c9b54939774_d20260827_m055305_c001_v7007000_t0000_u01787809985541") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a15_d20260827_m055300_c001_v0001173_t0045_u01787809980433") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e33_d20260827_m055255_c001_v7007000_t0000_u01787809975356") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c49ed_d20260827_m055251_c001_v0001173_t0045_u01787809971845") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af027815037bb_d20260827_m055250_c001_v7007000_t0000_u01787809970401") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9527_d20260827_m055243_c001_v0001113_t0038_u01787809963931") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c13_d20260827_m055238_c001_v7007000_t0000_u01787809958880") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b94f3_d20260827_m055235_c001_v0001113_t0038_u01787809955387") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d379f_d20260827_m055233_c001_v7007000_t0000_u01787809953936") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9497_d20260827_m055227_c001_v0001113_t0038_u01787809947196") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f412790c832356b1f_d20260827_m055218_c001_v7007000_t0000_u01787809938901") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16755c4_d20260827_m055212_c001_v0001044_t0002_u01787809932897") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37bf_d20260827_m055207_c001_v7007000_t0000_u01787809927923") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16755a4_d20260827_m055201_c001_v0001044_t0002_u01787809921857") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec9a_d20260827_m055156_c001_v7007000_t0000_u01787809916472") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675570_d20260827_m055150_c001_v0001044_t0002_u01787809910407") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e09048d_d20260827_m055252_c001_v7007000_t0000_u01787809972440") 2026/08/27 05:54:55 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d42837_d20260827_m055248_c001_v0001103_t0041_u01787809968258") 2026/08/27 05:54:55 DEBUG : dir1/0005-fghij: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385385_d20260827_m055308_c001_v7007000_t0000_u01787809988521") 2026/08/27 05:54:55 DEBUG : dir1/0005-fghij: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d428a1_d20260827_m055304_c001_v0001103_t0009_u01787809984256") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385434_d20260827_m055407_c001_v7007000_t0000_u01787810047236") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d429ed_d20260827_m055400_c001_v0001103_t0009_u01787810040538") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe5d_d20260827_m055355_c001_v7007000_t0000_u01787810035371") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d429b5_d20260827_m055348_c001_v0001103_t0009_u01787810028638") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620b7_d20260827_m055343_c001_v7007000_t0000_u01787810023613") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42973_d20260827_m055337_c001_v0001103_t0009_u01787810017365") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620a0_d20260827_m055332_c001_v7007000_t0000_u01787810012191") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4292d_d20260827_m055325_c001_v0001103_t0009_u01787810005445") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853a9_d20260827_m055320_c001_v7007000_t0000_u01787810000326") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d428de_d20260827_m055313_c001_v0001103_t0009_u01787809993688") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f421d622144d8e6de_d20260827_m055305_c001_v7007000_t0000_u01787809985552") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756aa_d20260827_m055300_c001_v0001044_t0002_u01787809980611") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e34_d20260827_m055255_c001_v7007000_t0000_u01787809975532") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675686_d20260827_m055251_c001_v0001044_t0002_u01787809971855") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f417f207b0017af8c_d20260827_m055250_c001_v7007000_t0000_u01787809970462") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d427fd_d20260827_m055244_c001_v0001103_t0009_u01787809964113") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c14_d20260827_m055239_c001_v7007000_t0000_u01787809959056") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d427c1_d20260827_m055235_c001_v0001103_t0009_u01787809955397") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af027815037af_d20260827_m055233_c001_v7007000_t0000_u01787809953948") 2026/08/27 05:54:56 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c492b_d20260827_m055227_c001_v0001173_t0045_u01787809947376") 2026/08/27 05:54:57 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af027815037a7_d20260827_m055219_c001_v7007000_t0000_u01787809939130") 2026/08/27 05:54:57 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42711_d20260827_m055213_c001_v0001103_t0009_u01787809933076") 2026/08/27 05:54:57 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37c0_d20260827_m055208_c001_v7007000_t0000_u01787809928103") 2026/08/27 05:54:57 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d426c9_d20260827_m055202_c001_v0001103_t0009_u01787809922033") 2026/08/27 05:54:57 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec9b_d20260827_m055156_c001_v7007000_t0000_u01787809916649") 2026/08/27 05:54:57 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42675_d20260827_m055150_c001_v0001103_t0009_u01787809910583") 2026/08/27 05:54:57 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e1d_d20260827_m055252_c001_v7007000_t0000_u01787809972446") 2026/08/27 05:54:57 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c49c9_d20260827_m055248_c001_v0001173_t0003_u01787809968328") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijk: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385386_d20260827_m055308_c001_v7007000_t0000_u01787809988696") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijk: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756c2_d20260827_m055304_c001_v0001044_t0002_u01787809984411") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385436_d20260827_m055407_c001_v7007000_t0000_u01787810047411") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675782_d20260827_m055400_c001_v0001044_t0002_u01787810040715") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe5e_d20260827_m055355_c001_v7007000_t0000_u01787810035608") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675764_d20260827_m055348_c001_v0001044_t0002_u01787810028818") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620b8_d20260827_m055343_c001_v7007000_t0000_u01787810023790") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675738_d20260827_m055337_c001_v0001044_t0002_u01787810017542") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620a1_d20260827_m055332_c001_v7007000_t0000_u01787810012368") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675714_d20260827_m055325_c001_v0001044_t0002_u01787810005623") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853aa_d20260827_m055320_c001_v7007000_t0000_u01787810000501") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756ea_d20260827_m055313_c001_v0001044_t0002_u01787809993866") 2026/08/27 05:54:57 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4189d3b2c0c1ab28_d20260827_m055305_c001_v7007000_t0000_u01787809985384") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b959b_d20260827_m055300_c001_v0001113_t0038_u01787809980789") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e35_d20260827_m055255_c001_v7007000_t0000_u01787809975770") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b956b_d20260827_m055251_c001_v0001113_t0038_u01787809971867") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4144a919a4e9cc6b_d20260827_m055250_c001_v7007000_t0000_u01787809970084") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675662_d20260827_m055244_c001_v0001044_t0002_u01787809964291") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c15_d20260827_m055239_c001_v7007000_t0000_u01787809959231") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167564a_d20260827_m055235_c001_v0001044_t0002_u01787809955409") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c04_d20260827_m055233_c001_v7007000_t0000_u01787809953997") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42767_d20260827_m055227_c001_v0001103_t0009_u01787809947555") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4278cc7fe34cd090_d20260827_m055219_c001_v7007000_t0000_u01787809939098") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c487f_d20260827_m055213_c001_v0001173_t0045_u01787809933254") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37c2_d20260827_m055208_c001_v7007000_t0000_u01787809928279") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4815_d20260827_m055202_c001_v0001173_t0045_u01787809922212") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec9c_d20260827_m055156_c001_v7007000_t0000_u01787809916824") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c47ce_d20260827_m055150_c001_v0001173_t0045_u01787809910762") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c24_d20260827_m055252_c001_v7007000_t0000_u01787809972596") 2026/08/27 05:54:58 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1047b146691b954f_d20260827_m055248_c001_v0001113_t0005_u01787809968504") 2026/08/27 05:54:58 DEBUG : dir1/0007-12345: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385387_d20260827_m055308_c001_v7007000_t0000_u01787809988878") 2026/08/27 05:54:58 DEBUG : dir1/0007-12345: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b95b5_d20260827_m055304_c001_v0001113_t0038_u01787809984422") 2026/08/27 05:54:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385437_d20260827_m055407_c001_v7007000_t0000_u01787810047588") 2026/08/27 05:54:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b969e_d20260827_m055400_c001_v0001113_t0038_u01787810040957") 2026/08/27 05:54:58 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe5f_d20260827_m055355_c001_v7007000_t0000_u01787810035852") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9668_d20260827_m055348_c001_v0001113_t0038_u01787810028995") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620b9_d20260827_m055343_c001_v7007000_t0000_u01787810023967") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b963f_d20260827_m055337_c001_v0001113_t0038_u01787810017719") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620a2_d20260827_m055332_c001_v7007000_t0000_u01787810012545") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9611_d20260827_m055325_c001_v0001113_t0038_u01787810005800") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853ab_d20260827_m055320_c001_v7007000_t0000_u01787810000678") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b95dd_d20260827_m055314_c001_v0001113_t0038_u01787809994043") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c3851_d20260827_m055305_c001_v7007000_t0000_u01787809985552") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4287f_d20260827_m055300_c001_v0001103_t0009_u01787809980965") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e36_d20260827_m055255_c001_v7007000_t0000_u01787809975947") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42859_d20260827_m055251_c001_v0001103_t0009_u01787809971878") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4144a919a4e9cc6e_d20260827_m055250_c001_v7007000_t0000_u01787809970466") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c49ad_d20260827_m055244_c001_v0001173_t0045_u01787809964470") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c16_d20260827_m055239_c001_v7007000_t0000_u01787809959407") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4971_d20260827_m055235_c001_v0001173_t0045_u01787809955421") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c03_d20260827_m055233_c001_v7007000_t0000_u01787809953967") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675622_d20260827_m055227_c001_v0001044_t0002_u01787809947734") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f405f3f94e4ad3b82_d20260827_m055219_c001_v7007000_t0000_u01787809939108") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b943d_d20260827_m055213_c001_v0001113_t0038_u01787809933431") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37c3_d20260827_m055208_c001_v7007000_t0000_u01787809928454") 2026/08/27 05:54:59 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b93fb_d20260827_m055202_c001_v0001113_t0038_u01787809922391") 2026/08/27 05:55:00 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec9d_d20260827_m055157_c001_v7007000_t0000_u01787809917000") 2026/08/27 05:55:00 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b93a1_d20260827_m055150_c001_v0001113_t0038_u01787809910941") 2026/08/27 05:55:00 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4144a919a4e9cc71_d20260827_m055252_c001_v7007000_t0000_u01787809972606") 2026/08/27 05:55:00 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e1675676_d20260827_m055248_c001_v0001044_t0048_u01787809968528") 2026/08/27 05:55:00 DEBUG : dir1/0008-23456: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385388_d20260827_m055309_c001_v7007000_t0000_u01787809989054") 2026/08/27 05:55:00 DEBUG : dir1/0008-23456: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a2b_d20260827_m055304_c001_v0001173_t0045_u01787809984433") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385438_d20260827_m055407_c001_v7007000_t0000_u01787810047763") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4ba3_d20260827_m055401_c001_v0001173_t0045_u01787810041136") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe60_d20260827_m055356_c001_v7007000_t0000_u01787810036028") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4b5b_d20260827_m055349_c001_v0001173_t0045_u01787810029174") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620ba_d20260827_m055344_c001_v7007000_t0000_u01787810024142") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4b11_d20260827_m055337_c001_v0001173_t0045_u01787810017896") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620a3_d20260827_m055332_c001_v7007000_t0000_u01787810012721") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4ab7_d20260827_m055325_c001_v0001173_t0045_u01787810005979") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853ac_d20260827_m055320_c001_v7007000_t0000_u01787810000988") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a67_d20260827_m055314_c001_v0001173_t0045_u01787809994222") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385379_d20260827_m055305_c001_v7007000_t0000_u01787809985553") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a19_d20260827_m055301_c001_v0001173_t0045_u01787809981145") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e38_d20260827_m055256_c001_v7007000_t0000_u01787809976124") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c49f1_d20260827_m055252_c001_v0001173_t0045_u01787809972025") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41620da363e6c2e8_d20260827_m055250_c001_v7007000_t0000_u01787809970414") 2026/08/27 05:55:00 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9531_d20260827_m055244_c001_v0001113_t0038_u01787809964649") 2026/08/27 05:55:01 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c17_d20260827_m055239_c001_v7007000_t0000_u01787809959583") 2026/08/27 05:55:01 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b94f5_d20260827_m055235_c001_v0001113_t0038_u01787809955563") 2026/08/27 05:55:01 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af027815037ad_d20260827_m055233_c001_v7007000_t0000_u01787809953596") 2026/08/27 05:55:01 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b94a3_d20260827_m055227_c001_v0001113_t0038_u01787809947912") 2026/08/27 05:55:01 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37e6_d20260827_m055218_c001_v7007000_t0000_u01787809938879") 2026/08/27 05:55:01 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16755c8_d20260827_m055213_c001_v0001044_t0002_u01787809933612") 2026/08/27 05:55:01 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37c4_d20260827_m055208_c001_v7007000_t0000_u01787809928630") 2026/08/27 05:55:01 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16755a8_d20260827_m055202_c001_v0001044_t0002_u01787809922568") 2026/08/27 05:55:01 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec9e_d20260827_m055157_c001_v7007000_t0000_u01787809917176") 2026/08/27 05:55:01 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675574_d20260827_m055151_c001_v0001044_t0002_u01787809911119") 2026/08/27 05:55:01 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e09048e_d20260827_m055252_c001_v7007000_t0000_u01787809972617") 2026/08/27 05:55:01 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c49cb_d20260827_m055248_c001_v0001173_t0023_u01787809968651") 2026/08/27 05:55:01 DEBUG : dir1/0009-34567: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438538a_d20260827_m055309_c001_v7007000_t0000_u01787809989229") 2026/08/27 05:55:01 DEBUG : dir1/0009-34567: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d428a3_d20260827_m055304_c001_v0001103_t0009_u01787809984443") 2026/08/27 05:55:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385439_d20260827_m055407_c001_v7007000_t0000_u01787810047938") 2026/08/27 05:55:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d429f3_d20260827_m055401_c001_v0001103_t0009_u01787810041318") 2026/08/27 05:55:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe61_d20260827_m055356_c001_v7007000_t0000_u01787810036205") 2026/08/27 05:55:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d429bb_d20260827_m055349_c001_v0001103_t0009_u01787810029351") 2026/08/27 05:55:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620bb_d20260827_m055344_c001_v7007000_t0000_u01787810024319") 2026/08/27 05:55:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42979_d20260827_m055338_c001_v0001103_t0009_u01787810018076") 2026/08/27 05:55:01 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620a4_d20260827_m055332_c001_v7007000_t0000_u01787810012898") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4292f_d20260827_m055326_c001_v0001103_t0009_u01787810006160") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853ae_d20260827_m055321_c001_v7007000_t0000_u01787810001163") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d428e3_d20260827_m055314_c001_v0001103_t0009_u01787809994401") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c3850_d20260827_m055305_c001_v7007000_t0000_u01787809985321") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756b2_d20260827_m055301_c001_v0001044_t0002_u01787809981323") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e39_d20260827_m055256_c001_v7007000_t0000_u01787809976300") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675688_d20260827_m055252_c001_v0001044_t0002_u01787809972034") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4278cc7fe34cd116_d20260827_m055250_c001_v7007000_t0000_u01787809970574") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4280d_d20260827_m055244_c001_v0001103_t0009_u01787809964828") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c19_d20260827_m055239_c001_v7007000_t0000_u01787809959760") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d427c5_d20260827_m055235_c001_v0001103_t0009_u01787809955575") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4025158402c38968_d20260827_m055234_c001_v7007000_t0000_u01787809954011") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c492f_d20260827_m055228_c001_v0001173_t0045_u01787809948091") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385344_d20260827_m055219_c001_v7007000_t0000_u01787809939119") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42713_d20260827_m055213_c001_v0001103_t0009_u01787809933790") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37c5_d20260827_m055208_c001_v7007000_t0000_u01787809928805") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d426cd_d20260827_m055202_c001_v0001103_t0009_u01787809922745") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec9f_d20260827_m055157_c001_v7007000_t0000_u01787809917353") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4267f_d20260827_m055151_c001_v0001103_t0009_u01787809911296") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82499b1e_d20260827_m055252_c001_v7007000_t0000_u01787809972461") 2026/08/27 05:55:02 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d4283d_d20260827_m055248_c001_v0001103_t0056_u01787809968822") 2026/08/27 05:55:02 DEBUG : dir1/0010-45678: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438538c_d20260827_m055309_c001_v7007000_t0000_u01787809989405") 2026/08/27 05:55:02 DEBUG : dir1/0010-45678: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756c4_d20260827_m055304_c001_v0001044_t0002_u01787809984589") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438543a_d20260827_m055408_c001_v7007000_t0000_u01787810048114") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675784_d20260827_m055401_c001_v0001044_t0002_u01787810041497") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe62_d20260827_m055356_c001_v7007000_t0000_u01787810036381") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675768_d20260827_m055349_c001_v0001044_t0002_u01787810029528") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620bc_d20260827_m055344_c001_v7007000_t0000_u01787810024495") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167573c_d20260827_m055338_c001_v0001044_t0002_u01787810018253") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620a5_d20260827_m055333_c001_v7007000_t0000_u01787810013074") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675718_d20260827_m055326_c001_v0001044_t0002_u01787810006337") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853b0_d20260827_m055321_c001_v7007000_t0000_u01787810001339") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756f0_d20260827_m055314_c001_v0001044_t0002_u01787809994579") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385378_d20260827_m055305_c001_v7007000_t0000_u01787809985324") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b959d_d20260827_m055301_c001_v0001113_t0038_u01787809981501") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e3b_d20260827_m055256_c001_v7007000_t0000_u01787809976476") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b956d_d20260827_m055252_c001_v0001113_t0038_u01787809972045") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41620da363e6c2e9_d20260827_m055250_c001_v7007000_t0000_u01787809970590") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675666_d20260827_m055245_c001_v0001044_t0002_u01787809965006") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c1a_d20260827_m055239_c001_v7007000_t0000_u01787809959936") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167564c_d20260827_m055235_c001_v0001044_t0002_u01787809955588") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d37a0_d20260827_m055234_c001_v7007000_t0000_u01787809954113") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4276d_d20260827_m055228_c001_v0001103_t0009_u01787809948269") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37e9_d20260827_m055219_c001_v7007000_t0000_u01787809939231") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4887_d20260827_m055213_c001_v0001173_t0045_u01787809933968") 2026/08/27 05:55:03 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37c6_d20260827_m055208_c001_v7007000_t0000_u01787809928982") 2026/08/27 05:55:04 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c481d_d20260827_m055202_c001_v0001173_t0045_u01787809922922") 2026/08/27 05:55:04 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c379b_d20260827_m055157_c001_v7007000_t0000_u01787809917935") 2026/08/27 05:55:04 DEBUG : dir1/0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c47d2_d20260827_m055151_c001_v0001173_t0045_u01787809911474") 2026/08/27 05:55:04 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c25_d20260827_m055252_c001_v7007000_t0000_u01787809972772") 2026/08/27 05:55:04 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1047b146691b9551_d20260827_m055248_c001_v0001113_t0000_u01787809968853") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438538d_d20260827_m055309_c001_v7007000_t0000_u01787809989581") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b95b7_d20260827_m055304_c001_v0001113_t0038_u01787809984599") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438543c_d20260827_m055408_c001_v7007000_t0000_u01787810048289") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b96a6_d20260827_m055401_c001_v0001113_t0038_u01787810041673") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe63_d20260827_m055356_c001_v7007000_t0000_u01787810036557") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b966e_d20260827_m055349_c001_v0001113_t0038_u01787810029707") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620bd_d20260827_m055344_c001_v7007000_t0000_u01787810024671") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9647_d20260827_m055338_c001_v0001113_t0038_u01787810018441") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620a6_d20260827_m055333_c001_v7007000_t0000_u01787810013251") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9615_d20260827_m055326_c001_v0001113_t0038_u01787810006515") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853b1_d20260827_m055321_c001_v7007000_t0000_u01787810001513") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b95e1_d20260827_m055314_c001_v0001113_t0038_u01787809994759") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82499b47_d20260827_m055305_c001_v7007000_t0000_u01787809985336") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42887_d20260827_m055301_c001_v0001103_t0009_u01787809981680") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e3c_d20260827_m055256_c001_v7007000_t0000_u01787809976653") 2026/08/27 05:55:04 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4285b_d20260827_m055252_c001_v0001103_t0009_u01787809972056") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4025158402c389fd_d20260827_m055250_c001_v7007000_t0000_u01787809970419") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c49b3_d20260827_m055245_c001_v0001173_t0045_u01787809965185") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c1b_d20260827_m055240_c001_v7007000_t0000_u01787809960112") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4973_d20260827_m055235_c001_v0001173_t0045_u01787809955599") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af027815037b0_d20260827_m055234_c001_v7007000_t0000_u01787809954125") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675624_d20260827_m055228_c001_v0001044_t0002_u01787809948448") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385343_d20260827_m055218_c001_v7007000_t0000_u01787809938942") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9441_d20260827_m055214_c001_v0001113_t0038_u01787809934147") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37c7_d20260827_m055209_c001_v7007000_t0000_u01787809929158") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9403_d20260827_m055203_c001_v0001113_t0038_u01787809923100") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c379c_d20260827_m055158_c001_v7007000_t0000_u01787809918111") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b93a7_d20260827_m055151_c001_v0001113_t0038_u01787809911674") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4144a919a4e9cc70_d20260827_m055252_c001_v7007000_t0000_u01787809972425") 2026/08/27 05:55:05 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c49cd_d20260827_m055249_c001_v0001173_t0052_u01787809969012") 2026/08/27 05:55:05 DEBUG : dir1/0012-6789;: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438538e_d20260827_m055309_c001_v7007000_t0000_u01787809989757") 2026/08/27 05:55:05 DEBUG : dir1/0012-6789;: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a2d_d20260827_m055304_c001_v0001173_t0045_u01787809984612") 2026/08/27 05:55:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438543d_d20260827_m055408_c001_v7007000_t0000_u01787810048466") 2026/08/27 05:55:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4ba9_d20260827_m055401_c001_v0001173_t0045_u01787810041852") 2026/08/27 05:55:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe64_d20260827_m055356_c001_v7007000_t0000_u01787810036733") 2026/08/27 05:55:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4b63_d20260827_m055349_c001_v0001173_t0045_u01787810029885") 2026/08/27 05:55:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620be_d20260827_m055344_c001_v7007000_t0000_u01787810024847") 2026/08/27 05:55:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4b17_d20260827_m055338_c001_v0001173_t0045_u01787810018619") 2026/08/27 05:55:05 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620a7_d20260827_m055333_c001_v7007000_t0000_u01787810013426") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4abf_d20260827_m055326_c001_v0001173_t0045_u01787810006692") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853b2_d20260827_m055321_c001_v7007000_t0000_u01787810001688") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a71_d20260827_m055314_c001_v0001173_t0045_u01787809994939") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c384c_d20260827_m055304_c001_v7007000_t0000_u01787809984969") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4a1d_d20260827_m055301_c001_v0001173_t0045_u01787809981857") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e3d_d20260827_m055256_c001_v7007000_t0000_u01787809976830") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c49f3_d20260827_m055252_c001_v0001173_t0045_u01787809972204") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af027815037b9_d20260827_m055250_c001_v7007000_t0000_u01787809970049") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9535_d20260827_m055245_c001_v0001113_t0038_u01787809965364") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c1c_d20260827_m055240_c001_v7007000_t0000_u01787809960287") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b94f9_d20260827_m055235_c001_v0001113_t0038_u01787809955741") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c5a0469_d20260827_m055233_c001_v7007000_t0000_u01787809953610") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b94a9_d20260827_m055228_c001_v0001113_t0038_u01787809948626") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3772_d20260827_m055218_c001_v7007000_t0000_u01787809938889") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16755ca_d20260827_m055214_c001_v0001044_t0002_u01787809934325") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37c9_d20260827_m055209_c001_v7007000_t0000_u01787809929334") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16755aa_d20260827_m055203_c001_v0001044_t0002_u01787809923277") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c379e_d20260827_m055158_c001_v7007000_t0000_u01787809918286") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675576_d20260827_m055151_c001_v0001044_t0002_u01787809911852") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e1f_d20260827_m055252_c001_v7007000_t0000_u01787809972627") 2026/08/27 05:55:06 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e1675678_d20260827_m055249_c001_v0001044_t0048_u01787809969071") 2026/08/27 05:55:06 DEBUG : dir1/0013-789;=: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438538f_d20260827_m055310_c001_v7007000_t0000_u01787809990073") 2026/08/27 05:55:06 DEBUG : dir1/0013-789;=: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d428ab_d20260827_m055304_c001_v0001103_t0009_u01787809984622") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438543e_d20260827_m055408_c001_v7007000_t0000_u01787810048641") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d429f9_d20260827_m055402_c001_v0001103_t0009_u01787810042032") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe65_d20260827_m055356_c001_v7007000_t0000_u01787810036910") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d429c1_d20260827_m055350_c001_v0001103_t0009_u01787810030063") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620bf_d20260827_m055345_c001_v7007000_t0000_u01787810025024") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4297f_d20260827_m055338_c001_v0001103_t0009_u01787810018798") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620a8_d20260827_m055333_c001_v7007000_t0000_u01787810013603") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42935_d20260827_m055326_c001_v0001103_t0009_u01787810006870") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853b3_d20260827_m055321_c001_v7007000_t0000_u01787810001875") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d428e9_d20260827_m055315_c001_v0001103_t0009_u01787809995117") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82499b49_d20260827_m055305_c001_v7007000_t0000_u01787809985520") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756b6_d20260827_m055302_c001_v0001044_t0002_u01787809982037") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e3e_d20260827_m055257_c001_v7007000_t0000_u01787809977006") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167568a_d20260827_m055252_c001_v0001044_t0002_u01787809972214") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4144a919a4e9cc6d_d20260827_m055250_c001_v7007000_t0000_u01787809970436") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42817_d20260827_m055245_c001_v0001103_t0009_u01787809965543") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c1d_d20260827_m055240_c001_v7007000_t0000_u01787809960463") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d427c7_d20260827_m055235_c001_v0001103_t0009_u01787809955751") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c5a046d_d20260827_m055234_c001_v7007000_t0000_u01787809954138") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4933_d20260827_m055228_c001_v0001173_t0045_u01787809948805") 2026/08/27 05:55:07 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af027815037a6_d20260827_m055218_c001_v7007000_t0000_u01787809938953") 2026/08/27 05:55:08 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4271f_d20260827_m055214_c001_v0001103_t0009_u01787809934503") 2026/08/27 05:55:08 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37ca_d20260827_m055209_c001_v7007000_t0000_u01787809929511") 2026/08/27 05:55:08 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d426d3_d20260827_m055203_c001_v0001103_t0009_u01787809923454") 2026/08/27 05:55:08 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c379f_d20260827_m055158_c001_v7007000_t0000_u01787809918462") 2026/08/27 05:55:08 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42683_d20260827_m055152_c001_v0001103_t0009_u01787809912029") 2026/08/27 05:55:08 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82499b1f_d20260827_m055252_c001_v7007000_t0000_u01787809972638") 2026/08/27 05:55:08 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1047b146691b9553_d20260827_m055249_c001_v0001113_t0022_u01787809969219") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385391_d20260827_m055310_c001_v7007000_t0000_u01787809990249") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756c6_d20260827_m055304_c001_v0001044_t0002_u01787809984769") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438543f_d20260827_m055408_c001_v7007000_t0000_u01787810048816") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675788_d20260827_m055402_c001_v0001044_t0002_u01787810042211") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe66_d20260827_m055357_c001_v7007000_t0000_u01787810037086") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167576c_d20260827_m055350_c001_v0001044_t0002_u01787810030242") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620c0_d20260827_m055345_c001_v7007000_t0000_u01787810025199") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675744_d20260827_m055338_c001_v0001044_t0002_u01787810018977") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620a9_d20260827_m055333_c001_v7007000_t0000_u01787810013779") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167571e_d20260827_m055327_c001_v0001044_t0002_u01787810007047") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853b4_d20260827_m055322_c001_v7007000_t0000_u01787810002054") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756f4_d20260827_m055315_c001_v0001044_t0002_u01787809995295") 2026/08/27 05:55:08 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe27_d20260827_m055305_c001_v7007000_t0000_u01787809985353") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b95a7_d20260827_m055302_c001_v0001113_t0038_u01787809982218") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e3f_d20260827_m055257_c001_v7007000_t0000_u01787809977182") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b956f_d20260827_m055252_c001_v0001113_t0038_u01787809972225") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af027815037ba_d20260827_m055250_c001_v7007000_t0000_u01787809970225") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167566a_d20260827_m055245_c001_v0001044_t0002_u01787809965722") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c1e_d20260827_m055240_c001_v7007000_t0000_u01787809960640") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167564e_d20260827_m055235_c001_v0001044_t0002_u01787809955766") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c05_d20260827_m055234_c001_v7007000_t0000_u01787809954180") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42778_d20260827_m055228_c001_v0001103_t0009_u01787809948985") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37e7_d20260827_m055219_c001_v7007000_t0000_u01787809939055") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4893_d20260827_m055214_c001_v0001173_t0045_u01787809934682") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37cb_d20260827_m055209_c001_v7007000_t0000_u01787809929686") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c482d_d20260827_m055203_c001_v0001173_t0045_u01787809923630") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37a1_d20260827_m055158_c001_v7007000_t0000_u01787809918638") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c47d8_d20260827_m055152_c001_v0001173_t0045_u01787809912207") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4144a919a4e9cc72_d20260827_m055252_c001_v7007000_t0000_u01787809972785") 2026/08/27 05:55:09 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d42843_d20260827_m055249_c001_v0001103_t0059_u01787809969435") 2026/08/27 05:55:09 DEBUG : dir1/0015-9;=.t: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385392_d20260827_m055310_c001_v7007000_t0000_u01787809990428") 2026/08/27 05:55:09 DEBUG : dir1/0015-9;=.t: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b95bb_d20260827_m055304_c001_v0001113_t0038_u01787809984777") 2026/08/27 05:55:09 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385440_d20260827_m055408_c001_v7007000_t0000_u01787810048991") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b96aa_d20260827_m055402_c001_v0001113_t0038_u01787810042390") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe67_d20260827_m055357_c001_v7007000_t0000_u01787810037263") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9672_d20260827_m055350_c001_v0001113_t0038_u01787810030421") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620c1_d20260827_m055345_c001_v7007000_t0000_u01787810025375") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b964b_d20260827_m055339_c001_v0001113_t0038_u01787810019157") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620aa_d20260827_m055333_c001_v7007000_t0000_u01787810013956") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b961b_d20260827_m055327_c001_v0001113_t0038_u01787810007226") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853b5_d20260827_m055322_c001_v7007000_t0000_u01787810002228") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b95e5_d20260827_m055315_c001_v0001113_t0038_u01787809995472") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f425a8c9b54939773_d20260827_m055305_c001_v7007000_t0000_u01787809985361") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4288b_d20260827_m055302_c001_v0001103_t0009_u01787809982396") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e40_d20260827_m055257_c001_v7007000_t0000_u01787809977358") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4285d_d20260827_m055252_c001_v0001103_t0009_u01787809972237") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e18_d20260827_m055250_c001_v7007000_t0000_u01787809970606") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c49b9_d20260827_m055245_c001_v0001173_t0045_u01787809965901") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c1f_d20260827_m055240_c001_v7007000_t0000_u01787809960882") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4975_d20260827_m055235_c001_v0001173_t0045_u01787809955778") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d379e_d20260827_m055233_c001_v7007000_t0000_u01787809953760") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167562a_d20260827_m055229_c001_v0001044_t0002_u01787809949165") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3776_d20260827_m055219_c001_v7007000_t0000_u01787809939241") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9445_d20260827_m055214_c001_v0001113_t0038_u01787809934860") 2026/08/27 05:55:10 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37cd_d20260827_m055209_c001_v7007000_t0000_u01787809929862") 2026/08/27 05:55:11 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9409_d20260827_m055203_c001_v0001113_t0038_u01787809923809") 2026/08/27 05:55:11 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37a2_d20260827_m055158_c001_v7007000_t0000_u01787809918815") 2026/08/27 05:55:11 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b93ad_d20260827_m055152_c001_v0001113_t0038_u01787809912386") 2026/08/27 05:55:11 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e20_d20260827_m055252_c001_v7007000_t0000_u01787809972804") 2026/08/27 05:55:11 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9555_d20260827_m055249_c001_v0001113_t0038_u01787809969504") 2026/08/27 05:55:11 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d377e_d20260827_m055221_c001_v7007000_t0000_u01787809941684") 2026/08/27 05:55:11 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e16755da_d20260827_m055216_c001_v0001044_t0012_u01787809936619") 2026/08/27 05:55:11 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d377f_d20260827_m055221_c001_v7007000_t0000_u01787809941860") 2026/08/27 05:55:11 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c48b3_d20260827_m055216_c001_v0001173_t0024_u01787809936640") 2026/08/27 05:55:11 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3780_d20260827_m055222_c001_v7007000_t0000_u01787809942037") 2026/08/27 05:55:11 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1047b146691b9451_d20260827_m055216_c001_v0001113_t0045_u01787809936651") 2026/08/27 05:55:11 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3781_d20260827_m055222_c001_v7007000_t0000_u01787809942212") 2026/08/27 05:55:11 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d42731_d20260827_m055216_c001_v0001103_t0053_u01787809936855") 2026/08/27 05:55:11 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3782_d20260827_m055222_c001_v7007000_t0000_u01787809942389") 2026/08/27 05:55:11 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c48b7_d20260827_m055217_c001_v0001173_t0035_u01787809937089") 2026/08/27 05:55:11 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3785_d20260827_m055222_c001_v7007000_t0000_u01787809942565") 2026/08/27 05:55:11 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1047b146691b9457_d20260827_m055217_c001_v0001113_t0036_u01787809937182") 2026/08/27 05:55:11 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3787_d20260827_m055222_c001_v7007000_t0000_u01787809942741") 2026/08/27 05:55:11 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d42735_d20260827_m055217_c001_v0001103_t0009_u01787809937248") 2026/08/27 05:55:11 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3789_d20260827_m055222_c001_v7007000_t0000_u01787809942917") 2026/08/27 05:55:11 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c48bd_d20260827_m055217_c001_v0001173_t0057_u01787809937357") 2026/08/27 05:55:11 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d378a_d20260827_m055223_c001_v7007000_t0000_u01787809943092") 2026/08/27 05:55:11 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e16755e0_d20260827_m055217_c001_v0001044_t0036_u01787809937462") 2026/08/27 05:55:11 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d378b_d20260827_m055223_c001_v7007000_t0000_u01787809943268") 2026/08/27 05:55:12 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d42739_d20260827_m055217_c001_v0001103_t0045_u01787809937625") 2026/08/27 05:55:12 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d378c_d20260827_m055223_c001_v7007000_t0000_u01787809943444") 2026/08/27 05:55:12 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1047b146691b945b_d20260827_m055217_c001_v0001113_t0049_u01787809937743") 2026/08/27 05:55:12 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d378e_d20260827_m055223_c001_v7007000_t0000_u01787809943621") 2026/08/27 05:55:12 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c48c3_d20260827_m055217_c001_v0001173_t0036_u01787809937755") 2026/08/27 05:55:12 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d378f_d20260827_m055223_c001_v7007000_t0000_u01787809943797") 2026/08/27 05:55:12 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e16755e8_d20260827_m055218_c001_v0001044_t0046_u01787809938008") 2026/08/27 05:55:12 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3790_d20260827_m055223_c001_v7007000_t0000_u01787809943973") 2026/08/27 05:55:12 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d4273b_d20260827_m055218_c001_v0001103_t0058_u01787809938018") 2026/08/27 05:55:12 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3791_d20260827_m055224_c001_v7007000_t0000_u01787809944149") 2026/08/27 05:55:12 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c48c6_d20260827_m055218_c001_v0001173_t0027_u01787809938092") 2026/08/27 05:55:12 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3792_d20260827_m055224_c001_v7007000_t0000_u01787809944325") 2026/08/27 05:55:12 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9461_d20260827_m055218_c001_v0001113_t0038_u01787809938213") 2026/08/27 05:55:12 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c09_d20260827_m055236_c001_v7007000_t0000_u01787809956166") 2026/08/27 05:55:12 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c494b_d20260827_m055231_c001_v0001173_t0041_u01787809951696") 2026/08/27 05:55:12 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40902fdc360c8ac8_d20260827_m055235_c001_v7007000_t0000_u01787809955968") 2026/08/27 05:55:12 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e1675636_d20260827_m055231_c001_v0001044_t0009_u01787809951714") 2026/08/27 05:55:12 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c5a0472_d20260827_m055236_c001_v7007000_t0000_u01787809956178") 2026/08/27 05:55:12 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d4279b_d20260827_m055231_c001_v0001103_t0057_u01787809951723") 2026/08/27 05:55:12 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f400be1583dd2c65d_d20260827_m055236_c001_v7007000_t0000_u01787809956192") 2026/08/27 05:55:12 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1047b146691b94c9_d20260827_m055231_c001_v0001113_t0002_u01787809951802") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c0a_d20260827_m055236_c001_v7007000_t0000_u01787809956310") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c494f_d20260827_m055231_c001_v0001173_t0044_u01787809951976") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af027815037b4_d20260827_m055236_c001_v7007000_t0000_u01787809956202") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e1675638_d20260827_m055232_c001_v0001044_t0033_u01787809952116") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f400be1583dd2c65c_d20260827_m055236_c001_v7007000_t0000_u01787809956015") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d427a1_d20260827_m055232_c001_v0001103_t0003_u01787809952247") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f425a8c9b54939734_d20260827_m055235_c001_v7007000_t0000_u01787809955978") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1047b146691b94d3_d20260827_m055232_c001_v0001113_t0035_u01787809952258") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40902fdc360c8acb_d20260827_m055236_c001_v7007000_t0000_u01787809956322") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c4953_d20260827_m055232_c001_v0001173_t0027_u01787809952284") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f425a8c9b54939736_d20260827_m055236_c001_v7007000_t0000_u01787809956332") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e167563c_d20260827_m055232_c001_v0001044_t0004_u01787809952523") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af027815037b2_d20260827_m055236_c001_v7007000_t0000_u01787809956021") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d427a5_d20260827_m055232_c001_v0001103_t0043_u01787809952628") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4171cfbc6ae9ce13_d20260827_m055236_c001_v7007000_t0000_u01787809956037") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c4955_d20260827_m055232_c001_v0001173_t0031_u01787809952708") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4171cfbc6ae9ce14_d20260827_m055236_c001_v7007000_t0000_u01787809956214") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e167563e_d20260827_m055232_c001_v0001044_t0011_u01787809952945") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c0b_d20260827_m055236_c001_v7007000_t0000_u01787809956343") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d427ab_d20260827_m055233_c001_v0001103_t0045_u01787809953060") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c07_d20260827_m055235_c001_v7007000_t0000_u01787809955988") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c495b_d20260827_m055233_c001_v0001173_t0007_u01787809953306") 2026/08/27 05:55:13 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c08_d20260827_m055236_c001_v7007000_t0000_u01787809956134") 2026/08/27 05:55:14 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675642_d20260827_m055233_c001_v0001044_t0002_u01787809953316") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c44179e_d20260827_m055102_c001_v7007000_t0000_u01787809862068") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41426e0ca28e7e78_d20260827_m055100_c001_v0001131_t0034_u01787809860222") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40847f3efcddc4e6_d20260827_m055100_c001_v7007000_t0000_u01787809860044") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41426e0ca28e7e70_d20260827_m055057_c001_v0001131_t0034_u01787809857858") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40847f3efcddc4e3_d20260827_m055057_c001_v7007000_t0000_u01787809857157") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16754be_d20260827_m055053_c001_v0001044_t0002_u01787809853057") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c441788_d20260827_m055051_c001_v7007000_t0000_u01787809851648") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4001f596f552216e_d20260827_m055050_c001_v0001165_t0036_u01787809850023") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c36a3_d20260827_m055049_c001_v7007000_t0000_u01787809849844") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4001f596f5522164_d20260827_m055047_c001_v0001165_t0036_u01787809847675") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c3698_d20260827_m055046_c001_v7007000_t0000_u01787809846971") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16754b0_d20260827_m055043_c001_v0001044_t0002_u01787809843232") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c441780_d20260827_m055041_c001_v7007000_t0000_u01787809841997") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4156eba95113e83b_d20260827_m055040_c001_v0001181_t0030_u01787809840912") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d362a_d20260827_m055040_c001_v7007000_t0000_u01787809840734") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4156eba95113e82d_d20260827_m055038_c001_v0001181_t0030_u01787809838909") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3622_d20260827_m055038_c001_v7007000_t0000_u01787809838207") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42453_d20260827_m055034_c001_v0001103_t0009_u01787809834988") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c441775_d20260827_m055034_c001_v7007000_t0000_u01787809834110") 2026/08/27 05:55:14 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4031fe043912135d_d20260827_m055032_c001_v0001157_t0051_u01787809832639") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af02781502b4f_d20260827_m055032_c001_v7007000_t0000_u01787809832462") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4031fe0439121351_d20260827_m055029_c001_v0001157_t0051_u01787809829821") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af02781502b42_d20260827_m055029_c001_v7007000_t0000_u01787809829109") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b91e3_d20260827_m055023_c001_v0001113_t0038_u01787809823754") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40784109702825e7_d20260827_m055022_c001_v7007000_t0000_u01787809822861") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41436940f35d83ff_d20260827_m055021_c001_v0001097_t0052_u01787809821230") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4171cfbc6ae9cdd7_d20260827_m055021_c001_v7007000_t0000_u01787809821053") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41436940f35d83dd_d20260827_m055017_c001_v0001097_t0052_u01787809817517") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4171cfbc6ae9cdd1_d20260827_m055016_c001_v7007000_t0000_u01787809816815") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675462_d20260827_m055011_c001_v0001044_t0002_u01787809811334") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af02781502b2e_d20260827_m055010_c001_v7007000_t0000_u01787809810261") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415bc42e51a3f72d_d20260827_m055008_c001_v0001103_t0046_u01787809808809") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4055704355f9f214_d20260827_m055008_c001_v7007000_t0000_u01787809808633") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415bc42e51a3f712_d20260827_m055006_c001_v0001103_t0046_u01787809806043") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4055704355f9f20c_d20260827_m055005_c001_v7007000_t0000_u01787809805339") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d423a9_d20260827_m054959_c001_v0001103_t0009_u01787809799981") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff7e_d20260827_m054958_c001_v7007000_t0000_u01787809798923") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f407ec986b10a54d9_d20260827_m054954_c001_v0001182_t0037_u01787809794060") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116876_d20260827_m054953_c001_v7007000_t0000_u01787809793872") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9165_d20260827_m054950_c001_v0001113_t0038_u01787809790012") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4016834073c19f53_d20260827_m054949_c001_v0001184_t0042_u01787809789285") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4016834073c19f4b_d20260827_m054948_c001_v0001184_t0042_u01787809788389") 2026/08/27 05:55:15 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4171cfbc6ae9cdaa_d20260827_m054935_c001_v7007000_t0000_u01787809775833") 2026/08/27 05:55:16 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d422fd_d20260827_m054929_c001_v0001103_t0009_u01787809769581") 2026/08/27 05:55:16 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f408fa2291b955d3e_d20260827_m054928_c001_v0001091_t0041_u01787809768867") 2026/08/27 05:55:16 DEBUG : dst/one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f408fa2291b955d34_d20260827_m054927_c001_v0001091_t0041_u01787809767976") 2026/08/27 05:55:16 DEBUG : dst/one-2019-01-01: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c44179f_d20260827_m055102_c001_v7007000_t0000_u01787809862247") 2026/08/27 05:55:16 DEBUG : dst/one-2019-01-01: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4090960a87ec4c77_d20260827_m055059_c001_v0001177_t0019_u01787809859863") 2026/08/27 05:55:16 DEBUG : dst/one-2019-01-01: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416419fd866a0b97_d20260827_m055056_c001_v0001174_t0049_u01787809856977") 2026/08/27 05:55:16 DEBUG : dst/one.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c44178a_d20260827_m055051_c001_v7007000_t0000_u01787809851823") 2026/08/27 05:55:16 DEBUG : dst/one.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4057f2f7abb0408a_d20260827_m055049_c001_v0001115_t0051_u01787809849665") 2026/08/27 05:55:16 DEBUG : dst/one.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f414a2c12d4d29e59_d20260827_m055046_c001_v0001184_t0036_u01787809846789") 2026/08/27 05:55:16 DEBUG : dst/one.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c441781_d20260827_m055042_c001_v7007000_t0000_u01787809842173") 2026/08/27 05:55:16 DEBUG : dst/one.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4145cbaccec7f1a3_d20260827_m055040_c001_v0001182_t0044_u01787809840553") 2026/08/27 05:55:16 DEBUG : dst/one.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41426e0ca28e7e26_d20260827_m055038_c001_v0001131_t0048_u01787809838028") 2026/08/27 05:55:16 DEBUG : dst/three: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff7f_d20260827_m054959_c001_v7007000_t0000_u01787809799099") 2026/08/27 05:55:16 DEBUG : dst/three: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4016834073c19f83_d20260827_m054957_c001_v0001184_t0042_u01787809797669") 2026/08/27 05:55:16 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c4417a1_d20260827_m055102_c001_v7007000_t0000_u01787809862423") 2026/08/27 05:55:16 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416dc25ace3dce46_d20260827_m055100_c001_v0001181_t0003_u01787809860945") 2026/08/27 05:55:16 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4156eba95113e883_d20260827_m055058_c001_v0001181_t0034_u01787809858578") 2026/08/27 05:55:16 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c4417a2_d20260827_m055102_c001_v7007000_t0000_u01787809862598") 2026/08/27 05:55:16 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41426e0ca28e7e82_d20260827_m055101_c001_v0001131_t0034_u01787809861302") 2026/08/27 05:55:16 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40847f3efcddc4e7_d20260827_m055101_c001_v7007000_t0000_u01787809861126") 2026/08/27 05:55:16 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41426e0ca28e7e72_d20260827_m055058_c001_v0001131_t0034_u01787809858936") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40847f3efcddc4e5_d20260827_m055058_c001_v7007000_t0000_u01787809858757") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d424cd_d20260827_m055054_c001_v0001103_t0009_u01787809854109") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c44178b_d20260827_m055052_c001_v7007000_t0000_u01787809852000") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4001f596f5522172_d20260827_m055051_c001_v0001165_t0036_u01787809851095") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c36a6_d20260827_m055050_c001_v7007000_t0000_u01787809850917") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4001f596f5522166_d20260827_m055048_c001_v0001165_t0036_u01787809848750") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c36a0_d20260827_m055048_c001_v7007000_t0000_u01787809848574") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42491_d20260827_m055043_c001_v0001103_t0009_u01787809843946") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d362b_d20260827_m055041_c001_v7007000_t0000_u01787809841456") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42473_d20260827_m055039_c001_v0001103_t0009_u01787809839811") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f424930067b1d3626_d20260827_m055039_c001_v7007000_t0000_u01787809839454") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9219_d20260827_m055035_c001_v0001113_t0038_u01787809835700") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af02781502b55_d20260827_m055033_c001_v7007000_t0000_u01787809833191") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9207_d20260827_m055031_c001_v0001113_t0038_u01787809831441") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af02781502b45_d20260827_m055030_c001_v7007000_t0000_u01787809830378") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675482_d20260827_m055024_c001_v0001044_t0002_u01787809824460") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4171cfbc6ae9cdd9_d20260827_m055021_c001_v7007000_t0000_u01787809821858") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167547c_d20260827_m055020_c001_v0001044_t0002_u01787809820140") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4171cfbc6ae9cdd6_d20260827_m055019_c001_v7007000_t0000_u01787809819080") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d423e9_d20260827_m055012_c001_v0001103_t0009_u01787809812035") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4055704355f9f215_d20260827_m055009_c001_v7007000_t0000_u01787809809352") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d423d3_d20260827_m055007_c001_v0001103_t0009_u01787809807719") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4055704355f9f20e_d20260827_m055006_c001_v7007000_t0000_u01787809806589") 2026/08/27 05:55:17 DEBUG : dst/three.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9183_d20260827_m055000_c001_v0001113_t0038_u01787809800688") 2026/08/27 05:55:18 DEBUG : dst/three.txt.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c44178d_d20260827_m055052_c001_v7007000_t0000_u01787809852176") 2026/08/27 05:55:18 DEBUG : dst/three.txt.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404175ad055b8c82_d20260827_m055050_c001_v0001150_t0038_u01787809850736") 2026/08/27 05:55:18 DEBUG : dst/three.txt.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f403f6e9a0e5b811d_d20260827_m055048_c001_v0001105_t0008_u01787809848394") 2026/08/27 05:55:18 DEBUG : dst/three.txt.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c441782_d20260827_m055042_c001_v7007000_t0000_u01787809842349") 2026/08/27 05:55:18 DEBUG : dst/three.txt.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40846e10b183ef5d_d20260827_m055041_c001_v0001097_t0012_u01787809841276") 2026/08/27 05:55:18 DEBUG : dst/three.txt.bak: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f41073d2c9ac6ac9f_d20260827_m055039_c001_v0001032_t0051_u01787809839275") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c4417a3_d20260827_m055102_c001_v7007000_t0000_u01787809862774") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b926b_d20260827_m055053_c001_v0001113_t0038_u01787809853584") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c44178e_d20260827_m055052_c001_v7007000_t0000_u01787809852352") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9233_d20260827_m055043_c001_v0001113_t0038_u01787809843768") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c441783_d20260827_m055042_c001_v7007000_t0000_u01787809842526") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675498_d20260827_m055035_c001_v0001044_t0002_u01787809835522") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c441776_d20260827_m055034_c001_v7007000_t0000_u01787809834286") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42427_d20260827_m055024_c001_v0001103_t0009_u01787809824283") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40784109702825e8_d20260827_m055023_c001_v7007000_t0000_u01787809823038") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b91b7_d20260827_m055011_c001_v0001113_t0038_u01787809811857") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af02781502b2f_d20260827_m055010_c001_v7007000_t0000_u01787809810451") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167544c_d20260827_m055000_c001_v0001044_t0002_u01787809800508") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff80_d20260827_m054959_c001_v7007000_t0000_u01787809799275") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4095074ebcbabbbf_d20260827_m054955_c001_v0001104_t0008_u01787809795509") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4171cfbc6ae9cdab_d20260827_m054936_c001_v7007000_t0000_u01787809776009") 2026/08/27 05:55:18 DEBUG : dst/two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f408fa2291b955d4c_d20260827_m054934_c001_v0001091_t0041_u01787809774947") 2026/08/27 05:55:18 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff07_d20260827_m054902_c001_v7007000_t0000_u01787809742532") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b909f_d20260827_m054858_c001_v0001113_t0038_u01787809738947") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08fefe_d20260827_m054856_c001_v7007000_t0000_u01787809736993") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b901d_d20260827_m054826_c001_v0001113_t0038_u01787809706064") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498caf_d20260827_m054817_c001_v7007000_t0000_u01787809697665") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b8feb_d20260827_m054814_c001_v0001113_t0038_u01787809694766") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0b8_d20260827_m054758_c001_v7007000_t0000_u01787809678108") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4205d_d20260827_m054756_c001_v0001103_t0009_u01787809676366") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0ae_d20260827_m054755_c001_v7007000_t0000_u01787809675410") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4204f_d20260827_m054754_c001_v0001103_t0009_u01787809674341") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0a1_d20260827_m054751_c001_v7007000_t0000_u01787809671720") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4202d_d20260827_m054750_c001_v0001103_t0009_u01787809670055") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c099_d20260827_m054749_c001_v7007000_t0000_u01787809669339") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4201d_d20260827_m054748_c001_v0001103_t0009_u01787809668009") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c081_d20260827_m054743_c001_v7007000_t0000_u01787809663025") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41fe3_d20260827_m054741_c001_v0001103_t0009_u01787809661507") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c079_d20260827_m054740_c001_v7007000_t0000_u01787809660798") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41fdd_d20260827_m054740_c001_v0001103_t0009_u01787809660094") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd78_d20260827_m054735_c001_v7007000_t0000_u01787809655779") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41fa3_d20260827_m054734_c001_v0001103_t0009_u01787809654458") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd6b_d20260827_m054732_c001_v7007000_t0000_u01787809652680") 2026/08/27 05:55:19 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f83_d20260827_m054731_c001_v0001103_t0009_u01787809651802") 2026/08/27 05:55:20 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd5e_d20260827_m054731_c001_v7007000_t0000_u01787809651451") 2026/08/27 05:55:20 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f412898ba3876364d_d20260827_m054730_c001_v0001185_t0005_u01787809650857") 2026/08/27 05:55:20 DEBUG : empty space: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f75_d20260827_m054729_c001_v0001103_t0009_u01787809649420") 2026/08/27 05:55:20 DEBUG : enormous: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0b5_d20260827_m054757_c001_v7007000_t0000_u01787809677221") 2026/08/27 05:55:20 DEBUG : enormous: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d4205f_d20260827_m054756_c001_v0001103_t0024_u01787809676543") 2026/08/27 05:55:20 DEBUG : existing: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c4417b9_d20260827_m055107_c001_v7007000_t0000_u01787809867089") 2026/08/27 05:55:20 DEBUG : existing: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42517_d20260827_m055105_c001_v0001103_t0009_u01787809865987") 2026/08/27 05:55:20 DEBUG : existing: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c96_d20260827_m054813_c001_v7007000_t0000_u01787809693305") 2026/08/27 05:55:20 DEBUG : existing: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d420ed_d20260827_m054812_c001_v0001103_t0009_u01787809692372") 2026/08/27 05:55:20 DEBUG : existing: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd4b_d20260827_m054727_c001_v7007000_t0000_u01787809647015") 2026/08/27 05:55:20 DEBUG : existing: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f5d_d20260827_m054726_c001_v0001103_t0009_u01787809646138") 2026/08/27 05:55:20 DEBUG : existing: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd46_d20260827_m054725_c001_v7007000_t0000_u01787809645613") 2026/08/27 05:55:20 DEBUG : existing: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f51_d20260827_m054725_c001_v0001103_t0009_u01787809645087") 2026/08/27 05:55:20 DEBUG : existing: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f49_d20260827_m054724_c001_v0001103_t0009_u01787809644383") 2026/08/27 05:55:20 DEBUG : existing-b: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c98_d20260827_m054813_c001_v7007000_t0000_u01787809693480") 2026/08/27 05:55:20 DEBUG : existing-b: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b8fe5_d20260827_m054812_c001_v0001113_t0038_u01787809692359") 2026/08/27 05:55:20 DEBUG : file1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec79_d20260827_m055145_c001_v7007000_t0000_u01787809905060") 2026/08/27 05:55:20 DEBUG : file1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9387_d20260827_m055144_c001_v0001113_t0038_u01787809904308") 2026/08/27 05:55:20 DEBUG : file1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec75_d20260827_m055142_c001_v7007000_t0000_u01787809902993") 2026/08/27 05:55:20 DEBUG : file1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42635_d20260827_m055142_c001_v0001103_t0009_u01787809902228") 2026/08/27 05:55:20 DEBUG : five: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0bf_d20260827_m054801_c001_v7007000_t0000_u01787809681401") 2026/08/27 05:55:20 DEBUG : five: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b8fa7_d20260827_m054800_c001_v0001113_t0038_u01787809680255") 2026/08/27 05:55:20 DEBUG : foo: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd72_d20260827_m054734_c001_v7007000_t0000_u01787809654105") 2026/08/27 05:55:21 DEBUG : foo: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f97_d20260827_m054733_c001_v0001103_t0009_u01787809653577") 2026/08/27 05:55:21 DEBUG : foo: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f95_d20260827_m054733_c001_v0001103_t0009_u01787809653043") 2026/08/27 05:55:21 DEBUG : four: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0c0_d20260827_m054801_c001_v7007000_t0000_u01787809681609") 2026/08/27 05:55:21 DEBUG : four: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4207d_d20260827_m054759_c001_v0001103_t0009_u01787809679529") 2026/08/27 05:55:21 DEBUG : four: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42079_d20260827_m054758_c001_v0001103_t0009_u01787809678998") 2026/08/27 05:55:21 DEBUG : hello world2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1d5_d20260827_m054649_c001_v7007000_t0000_u01787809609654") 2026/08/27 05:55:21 DEBUG : hello world2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e0b_d20260827_m054649_c001_v0001103_t0009_u01787809609129") 2026/08/27 05:55:21 DEBUG : ignore-size: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd40_d20260827_m054724_c001_v7007000_t0000_u01787809644031") 2026/08/27 05:55:21 DEBUG : ignore-size: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f41_d20260827_m054723_c001_v0001103_t0009_u01787809643154") 2026/08/27 05:55:21 DEBUG : nested/sub dir/file: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c8d_d20260827_m054811_c001_v7007000_t0000_u01787809691652") 2026/08/27 05:55:21 DEBUG : nested/sub dir/file: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675352_d20260827_m054811_c001_v0001044_t0002_u01787809691117") 2026/08/27 05:55:21 DEBUG : nested/sub dir/file: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c89_d20260827_m054810_c001_v7007000_t0000_u01787809690380") 2026/08/27 05:55:21 DEBUG : nested/sub dir/file: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b8fd1_d20260827_m054809_c001_v0001113_t0038_u01787809689848") 2026/08/27 05:55:21 DEBUG : one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0c1_d20260827_m054801_c001_v7007000_t0000_u01787809681785") 2026/08/27 05:55:21 DEBUG : one: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4206f_d20260827_m054758_c001_v0001103_t0009_u01787809678464") 2026/08/27 05:55:21 DEBUG : only0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec55_d20260827_m055137_c001_v7007000_t0000_u01787809897947") 2026/08/27 05:55:21 DEBUG : only0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675542_d20260827_m055132_c001_v0001044_t0002_u01787809892714") 2026/08/27 05:55:21 DEBUG : only0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167551c_d20260827_m055124_c001_v0001044_t0002_u01787809884837") 2026/08/27 05:55:21 DEBUG : only0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f426a09e1b766e80c_d20260827_m055119_c001_v7007000_t0000_u01787809879463") 2026/08/27 05:55:21 DEBUG : only0: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4253b_d20260827_m055110_c001_v0001103_t0009_u01787809870724") 2026/08/27 05:55:21 DEBUG : only1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec56_d20260827_m055138_c001_v7007000_t0000_u01787809898123") 2026/08/27 05:55:22 DEBUG : only1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9357_d20260827_m055133_c001_v0001113_t0038_u01787809893656") 2026/08/27 05:55:22 DEBUG : only1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425a9_d20260827_m055125_c001_v0001103_t0009_u01787809885545") 2026/08/27 05:55:22 DEBUG : only1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de61b4f_d20260827_m055118_c001_v7007000_t0000_u01787809878727") 2026/08/27 05:55:22 DEBUG : only1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92c5_d20260827_m055111_c001_v0001113_t0038_u01787809871081") 2026/08/27 05:55:22 DEBUG : only10: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec57_d20260827_m055138_c001_v7007000_t0000_u01787809898299") 2026/08/27 05:55:22 DEBUG : only10: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9349_d20260827_m055132_c001_v0001113_t0038_u01787809892724") 2026/08/27 05:55:22 DEBUG : only10: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425cb_d20260827_m055128_c001_v0001103_t0009_u01787809888794") 2026/08/27 05:55:22 DEBUG : only10: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de61b55_d20260827_m055119_c001_v7007000_t0000_u01787809879602") 2026/08/27 05:55:22 DEBUG : only10: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92df_d20260827_m055114_c001_v0001113_t0038_u01787809874307") 2026/08/27 05:55:22 DEBUG : only11: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec58_d20260827_m055138_c001_v7007000_t0000_u01787809898476") 2026/08/27 05:55:22 DEBUG : only11: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167554e_d20260827_m055133_c001_v0001044_t0002_u01787809893646") 2026/08/27 05:55:22 DEBUG : only11: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9335_d20260827_m055129_c001_v0001113_t0038_u01787809889152") 2026/08/27 05:55:22 DEBUG : only11: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f426a09e1b766e80a_d20260827_m055119_c001_v7007000_t0000_u01787809879112") 2026/08/27 05:55:22 DEBUG : only11: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675502_d20260827_m055114_c001_v0001044_t0002_u01787809874664") 2026/08/27 05:55:22 DEBUG : only12: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec59_d20260827_m055138_c001_v7007000_t0000_u01787809898653") 2026/08/27 05:55:22 DEBUG : only12: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4766_d20260827_m055133_c001_v0001173_t0045_u01787809893636") 2026/08/27 05:55:22 DEBUG : only12: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167552e_d20260827_m055129_c001_v0001044_t0002_u01787809889510") 2026/08/27 05:55:22 DEBUG : only12: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de61b54_d20260827_m055119_c001_v7007000_t0000_u01787809879427") 2026/08/27 05:55:22 DEBUG : only12: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42563_d20260827_m055115_c001_v0001103_t0009_u01787809875019") 2026/08/27 05:55:22 DEBUG : only13: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec5b_d20260827_m055138_c001_v7007000_t0000_u01787809898829") 2026/08/27 05:55:22 DEBUG : only13: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425eb_d20260827_m055132_c001_v0001103_t0009_u01787809892735") 2026/08/27 05:55:22 DEBUG : only13: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425d5_d20260827_m055129_c001_v0001103_t0009_u01787809889868") 2026/08/27 05:55:22 DEBUG : only13: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca19_d20260827_m055119_c001_v7007000_t0000_u01787809879440") 2026/08/27 05:55:22 DEBUG : only13: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92e9_d20260827_m055115_c001_v0001113_t0038_u01787809875376") 2026/08/27 05:55:23 DEBUG : only14: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec5c_d20260827_m055139_c001_v7007000_t0000_u01787809899005") 2026/08/27 05:55:23 DEBUG : only14: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b934b_d20260827_m055132_c001_v0001113_t0038_u01787809892938") 2026/08/27 05:55:23 DEBUG : only14: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b933b_d20260827_m055130_c001_v0001113_t0038_u01787809890228") 2026/08/27 05:55:23 DEBUG : only14: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f426a09e1b766e809_d20260827_m055118_c001_v7007000_t0000_u01787809878935") 2026/08/27 05:55:23 DEBUG : only14: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675506_d20260827_m055115_c001_v0001044_t0002_u01787809875731") 2026/08/27 05:55:23 DEBUG : only15: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec5d_d20260827_m055139_c001_v7007000_t0000_u01787809899181") 2026/08/27 05:55:23 DEBUG : only15: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c475e_d20260827_m055133_c001_v0001173_t0045_u01787809893275") 2026/08/27 05:55:23 DEBUG : only15: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675536_d20260827_m055130_c001_v0001044_t0002_u01787809890585") 2026/08/27 05:55:23 DEBUG : only15: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca1a_d20260827_m055119_c001_v7007000_t0000_u01787809879615") 2026/08/27 05:55:23 DEBUG : only15: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42569_d20260827_m055116_c001_v0001103_t0009_u01787809876087") 2026/08/27 05:55:23 DEBUG : only16: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec5e_d20260827_m055139_c001_v7007000_t0000_u01787809899358") 2026/08/27 05:55:23 DEBUG : only16: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675546_d20260827_m055132_c001_v0001044_t0002_u01787809892928") 2026/08/27 05:55:23 DEBUG : only16: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425df_d20260827_m055130_c001_v0001103_t0009_u01787809890941") 2026/08/27 05:55:23 DEBUG : only16: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de61b4e_d20260827_m055118_c001_v7007000_t0000_u01787809878552") 2026/08/27 05:55:23 DEBUG : only16: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92f1_d20260827_m055116_c001_v0001113_t0038_u01787809876443") 2026/08/27 05:55:24 DEBUG : only17: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec60_d20260827_m055139_c001_v7007000_t0000_u01787809899534") 2026/08/27 05:55:24 DEBUG : only17: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425f3_d20260827_m055132_c001_v0001103_t0009_u01787809892950") 2026/08/27 05:55:24 DEBUG : only17: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b933f_d20260827_m055131_c001_v0001113_t0038_u01787809891300") 2026/08/27 05:55:24 DEBUG : only17: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de61b53_d20260827_m055119_c001_v7007000_t0000_u01787809879252") 2026/08/27 05:55:24 DEBUG : only17: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167550c_d20260827_m055116_c001_v0001044_t0002_u01787809876803") 2026/08/27 05:55:24 DEBUG : only18: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec61_d20260827_m055139_c001_v7007000_t0000_u01787809899711") 2026/08/27 05:55:24 DEBUG : only18: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b934d_d20260827_m055133_c001_v0001113_t0038_u01787809893116") 2026/08/27 05:55:24 DEBUG : only18: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167553e_d20260827_m055131_c001_v0001044_t0002_u01787809891657") 2026/08/27 05:55:24 DEBUG : only18: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de61b51_d20260827_m055119_c001_v7007000_t0000_u01787809879077") 2026/08/27 05:55:24 DEBUG : only18: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4256d_d20260827_m055117_c001_v0001103_t0009_u01787809877159") 2026/08/27 05:55:24 DEBUG : only19: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec62_d20260827_m055139_c001_v7007000_t0000_u01787809899888") 2026/08/27 05:55:24 DEBUG : only19: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675548_d20260827_m055133_c001_v0001044_t0002_u01787809893106") 2026/08/27 05:55:24 DEBUG : only19: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425e7_d20260827_m055132_c001_v0001103_t0009_u01787809892012") 2026/08/27 05:55:24 DEBUG : only19: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca17_d20260827_m055119_c001_v7007000_t0000_u01787809879088") 2026/08/27 05:55:24 DEBUG : only19: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92f9_d20260827_m055117_c001_v0001113_t0038_u01787809877514") 2026/08/27 05:55:24 DEBUG : only2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec63_d20260827_m055140_c001_v7007000_t0000_u01787809900064") 2026/08/27 05:55:24 DEBUG : only2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425f7_d20260827_m055133_c001_v0001103_t0009_u01787809893128") 2026/08/27 05:55:25 DEBUG : only2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9319_d20260827_m055125_c001_v0001113_t0038_u01787809885900") 2026/08/27 05:55:25 DEBUG : only2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca18_d20260827_m055119_c001_v7007000_t0000_u01787809879264") 2026/08/27 05:55:25 DEBUG : only2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16754ee_d20260827_m055111_c001_v0001044_t0002_u01787809871438") 2026/08/27 05:55:25 DEBUG : only3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec65_d20260827_m055140_c001_v7007000_t0000_u01787809900241") 2026/08/27 05:55:25 DEBUG : only3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167554a_d20260827_m055133_c001_v0001044_t0002_u01787809893283") 2026/08/27 05:55:25 DEBUG : only3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675522_d20260827_m055126_c001_v0001044_t0002_u01787809886255") 2026/08/27 05:55:25 DEBUG : only3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4144a919a4e9c7ce_d20260827_m055119_c001_v7007000_t0000_u01787809879277") 2026/08/27 05:55:25 DEBUG : only3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42547_d20260827_m055111_c001_v0001103_t0009_u01787809871794") 2026/08/27 05:55:25 DEBUG : only4: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec66_d20260827_m055140_c001_v7007000_t0000_u01787809900420") 2026/08/27 05:55:25 DEBUG : only4: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9351_d20260827_m055133_c001_v0001113_t0038_u01787809893294") 2026/08/27 05:55:25 DEBUG : only4: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425b1_d20260827_m055126_c001_v0001103_t0009_u01787809886660") 2026/08/27 05:55:25 DEBUG : only4: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de61b50_d20260827_m055118_c001_v7007000_t0000_u01787809878902") 2026/08/27 05:55:25 DEBUG : only4: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92cf_d20260827_m055112_c001_v0001113_t0038_u01787809872152") 2026/08/27 05:55:25 DEBUG : only5: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec67_d20260827_m055140_c001_v7007000_t0000_u01787809900596") 2026/08/27 05:55:25 DEBUG : only5: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425f9_d20260827_m055133_c001_v0001103_t0009_u01787809893305") 2026/08/27 05:55:25 DEBUG : only5: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9321_d20260827_m055127_c001_v0001113_t0038_u01787809887015") 2026/08/27 05:55:25 DEBUG : only5: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f426a09e1b766e80b_d20260827_m055119_c001_v7007000_t0000_u01787809879287") 2026/08/27 05:55:25 DEBUG : only5: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16754f8_d20260827_m055112_c001_v0001044_t0002_u01787809872507") 2026/08/27 05:55:25 DEBUG : only6: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec68_d20260827_m055140_c001_v7007000_t0000_u01787809900772") 2026/08/27 05:55:25 DEBUG : only6: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c4762_d20260827_m055133_c001_v0001173_t0045_u01787809893456") 2026/08/27 05:55:26 DEBUG : only6: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675526_d20260827_m055127_c001_v0001044_t0002_u01787809887370") 2026/08/27 05:55:26 DEBUG : only6: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4ca15_d20260827_m055118_c001_v7007000_t0000_u01787809878911") 2026/08/27 05:55:26 DEBUG : only6: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42555_d20260827_m055112_c001_v0001103_t0009_u01787809872866") 2026/08/27 05:55:26 DEBUG : only7: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec69_d20260827_m055140_c001_v7007000_t0000_u01787809900950") 2026/08/27 05:55:26 DEBUG : only7: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167554c_d20260827_m055133_c001_v0001044_t0002_u01787809893466") 2026/08/27 05:55:26 DEBUG : only7: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425bf_d20260827_m055127_c001_v0001103_t0009_u01787809887727") 2026/08/27 05:55:26 DEBUG : only7: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4144a919a4e9c7cf_d20260827_m055119_c001_v7007000_t0000_u01787809879453") 2026/08/27 05:55:26 DEBUG : only7: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b92d9_d20260827_m055113_c001_v0001113_t0038_u01787809873222") 2026/08/27 05:55:26 DEBUG : only8: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec6b_d20260827_m055141_c001_v7007000_t0000_u01787809901126") 2026/08/27 05:55:26 DEBUG : only8: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9355_d20260827_m055133_c001_v0001113_t0038_u01787809893476") 2026/08/27 05:55:26 DEBUG : only8: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b932d_d20260827_m055128_c001_v0001113_t0038_u01787809888081") 2026/08/27 05:55:26 DEBUG : only8: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4144a919a4e9c7cd_d20260827_m055119_c001_v7007000_t0000_u01787809879101") 2026/08/27 05:55:26 DEBUG : only8: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16754fc_d20260827_m055113_c001_v0001044_t0002_u01787809873580") 2026/08/27 05:55:26 DEBUG : only9: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec6c_d20260827_m055141_c001_v7007000_t0000_u01787809901302") 2026/08/27 05:55:26 DEBUG : only9: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d425fb_d20260827_m055133_c001_v0001103_t0009_u01787809893488") 2026/08/27 05:55:26 DEBUG : only9: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167552a_d20260827_m055128_c001_v0001044_t0002_u01787809888437") 2026/08/27 05:55:26 DEBUG : only9: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4144a919a4e9c7cc_d20260827_m055118_c001_v7007000_t0000_u01787809878926") 2026/08/27 05:55:26 DEBUG : only9: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4255b_d20260827_m055113_c001_v0001103_t0009_u01787809873935") 2026/08/27 05:55:26 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c85_d20260827_m054808_c001_v7007000_t0000_u01787809688767") 2026/08/27 05:55:26 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b8fc9_d20260827_m054807_c001_v0001113_t0038_u01787809687322") 2026/08/27 05:55:26 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c7f_d20260827_m054806_c001_v7007000_t0000_u01787809686615") 2026/08/27 05:55:26 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d420b3_d20260827_m054805_c001_v0001103_t0009_u01787809685165") 2026/08/27 05:55:26 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c78_d20260827_m054804_c001_v7007000_t0000_u01787809684461") 2026/08/27 05:55:26 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167533a_d20260827_m054802_c001_v0001044_t0002_u01787809682665") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0a6_d20260827_m054753_c001_v7007000_t0000_u01787809673320") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42039_d20260827_m054752_c001_v0001103_t0009_u01787809672250") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c09d_d20260827_m054750_c001_v7007000_t0000_u01787809670588") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42027_d20260827_m054749_c001_v0001103_t0009_u01787809669877") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c097_d20260827_m054748_c001_v7007000_t0000_u01787809668541") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4201b_d20260827_m054747_c001_v0001103_t0009_u01787809667831") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c07e_d20260827_m054742_c001_v7007000_t0000_u01787809662496") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41fe1_d20260827_m054741_c001_v0001103_t0009_u01787809661330") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c07b_d20260827_m054740_c001_v7007000_t0000_u01787809660974") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41fd7_d20260827_m054739_c001_v0001103_t0009_u01787809659916") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c075_d20260827_m054739_c001_v7007000_t0000_u01787809659563") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41fcf_d20260827_m054739_c001_v0001103_t0009_u01787809659034") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41fc9_d20260827_m054738_c001_v0001103_t0009_u01787809658505") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c074_d20260827_m054738_c001_v7007000_t0000_u01787809658152") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41fbf_d20260827_m054737_c001_v0001103_t0009_u01787809657624") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d41fb5_d20260827_m054736_c001_v0001103_t0004_u01787809656661") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd7a_d20260827_m054735_c001_v7007000_t0000_u01787809655954") 2026/08/27 05:55:27 DEBUG : potato: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d41fa5_d20260827_m054734_c001_v0001103_t0004_u01787809654987") 2026/08/27 05:55:27 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff19_d20260827_m054912_c001_v7007000_t0000_u01787809752160") 2026/08/27 05:55:27 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e16753e2_d20260827_m054911_c001_v0001044_t0011_u01787809751144") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff08_d20260827_m054902_c001_v7007000_t0000_u01787809742888") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e16753c0_d20260827_m054858_c001_v0001044_t0006_u01787809738254") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08fef4_d20260827_m054850_c001_v7007000_t0000_u01787809730730") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e1675372_d20260827_m054825_c001_v0001044_t0012_u01787809705161") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498cb1_d20260827_m054817_c001_v7007000_t0000_u01787809697977") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e167535c_d20260827_m054814_c001_v0001044_t0025_u01787809694381") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0b7_d20260827_m054757_c001_v7007000_t0000_u01787809677398") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d42055_d20260827_m054755_c001_v0001103_t0033_u01787809675939") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0b0_d20260827_m054755_c001_v7007000_t0000_u01787809675586") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d42049_d20260827_m054753_c001_v0001103_t0039_u01787809673859") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0a7_d20260827_m054753_c001_v7007000_t0000_u01787809673505") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4203d_d20260827_m054752_c001_v0001103_t0009_u01787809672788") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0a2_d20260827_m054751_c001_v7007000_t0000_u01787809671897") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d4202f_d20260827_m054750_c001_v0001103_t0037_u01787809670942") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c09a_d20260827_m054749_c001_v7007000_t0000_u01787809669516") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d42021_d20260827_m054748_c001_v0001103_t0055_u01787809668552") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c082_d20260827_m054743_c001_v7007000_t0000_u01787809663201") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d41fe9_d20260827_m054742_c001_v0001103_t0043_u01787809662035") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1e5_d20260827_m054652_c001_v7007000_t0000_u01787809612104") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e1f_d20260827_m054651_c001_v0001103_t0009_u01787809611578") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1dc_d20260827_m054650_c001_v7007000_t0000_u01787809610703") 2026/08/27 05:55:28 DEBUG : potato2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e13_d20260827_m054650_c001_v0001103_t0009_u01787809610178") 2026/08/27 05:55:29 DEBUG : potato3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff0a_d20260827_m054903_c001_v7007000_t0000_u01787809743504") 2026/08/27 05:55:29 DEBUG : potato3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d4223d_d20260827_m054859_c001_v0001103_t0035_u01787809739476") 2026/08/27 05:55:29 DEBUG : potato3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08fef6_d20260827_m054851_c001_v7007000_t0000_u01787809731759") 2026/08/27 05:55:29 DEBUG : potato3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d42143_d20260827_m054826_c001_v0001103_t0025_u01787809706597") 2026/08/27 05:55:29 DEBUG : potato3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498cb3_d20260827_m054818_c001_v7007000_t0000_u01787809698384") 2026/08/27 05:55:29 DEBUG : potato3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d420ff_d20260827_m054814_c001_v0001103_t0042_u01787809694943") 2026/08/27 05:55:29 DEBUG : pre-dest1/1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff75_d20260827_m054944_c001_v7007000_t0000_u01787809784188") 2026/08/27 05:55:29 DEBUG : pre-dest1/1: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42323_d20260827_m054936_c001_v0001103_t0009_u01787809776714") 2026/08/27 05:55:29 DEBUG : pre-dest2/2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4114a9be4e08ff76_d20260827_m054944_c001_v7007000_t0000_u01787809784364") 2026/08/27 05:55:29 DEBUG : pre-dest2/2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675424_d20260827_m054937_c001_v0001044_t0002_u01787809777239") 2026/08/27 05:55:29 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4171cfbc6ae9cda4_d20260827_m054924_c001_v7007000_t0000_u01787809764065") 2026/08/27 05:55:29 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1047b146691b90f5_d20260827_m054920_c001_v0001113_t0020_u01787809760994") 2026/08/27 05:55:29 DEBUG : sizeonly: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd3b_d20260827_m054722_c001_v7007000_t0000_u01787809642628") 2026/08/27 05:55:29 DEBUG : sizeonly: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f35_d20260827_m054721_c001_v0001103_t0009_u01787809641751") 2026/08/27 05:55:29 DEBUG : splitbanan: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385393_d20260827_m055310_c001_v7007000_t0000_u01787809990603") 2026/08/27 05:55:29 DEBUG : splitbanan: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e16756be_d20260827_m055304_c001_v0001044_t0002_u01787809984054") 2026/08/27 05:55:29 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385442_d20260827_m055409_c001_v7007000_t0000_u01787810049166") 2026/08/27 05:55:29 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b96ac_d20260827_m055403_c001_v0001113_t0038_u01787810043140") 2026/08/27 05:55:29 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40976990ed18fe68_d20260827_m055357_c001_v7007000_t0000_u01787810037440") 2026/08/27 05:55:29 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9674_d20260827_m055351_c001_v0001113_t0038_u01787810031145") 2026/08/27 05:55:29 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620c2_d20260827_m055345_c001_v7007000_t0000_u01787810025551") 2026/08/27 05:55:29 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9651_d20260827_m055339_c001_v0001113_t0038_u01787810019872") 2026/08/27 05:55:29 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f423dae673de620ab_d20260827_m055334_c001_v7007000_t0000_u01787810014134") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b961d_d20260827_m055327_c001_v0001113_t0038_u01787810007982") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca028743853b6_d20260827_m055322_c001_v7007000_t0000_u01787810002404") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b95e9_d20260827_m055316_c001_v0001113_t0038_u01787809996190") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4078410970282771_d20260827_m055304_c001_v7007000_t0000_u01787809984956") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42895_d20260827_m055303_c001_v0001103_t0009_u01787809983103") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f419459bd60116e41_d20260827_m055257_c001_v7007000_t0000_u01787809977535") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42851_d20260827_m055251_c001_v0001103_t0009_u01787809971519") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c22_d20260827_m055250_c001_v7007000_t0000_u01787809970622") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c49c1_d20260827_m055246_c001_v0001173_t0045_u01787809966624") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c20_d20260827_m055241_c001_v7007000_t0000_u01787809961058") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c496d_d20260827_m055235_c001_v0001173_t0045_u01787809955060") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f420af027815037ae_d20260827_m055233_c001_v7007000_t0000_u01787809953772") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167562e_d20260827_m055229_c001_v0001044_t0002_u01787809949880") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37e4_d20260827_m055218_c001_v7007000_t0000_u01787809938702") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b9447_d20260827_m055215_c001_v0001113_t0038_u01787809935576") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37ce_d20260827_m055210_c001_v7007000_t0000_u01787809930041") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b940d_d20260827_m055204_c001_v0001113_t0038_u01787809924523") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4225634d9f8c37a5_d20260827_m055158_c001_v7007000_t0000_u01787809918990") 2026/08/27 05:55:30 DEBUG : splitbananasplit: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b93af_d20260827_m055153_c001_v0001113_t0038_u01787809913098") 2026/08/27 05:55:30 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f416227ca4ced6c23_d20260827_m055252_c001_v7007000_t0000_u01787809972414") 2026/08/27 05:55:30 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4282f_d20260827_m055247_c001_v0001103_t0009_u01787809967699") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec84_d20260827_m055149_c001_v7007000_t0000_u01787809909147") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c47b6_d20260827_m055148_c001_v0001173_t0045_u01787809908016") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec82_d20260827_m055147_c001_v7007000_t0000_u01787809907274") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675566_d20260827_m055145_c001_v0001044_t0002_u01787809905973") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c8f_d20260827_m054811_c001_v7007000_t0000_u01787809691829") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d420e1_d20260827_m054811_c001_v0001103_t0009_u01787809691106") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c8b_d20260827_m054810_c001_v7007000_t0000_u01787809690571") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675350_d20260827_m054809_c001_v0001044_t0002_u01787809689838") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd30_d20260827_m054719_c001_v7007000_t0000_u01787809639816") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f25_d20260827_m054718_c001_v0001103_t0009_u01787809638591") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd2c_d20260827_m054718_c001_v7007000_t0000_u01787809638240") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f21_d20260827_m054717_c001_v0001103_t0009_u01787809637360") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd2b_d20260827_m054715_c001_v7007000_t0000_u01787809635293") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41f0b_d20260827_m054714_c001_v0001103_t0009_u01787809634571") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd2a_d20260827_m054714_c001_v7007000_t0000_u01787809634047") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41ef9_d20260827_m054713_c001_v0001103_t0009_u01787809633328") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41ec1_d20260827_m054711_c001_v0001103_t0009_u01787809631081") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404eaa471c43fd24_d20260827_m054710_c001_v7007000_t0000_u01787809630724") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41eb5_d20260827_m054710_c001_v0001103_t0009_u01787809630198") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41eaf_d20260827_m054709_c001_v0001103_t0009_u01787809629668") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c210_d20260827_m054708_c001_v7007000_t0000_u01787809628873") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e9b_d20260827_m054706_c001_v0001103_t0009_u01787809626885") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e91_d20260827_m054704_c001_v0001103_t0009_u01787809624723") 2026/08/27 05:55:31 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c207_d20260827_m054704_c001_v7007000_t0000_u01787809624368") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e83_d20260827_m054703_c001_v0001103_t0009_u01787809623842") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e7d_d20260827_m054703_c001_v0001103_t0009_u01787809623316") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c202_d20260827_m054702_c001_v7007000_t0000_u01787809622967") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e5f_d20260827_m054659_c001_v0001103_t0009_u01787809619809") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1fa_d20260827_m054659_c001_v7007000_t0000_u01787809619460") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e57_d20260827_m054658_c001_v0001103_t0009_u01787809618874") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1f7_d20260827_m054658_c001_v7007000_t0000_u01787809618001") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e4b_d20260827_m054657_c001_v0001103_t0009_u01787809617349") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1f4_d20260827_m054656_c001_v7007000_t0000_u01787809616823") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e47_d20260827_m054656_c001_v0001103_t0009_u01787809616298") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1f1_d20260827_m054655_c001_v7007000_t0000_u01787809615428") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e35_d20260827_m054654_c001_v0001103_t0009_u01787809614727") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1ef_d20260827_m054654_c001_v7007000_t0000_u01787809614203") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e2d_d20260827_m054653_c001_v0001103_t0009_u01787809613679") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1ec_d20260827_m054653_c001_v7007000_t0000_u01787809613152") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e25_d20260827_m054652_c001_v0001103_t0009_u01787809612627") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1d2_d20260827_m054648_c001_v7007000_t0000_u01787809608604") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e07_d20260827_m054648_c001_v0001103_t0009_u01787809608079") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1cf_d20260827_m054647_c001_v7007000_t0000_u01787809607555") 2026/08/27 05:55:32 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41e01_d20260827_m054647_c001_v0001103_t0009_u01787809607031") 2026/08/27 05:55:33 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1c9_d20260827_m054646_c001_v7007000_t0000_u01787809606164") 2026/08/27 05:55:33 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41def_d20260827_m054645_c001_v0001103_t0009_u01787809605227") 2026/08/27 05:55:33 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4192968a8c59c1c3_d20260827_m054643_c001_v7007000_t0000_u01787809603116") 2026/08/27 05:55:33 DEBUG : sub dir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d41de5_d20260827_m054642_c001_v0001103_t0009_u01787809602590") 2026/08/27 05:55:33 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec85_d20260827_m055149_c001_v7007000_t0000_u01787809909324") 2026/08/27 05:55:33 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1047b146691b9393_d20260827_m055148_c001_v0001113_t0018_u01787809908026") 2026/08/27 05:55:33 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec83_d20260827_m055147_c001_v7007000_t0000_u01787809907451") 2026/08/27 05:55:33 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d4264f_d20260827_m055145_c001_v0001103_t0002_u01787809905983") 2026/08/27 05:55:33 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385446_d20260827_m055411_c001_v7007000_t0000_u01787810051181") 2026/08/27 05:55:33 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c4bca_d20260827_m055410_c001_v0001173_t0048_u01787810050520") 2026/08/27 05:55:33 DEBUG : sub/yam: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c84_d20260827_m054808_c001_v7007000_t0000_u01787809688237") 2026/08/27 05:55:33 DEBUG : sub/yam: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d420c3_d20260827_m054807_c001_v0001103_t0009_u01787809687333") 2026/08/27 05:55:33 DEBUG : test_dir1/file2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec7b_d20260827_m055145_c001_v7007000_t0000_u01787809905236") 2026/08/27 05:55:33 DEBUG : test_dir1/file2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c47a4_d20260827_m055143_c001_v0001173_t0045_u01787809903981") 2026/08/27 05:55:33 DEBUG : test_dir1/file2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec76_d20260827_m055143_c001_v7007000_t0000_u01787809903170") 2026/08/27 05:55:33 DEBUG : test_dir1/file2: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675560_d20260827_m055142_c001_v0001044_t0002_u01787809902251") 2026/08/27 05:55:33 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec7c_d20260827_m055145_c001_v7007000_t0000_u01787809905413") 2026/08/27 05:55:33 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42643_d20260827_m055143_c001_v0001103_t0009_u01787809903968") 2026/08/27 05:55:33 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4039066687d7ec77_d20260827_m055143_c001_v7007000_t0000_u01787809903394") 2026/08/27 05:55:33 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4106b5ff738c479a_d20260827_m055142_c001_v0001173_t0045_u01787809902245") 2026/08/27 05:55:33 DEBUG : three: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0c2_d20260827_m054801_c001_v7007000_t0000_u01787809681961") 2026/08/27 05:55:33 DEBUG : three: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d4208b_d20260827_m054800_c001_v0001103_t0009_u01787809680857") 2026/08/27 05:55:33 DEBUG : three: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42075_d20260827_m054758_c001_v0001103_t0009_u01787809678820") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438544a_d20260827_m055412_c001_v7007000_t0000_u01787810052695") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42a31_d20260827_m055412_c001_v0001103_t0009_u01787810052116") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385558_d20260827_m055431_c001_v7007000_t0000_u01787810071988") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e16757c6_d20260827_m055430_c001_v0001044_t0024_u01787810070334") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385551_d20260827_m055428_c001_v7007000_t0000_u01787810068819") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d42a8e_d20260827_m055427_c001_v0001103_t0003_u01787810067245") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438554d_d20260827_m055425_c001_v7007000_t0000_u01787810065625") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c4c1f_d20260827_m055424_c001_v0001173_t0011_u01787810064872") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385548_d20260827_m055420_c001_v7007000_t0000_u01787810060015") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f102365af51d42a59_d20260827_m055418_c001_v0001103_t0056_u01787810058719") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438554a_d20260827_m055422_c001_v7007000_t0000_u01787810062375") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f10476a81e16757b6_d20260827_m055420_c001_v0001044_t0011_u01787810060959") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385546_d20260827_m055417_c001_v7007000_t0000_u01787810057778") 2026/08/27 05:55:34 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f1106b5ff738c4bef_d20260827_m055416_c001_v0001173_t0025_u01787810056872") 2026/08/27 05:55:34 DEBUG : toe/toe/tictactoe: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438544f_d20260827_m055415_c001_v7007000_t0000_u01787810055936") 2026/08/27 05:55:34 DEBUG : toe/toe/tictactoe: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b96c4_d20260827_m055415_c001_v0001113_t0038_u01787810055348") 2026/08/27 05:55:34 DEBUG : toe/toe/tictactoe: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438544d_d20260827_m055414_c001_v7007000_t0000_u01787810054420") 2026/08/27 05:55:34 DEBUG : toe/toe/tictactoe: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e167579c_d20260827_m055413_c001_v0001044_t0002_u01787810053831") 2026/08/27 05:55:34 DEBUG : toe/toe/toe: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40847f3efcddc58b_d20260827_m055436_c001_v7007000_t0000_u01787810076445") 2026/08/27 05:55:34 DEBUG : toe/toe/toe: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42abb_d20260827_m055435_c001_v0001103_t0009_u01787810075844") 2026/08/27 05:55:34 DEBUG : toe/toe/toe: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438554b_d20260827_m055423_c001_v7007000_t0000_u01787810063919") 2026/08/27 05:55:35 DEBUG : toe/toe/toe: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b96e0_d20260827_m055423_c001_v0001113_t0038_u01787810063319") 2026/08/27 05:55:35 DEBUG : toe/toe/toe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca0287438555a_d20260827_m055432_c001_v7007000_t0000_u01787810072580") 2026/08/27 05:55:35 DEBUG : toe/toe/toe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b96ee_d20260827_m055431_c001_v0001113_t0038_u01787810071810") 2026/08/27 05:55:35 DEBUG : toe/toe/toe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415ca02874385553_d20260827_m055429_c001_v7007000_t0000_u01787810069394") 2026/08/27 05:55:35 DEBUG : toe/toe/toe.txt: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40864f633007d642_d20260827_m055428_c001_v0001109_t0005_u01787810068638") 2026/08/27 05:55:35 DEBUG : two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415f682205e4c0c3_d20260827_m054802_c001_v7007000_t0000_u01787809682136") 2026/08/27 05:55:35 DEBUG : two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675334_d20260827_m054800_c001_v0001044_t0002_u01787809680071") 2026/08/27 05:55:35 DEBUG : two: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f402365af51d42073_d20260827_m054758_c001_v0001103_t0009_u01787809678643") 2026/08/27 05:55:35 DEBUG : yam: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c86_d20260827_m054808_c001_v7007000_t0000_u01787809688943") 2026/08/27 05:55:35 DEBUG : yam: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f400a5c60d33a8461_d20260827_m054808_c001_v0001176_t0008_u01787809688054") 2026/08/27 05:55:35 DEBUG : yam: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c7d_d20260827_m054806_c001_v7007000_t0000_u01787809686079") 2026/08/27 05:55:35 DEBUG : yam: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f40476a81e1675340_d20260827_m054805_c001_v0001044_t0002_u01787809685177") 2026/08/27 05:55:35 DEBUG : yam: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c76_d20260827_m054803_c001_v7007000_t0000_u01787809683933") 2026/08/27 05:55:35 DEBUG : yam: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4047b146691b8fb1_d20260827_m054802_c001_v0001113_t0038_u01787809682675") 2026/08/27 05:55:35 DEBUG : yaml: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c81_d20260827_m054806_c001_v7007000_t0000_u01787809686792") 2026/08/27 05:55:35 DEBUG : yaml: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f415d986ae3e60a0c_d20260827_m054805_c001_v0001182_t0056_u01787809685900") 2026/08/27 05:55:35 DEBUG : yaml: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f4068a65c82498c79_d20260827_m054804_c001_v7007000_t0000_u01787809684636") 2026/08/27 05:55:35 DEBUG : yaml: Deleting (id "4_z4fc29d53c01d4b1baf080e1b_f404af36cfaa92e34_d20260827_m054803_c001_v0001042_t0009_u01787809683750") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 8m56.972439203s (try 1/5)