"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2026/08/26 05:19:14 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo" 2026/08/26 05:19:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/26 05:19:15 DEBUG : Creating backend with remote "/tmp/rclone846075332" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/patternNeedsGlob === RUN TestNewLess/patternRejectsEmptyGlob === RUN TestNewLess/patternRejectsBadGlob === RUN TestNewLess/patternOrder === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/patternNeedsGlob (0.00s) --- PASS: TestNewLess/patternRejectsEmptyGlob (0.00s) --- PASS: TestNewLess/patternRejectsBadGlob (0.00s) --- PASS: TestNewLess/patternOrder (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:16 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/26 05:19:16 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:16 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.45s) === RUN TestCopy run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:16 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/26 05:19:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:16 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:16 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:17 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:17 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:17 INFO : sub dir/hello world: Copied (new) 2026/08/26 05:19:17 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (1.62s) === RUN TestCopyMetadata run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", 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-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", 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-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:18 DEBUG : Creating backend with remote "/non-existing" 2026/08/26 05:19:19 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/26 05:19:19 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:19 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.55s) === RUN TestCopyNoTraverse run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:20 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:20 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:20 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:20 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:20 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (1.44s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", 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-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:21 INFO : B2 bucket rclone-test-hixitaq9tuyo: Running all checks before starting transfers 2026/08/26 05:19:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:21 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:21 INFO : B2 bucket rclone-test-hixitaq9tuyo: Checks finished, now starting transfers 2026/08/26 05:19:21 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:21 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:21 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:21 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (1.08s) === RUN TestSyncNoTraverse run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:22 ERROR : Ignoring --no-traverse with sync 2026/08/26 05:19:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:22 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:22 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:22 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:22 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:22 INFO : sub dir/hello world: Copied (new) 2026/08/26 05:19:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.14s) === RUN TestCopyWithDepth run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:23 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/26 05:19:23 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:23 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:23 DEBUG : hello world2: size = 12 OK 2026/08/26 05:19:23 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/26 05:19:23 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (1.07s) === RUN TestCopyWithFilesFrom run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:24 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:19:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:24 DEBUG : potato2: size = 11 OK 2026/08/26 05:19:24 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:24 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (1.10s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:25 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:19:25 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:25 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:26 DEBUG : potato2: size = 11 OK 2026/08/26 05:19:26 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:26 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (1.08s) === RUN TestCopyEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:26 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/26 05:19:26 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/26 05:19:26 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/26 05:19:26 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/26 05:19:26 INFO : sub dir2: Making directory 2026/08/26 05:19:26 INFO : sub dir: Making directory 2026/08/26 05:19:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:26 INFO : sub dir2/sub sub dir2: Making directory 2026/08/26 05:19:26 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:26 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:27 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:27 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:27 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/26 05:19:27 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.16s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:27 INFO : sub dir2: Making directory 2026/08/26 05:19:27 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/26 05:19:27 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/26 05:19:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:28 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:28 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:28 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:28 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:28 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.07s) === RUN TestMoveEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:29 DEBUG : sub dir2: Making directory with metadata 2026/08/26 05:19:29 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/26 05:19:29 INFO : sub dir2: Making directory 2026/08/26 05:19:29 INFO : sub dir: Making directory 2026/08/26 05:19:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:29 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:29 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:29 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:29 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:29 INFO : sub dir/hello world: Copied (new) 2026/08/26 05:19:29 INFO : sub dir/hello world: Deleted fstest.go:251: Filtering empty directory "sub dir2" 2026/08/26 05:19:29 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/26 05:19:29 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.25s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" sync_test.go:439: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.36s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:30 INFO : sub dir2: Making directory 2026/08/26 05:19:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:30 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:30 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:31 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:31 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:31 INFO : sub dir/hello world: Copied (new) 2026/08/26 05:19:31 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.21s) === RUN TestSyncEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:31 DEBUG : sub dir2: Making directory with metadata 2026/08/26 05:19:31 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/26 05:19:31 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/26 05:19:32 INFO : sub dir2: Making directory 2026/08/26 05:19:32 INFO : sub dir: Making directory 2026/08/26 05:19:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:32 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:32 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:32 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:32 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:32 INFO : sub dir/hello world: Copied (new) 2026/08/26 05:19:32 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" 2026/08/26 05:19:32 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.08s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" sync_test.go:538: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.46s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:33 INFO : sub dir2: Making directory 2026/08/26 05:19:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:33 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:33 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:33 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:33 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:33 INFO : sub dir/hello world: Copied (new) 2026/08/26 05:19:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.08s) === RUN TestServerSideCopy run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:34 DEBUG : Creating backend with remote "TestB2:rclone-test-lodikuc5qoki" sync_test.go:620: Server side copy (if possible) B2 bucket rclone-test-hixitaq9tuyo -> B2 bucket rclone-test-lodikuc5qoki 2026/08/26 05:19:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:35 DEBUG : B2 bucket rclone-test-lodikuc5qoki: Waiting for checks to finish 2026/08/26 05:19:35 DEBUG : B2 bucket rclone-test-lodikuc5qoki: Waiting for transfers to finish 2026/08/26 05:19:36 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:36 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:36 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/26 05:19:36 DEBUG : B2 bucket rclone-test-lodikuc5qoki: Purge remote 2026/08/26 05:19:36 INFO : B2 bucket rclone-test-lodikuc5qoki: cleaning bucket "rclone-test-lodikuc5qoki" of all files 2026/08/26 05:19:36 DEBUG : sub dir/hello world: Deleting (id "4_z4fb26de3802d3bcbaf080e1b_f405de595c53e40ef_d20260826_m051936_c001_v0001145_t0029_u01787721576392") --- PASS: TestServerSideCopy (3.51s) === RUN TestCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:38 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone846075332) 2026/08/26 05:19:38 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:19:38 DEBUG : sub dir/hello world: Sizes differ 2026/08/26 05:19:38 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:38 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:38 DEBUG : sub dir/hello world: size = 17 OK 2026/08/26 05:19:38 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/26 05:19:38 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (1.44s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:39 DEBUG : Creating backend with remote "TestB2:rclone-test-jehawok4zayu" sync_test.go:656: Server side copy (if possible) B2 bucket rclone-test-hixitaq9tuyo -> B2 bucket rclone-test-jehawok4zayu 2026/08/26 05:19:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:40 DEBUG : B2 bucket rclone-test-jehawok4zayu: Waiting for checks to finish 2026/08/26 05:19:40 DEBUG : B2 bucket rclone-test-jehawok4zayu: Waiting for transfers to finish 2026/08/26 05:19:41 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:41 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:41 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/26 05:19:42 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:19:42 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-jehawok4zayu) 2026/08/26 05:19:42 DEBUG : sub dir/hello world: Sizes differ 2026/08/26 05:19:42 DEBUG : B2 bucket rclone-test-jehawok4zayu: Waiting for checks to finish 2026/08/26 05:19:42 DEBUG : B2 bucket rclone-test-jehawok4zayu: Waiting for transfers to finish 2026/08/26 05:19:42 DEBUG : sub dir/hello world: size = 17 OK 2026/08/26 05:19:42 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/26 05:19:42 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/26 05:19:42 DEBUG : B2 bucket rclone-test-jehawok4zayu: Purge remote 2026/08/26 05:19:42 INFO : B2 bucket rclone-test-jehawok4zayu: cleaning bucket "rclone-test-jehawok4zayu" of all files 2026/08/26 05:19:42 DEBUG : sub dir/hello world: Deleting (id "4_z9fc28d13802d3bcbaf080e1b_f400bebf029e6b2f0_d20260826_m051942_c001_v0001167_t0059_u01787721582301") 2026/08/26 05:19:42 DEBUG : sub dir/hello world: Deleting (id "4_z9fc28d13802d3bcbaf080e1b_f40770515fdafd9a2_d20260826_m051941_c001_v0001181_t0051_u01787721581371") --- PASS: TestServerSideCopyOverSelf (4.99s) === RUN TestMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:44 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone846075332) 2026/08/26 05:19:44 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:19:44 DEBUG : sub dir/hello world: Sizes differ 2026/08/26 05:19:44 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:44 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:45 DEBUG : sub dir/hello world: size = 17 OK 2026/08/26 05:19:45 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/26 05:19:45 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/26 05:19:45 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (1.44s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:46 DEBUG : Creating backend with remote "TestB2:rclone-test-gohajob9tivi" sync_test.go:701: Server side copy (if possible) B2 bucket rclone-test-hixitaq9tuyo -> B2 bucket rclone-test-gohajob9tivi 2026/08/26 05:19:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:47 DEBUG : B2 bucket rclone-test-gohajob9tivi: Waiting for checks to finish 2026/08/26 05:19:47 DEBUG : B2 bucket rclone-test-gohajob9tivi: Waiting for transfers to finish 2026/08/26 05:19:47 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:19:47 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:47 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/26 05:19:48 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:19:48 DEBUG : sub dir/hello world: size = 11 (B2 bucket rclone-test-gohajob9tivi) 2026/08/26 05:19:48 DEBUG : sub dir/hello world: Sizes differ 2026/08/26 05:19:48 DEBUG : B2 bucket rclone-test-gohajob9tivi: Waiting for checks to finish 2026/08/26 05:19:48 DEBUG : B2 bucket rclone-test-gohajob9tivi: Waiting for transfers to finish 2026/08/26 05:19:48 DEBUG : sub dir/hello world: size = 17 OK 2026/08/26 05:19:48 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2026/08/26 05:19:48 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/26 05:19:49 INFO : sub dir/hello world: Deleted 2026/08/26 05:19:49 DEBUG : testing file moves 2026/08/26 05:19:49 DEBUG : B2 bucket rclone-test-gohajob9tivi: Waiting for checks to finish 2026/08/26 05:19:49 DEBUG : sub dir/hello world: size = 24 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:19:49 DEBUG : sub dir/hello world: size = 17 (B2 bucket rclone-test-gohajob9tivi) 2026/08/26 05:19:49 DEBUG : sub dir/hello world: Sizes differ 2026/08/26 05:19:49 DEBUG : B2 bucket rclone-test-gohajob9tivi: Waiting for transfers to finish 2026/08/26 05:19:50 DEBUG : sub dir/hello world: size = 24 OK 2026/08/26 05:19:50 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2026/08/26 05:19:50 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/26 05:19:50 INFO : sub dir/hello world: Deleted 2026/08/26 05:19:50 DEBUG : B2 bucket rclone-test-gohajob9tivi: Purge remote 2026/08/26 05:19:50 INFO : B2 bucket rclone-test-gohajob9tivi: cleaning bucket "rclone-test-gohajob9tivi" of all files 2026/08/26 05:19:50 DEBUG : sub dir/hello world: Deleting (id "4_zcfe29da3802d3bcbaf080e1b_f4035ef681ffac7ff_d20260826_m051950_c001_v0001179_t0038_u01787721590036") 2026/08/26 05:19:50 DEBUG : sub dir/hello world: Deleting (id "4_zcfe29da3802d3bcbaf080e1b_f4057ba5db48b0c5a_d20260826_m051948_c001_v0001104_t0020_u01787721588767") 2026/08/26 05:19:50 DEBUG : sub dir/hello world: Deleting (id "4_zcfe29da3802d3bcbaf080e1b_f412626b6464cafdd_d20260826_m051947_c001_v0001137_t0007_u01787721587790") --- PASS: TestServerSideMoveOverSelf (6.39s) === RUN TestCopyAfterDelete run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:52 ERROR : error listing: directory not found 2026/08/26 05:19:52 INFO : Local file system at /tmp/rclone846075332: Making directory 2026/08/26 05:19:52 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:52 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.25s) === RUN TestCopyRedownload run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:19:54 DEBUG : Local file system at /tmp/rclone846075332: Waiting for checks to finish 2026/08/26 05:19:54 DEBUG : Local file system at /tmp/rclone846075332: Waiting for transfers to finish 2026/08/26 05:19:54 DEBUG : sub dir/hello world.df762ecf.partial: size = 11 OK 2026/08/26 05:19:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:19:54 DEBUG : sub dir/hello world.df762ecf.partial: renamed to: sub dir/hello world 2026/08/26 05:19:54 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (1.68s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:55 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/26 05:19:55 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:55 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:55 DEBUG : check sum: size = 1 OK 2026/08/26 05:19:55 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/26 05:19:55 INFO : check sum: Copied (new) 2026/08/26 05:19:55 DEBUG : Waiting for deletions to finish 2026/08/26 05:19:55 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:55 DEBUG : check sum: size = 1 OK 2026/08/26 05:19:55 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/26 05:19:55 DEBUG : check sum: Size and sha1 of src and dst objects identical 2026/08/26 05:19:55 DEBUG : check sum: Unchanged skipping 2026/08/26 05:19:55 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:55 DEBUG : Waiting for deletions to finish 2026/08/26 05:19:55 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (1.45s) === RUN TestSyncSizeOnly run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:56 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/26 05:19:56 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:56 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:56 DEBUG : sizeonly: size = 6 OK 2026/08/26 05:19:56 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/26 05:19:56 INFO : sizeonly: Copied (new) 2026/08/26 05:19:56 DEBUG : Waiting for deletions to finish 2026/08/26 05:19:57 DEBUG : sizeonly: size = 6 OK 2026/08/26 05:19:57 DEBUG : sizeonly: Sizes identical 2026/08/26 05:19:57 DEBUG : sizeonly: Unchanged skipping 2026/08/26 05:19:57 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:57 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:57 DEBUG : Waiting for deletions to finish 2026/08/26 05:19:57 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.45s) === RUN TestSyncIgnoreSize run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:19:58 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/26 05:19:58 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:58 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:58 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2026/08/26 05:19:58 INFO : ignore-size: Copied (new) 2026/08/26 05:19:58 DEBUG : Waiting for deletions to finish 2026/08/26 05:19:58 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:19:58 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:19:58 DEBUG : ignore-size: Unchanged skipping 2026/08/26 05:19:58 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:19:58 DEBUG : Waiting for deletions to finish 2026/08/26 05:19:58 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (1.44s) === RUN TestSyncIgnoreTimes run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:00 DEBUG : existing: size = 6 OK 2026/08/26 05:20:00 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:20:00 DEBUG : existing: Unchanged skipping 2026/08/26 05:20:00 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:00 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:00 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:00 INFO : There was nothing to transfer 2026/08/26 05:20:00 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:00 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/26 05:20:00 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:00 DEBUG : existing: size = 6 OK 2026/08/26 05:20:00 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/26 05:20:00 INFO : existing: Copied (replaced existing) 2026/08/26 05:20:00 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.62s) === RUN TestSyncIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:01 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/26 05:20:01 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:01 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:01 DEBUG : existing: size = 6 OK 2026/08/26 05:20:01 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/26 05:20:01 INFO : existing: Copied (new) 2026/08/26 05:20:01 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:01 DEBUG : existing: Destination exists, skipping 2026/08/26 05:20:01 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:01 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:01 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:01 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (1.44s) === RUN TestSyncIgnoreErrors run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:02 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/26 05:20:03 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/26 05:20:03 DEBUG : c/non empty space: size = 5 OK 2026/08/26 05:20:03 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:20:03 DEBUG : c/non empty space: Unchanged skipping 2026/08/26 05:20:03 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:03 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:03 DEBUG : a/potato2: size = 60 OK 2026/08/26 05:20:03 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:20:03 INFO : a/potato2: Copied (new) 2026/08/26 05:20:03 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:03 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (2.02s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:05 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:05 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/26 05:20:05 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:05 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/26 05:20:05 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/08/26 05:20:05 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:05 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:05 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:05 INFO : There was nothing to transfer 2026/08/26 05:20:05 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:05 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:05 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/26 05:20:05 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/26 05:20:06 INFO : empty space: Updated modification time in destination 2026/08/26 05:20:06 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:06 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:06 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:06 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (2.36s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:07 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:07 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/26 05:20:07 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:07 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/26 05:20:07 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:07 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:07 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:07 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.26s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:08 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:08 DEBUG : foo: size = 3 OK 2026/08/26 05:20:08 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/26 05:20:08 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone846075332) 2026/08/26 05:20:08 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:20:08 DEBUG : foo: sha1 differ 2026/08/26 05:20:08 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:08 DEBUG : foo: size = 3 OK 2026/08/26 05:20:08 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2026/08/26 05:20:08 INFO : foo: Copied (replaced existing) 2026/08/26 05:20:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.45s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:10 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/26 05:20:10 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:10 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:20:10 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:10 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:10 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:10 DEBUG : potato: size = 60 OK 2026/08/26 05:20:10 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:20:10 INFO : potato: Copied (new) 2026/08/26 05:20:10 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (2.06s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:12 DEBUG : potato: size = 21 (Local file system at /tmp/rclone846075332) 2026/08/26 05:20:12 DEBUG : potato: size = 60 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:20:12 DEBUG : potato: Sizes differ 2026/08/26 05:20:12 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:12 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:12 DEBUG : potato: size = 21 OK 2026/08/26 05:20:12 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2026/08/26 05:20:12 INFO : potato: Copied (replaced existing) 2026/08/26 05:20:12 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.49s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:13 DEBUG : potato: size = 21 OK 2026/08/26 05:20:13 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/26 05:20:13 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:13 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone846075332) 2026/08/26 05:20:13 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:20:13 DEBUG : potato: sha1 differ 2026/08/26 05:20:13 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:13 DEBUG : potato: size = 21 OK 2026/08/26 05:20:13 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2026/08/26 05:20:13 INFO : potato: Copied (replaced existing) 2026/08/26 05:20:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (1.45s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:15 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:20:15 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:15 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:20:15 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:15 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/26 05:20:15 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:15 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:15 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:15 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.46s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:16 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:20:16 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:16 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:20:16 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:16 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:16 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:17 DEBUG : potato2: size = 60 OK 2026/08/26 05:20:17 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:20:17 INFO : potato2: Copied (new) 2026/08/26 05:20:17 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:17 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.05s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:18 INFO : d: Making directory 2026/08/26 05:20:18 INFO : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2026/08/26 05:20:18 DEBUG : c/non empty space: size = 5 OK 2026/08/26 05:20:18 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:20:18 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/26 05:20:18 DEBUG : c/non empty space: Unchanged skipping 2026/08/26 05:20:18 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:18 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:19 DEBUG : a/potato2: size = 60 OK 2026/08/26 05:20:19 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:20:19 INFO : a/potato2: Copied (new) 2026/08/26 05:20:19 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:19 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.05s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:20 INFO : d: Making directory fstest.go:251: Filtering empty directory "d" 2026/08/26 05:20:20 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/26 05:20:20 DEBUG : c/non empty space: size = 5 OK 2026/08/26 05:20:20 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:20:20 DEBUG : c/non empty space: Unchanged skipping 2026/08/26 05:20:20 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:20 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:21 DEBUG : a/potato2: size = 60 OK 2026/08/26 05:20:21 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:20:21 INFO : a/potato2: Copied (new) 2026/08/26 05:20:21 ERROR : B2 bucket rclone-test-hixitaq9tuyo: not deleting files as there were IO errors 2026/08/26 05:20:21 ERROR : B2 bucket rclone-test-hixitaq9tuyo: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.08s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:22 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:23 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:20:23 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:23 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:20:23 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:23 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:23 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:23 INFO : potato: Deleted 2026/08/26 05:20:23 DEBUG : potato2: size = 60 OK 2026/08/26 05:20:23 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:20:23 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (1.90s) === RUN TestSyncDeleteBefore run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:24 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:25 INFO : potato: Deleted 2026/08/26 05:20:25 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:20:25 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:25 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:20:25 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:25 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:25 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:25 DEBUG : potato2: size = 60 OK 2026/08/26 05:20:25 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:20:25 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (2.33s) === RUN TestCopyDeleteBefore run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:27 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:20:27 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:27 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:27 DEBUG : potato2: size = 19 OK 2026/08/26 05:20:27 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2026/08/26 05:20:27 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.68s) === RUN TestSyncWithExclude run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:28 DEBUG : enormous: Excluded (Size Filter) 2026/08/26 05:20:28 DEBUG : enormous: Excluded 2026/08/26 05:20:28 DEBUG : potato2: Excluded (Size Filter) 2026/08/26 05:20:28 DEBUG : potato2: Excluded 2026/08/26 05:20:28 DEBUG : potato2: Excluded (Size Filter) 2026/08/26 05:20:28 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:28 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:20:28 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:28 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:28 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:28 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:28 INFO : There was nothing to transfer 2026/08/26 05:20:29 DEBUG : enormous: Excluded (Size Filter) 2026/08/26 05:20:29 DEBUG : enormous: Excluded 2026/08/26 05:20:29 DEBUG : potato2: Excluded (Size Filter) 2026/08/26 05:20:29 DEBUG : potato2: Excluded 2026/08/26 05:20:29 DEBUG : potato2: Excluded (Size Filter) 2026/08/26 05:20:29 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:29 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/26 05:20:29 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:29 DEBUG : Local file system at /tmp/rclone846075332: Waiting for checks to finish 2026/08/26 05:20:29 DEBUG : Local file system at /tmp/rclone846075332: Waiting for transfers to finish 2026/08/26 05:20:29 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:29 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (2.00s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:31 DEBUG : enormous: Excluded (Size Filter) 2026/08/26 05:20:31 DEBUG : enormous: Excluded 2026/08/26 05:20:31 DEBUG : potato2: Excluded (Size Filter) 2026/08/26 05:20:31 DEBUG : potato2: Excluded 2026/08/26 05:20:31 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:31 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:20:31 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:31 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:31 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:31 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:31 INFO : enormous: Deleted 2026/08/26 05:20:31 INFO : potato2: Deleted 2026/08/26 05:20:31 INFO : There was nothing to transfer 2026/08/26 05:20:32 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:32 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/26 05:20:32 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:32 DEBUG : Local file system at /tmp/rclone846075332: Waiting for checks to finish 2026/08/26 05:20:32 DEBUG : Local file system at /tmp/rclone846075332: Waiting for transfers to finish 2026/08/26 05:20:32 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:32 INFO : enormous: Deleted 2026/08/26 05:20:32 INFO : potato2: Deleted 2026/08/26 05:20:32 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (2.36s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:33 DEBUG : five: Need to transfer - File not found at Destination 2026/08/26 05:20:33 DEBUG : four: size = 4 (Local file system at /tmp/rclone846075332) 2026/08/26 05:20:33 DEBUG : four: size = 8 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:20:33 DEBUG : four: Sizes differ 2026/08/26 05:20:33 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/26 05:20:33 DEBUG : one: Destination is newer than source, skipping 2026/08/26 05:20:33 DEBUG : three: size = 5 OK 2026/08/26 05:20:33 DEBUG : three: Sizes identical 2026/08/26 05:20:33 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/26 05:20:33 DEBUG : two: size = 3 OK 2026/08/26 05:20:33 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:33 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone846075332) 2026/08/26 05:20:33 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:20:33 DEBUG : two: sha1 differ 2026/08/26 05:20:33 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:34 DEBUG : five: size = 4 OK 2026/08/26 05:20:34 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/26 05:20:34 INFO : five: Copied (new) 2026/08/26 05:20:34 DEBUG : four: size = 4 OK 2026/08/26 05:20:34 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/26 05:20:34 INFO : four: Copied (replaced existing) 2026/08/26 05:20:34 DEBUG : two: size = 3 OK 2026/08/26 05:20:34 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/26 05:20:34 INFO : two: Copied (replaced existing) 2026/08/26 05:20:34 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:34 DEBUG : four: size = 4 OK 2026/08/26 05:20:34 DEBUG : one: Destination is newer than source, skipping 2026/08/26 05:20:34 DEBUG : three: size = 5 OK 2026/08/26 05:20:34 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:34 DEBUG : two: size = 3 OK 2026/08/26 05:20:34 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/26 05:20:34 DEBUG : two: Size and sha1 of src and dst objects identical 2026/08/26 05:20:34 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/08/26 05:20:34 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone846075332) 2026/08/26 05:20:34 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:20:34 DEBUG : three: sha1 differ 2026/08/26 05:20:34 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/08/26 05:20:34 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2026/08/26 05:20:34 DEBUG : four: Size and sha1 of src and dst objects identical 2026/08/26 05:20:34 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/08/26 05:20:34 DEBUG : five: size = 4 OK 2026/08/26 05:20:34 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2026/08/26 05:20:34 DEBUG : five: Size and sha1 of src and dst objects identical 2026/08/26 05:20:34 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/08/26 05:20:34 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:35 DEBUG : three: size = 5 OK 2026/08/26 05:20:35 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/26 05:20:35 INFO : three: Copied (replaced existing) 2026/08/26 05:20:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.07s) === 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-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" sync_test.go:1569: Can track renames: true 2026/08/26 05:20:36 INFO : B2 bucket rclone-test-hixitaq9tuyo: Making map for --track-renames 2026/08/26 05:20:36 INFO : B2 bucket rclone-test-hixitaq9tuyo: Finished making map for --track-renames 2026/08/26 05:20:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:36 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/26 05:20:36 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/26 05:20:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for renames to finish 2026/08/26 05:20:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:37 DEBUG : yam: size = 11 OK 2026/08/26 05:20:37 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/26 05:20:37 INFO : yam: Copied (new) 2026/08/26 05:20:37 DEBUG : potato: size = 14 OK 2026/08/26 05:20:37 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/26 05:20:37 INFO : potato: Copied (new) 2026/08/26 05:20:37 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:37 DEBUG : potato: size = 14 OK 2026/08/26 05:20:37 INFO : B2 bucket rclone-test-hixitaq9tuyo: Making map for --track-renames 2026/08/26 05:20:37 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:20:37 INFO : B2 bucket rclone-test-hixitaq9tuyo: Finished making map for --track-renames 2026/08/26 05:20:37 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:37 DEBUG : potato: Unchanged skipping 2026/08/26 05:20:37 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for renames to finish 2026/08/26 05:20:38 DEBUG : yaml: size = 11 OK 2026/08/26 05:20:38 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/26 05:20:38 INFO : yam: Copied (server-side copy) to: yaml 2026/08/26 05:20:38 INFO : yam: Deleted 2026/08/26 05:20:38 INFO : yaml: Renamed from "yam" 2026/08/26 05:20:38 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:38 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (2.66s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/26 05:20:39 INFO : B2 bucket rclone-test-hixitaq9tuyo: Making map for --track-renames 2026/08/26 05:20:39 INFO : B2 bucket rclone-test-hixitaq9tuyo: Finished making map for --track-renames 2026/08/26 05:20:39 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:39 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/26 05:20:39 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/26 05:20:39 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for renames to finish 2026/08/26 05:20:39 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:39 DEBUG : potato: size = 14 OK 2026/08/26 05:20:39 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/26 05:20:39 INFO : potato: Copied (new) 2026/08/26 05:20:39 DEBUG : yam: size = 11 OK 2026/08/26 05:20:39 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/26 05:20:39 INFO : yam: Copied (new) 2026/08/26 05:20:39 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:40 DEBUG : potato: size = 14 OK 2026/08/26 05:20:40 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:20:40 DEBUG : potato: Unchanged skipping 2026/08/26 05:20:40 INFO : B2 bucket rclone-test-hixitaq9tuyo: Making map for --track-renames 2026/08/26 05:20:40 INFO : B2 bucket rclone-test-hixitaq9tuyo: Finished making map for --track-renames 2026/08/26 05:20:40 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:40 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for renames to finish 2026/08/26 05:20:40 DEBUG : yaml: size = 11 OK 2026/08/26 05:20:40 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/26 05:20:40 INFO : yam: Copied (server-side copy) to: yaml 2026/08/26 05:20:40 INFO : yam: Deleted 2026/08/26 05:20:40 INFO : yaml: Renamed from "yam" 2026/08/26 05:20:40 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:40 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (2.24s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/26 05:20:41 INFO : B2 bucket rclone-test-hixitaq9tuyo: Making map for --track-renames 2026/08/26 05:20:41 INFO : B2 bucket rclone-test-hixitaq9tuyo: Finished making map for --track-renames 2026/08/26 05:20:41 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:41 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/26 05:20:41 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/26 05:20:41 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for renames to finish 2026/08/26 05:20:41 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:41 DEBUG : potato: size = 14 OK 2026/08/26 05:20:41 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2026/08/26 05:20:41 INFO : potato: Copied (new) 2026/08/26 05:20:41 DEBUG : sub/yam: size = 11 OK 2026/08/26 05:20:41 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/26 05:20:41 INFO : sub/yam: Copied (new) 2026/08/26 05:20:41 DEBUG : Waiting for deletions to finish 2026/08/26 05:20:42 DEBUG : potato: size = 14 OK 2026/08/26 05:20:42 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:20:42 DEBUG : potato: Unchanged skipping 2026/08/26 05:20:42 INFO : B2 bucket rclone-test-hixitaq9tuyo: Making map for --track-renames 2026/08/26 05:20:42 INFO : B2 bucket rclone-test-hixitaq9tuyo: Finished making map for --track-renames 2026/08/26 05:20:42 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:42 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for renames to finish 2026/08/26 05:20:42 DEBUG : yam: size = 11 OK 2026/08/26 05:20:42 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2026/08/26 05:20:42 INFO : sub/yam: Copied (server-side copy) to: yam 2026/08/26 05:20:42 INFO : sub/yam: Deleted 2026/08/26 05:20:42 INFO : yam: Renamed from "sub/yam" 2026/08/26 05:20:42 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:42 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (2.23s) === RUN TestServerSideMoveLocal run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:43 DEBUG : Creating backend with remote "/tmp/rclone846075332/dir1" 2026/08/26 05:20:43 DEBUG : Creating backend with remote "/tmp/rclone846075332/dir2" 2026/08/26 05:20:43 DEBUG : Local file system at /tmp/rclone846075332/dir2: Using server-side directory move 2026/08/26 05:20:43 INFO : Local file system at /tmp/rclone846075332/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/26 05:20:43 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/26 05:20:43 INFO : file1.txt: Moved (server-side) 2026/08/26 05:20:43 DEBUG : Local file system at /tmp/rclone846075332/dir2: Waiting for checks to finish 2026/08/26 05:20:43 DEBUG : Local file system at /tmp/rclone846075332/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:20:44 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/26 05:20:44 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:44 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:44 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:20:44 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:20:44 INFO : sub dir/hello world: Copied (new) 2026/08/26 05:20:44 INFO : sub dir/hello world: Deleted 2026/08/26 05:20:44 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/26 05:20:44 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/26 05:20:44 INFO : nested/sub dir/file: Copied (new) 2026/08/26 05:20:44 INFO : nested/sub dir/file: Deleted 2026/08/26 05:20:44 INFO : sub dir: Removing directory 2026/08/26 05:20:44 INFO : nested/sub dir: Removing directory 2026/08/26 05:20:44 INFO : nested: Removing directory 2026/08/26 05:20:44 DEBUG : Local file system at /tmp/rclone846075332: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (1.44s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/26 05:20:45 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/26 05:20:45 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:45 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:45 DEBUG : sub dir/hello world: size = 11 OK 2026/08/26 05:20:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:20:45 INFO : sub dir/hello world: Copied (new) 2026/08/26 05:20:45 INFO : sub dir/hello world: Deleted 2026/08/26 05:20:45 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/26 05:20:45 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2026/08/26 05:20:45 INFO : nested/sub dir/file: Copied (new) 2026/08/26 05:20:45 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.30s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:47 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/26 05:20:47 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/26 05:20:47 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:47 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:47 DEBUG : existing-b: size = 6 OK 2026/08/26 05:20:47 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2026/08/26 05:20:47 INFO : existing-b: Copied (new) 2026/08/26 05:20:47 INFO : existing-b: Deleted 2026/08/26 05:20:47 DEBUG : existing: size = 6 OK 2026/08/26 05:20:47 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/26 05:20:47 INFO : existing: Copied (new) 2026/08/26 05:20:47 INFO : existing: Deleted 2026/08/26 05:20:47 DEBUG : existing: Destination exists, skipping 2026/08/26 05:20:47 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/26 05:20:47 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:20:47 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:20:47 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.67s) === RUN TestServerSideMove run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:48 DEBUG : Creating backend with remote "TestB2:rclone-test-qazahoz3rojo" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-hixitaq9tuyo -> B2 bucket rclone-test-qazahoz3rojo 2026/08/26 05:20:52 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:20:52 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:52 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/26 05:20:52 DEBUG : empty space: Unchanged skipping 2026/08/26 05:20:52 DEBUG : potato3: size = 68 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:20:52 DEBUG : potato3: size = 60 (B2 bucket rclone-test-qazahoz3rojo) 2026/08/26 05:20:52 DEBUG : potato3: Sizes differ 2026/08/26 05:20:52 DEBUG : B2 bucket rclone-test-qazahoz3rojo: Waiting for checks to finish 2026/08/26 05:20:52 INFO : empty space: Deleted 2026/08/26 05:20:52 DEBUG : B2 bucket rclone-test-qazahoz3rojo: Waiting for transfers to finish 2026/08/26 05:20:52 DEBUG : potato2: size = 60 OK 2026/08/26 05:20:52 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:20:52 INFO : potato2: Copied (server-side copy) 2026/08/26 05:20:53 INFO : potato2: Deleted 2026/08/26 05:20:53 DEBUG : potato3: size = 68 OK 2026/08/26 05:20:53 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/26 05:20:53 INFO : potato3: Copied (server-side copy) 2026/08/26 05:20:53 INFO : potato3: Deleted 2026/08/26 05:20:53 DEBUG : Creating backend with remote "TestB2:rclone-test-haraxec2sute" 2026/08/26 05:20:54 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/26 05:20:54 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:20:54 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/26 05:20:54 DEBUG : B2 bucket rclone-test-haraxec2sute: Waiting for checks to finish 2026/08/26 05:20:54 DEBUG : B2 bucket rclone-test-haraxec2sute: Waiting for transfers to finish 2026/08/26 05:20:55 DEBUG : empty space: size = 1 OK 2026/08/26 05:20:55 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/26 05:20:55 INFO : empty space: Copied (server-side copy) 2026/08/26 05:20:55 INFO : empty space: Deleted 2026/08/26 05:20:55 DEBUG : potato2: size = 60 OK 2026/08/26 05:20:55 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:20:55 INFO : potato2: Copied (server-side copy) 2026/08/26 05:20:56 INFO : potato2: Deleted 2026/08/26 05:20:56 DEBUG : potato3: size = 68 OK 2026/08/26 05:20:56 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/26 05:20:56 INFO : potato3: Copied (server-side copy) 2026/08/26 05:20:56 INFO : potato3: Deleted 2026/08/26 05:20:57 DEBUG : B2 bucket rclone-test-haraxec2sute: Purge remote 2026/08/26 05:20:57 INFO : B2 bucket rclone-test-haraxec2sute: cleaning bucket "rclone-test-haraxec2sute" of all files 2026/08/26 05:20:57 DEBUG : empty space: Deleting (id "4_z5f12ad23803d3bcbaf080e1b_f416ffc3e03563169_d20260826_m052055_c001_v0001042_t0036_u01787721655295") 2026/08/26 05:20:57 DEBUG : potato2: Deleting (id "4_z5f12ad23803d3bcbaf080e1b_f113857bca1ce9f17_d20260826_m052055_c001_v0001174_t0055_u01787721655560") 2026/08/26 05:20:57 DEBUG : potato3: Deleting (id "4_z5f12ad23803d3bcbaf080e1b_f10864f6330030167_d20260826_m052055_c001_v0001109_t0011_u01787721655682") 2026/08/26 05:20:57 DEBUG : B2 bucket rclone-test-qazahoz3rojo: Purge remote 2026/08/26 05:20:57 INFO : B2 bucket rclone-test-qazahoz3rojo: cleaning bucket "rclone-test-qazahoz3rojo" of all files 2026/08/26 05:20:57 DEBUG : empty space: Deleting (id "4_zbf229d13803d3bcbaf080e1b_f4055704355e11f4c_d20260826_m052055_c001_v7007000_t0000_u01787721655540") 2026/08/26 05:20:57 DEBUG : empty space: Deleting (id "4_zbf229d13803d3bcbaf080e1b_f402e62f03316f1e4_d20260826_m052051_c001_v0001098_t0040_u01787721651509") 2026/08/26 05:20:57 DEBUG : potato2: Deleting (id "4_zbf229d13803d3bcbaf080e1b_f4055704355e11f4e_d20260826_m052055_c001_v7007000_t0000_u01787721655927") 2026/08/26 05:20:57 DEBUG : potato2: Deleting (id "4_zbf229d13803d3bcbaf080e1b_f1126c2eabb58f505_d20260826_m052052_c001_v0001043_t0021_u01787721652429") 2026/08/26 05:20:57 DEBUG : potato3: Deleting (id "4_zbf229d13803d3bcbaf080e1b_f4055704355e11f51_d20260826_m052056_c001_v7007000_t0000_u01787721656588") 2026/08/26 05:20:57 DEBUG : potato3: Deleting (id "4_zbf229d13803d3bcbaf080e1b_f1015d6d1288e3a8f_d20260826_m052052_c001_v0001091_t0031_u01787721652805") 2026/08/26 05:20:57 DEBUG : potato3: Deleting (id "4_zbf229d13803d3bcbaf080e1b_f102e62f03316f1e6_d20260826_m052051_c001_v0001098_t0005_u01787721651696") --- PASS: TestServerSideMove (11.22s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:20:59 DEBUG : Creating backend with remote "TestB2:rclone-test-nacipek8nori" sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-hixitaq9tuyo -> B2 bucket rclone-test-nacipek8nori 2026/08/26 05:21:04 DEBUG : empty space: Excluded (Size Filter) 2026/08/26 05:21:04 DEBUG : empty space: Excluded (Size Filter) 2026/08/26 05:21:04 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:21:04 DEBUG : potato3: size = 68 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:21:04 DEBUG : potato3: size = 60 (B2 bucket rclone-test-nacipek8nori) 2026/08/26 05:21:04 DEBUG : potato3: Sizes differ 2026/08/26 05:21:04 DEBUG : B2 bucket rclone-test-nacipek8nori: Waiting for checks to finish 2026/08/26 05:21:04 DEBUG : B2 bucket rclone-test-nacipek8nori: Waiting for transfers to finish 2026/08/26 05:21:04 DEBUG : potato2: size = 60 OK 2026/08/26 05:21:04 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:21:04 INFO : potato2: Copied (server-side copy) 2026/08/26 05:21:04 INFO : potato2: Deleted 2026/08/26 05:21:05 DEBUG : potato3: size = 68 OK 2026/08/26 05:21:05 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/26 05:21:05 INFO : potato3: Copied (server-side copy) 2026/08/26 05:21:05 INFO : potato3: Deleted 2026/08/26 05:21:05 DEBUG : Creating backend with remote "TestB2:rclone-test-comoyuy3siqo" 2026/08/26 05:21:06 DEBUG : empty space: Excluded (Size Filter) 2026/08/26 05:21:07 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:21:07 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/26 05:21:07 DEBUG : B2 bucket rclone-test-comoyuy3siqo: Waiting for checks to finish 2026/08/26 05:21:07 DEBUG : B2 bucket rclone-test-comoyuy3siqo: Waiting for transfers to finish 2026/08/26 05:21:08 DEBUG : potato2: size = 60 OK 2026/08/26 05:21:08 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:21:08 INFO : potato2: Copied (server-side copy) 2026/08/26 05:21:08 INFO : potato2: Deleted 2026/08/26 05:21:08 DEBUG : potato3: size = 68 OK 2026/08/26 05:21:08 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/26 05:21:08 INFO : potato3: Copied (server-side copy) 2026/08/26 05:21:08 INFO : potato3: Deleted 2026/08/26 05:21:08 DEBUG : B2 bucket rclone-test-comoyuy3siqo: Purge remote 2026/08/26 05:21:08 INFO : B2 bucket rclone-test-comoyuy3siqo: cleaning bucket "rclone-test-comoyuy3siqo" of all files 2026/08/26 05:21:09 DEBUG : potato2: Deleting (id "4_z8f32dd23803d3bcbaf080e1b_f102676adbe402ada_d20260826_m052107_c001_v0001092_t0059_u01787721667817") 2026/08/26 05:21:09 DEBUG : potato3: Deleting (id "4_z8f32dd23803d3bcbaf080e1b_f114d7c319d48b636_d20260826_m052108_c001_v0001177_t0004_u01787721668201") 2026/08/26 05:21:09 DEBUG : B2 bucket rclone-test-nacipek8nori: Purge remote 2026/08/26 05:21:09 INFO : B2 bucket rclone-test-nacipek8nori: cleaning bucket "rclone-test-nacipek8nori" of all files 2026/08/26 05:21:09 DEBUG : empty space: Deleting (id "4_zdfd2cd03803d3bcbaf080e1b_f408c3b580daec844_d20260826_m052103_c001_v0001183_t0005_u01787721663570") 2026/08/26 05:21:09 DEBUG : potato2: Deleting (id "4_zdfd2cd03803d3bcbaf080e1b_f412790c8321bc464_d20260826_m052108_c001_v7007000_t0000_u01787721668195") 2026/08/26 05:21:09 DEBUG : potato2: Deleting (id "4_zdfd2cd03803d3bcbaf080e1b_f1075ab27b03b130f_d20260826_m052104_c001_v0001173_t0003_u01787721664475") 2026/08/26 05:21:09 DEBUG : potato3: Deleting (id "4_zdfd2cd03803d3bcbaf080e1b_f412790c8321bc465_d20260826_m052108_c001_v7007000_t0000_u01787721668468") 2026/08/26 05:21:09 DEBUG : potato3: Deleting (id "4_zdfd2cd03803d3bcbaf080e1b_f1099d454f4208452_d20260826_m052104_c001_v0001042_t0039_u01787721664845") 2026/08/26 05:21:09 DEBUG : potato3: Deleting (id "4_zdfd2cd03803d3bcbaf080e1b_f108c3b580daec846_d20260826_m052103_c001_v0001183_t0042_u01787721663757") --- PASS: TestServerSideMoveWithFilter (11.60s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:21:11 DEBUG : Creating backend with remote "TestB2:rclone-test-zehuyam1tafa" 2026/08/26 05:21:11 DEBUG : Config file has changed externally - reloading 2026/08/26 05:21:13 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) B2 bucket rclone-test-hixitaq9tuyo -> B2 bucket rclone-test-zehuyam1tafa 2026/08/26 05:21:16 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:21:16 DEBUG : empty space: size = 1 OK 2026/08/26 05:21:16 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/26 05:21:16 DEBUG : empty space: Unchanged skipping 2026/08/26 05:21:16 DEBUG : potato3: size = 68 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:21:16 DEBUG : potato3: size = 60 (B2 bucket rclone-test-zehuyam1tafa) 2026/08/26 05:21:16 DEBUG : potato3: Sizes differ 2026/08/26 05:21:16 DEBUG : B2 bucket rclone-test-zehuyam1tafa: Waiting for checks to finish 2026/08/26 05:21:16 INFO : empty space: Deleted 2026/08/26 05:21:16 DEBUG : B2 bucket rclone-test-zehuyam1tafa: Waiting for transfers to finish 2026/08/26 05:21:16 DEBUG : potato2: size = 60 OK 2026/08/26 05:21:16 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:21:16 INFO : potato2: Copied (server-side copy) 2026/08/26 05:21:16 INFO : potato2: Deleted 2026/08/26 05:21:17 DEBUG : potato3: size = 68 OK 2026/08/26 05:21:17 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/26 05:21:17 INFO : potato3: Copied (server-side copy) 2026/08/26 05:21:17 INFO : potato3: Deleted 2026/08/26 05:21:18 DEBUG : Creating backend with remote "TestB2:rclone-test-xoqoyiy5guri" 2026/08/26 05:21:19 INFO : tomatoDir: Making directory 2026/08/26 05:21:19 DEBUG : empty space: Need to transfer - File not found at Destination 2026/08/26 05:21:19 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/26 05:21:19 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/26 05:21:19 DEBUG : B2 bucket rclone-test-xoqoyiy5guri: Waiting for checks to finish 2026/08/26 05:21:19 DEBUG : B2 bucket rclone-test-xoqoyiy5guri: Waiting for transfers to finish 2026/08/26 05:21:20 DEBUG : empty space: size = 1 OK 2026/08/26 05:21:20 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2026/08/26 05:21:20 INFO : empty space: Copied (server-side copy) 2026/08/26 05:21:20 INFO : empty space: Deleted 2026/08/26 05:21:20 DEBUG : potato2: size = 60 OK 2026/08/26 05:21:20 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2026/08/26 05:21:20 INFO : potato2: Copied (server-side copy) 2026/08/26 05:21:20 INFO : potato2: Deleted 2026/08/26 05:21:20 DEBUG : potato3: size = 68 OK 2026/08/26 05:21:20 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2026/08/26 05:21:20 INFO : potato3: Copied (server-side copy) 2026/08/26 05:21:21 INFO : potato3: Deleted 2026/08/26 05:21:21 DEBUG : B2 bucket rclone-test-xoqoyiy5guri: Purge remote 2026/08/26 05:21:21 INFO : B2 bucket rclone-test-xoqoyiy5guri: cleaning bucket "rclone-test-xoqoyiy5guri" of all files 2026/08/26 05:21:21 DEBUG : empty space: Deleting (id "4_z3f620d33804d3bcbaf080e1b_f4076e2a3d8d9ab30_d20260826_m052120_c001_v0001032_t0017_u01787721680173") 2026/08/26 05:21:21 DEBUG : potato2: Deleting (id "4_z3f620d33804d3bcbaf080e1b_f118d0d6d412b2faf_d20260826_m052120_c001_v0001179_t0041_u01787721680420") 2026/08/26 05:21:21 DEBUG : potato3: Deleting (id "4_z3f620d33804d3bcbaf080e1b_f104015791f43d97a_d20260826_m052120_c001_v0001172_t0036_u01787721680562") 2026/08/26 05:21:22 DEBUG : B2 bucket rclone-test-zehuyam1tafa: Purge remote 2026/08/26 05:21:22 INFO : B2 bucket rclone-test-zehuyam1tafa: cleaning bucket "rclone-test-zehuyam1tafa" of all files 2026/08/26 05:21:22 DEBUG : empty space: Deleting (id "4_z2ff2edf3803d3bcbaf080e1b_f40174204de21ffcb_d20260826_m052120_c001_v7007000_t0000_u01787721680397") 2026/08/26 05:21:22 DEBUG : empty space: Deleting (id "4_z2ff2edf3803d3bcbaf080e1b_f415706e763dabc7d_d20260826_m052115_c001_v0001136_t0028_u01787721675419") 2026/08/26 05:21:22 DEBUG : potato2: Deleting (id "4_z2ff2edf3803d3bcbaf080e1b_f40174204de21ffcc_d20260826_m052120_c001_v7007000_t0000_u01787721680647") 2026/08/26 05:21:22 DEBUG : potato2: Deleting (id "4_z2ff2edf3803d3bcbaf080e1b_f11284ec5152aedbd_d20260826_m052116_c001_v0001037_t0009_u01787721676530") 2026/08/26 05:21:22 DEBUG : potato3: Deleting (id "4_z2ff2edf3803d3bcbaf080e1b_f40174204de21ffcd_d20260826_m052121_c001_v7007000_t0000_u01787721681064") 2026/08/26 05:21:22 DEBUG : potato3: Deleting (id "4_z2ff2edf3803d3bcbaf080e1b_f10643b19f97a0377_d20260826_m052116_c001_v0001161_t0036_u01787721676901") 2026/08/26 05:21:22 DEBUG : potato3: Deleting (id "4_z2ff2edf3803d3bcbaf080e1b_f115706e763dabc83_d20260826_m052115_c001_v0001136_t0012_u01787721675602") 2026/08/26 05:21:22 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_delete_file_version": EOF) 2026/08/26 05:21:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/26 05:21:22 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveDeleteEmptySourceDirs (13.13s) === RUN TestServerSideMoveOverlap run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:21:24 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.39s) === RUN TestSyncOverlap run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:21:26 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/rclone-sync-test" --- PASS: TestSyncOverlap (1.47s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:21:28 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/rclone-sync-test" 2026/08/26 05:21:30 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/rclone-sync-test-include/layer2" 2026/08/26 05:21:32 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/rclone-sync-test-ignore-file" 2026/08/26 05:21:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path rclone-sync-test: Waiting for checks to finish 2026/08/26 05:21:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path rclone-sync-test: Waiting for transfers to finish 2026/08/26 05:21:36 DEBUG : Waiting for deletions to finish 2026/08/26 05:21:36 INFO : There was nothing to transfer 2026/08/26 05:21:37 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:21:37 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:21:37 DEBUG : Waiting for deletions to finish 2026/08/26 05:21:37 INFO : There was nothing to transfer 2026/08/26 05:21:37 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path rclone-sync-test-include/layer2: Waiting for checks to finish 2026/08/26 05:21:37 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/08/26 05:21:37 DEBUG : Waiting for deletions to finish 2026/08/26 05:21:37 INFO : There was nothing to transfer 2026/08/26 05:21:37 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:21:37 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:21:37 DEBUG : Waiting for deletions to finish 2026/08/26 05:21:37 INFO : There was nothing to transfer 2026/08/26 05:21:38 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path rclone-sync-test-ignore-file: Waiting for checks to finish 2026/08/26 05:21:38 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/08/26 05:21:38 DEBUG : Waiting for deletions to finish 2026/08/26 05:21:38 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (10.30s) === RUN TestSyncCompareDest run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:21:38 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/dst" 2026/08/26 05:21:39 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/CompareDest" 2026/08/26 05:21:41 DEBUG : one: Need to transfer - File not found at Destination 2026/08/26 05:21:41 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:21:41 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:21:42 DEBUG : one: size = 3 OK 2026/08/26 05:21:42 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/26 05:21:42 INFO : one: Copied (new) 2026/08/26 05:21:42 DEBUG : Waiting for deletions to finish 2026/08/26 05:21:43 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:21:43 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:21:43 DEBUG : one: Sizes differ 2026/08/26 05:21:43 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:21:43 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:21:43 DEBUG : one: size = 5 OK 2026/08/26 05:21:43 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/26 05:21:43 INFO : one: Copied (replaced existing) 2026/08/26 05:21:43 DEBUG : Waiting for deletions to finish 2026/08/26 05:21:45 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:21:45 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:21:45 DEBUG : one: Sizes differ 2026/08/26 05:21:45 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:21:45 DEBUG : one: size = 5 OK 2026/08/26 05:21:45 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:21:45 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/26 05:21:45 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:21:45 DEBUG : Waiting for deletions to finish 2026/08/26 05:21:45 INFO : There was nothing to transfer 2026/08/26 05:21:46 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:21:46 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:21:46 DEBUG : one: Sizes differ 2026/08/26 05:21:46 DEBUG : two: size = 3 OK 2026/08/26 05:21:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:21:46 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/26 05:21:46 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:21:46 DEBUG : one: size = 5 OK 2026/08/26 05:21:46 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:21:46 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/26 05:21:46 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:21:46 DEBUG : Waiting for deletions to finish 2026/08/26 05:21:46 INFO : There was nothing to transfer 2026/08/26 05:21:47 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:21:47 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:21:47 DEBUG : one: Sizes differ 2026/08/26 05:21:47 DEBUG : two: size = 3 OK 2026/08/26 05:21:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:21:47 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/26 05:21:47 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:21:47 DEBUG : one: size = 5 OK 2026/08/26 05:21:47 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:21:47 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/26 05:21:47 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:21:47 DEBUG : Waiting for deletions to finish 2026/08/26 05:21:47 INFO : There was nothing to transfer 2026/08/26 05:21:48 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:21:48 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:21:48 DEBUG : one: Sizes differ 2026/08/26 05:21:48 DEBUG : two: size = 3 OK 2026/08/26 05:21:48 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/26 05:21:48 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/26 05:21:48 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/26 05:21:48 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:21:48 DEBUG : one: size = 5 OK 2026/08/26 05:21:48 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:21:48 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/26 05:21:48 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:21:48 DEBUG : Waiting for deletions to finish 2026/08/26 05:21:48 INFO : There was nothing to transfer 2026/08/26 05:21:48 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:21:48 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:21:48 DEBUG : one: Sizes differ 2026/08/26 05:21:49 DEBUG : two: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:21:49 DEBUG : two: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path CompareDest) 2026/08/26 05:21:49 DEBUG : two: Sizes differ 2026/08/26 05:21:49 DEBUG : two: Need to transfer - File not found at Destination 2026/08/26 05:21:49 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:21:49 DEBUG : one: size = 5 OK 2026/08/26 05:21:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:21:49 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/26 05:21:49 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:21:49 DEBUG : two: size = 5 OK 2026/08/26 05:21:49 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2026/08/26 05:21:49 INFO : two: Copied (new) 2026/08/26 05:21:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (12.36s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:21:52 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/dest" 2026/08/26 05:21:53 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/pre-dest1" 2026/08/26 05:21:54 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/pre-dest2" 2026/08/26 05:21:56 DEBUG : 1: size = 1 OK 2026/08/26 05:21:56 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:21:56 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/26 05:21:56 DEBUG : 2: size = 1 OK 2026/08/26 05:21:56 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:21:56 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/26 05:21:57 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/26 05:21:57 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dest: Waiting for checks to finish 2026/08/26 05:21:57 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dest: Waiting for transfers to finish 2026/08/26 05:21:57 DEBUG : 3: size = 1 OK 2026/08/26 05:21:57 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2026/08/26 05:21:57 INFO : 3: Copied (new) 2026/08/26 05:21:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.54s) === RUN TestSyncCopyDest run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:21:59 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/dst" 2026/08/26 05:22:00 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/CopyDest" 2026/08/26 05:22:02 DEBUG : one: Need to transfer - File not found at Destination 2026/08/26 05:22:02 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:02 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:03 DEBUG : one: size = 3 OK 2026/08/26 05:22:03 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/26 05:22:03 INFO : one: Copied (new) 2026/08/26 05:22:03 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:03 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:22:03 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:22:03 DEBUG : one: Sizes differ 2026/08/26 05:22:04 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:04 DEBUG : one: size = 5 OK 2026/08/26 05:22:04 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/26 05:22:04 INFO : one: Copied (replaced existing) 2026/08/26 05:22:04 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:05 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/BackupDir" 2026/08/26 05:22:07 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:22:07 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:22:07 DEBUG : one: Sizes differ 2026/08/26 05:22:07 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:07 DEBUG : one: size = 5 OK 2026/08/26 05:22:07 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:22:07 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:22:07 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:22:07 DEBUG : one: Sizes differ 2026/08/26 05:22:08 DEBUG : one: size = 3 OK 2026/08/26 05:22:08 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/26 05:22:08 INFO : one: Copied (server-side copy) 2026/08/26 05:22:09 INFO : one: Deleted 2026/08/26 05:22:09 DEBUG : one: size = 5 OK 2026/08/26 05:22:09 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2026/08/26 05:22:09 INFO : one: Copied (server-side copy) 2026/08/26 05:22:09 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/26 05:22:09 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:09 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:10 DEBUG : one: size = 5 OK 2026/08/26 05:22:10 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:22:10 DEBUG : one: Unchanged skipping 2026/08/26 05:22:10 DEBUG : two: size = 3 OK 2026/08/26 05:22:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:22:10 DEBUG : two: size = 3 OK 2026/08/26 05:22:10 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2026/08/26 05:22:10 INFO : two: Copied (server-side copy) 2026/08/26 05:22:10 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/26 05:22:10 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:10 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:10 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:11 DEBUG : one: size = 5 OK 2026/08/26 05:22:11 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:22:11 DEBUG : one: Unchanged skipping 2026/08/26 05:22:11 DEBUG : two: size = 3 OK 2026/08/26 05:22:11 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:22:11 DEBUG : two: Unchanged skipping 2026/08/26 05:22:11 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:11 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:11 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:11 INFO : There was nothing to transfer 2026/08/26 05:22:12 DEBUG : one: size = 5 OK 2026/08/26 05:22:12 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:22:12 DEBUG : one: Unchanged skipping 2026/08/26 05:22:12 DEBUG : three: size = 7 (Local file system at /tmp/rclone846075332) 2026/08/26 05:22:12 DEBUG : three: size = 5 (B2 bucket rclone-test-hixitaq9tuyo path CopyDest) 2026/08/26 05:22:12 DEBUG : three: Sizes differ 2026/08/26 05:22:12 DEBUG : three: Destination not found in --copy-dest 2026/08/26 05:22:12 DEBUG : three: Need to transfer - File not found at Destination 2026/08/26 05:22:12 DEBUG : two: size = 3 OK 2026/08/26 05:22:12 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/26 05:22:12 DEBUG : two: Unchanged skipping 2026/08/26 05:22:12 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:12 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:12 DEBUG : three: size = 7 OK 2026/08/26 05:22:12 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2026/08/26 05:22:12 INFO : three: Copied (new) 2026/08/26 05:22:12 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (15.20s) === RUN TestSyncBackupDir run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:22:16 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/dst" 2026/08/26 05:22:17 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/backup" 2026/08/26 05:22:19 DEBUG : one: size = 4 (Local file system at /tmp/rclone846075332) 2026/08/26 05:22:19 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:22:19 DEBUG : one: Sizes differ 2026/08/26 05:22:19 DEBUG : two: size = 3 OK 2026/08/26 05:22:19 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:22:19 DEBUG : two: Unchanged skipping 2026/08/26 05:22:19 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:20 DEBUG : one: size = 3 OK 2026/08/26 05:22:20 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/26 05:22:20 INFO : one: Copied (server-side copy) 2026/08/26 05:22:20 INFO : one: Deleted 2026/08/26 05:22:20 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:21 DEBUG : one: size = 4 OK 2026/08/26 05:22:21 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/26 05:22:21 INFO : one: Copied (new) 2026/08/26 05:22:21 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:21 DEBUG : three.txt: size = 5 OK 2026/08/26 05:22:21 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/26 05:22:21 INFO : three.txt: Copied (server-side copy) 2026/08/26 05:22:22 INFO : three.txt: Deleted 2026/08/26 05:22:22 INFO : three.txt: Moved into backup dir 2026/08/26 05:22:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:22:23 DEBUG : one: size = 4 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:22:23 DEBUG : one: Sizes differ 2026/08/26 05:22:23 DEBUG : two: size = 3 OK 2026/08/26 05:22:23 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:22:23 DEBUG : two: Unchanged skipping 2026/08/26 05:22:23 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:23 DEBUG : one: size = 4 OK 2026/08/26 05:22:23 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/26 05:22:23 INFO : one: Copied (server-side copy) 2026/08/26 05:22:24 INFO : one: Deleted 2026/08/26 05:22:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:24 DEBUG : one: size = 5 OK 2026/08/26 05:22:24 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/26 05:22:24 INFO : one: Copied (new) 2026/08/26 05:22:24 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:24 DEBUG : three.txt: size = 6 OK 2026/08/26 05:22:24 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/26 05:22:24 INFO : three.txt: Copied (server-side copy) 2026/08/26 05:22:24 INFO : three.txt: Deleted 2026/08/26 05:22:24 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (11.40s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:22:27 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/dst" 2026/08/26 05:22:28 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/backup" 2026/08/26 05:22:30 DEBUG : one: size = 4 (Local file system at /tmp/rclone846075332) 2026/08/26 05:22:30 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:22:30 DEBUG : one: Sizes differ 2026/08/26 05:22:30 DEBUG : two: size = 3 OK 2026/08/26 05:22:30 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:22:30 DEBUG : two: Unchanged skipping 2026/08/26 05:22:30 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:32 DEBUG : one.bak: size = 3 OK 2026/08/26 05:22:32 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/26 05:22:32 INFO : one: Copied (server-side copy) to: one.bak 2026/08/26 05:22:32 INFO : one: Deleted 2026/08/26 05:22:32 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:33 DEBUG : one: size = 4 OK 2026/08/26 05:22:33 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/26 05:22:33 INFO : one: Copied (new) 2026/08/26 05:22:33 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:33 DEBUG : three.txt.bak: size = 5 OK 2026/08/26 05:22:33 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/26 05:22:33 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/26 05:22:33 INFO : three.txt: Deleted 2026/08/26 05:22:33 INFO : three.txt: Moved into backup dir 2026/08/26 05:22:35 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:22:35 DEBUG : one: size = 4 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:22:35 DEBUG : one: Sizes differ 2026/08/26 05:22:35 DEBUG : two: size = 3 OK 2026/08/26 05:22:35 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:22:35 DEBUG : two: Unchanged skipping 2026/08/26 05:22:35 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:35 DEBUG : one.bak: size = 4 OK 2026/08/26 05:22:35 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/26 05:22:35 INFO : one: Copied (server-side copy) to: one.bak 2026/08/26 05:22:35 INFO : one: Deleted 2026/08/26 05:22:35 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:35 DEBUG : one: size = 5 OK 2026/08/26 05:22:35 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/26 05:22:35 INFO : one: Copied (new) 2026/08/26 05:22:35 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:36 DEBUG : three.txt.bak: size = 6 OK 2026/08/26 05:22:36 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/26 05:22:36 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/26 05:22:36 INFO : three.txt: Deleted 2026/08/26 05:22:36 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (11.46s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:22:39 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/dst" 2026/08/26 05:22:40 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/backup" 2026/08/26 05:22:42 DEBUG : one: size = 4 (Local file system at /tmp/rclone846075332) 2026/08/26 05:22:42 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:22:42 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:42 DEBUG : one: Sizes differ 2026/08/26 05:22:42 DEBUG : two: size = 3 OK 2026/08/26 05:22:42 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:22:42 DEBUG : two: Unchanged skipping 2026/08/26 05:22:43 DEBUG : one-2019-01-01: size = 3 OK 2026/08/26 05:22:43 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/26 05:22:43 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/26 05:22:43 INFO : one: Deleted 2026/08/26 05:22:43 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:44 DEBUG : one: size = 4 OK 2026/08/26 05:22:44 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/26 05:22:44 INFO : one: Copied (new) 2026/08/26 05:22:44 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:44 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/26 05:22:44 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/26 05:22:44 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/26 05:22:45 INFO : three.txt: Deleted 2026/08/26 05:22:45 INFO : three.txt: Moved into backup dir 2026/08/26 05:22:46 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:22:46 DEBUG : one: size = 4 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:22:46 DEBUG : one: Sizes differ 2026/08/26 05:22:46 DEBUG : two: size = 3 OK 2026/08/26 05:22:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:22:46 DEBUG : two: Unchanged skipping 2026/08/26 05:22:46 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:47 DEBUG : one-2019-01-01: size = 4 OK 2026/08/26 05:22:47 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/26 05:22:47 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/26 05:22:47 INFO : one: Deleted 2026/08/26 05:22:47 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:47 DEBUG : one: size = 5 OK 2026/08/26 05:22:47 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/26 05:22:47 INFO : one: Copied (new) 2026/08/26 05:22:47 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:47 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/26 05:22:47 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/26 05:22:47 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/26 05:22:47 INFO : three.txt: Deleted 2026/08/26 05:22:47 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.67s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:22:50 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/dst" 2026/08/26 05:22:53 DEBUG : one: size = 4 (Local file system at /tmp/rclone846075332) 2026/08/26 05:22:53 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:22:53 DEBUG : one: Sizes differ 2026/08/26 05:22:53 DEBUG : two: size = 3 OK 2026/08/26 05:22:53 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:22:53 DEBUG : two: Unchanged skipping 2026/08/26 05:22:53 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:53 DEBUG : one.bak: size = 3 OK 2026/08/26 05:22:53 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/26 05:22:53 INFO : one: Copied (server-side copy) to: one.bak 2026/08/26 05:22:53 INFO : one: Deleted 2026/08/26 05:22:53 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:54 DEBUG : one: size = 4 OK 2026/08/26 05:22:54 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/26 05:22:54 INFO : one: Copied (new) 2026/08/26 05:22:54 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:54 DEBUG : three.txt.bak: size = 5 OK 2026/08/26 05:22:54 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/26 05:22:54 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/26 05:22:54 INFO : three.txt: Deleted 2026/08/26 05:22:54 INFO : three.txt: Moved into backup dir 2026/08/26 05:22:56 DEBUG : one.bak: Excluded (Path Filter) 2026/08/26 05:22:56 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/26 05:22:56 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:22:56 DEBUG : two: size = 3 OK 2026/08/26 05:22:56 DEBUG : one: size = 4 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:22:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:22:56 DEBUG : one: Sizes differ 2026/08/26 05:22:56 DEBUG : two: Unchanged skipping 2026/08/26 05:22:56 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for checks to finish 2026/08/26 05:22:56 DEBUG : one.bak: size = 4 OK 2026/08/26 05:22:56 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/26 05:22:56 INFO : one: Copied (server-side copy) to: one.bak 2026/08/26 05:22:56 INFO : one: Deleted 2026/08/26 05:22:56 DEBUG : B2 bucket rclone-test-hixitaq9tuyo path dst: Waiting for transfers to finish 2026/08/26 05:22:56 DEBUG : one: size = 5 OK 2026/08/26 05:22:56 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/26 05:22:56 INFO : one: Copied (new) 2026/08/26 05:22:56 DEBUG : Waiting for deletions to finish 2026/08/26 05:22:57 DEBUG : three.txt.bak: size = 6 OK 2026/08/26 05:22:57 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/26 05:22:57 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/26 05:22:57 INFO : three.txt: Deleted 2026/08/26 05:22:57 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (9.42s) === RUN TestSyncSuffix run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:23:00 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/dst" 2026/08/26 05:23:01 DEBUG : one: size = 4 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:01 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:23:01 DEBUG : one: Sizes differ 2026/08/26 05:23:02 DEBUG : one.bak: size = 3 OK 2026/08/26 05:23:02 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/26 05:23:02 INFO : one: Copied (server-side copy) to: one.bak 2026/08/26 05:23:03 INFO : one: Deleted 2026/08/26 05:23:03 DEBUG : one: size = 4 OK 2026/08/26 05:23:03 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/26 05:23:03 INFO : one: Copied (new) 2026/08/26 05:23:04 DEBUG : two: size = 3 OK 2026/08/26 05:23:04 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:04 DEBUG : two: Unchanged skipping 2026/08/26 05:23:04 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:04 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:23:04 DEBUG : three.txt: Sizes differ 2026/08/26 05:23:04 DEBUG : three.txt.bak: size = 5 OK 2026/08/26 05:23:04 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/26 05:23:04 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/26 05:23:04 INFO : three.txt: Deleted 2026/08/26 05:23:04 DEBUG : three.txt: size = 6 OK 2026/08/26 05:23:04 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/26 05:23:04 INFO : three.txt: Copied (new) 2026/08/26 05:23:05 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:05 DEBUG : one: size = 4 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:23:05 DEBUG : one: Sizes differ 2026/08/26 05:23:05 DEBUG : one.bak: size = 4 OK 2026/08/26 05:23:05 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/26 05:23:05 INFO : one: Copied (server-side copy) to: one.bak 2026/08/26 05:23:06 INFO : one: Deleted 2026/08/26 05:23:06 DEBUG : one: size = 5 OK 2026/08/26 05:23:06 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/26 05:23:06 INFO : one: Copied (new) 2026/08/26 05:23:06 DEBUG : two: size = 3 OK 2026/08/26 05:23:06 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:06 DEBUG : two: Unchanged skipping 2026/08/26 05:23:06 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:06 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:23:06 DEBUG : three.txt: Sizes differ 2026/08/26 05:23:07 DEBUG : three.txt.bak: size = 6 OK 2026/08/26 05:23:07 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/26 05:23:07 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2026/08/26 05:23:07 INFO : three.txt: Deleted 2026/08/26 05:23:07 DEBUG : three.txt: size = 19 OK 2026/08/26 05:23:07 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/26 05:23:07 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (10.39s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:23:10 DEBUG : Creating backend with remote "TestB2:rclone-test-hixitaq9tuyo/dst" 2026/08/26 05:23:12 DEBUG : one: size = 4 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:12 DEBUG : one: size = 3 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:23:12 DEBUG : one: Sizes differ 2026/08/26 05:23:13 DEBUG : one-2019-01-01: size = 3 OK 2026/08/26 05:23:13 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2026/08/26 05:23:13 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/26 05:23:13 INFO : one: Deleted 2026/08/26 05:23:14 DEBUG : one: size = 4 OK 2026/08/26 05:23:14 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/26 05:23:14 INFO : one: Copied (new) 2026/08/26 05:23:14 DEBUG : two: size = 3 OK 2026/08/26 05:23:14 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:14 DEBUG : two: Unchanged skipping 2026/08/26 05:23:14 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:14 DEBUG : three.txt: size = 5 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:23:14 DEBUG : three.txt: Sizes differ 2026/08/26 05:23:15 DEBUG : three-2019-01-01.txt: size = 5 OK 2026/08/26 05:23:15 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2026/08/26 05:23:15 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/26 05:23:15 INFO : three.txt: Deleted 2026/08/26 05:23:15 DEBUG : three.txt: size = 6 OK 2026/08/26 05:23:15 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/26 05:23:15 INFO : three.txt: Copied (new) 2026/08/26 05:23:16 DEBUG : one: size = 5 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:16 DEBUG : one: size = 4 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:23:16 DEBUG : one: Sizes differ 2026/08/26 05:23:16 DEBUG : one-2019-01-01: size = 4 OK 2026/08/26 05:23:16 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2026/08/26 05:23:16 INFO : one: Copied (server-side copy) to: one-2019-01-01 2026/08/26 05:23:16 INFO : one: Deleted 2026/08/26 05:23:17 DEBUG : one: size = 5 OK 2026/08/26 05:23:17 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2026/08/26 05:23:17 INFO : one: Copied (new) 2026/08/26 05:23:17 DEBUG : two: size = 3 OK 2026/08/26 05:23:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:17 DEBUG : two: Unchanged skipping 2026/08/26 05:23:17 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:17 DEBUG : three.txt: size = 6 (B2 bucket rclone-test-hixitaq9tuyo path dst) 2026/08/26 05:23:17 DEBUG : three.txt: Sizes differ 2026/08/26 05:23:17 DEBUG : three-2019-01-01.txt: size = 6 OK 2026/08/26 05:23:17 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2026/08/26 05:23:17 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2026/08/26 05:23:17 INFO : three.txt: Deleted 2026/08/26 05:23:18 DEBUG : three.txt: size = 19 OK 2026/08/26 05:23:18 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2026/08/26 05:23:18 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.58s) === RUN TestSyncUTFNorm run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:23:20 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:20 DEBUG : Testêé: size = 18 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:20 DEBUG : Testêé: Sizes differ 2026/08/26 05:23:20 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:23:20 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:23:21 DEBUG : Testêé: size = 14 OK 2026/08/26 05:23:21 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2026/08/26 05:23:21 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/26 05:23:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.20s) === RUN TestSyncImmutable run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:23:22 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/26 05:23:22 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:23:22 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:23:22 DEBUG : existing: size = 6 OK 2026/08/26 05:23:22 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2026/08/26 05:23:22 INFO : existing: Copied (new) 2026/08/26 05:23:22 DEBUG : Waiting for deletions to finish 2026/08/26 05:23:23 DEBUG : existing: size = 8 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:23 DEBUG : existing: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:23 DEBUG : existing: Sizes differ 2026/08/26 05:23:23 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/26 05:23:23 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:23:23 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:23:23 ERROR : B2 bucket rclone-test-hixitaq9tuyo: not deleting files as there were IO errors 2026/08/26 05:23:23 ERROR : B2 bucket rclone-test-hixitaq9tuyo: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (2.24s) === RUN TestSyncIgnoreCase run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:23:24 DEBUG : EXISTING: size = 6 OK 2026/08/26 05:23:24 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:24 DEBUG : existing: Unchanged skipping 2026/08/26 05:23:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:23:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:23:24 DEBUG : Waiting for deletions to finish 2026/08/26 05:23:24 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.34s) === RUN TestFixCase run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.38s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.13s) --- SKIP: TestMaxTransfer/Hard (0.37s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.37s) === RUN TestSyncConcurrentDelete run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:23:35 DEBUG : both0: size = 6 OK 2026/08/26 05:23:35 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both0: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both10: size = 6 OK 2026/08/26 05:23:35 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both10: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both11: size = 6 OK 2026/08/26 05:23:35 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both11: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both12: size = 6 OK 2026/08/26 05:23:35 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both12: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both13: size = 6 OK 2026/08/26 05:23:35 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both13: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both14: size = 6 OK 2026/08/26 05:23:35 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both14: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both15: size = 6 OK 2026/08/26 05:23:35 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both15: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both16: size = 6 OK 2026/08/26 05:23:35 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both16: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both17: size = 6 OK 2026/08/26 05:23:35 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both17: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both18: size = 6 OK 2026/08/26 05:23:35 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both18: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both19: size = 6 OK 2026/08/26 05:23:35 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both19: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both1: size = 6 OK 2026/08/26 05:23:35 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both1: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both2: size = 6 OK 2026/08/26 05:23:35 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both2: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both3: size = 6 OK 2026/08/26 05:23:35 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both3: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both4: size = 6 OK 2026/08/26 05:23:35 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both4: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both5: size = 6 OK 2026/08/26 05:23:35 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both5: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both6: size = 6 OK 2026/08/26 05:23:35 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both6: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both7: size = 6 OK 2026/08/26 05:23:35 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both7: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both8: size = 6 OK 2026/08/26 05:23:35 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both8: Unchanged skipping 2026/08/26 05:23:35 DEBUG : both9: size = 6 OK 2026/08/26 05:23:35 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:35 DEBUG : both9: Unchanged skipping 2026/08/26 05:23:35 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:23:35 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:23:35 DEBUG : Waiting for deletions to finish 2026/08/26 05:23:35 INFO : only16: Deleted 2026/08/26 05:23:35 INFO : only3: Deleted 2026/08/26 05:23:36 INFO : only8: Deleted 2026/08/26 05:23:36 INFO : only0: Deleted 2026/08/26 05:23:36 INFO : only13: Deleted 2026/08/26 05:23:36 INFO : only9: Deleted 2026/08/26 05:23:36 INFO : only15: Deleted 2026/08/26 05:23:36 INFO : only4: Deleted 2026/08/26 05:23:36 INFO : only10: Deleted 2026/08/26 05:23:36 INFO : only14: Deleted 2026/08/26 05:23:36 INFO : only5: Deleted 2026/08/26 05:23:36 INFO : only11: Deleted 2026/08/26 05:23:36 INFO : only17: Deleted 2026/08/26 05:23:36 INFO : only18: Deleted 2026/08/26 05:23:36 INFO : only19: Deleted 2026/08/26 05:23:36 INFO : only1: Deleted 2026/08/26 05:23:36 INFO : only2: Deleted 2026/08/26 05:23:36 INFO : only6: Deleted 2026/08/26 05:23:36 INFO : only7: Deleted 2026/08/26 05:23:36 INFO : only12: Deleted 2026/08/26 05:23:36 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (14.37s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:23:50 DEBUG : both0: size = 6 OK 2026/08/26 05:23:50 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both0: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both10: size = 6 OK 2026/08/26 05:23:50 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both10: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both11: size = 6 OK 2026/08/26 05:23:50 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both11: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both12: size = 6 OK 2026/08/26 05:23:50 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both12: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both13: size = 6 OK 2026/08/26 05:23:50 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both13: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both14: size = 6 OK 2026/08/26 05:23:50 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both15: size = 6 OK 2026/08/26 05:23:50 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both16: size = 6 OK 2026/08/26 05:23:50 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both17: size = 6 OK 2026/08/26 05:23:50 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:23:50 DEBUG : both14: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both18: size = 6 OK 2026/08/26 05:23:50 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both18: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both19: size = 6 OK 2026/08/26 05:23:50 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both19: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both1: size = 6 OK 2026/08/26 05:23:50 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both15: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both2: size = 6 OK 2026/08/26 05:23:50 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both16: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both3: size = 6 OK 2026/08/26 05:23:50 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both17: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both4: size = 6 OK 2026/08/26 05:23:50 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both4: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both5: size = 6 OK 2026/08/26 05:23:50 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both3: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both6: size = 6 OK 2026/08/26 05:23:50 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both6: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both7: size = 6 OK 2026/08/26 05:23:50 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both7: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both8: size = 6 OK 2026/08/26 05:23:50 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both5: Unchanged skipping 2026/08/26 05:23:50 DEBUG : both9: size = 6 OK 2026/08/26 05:23:50 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:23:50 DEBUG : both1: Unchanged skipping 2026/08/26 05:23:50 DEBUG : only0: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only0: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only0: Sizes differ 2026/08/26 05:23:50 DEBUG : both2: Unchanged skipping 2026/08/26 05:23:50 DEBUG : only10: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only10: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only10: Sizes differ 2026/08/26 05:23:50 DEBUG : both8: Unchanged skipping 2026/08/26 05:23:50 DEBUG : only11: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only11: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only11: Sizes differ 2026/08/26 05:23:50 DEBUG : only12: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only12: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only12: Sizes differ 2026/08/26 05:23:50 DEBUG : only13: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only13: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only13: Sizes differ 2026/08/26 05:23:50 DEBUG : only14: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only14: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only14: Sizes differ 2026/08/26 05:23:50 DEBUG : only15: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only15: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only15: Sizes differ 2026/08/26 05:23:50 DEBUG : only16: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only16: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only16: Sizes differ 2026/08/26 05:23:50 DEBUG : only17: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only17: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only17: Sizes differ 2026/08/26 05:23:50 DEBUG : only18: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only18: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only18: Sizes differ 2026/08/26 05:23:50 DEBUG : only19: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only19: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only19: Sizes differ 2026/08/26 05:23:50 DEBUG : only1: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only1: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only1: Sizes differ 2026/08/26 05:23:50 DEBUG : only2: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only2: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only2: Sizes differ 2026/08/26 05:23:50 DEBUG : only3: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only3: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only3: Sizes differ 2026/08/26 05:23:50 DEBUG : only4: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only4: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only4: Sizes differ 2026/08/26 05:23:50 DEBUG : only5: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only5: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only5: Sizes differ 2026/08/26 05:23:50 DEBUG : only6: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only6: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only6: Sizes differ 2026/08/26 05:23:50 DEBUG : only7: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only7: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only7: Sizes differ 2026/08/26 05:23:50 DEBUG : only8: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only8: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only8: Sizes differ 2026/08/26 05:23:50 DEBUG : only9: size = 0 (Local file system at /tmp/rclone846075332) 2026/08/26 05:23:50 DEBUG : only9: size = 6 (B2 bucket rclone-test-hixitaq9tuyo) 2026/08/26 05:23:50 DEBUG : only9: Sizes differ 2026/08/26 05:23:50 DEBUG : both9: Unchanged skipping 2026/08/26 05:23:50 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:23:50 DEBUG : only11: size = 0 OK 2026/08/26 05:23:50 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:50 INFO : only11: Copied (replaced existing) 2026/08/26 05:23:50 DEBUG : only13: size = 0 OK 2026/08/26 05:23:50 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:50 INFO : only13: Copied (replaced existing) 2026/08/26 05:23:50 DEBUG : only12: size = 0 OK 2026/08/26 05:23:50 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:50 INFO : only12: Copied (replaced existing) 2026/08/26 05:23:50 DEBUG : only15: size = 0 OK 2026/08/26 05:23:50 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:50 INFO : only15: Copied (replaced existing) 2026/08/26 05:23:50 DEBUG : only16: size = 0 OK 2026/08/26 05:23:50 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:50 INFO : only16: Copied (replaced existing) 2026/08/26 05:23:50 DEBUG : only17: size = 0 OK 2026/08/26 05:23:50 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:50 INFO : only17: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only18: size = 0 OK 2026/08/26 05:23:51 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only18: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only19: size = 0 OK 2026/08/26 05:23:51 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only19: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only10: size = 0 OK 2026/08/26 05:23:51 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only10: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only14: size = 0 OK 2026/08/26 05:23:51 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only14: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only2: size = 0 OK 2026/08/26 05:23:51 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only2: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only3: size = 0 OK 2026/08/26 05:23:51 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only3: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only4: size = 0 OK 2026/08/26 05:23:51 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only4: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only5: size = 0 OK 2026/08/26 05:23:51 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only5: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only6: size = 0 OK 2026/08/26 05:23:51 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only6: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only7: size = 0 OK 2026/08/26 05:23:51 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only7: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only8: size = 0 OK 2026/08/26 05:23:51 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only8: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only9: size = 0 OK 2026/08/26 05:23:51 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only9: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only1: size = 0 OK 2026/08/26 05:23:51 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only1: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : only0: size = 0 OK 2026/08/26 05:23:51 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2026/08/26 05:23:51 INFO : only0: Copied (replaced existing) 2026/08/26 05:23:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (18.49s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:23:59 DEBUG : empty_dir: Making directory with metadata 2026/08/26 05:23:59 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/26 05:23:59 DEBUG : empty_on_remote: Making directory with metadata 2026/08/26 05:23:59 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/26 05:23:59 INFO : empty_on_remote: Making directory 2026/08/26 05:23:59 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/26 05:24:00 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/26 05:24:00 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/26 05:24:00 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/26 05:24:00 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (2.10s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:24:01 DEBUG : empty_dir: Making directory with metadata 2026/08/26 05:24:01 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/26 05:24:01 DEBUG : empty_on_remote: Making directory with metadata 2026/08/26 05:24:01 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/26 05:24:01 INFO : empty_on_remote: Making directory 2026/08/26 05:24:01 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/08/26 05:24:02 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/26 05:24:02 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/26 05:24:02 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/26 05:24:02 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/26 05:24:02 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.04s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:24:03 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/26 05:24:03 INFO : sub dir: Making directory 2026/08/26 05:24:03 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC --- PASS: TestNothingToTransferWithEmptyDirs (1.83s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:24:05 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/26 05:24:05 INFO : sub dir: Making directory 2026/08/26 05:24:05 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-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:24:11 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:11 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:24:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : apple: size = 5 OK 2026/08/26 05:24:12 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : apple: Unchanged skipping 2026/08/26 05:24:12 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:24:12 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:24:12 DEBUG : banana: size = 6 OK 2026/08/26 05:24:12 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : banana: Unchanged skipping 2026/08/26 05:24:12 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:24:12 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:24:12 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:24:12 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:24:12 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:24:12 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:24:12 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:24:12 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:24:12 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:24:12 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:24:12 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:24:12 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:24:12 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:24:12 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:24:12 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:24:12 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:24:12 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:24:12 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:24:12 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:12 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:24:12 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:24:12 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:12 INFO : There was nothing to transfer 2026/08/26 05:24:12 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:12 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:24:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : apple: size = 5 OK 2026/08/26 05:24:13 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : apple: Unchanged skipping 2026/08/26 05:24:13 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:24:13 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:24:13 DEBUG : banana: size = 6 OK 2026/08/26 05:24:13 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : banana: Unchanged skipping 2026/08/26 05:24:13 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:24:13 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:24:13 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:24:13 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:24:13 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:24:13 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:24:13 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:24:13 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:24:13 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:24:13 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:24:13 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:24:13 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:24:13 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:24:13 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:24:13 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:24:13 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:24:13 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:24:13 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:13 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:24:13 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:24:13 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:24:13 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:13 INFO : There was nothing to transfer 2026/08/26 05:24:13 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:13 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:24:13 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:24:23 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:23 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/26 05:24:23 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/26 05:24:24 DEBUG : pacer: Reducing sleep to 10ms 2026/08/26 05:24:24 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : apple: size = 5 OK 2026/08/26 05:24:24 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : apple: Unchanged skipping 2026/08/26 05:24:24 DEBUG : banana: size = 6 OK 2026/08/26 05:24:24 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : banana: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:24:24 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:24:24 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:24:24 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:24:24 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:24:24 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:24:24 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:24:24 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:24:24 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:24:24 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:24:24 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:24:24 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:24:24 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:24:24 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:24:24 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:24:24 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:24:24 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:24:24 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:24:24 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:24:24 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:24:24 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:24 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:24:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:24:24 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:24 INFO : There was nothing to transfer 2026/08/26 05:24:24 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:24 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:24:24 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : apple: size = 5 OK 2026/08/26 05:24:25 DEBUG : banana: size = 6 OK 2026/08/26 05:24:25 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : apple: Unchanged skipping 2026/08/26 05:24:25 DEBUG : banana: Unchanged skipping 2026/08/26 05:24:25 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:24:25 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:24:25 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:24:25 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:24:25 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:24:25 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:24:25 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:24:25 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:24:25 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:24:25 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:24:25 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:24:25 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:24:25 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:24:25 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:24:25 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:24:25 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:24:25 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:24:25 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:24:25 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:24:25 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:24:25 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:25 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:24:25 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:24:25 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:25 INFO : There was nothing to transfer 2026/08/26 05:24:25 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:25 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:24:25 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:24:35 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:35 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2026/08/26 05:24:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/26 05:24:36 DEBUG : pacer: Reducing sleep to 10ms 2026/08/26 05:24:36 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:24:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:36 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:36 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:36 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:36 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:36 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:36 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:36 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:36 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:36 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:36 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:36 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:36 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:36 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:36 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:36 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:36 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:36 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:36 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:36 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:36 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:36 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:36 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:36 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:36 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:36 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:36 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:36 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:36 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/26 05:24:36 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:24:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:24:36 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:36 DEBUG : YXBwbGU=: size = 5 OK 2026/08/26 05:24:36 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/26 05:24:36 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/26 05:24:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:36 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/26 05:24:36 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/26 05:24:36 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:36 DEBUG : YmFuYW5h: size = 6 OK 2026/08/26 05:24:36 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/26 05:24:36 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/26 05:24:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:36 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/26 05:24:36 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/26 05:24:36 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:36 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/26 05:24:37 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/26 05:24:37 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/26 05:24:37 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/26 05:24:37 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/26 05:24:37 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/26 05:24:37 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/26 05:24:37 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/26 05:24:37 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/26 05:24:37 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/26 05:24:37 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/26 05:24:37 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/26 05:24:37 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/26 05:24:37 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/26 05:24:37 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:37 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/26 05:24:37 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/26 05:24:37 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:37 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/26 05:24:37 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/26 05:24:37 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:37 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/26 05:24:37 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/26 05:24:37 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:37 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/26 05:24:37 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/26 05:24:37 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:37 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/26 05:24:37 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/26 05:24:37 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/26 05:24:37 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/26 05:24:37 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/26 05:24:37 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:37 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/26 05:24:37 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/26 05:24:37 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/26 05:24:37 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/26 05:24:37 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/26 05:24:37 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:37 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/26 05:24:37 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/26 05:24:37 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:37 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:38 INFO : dir1/0012-6789;.txt: Deleted 2026/08/26 05:24:38 INFO : dir1/0014-89;=.txt: Deleted 2026/08/26 05:24:38 INFO : appleappleapplebanana: Deleted 2026/08/26 05:24:38 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/26 05:24:38 INFO : dir1/0003-defghij.txt: Deleted 2026/08/26 05:24:38 INFO : dir1/0007-1234567.txt: Deleted 2026/08/26 05:24:38 INFO : dir1/0009-3456789.txt: Deleted 2026/08/26 05:24:38 INFO : dir1/0010-456789.txt: Deleted 2026/08/26 05:24:38 INFO : dir1/0015-9;=.txt: Deleted 2026/08/26 05:24:38 INFO : splitbananasplit: Deleted 2026/08/26 05:24:38 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/26 05:24:38 INFO : dir1/0008-2345678.txt: Deleted 2026/08/26 05:24:38 INFO : dir1/0011-56789;.txt: Deleted 2026/08/26 05:24:38 INFO : apple: Deleted 2026/08/26 05:24:38 INFO : banana: Deleted 2026/08/26 05:24:38 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/26 05:24:38 INFO : dir1/0013-789;=.txt: Deleted 2026/08/26 05:24:38 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/26 05:24:38 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/26 05:24:38 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/26 05:24:38 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:39 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/26 05:24:39 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:39 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:39 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:39 DEBUG : YXBwbGU=: size = 5 OK 2026/08/26 05:24:39 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : apple: Unchanged skipping 2026/08/26 05:24:39 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:24:39 DEBUG : YmFuYW5h: size = 6 OK 2026/08/26 05:24:39 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : banana: Unchanged skipping 2026/08/26 05:24:39 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/26 05:24:39 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:39 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:39 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:39 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:39 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/26 05:24:39 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/26 05:24:39 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/26 05:24:39 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/26 05:24:39 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:39 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:39 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:39 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:39 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:39 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:39 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:39 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:39 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:39 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:39 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:39 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/26 05:24:39 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/26 05:24:39 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/26 05:24:39 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/26 05:24:39 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/26 05:24:39 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/26 05:24:39 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/26 05:24:39 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/26 05:24:39 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/26 05:24:39 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/26 05:24:39 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/26 05:24:39 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/26 05:24:39 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/26 05:24:39 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:24:39 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:24:39 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:24:39 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:24:39 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:39 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:39 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/26 05:24:39 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/26 05:24:40 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:40 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:40 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:40 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:40 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:40 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:40 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/26 05:24:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:40 DEBUG : apple: transformed to: YXBwbGU= 2026/08/26 05:24:40 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/26 05:24:40 DEBUG : banana: transformed to: YmFuYW5h 2026/08/26 05:24:40 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/26 05:24:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/26 05:24:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/26 05:24:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/26 05:24:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/26 05:24:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/26 05:24:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:24:50 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:50 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:24:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:50 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:50 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:50 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:50 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:50 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:50 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:50 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/26 05:24:50 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/26 05:24:50 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/26 05:24:50 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/26 05:24:50 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/26 05:24:50 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/26 05:24:50 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/26 05:24:50 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/26 05:24:50 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/26 05:24:50 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/26 05:24:50 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/26 05:24:50 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/26 05:24:50 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/26 05:24:50 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/26 05:24:50 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/26 05:24:50 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/26 05:24:50 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/26 05:24:50 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/26 05:24:50 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/26 05:24:50 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/26 05:24:50 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/26 05:24:50 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/26 05:24:50 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/26 05:24:50 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/26 05:24:50 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/26 05:24:50 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/26 05:24:50 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/26 05:24:50 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/26 05:24:50 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/26 05:24:50 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/26 05:24:50 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/26 05:24:50 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/26 05:24:50 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/26 05:24:50 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/26 05:24:50 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/26 05:24:50 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/26 05:24:50 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/26 05:24:50 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/26 05:24:50 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/26 05:24:50 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/26 05:24:50 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/26 05:24:50 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/26 05:24:50 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/26 05:24:50 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/26 05:24:50 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/26 05:24:50 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/26 05:24:50 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/26 05:24:50 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/26 05:24:50 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/26 05:24:50 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/26 05:24:50 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/26 05:24:50 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/26 05:24:50 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/26 05:24:50 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/26 05:24:50 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/26 05:24:50 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/26 05:24:50 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/26 05:24:50 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:50 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:24:50 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:24:51 DEBUG : PREFIXbanana: size = 6 OK 2026/08/26 05:24:51 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/26 05:24:51 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/26 05:24:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/26 05:24:51 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/26 05:24:51 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/26 05:24:51 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/26 05:24:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/26 05:24:51 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/26 05:24:51 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/26 05:24:51 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/26 05:24:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/26 05:24:51 DEBUG : PREFIXapple: size = 5 OK 2026/08/26 05:24:51 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/26 05:24:51 INFO : apple: Copied (new) to: PREFIXapple 2026/08/26 05:24:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/26 05:24:51 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/26 05:24:51 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/26 05:24:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/26 05:24:51 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/26 05:24:51 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/26 05:24:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:24:51 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/26 05:24:51 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/26 05:24:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/26 05:24:51 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/26 05:24:51 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/26 05:24:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/26 05:24:51 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/26 05:24:51 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/26 05:24:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/26 05:24:51 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/26 05:24:51 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/26 05:24:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/26 05:24:51 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/26 05:24:51 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/26 05:24:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/26 05:24:51 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/26 05:24:51 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/26 05:24:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/26 05:24:51 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/26 05:24:51 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/26 05:24:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/26 05:24:51 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/26 05:24:51 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/26 05:24:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/26 05:24:51 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/26 05:24:51 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/26 05:24:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/26 05:24:51 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/26 05:24:51 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/26 05:24:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/26 05:24:51 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/26 05:24:51 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/26 05:24:51 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/26 05:24:51 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/26 05:24:51 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/26 05:24:51 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/26 05:24:51 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/26 05:24:52 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/26 05:24:52 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/26 05:24:52 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/26 05:24:52 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:52 INFO : dir1/0010-456789.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0012-6789;.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0014-89;=.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0015-9;=.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0008-2345678.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0011-56789;.txt: Deleted 2026/08/26 05:24:52 INFO : splitbananasplit: Deleted 2026/08/26 05:24:52 INFO : dir1/0013-789;=.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/26 05:24:52 INFO : appleappleapplebanana: Deleted 2026/08/26 05:24:52 INFO : banana: Deleted 2026/08/26 05:24:52 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0003-defghij.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0007-1234567.txt: Deleted 2026/08/26 05:24:52 INFO : dir1/0009-3456789.txt: Deleted 2026/08/26 05:24:52 INFO : apple: Deleted 2026/08/26 05:24:52 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:53 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:24:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/26 05:24:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/26 05:24:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/26 05:24:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/26 05:24:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/26 05:24:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/26 05:24:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/26 05:24:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/26 05:24:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/26 05:24:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/26 05:24:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/26 05:24:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/26 05:24:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/26 05:24:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/26 05:24:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/26 05:24:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/26 05:24:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/26 05:24:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/26 05:24:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/26 05:24:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/26 05:24:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/26 05:24:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/26 05:24:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/26 05:24:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/26 05:24:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/26 05:24:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/26 05:24:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/26 05:24:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/26 05:24:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/26 05:24:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/26 05:24:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/26 05:24:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/26 05:24:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/26 05:24:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/26 05:24:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/26 05:24:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/26 05:24:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/26 05:24:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/26 05:24:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/26 05:24:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/26 05:24:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/26 05:24:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/26 05:24:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/26 05:24:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/26 05:24:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/26 05:24:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/26 05:24:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/26 05:24:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/26 05:24:53 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:24:53 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:24:53 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:24:53 DEBUG : apple: size = 5 OK 2026/08/26 05:24:53 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/26 05:24:53 INFO : apple: Copied (new) 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:24:53 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/26 05:24:53 INFO : appleappleapplebanana: Copied (new) 2026/08/26 05:24:53 DEBUG : banana: size = 6 OK 2026/08/26 05:24:53 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/26 05:24:53 INFO : banana: Copied (new) 2026/08/26 05:24:53 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:24:53 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/26 05:24:53 INFO : splitbananasplit: Copied (new) 2026/08/26 05:24:53 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:24:53 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/26 05:24:53 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/26 05:24:53 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:24:53 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/26 05:24:53 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/26 05:24:53 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:24:53 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/26 05:24:53 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/26 05:24:53 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:24:53 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/26 05:24:53 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:24:54 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/26 05:24:54 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:24:54 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/26 05:24:54 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:24:54 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/26 05:24:54 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:24:54 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/26 05:24:54 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:24:54 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/26 05:24:54 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:24:54 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/26 05:24:54 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:24:54 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/26 05:24:54 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:24:54 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/26 05:24:54 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:24:54 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/26 05:24:54 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:24:54 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/26 05:24:54 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:24:54 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/26 05:24:54 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:24:54 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/26 05:24:54 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/26 05:24:54 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:54 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/26 05:24:54 INFO : PREFIXsplitbananasplit: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/26 05:24:54 INFO : PREFIXbanana: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/26 05:24:54 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/26 05:24:55 INFO : PREFIXapple: Deleted 2026/08/26 05:24:55 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/26 05:24:55 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/26 05:24:55 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/26 05:24:55 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:55 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : Waiting for deletions to finish 2026/08/26 05:24:55 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:24:55 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:25:06 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:06 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:25:06 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/26 05:25:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:06 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/26 05:25:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:06 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/26 05:25:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:06 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/26 05:25:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:06 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:06 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:06 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/26 05:25:06 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:06 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:06 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:06 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:06 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:25:06 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:25:06 DEBUG : appleSUFFIX: size = 5 OK 2026/08/26 05:25:06 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/26 05:25:06 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/26 05:25:06 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/26 05:25:07 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/26 05:25:07 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/26 05:25:07 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:07 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/26 05:25:07 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/26 05:25:07 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/26 05:25:07 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/26 05:25:07 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/26 05:25:07 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/26 05:25:07 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/26 05:25:07 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/26 05:25:07 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/26 05:25:07 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/26 05:25:07 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/26 05:25:07 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/26 05:25:07 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/26 05:25:07 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/26 05:25:07 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/26 05:25:07 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/26 05:25:07 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/26 05:25:07 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/26 05:25:07 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/26 05:25:07 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/26 05:25:07 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/26 05:25:07 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/26 05:25:07 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/26 05:25:07 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/26 05:25:07 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/26 05:25:07 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/26 05:25:07 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/26 05:25:07 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/26 05:25:07 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/26 05:25:07 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/26 05:25:07 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/26 05:25:07 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/26 05:25:07 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/26 05:25:07 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/26 05:25:07 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/26 05:25:07 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/26 05:25:07 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/26 05:25:07 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/26 05:25:07 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/26 05:25:07 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:08 INFO : appleappleapplebanana: Deleted 2026/08/26 05:25:08 INFO : dir1/0011-56789;.txt: Deleted 2026/08/26 05:25:08 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/26 05:25:08 INFO : dir1/0003-defghij.txt: Deleted 2026/08/26 05:25:08 INFO : splitbananasplit: Deleted 2026/08/26 05:25:08 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/26 05:25:08 INFO : dir1/0008-2345678.txt: Deleted 2026/08/26 05:25:08 INFO : dir1/0007-1234567.txt: Deleted 2026/08/26 05:25:08 INFO : dir1/0014-89;=.txt: Deleted 2026/08/26 05:25:08 INFO : dir1/0015-9;=.txt: Deleted 2026/08/26 05:25:08 INFO : apple: Deleted 2026/08/26 05:25:08 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/26 05:25:08 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/26 05:25:08 INFO : dir1/0009-3456789.txt: Deleted 2026/08/26 05:25:08 INFO : dir1/0010-456789.txt: Deleted 2026/08/26 05:25:08 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/26 05:25:08 INFO : dir1/0013-789;=.txt: Deleted 2026/08/26 05:25:08 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/26 05:25:08 INFO : banana: Deleted 2026/08/26 05:25:08 INFO : dir1/0012-6789;.txt: Deleted 2026/08/26 05:25:08 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:08 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:08 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/26 05:25:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : apple: transformed to: appleSUFFIX 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/26 05:25:09 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/26 05:25:09 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/26 05:25:09 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:09 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:25:09 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:25:09 DEBUG : apple: size = 5 OK 2026/08/26 05:25:09 DEBUG : apple: sha1 = d0be2dc421be4fcd0172e5afceea3970e2f3d940 OK 2026/08/26 05:25:09 INFO : apple: Copied (new) 2026/08/26 05:25:09 DEBUG : banana: size = 6 OK 2026/08/26 05:25:09 DEBUG : banana: sha1 = 250e77f12a5ab6972a0895d290c4792f0a326ea8 OK 2026/08/26 05:25:09 INFO : banana: Copied (new) 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:25:09 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/26 05:25:09 INFO : appleappleapplebanana: Copied (new) 2026/08/26 05:25:09 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:25:09 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/26 05:25:09 INFO : splitbananasplit: Copied (new) 2026/08/26 05:25:09 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:25:09 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/26 05:25:09 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/26 05:25:09 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:25:09 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/26 05:25:09 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/26 05:25:09 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:25:09 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/26 05:25:09 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/26 05:25:09 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:25:09 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/26 05:25:09 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/26 05:25:09 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:25:09 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/26 05:25:09 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/26 05:25:09 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:25:09 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/26 05:25:09 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/26 05:25:09 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:25:09 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/26 05:25:09 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/26 05:25:09 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:25:09 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/26 05:25:09 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/26 05:25:10 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:25:10 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/26 05:25:10 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/26 05:25:10 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:25:10 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/26 05:25:10 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/26 05:25:10 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:25:10 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/26 05:25:10 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/26 05:25:10 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:25:10 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/26 05:25:10 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/26 05:25:10 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:25:10 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/26 05:25:10 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/26 05:25:10 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:25:10 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/26 05:25:10 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/26 05:25:10 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:25:10 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/26 05:25:10 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/26 05:25:10 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:25:10 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/26 05:25:10 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/26 05:25:10 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:10 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : splitbananasplitSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : appleSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/26 05:25:10 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/26 05:25:11 INFO : bananaSUFFIX: Deleted 2026/08/26 05:25:11 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/26 05:25:11 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:11 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:11 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:25:11 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:25:21 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:22 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:25:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:22 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:22 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:22 DEBUG : banana: size = 6 OK 2026/08/26 05:25:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:22 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:22 DEBUG : banana: Unchanged skipping 2026/08/26 05:25:22 DEBUG : apple: size = 5 OK 2026/08/26 05:25:22 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:22 DEBUG : apple: Unchanged skipping 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:22 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:22 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:22 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:22 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:22 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:22 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:22 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:22 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:22 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:22 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:22 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/26 05:25:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/26 05:25:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:22 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:22 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:22 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:22 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/26 05:25:22 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/26 05:25:22 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:25:22 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:25:22 DEBUG : appleapple: size = 21 OK 2026/08/26 05:25:22 DEBUG : appleappleapplebanana: sha1 = d4006cec695294959fc86acc4d86a4a8bd1771d4 OK 2026/08/26 05:25:22 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/26 05:25:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/26 05:25:22 DEBUG : splitbanan: size = 16 OK 2026/08/26 05:25:22 DEBUG : splitbananasplit: sha1 = c045b86d2da0a5c0db76c2e57cc85d98a73d0dfe OK 2026/08/26 05:25:22 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/26 05:25:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/26 05:25:22 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/26 05:25:22 DEBUG : dir1/0000-abcdefg.txt: sha1 = 39cc20a3972ef42585635752f22e809ce7661dd0 OK 2026/08/26 05:25:22 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/26 05:25:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/26 05:25:22 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/26 05:25:22 DEBUG : dir1/0001-bcdefgh.txt: sha1 = 13f6ac14c045641af16b93bf99a126efa57a13c0 OK 2026/08/26 05:25:22 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/26 05:25:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/26 05:25:22 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/26 05:25:22 DEBUG : dir1/0002-cdefghi.txt: sha1 = f5271bcb3e6699430d75487a6e002f56f75748d6 OK 2026/08/26 05:25:22 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/26 05:25:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/26 05:25:22 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/26 05:25:22 DEBUG : dir1/0003-defghij.txt: sha1 = 6275159262463ab911da879437354a03fc105132 OK 2026/08/26 05:25:22 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/26 05:25:22 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/26 05:25:22 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/26 05:25:22 DEBUG : dir1/0004-efghijk.txt: sha1 = 8a6e3a10e2778fd7a449c0ddeff0e60b99b818f6 OK 2026/08/26 05:25:22 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/26 05:25:22 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/26 05:25:22 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/26 05:25:22 DEBUG : dir1/0005-fghijkl.txt: sha1 = 9be5d86eeb571f4bb49cba75a71573bae6d7f9b0 OK 2026/08/26 05:25:22 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/26 05:25:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/26 05:25:23 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/26 05:25:23 DEBUG : dir1/0006-ghijklm.txt: sha1 = 022b65de02ed02df549dca26b856b83ea957c161 OK 2026/08/26 05:25:23 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/26 05:25:23 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/26 05:25:23 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/26 05:25:23 DEBUG : dir1/0007-1234567.txt: sha1 = f65b28e19d4af11accc4c96ab412abe037842afc OK 2026/08/26 05:25:23 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/26 05:25:23 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/26 05:25:23 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/26 05:25:23 DEBUG : dir1/0008-2345678.txt: sha1 = 35bd7b0a5af9be4c53d2bf8b53d45f0c4e5d9d07 OK 2026/08/26 05:25:23 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/26 05:25:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/26 05:25:23 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/26 05:25:23 DEBUG : dir1/0009-3456789.txt: sha1 = cf20fbc0bb51b0e93dd849f5493167c827e103dc OK 2026/08/26 05:25:23 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/26 05:25:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/26 05:25:23 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/26 05:25:23 DEBUG : dir1/0010-456789.txt: sha1 = ef1ccb5339c5b9d3b78cdb41937cb754674521e9 OK 2026/08/26 05:25:23 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/26 05:25:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/26 05:25:23 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/26 05:25:23 DEBUG : dir1/0011-56789;.txt: sha1 = ce6baa1459a8f1c8daeca41dccc499a5a7f9d342 OK 2026/08/26 05:25:23 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/26 05:25:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/26 05:25:23 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/26 05:25:23 DEBUG : dir1/0012-6789;.txt: sha1 = 41938da9b0f9799a9c96dea5682322b6b7607058 OK 2026/08/26 05:25:23 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/26 05:25:23 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/26 05:25:23 DEBUG : dir1/0013-789;=.txt: sha1 = 957e831070085d71b655c9afa66b8e0cb86662b3 OK 2026/08/26 05:25:23 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/26 05:25:23 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/26 05:25:23 DEBUG : dir1/0014-89;=.txt: sha1 = 6f88327b529855962672012b6f4fc01033c31ec0 OK 2026/08/26 05:25:23 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/26 05:25:23 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/26 05:25:23 DEBUG : dir1/0015-9;=.txt: sha1 = 2a0afde94c232e5cb80d07261acf840a4a5f0143 OK 2026/08/26 05:25:23 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/26 05:25:23 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:23 INFO : dir1/0009-3456789.txt: Deleted 2026/08/26 05:25:23 INFO : dir1/0015-9;=.txt: Deleted 2026/08/26 05:25:23 INFO : dir1/0003-defghij.txt: Deleted 2026/08/26 05:25:23 INFO : dir1/0007-1234567.txt: Deleted 2026/08/26 05:25:23 INFO : dir1/0014-89;=.txt: Deleted 2026/08/26 05:25:23 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/26 05:25:23 INFO : appleappleapplebanana: Deleted 2026/08/26 05:25:23 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/26 05:25:23 INFO : dir1/0010-456789.txt: Deleted 2026/08/26 05:25:23 INFO : splitbananasplit: Deleted 2026/08/26 05:25:24 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/26 05:25:24 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/26 05:25:24 INFO : dir1/0008-2345678.txt: Deleted 2026/08/26 05:25:24 INFO : dir1/0013-789;=.txt: Deleted 2026/08/26 05:25:24 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/26 05:25:24 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/26 05:25:24 INFO : dir1/0011-56789;.txt: Deleted 2026/08/26 05:25:24 INFO : dir1/0012-6789;.txt: Deleted 2026/08/26 05:25:24 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:24 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : appleapple: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/26 05:25:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/26 05:25:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/26 05:25:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/26 05:25:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/26 05:25:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/26 05:25:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/26 05:25:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/26 05:25:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/26 05:25:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/26 05:25:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/26 05:25:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/26 05:25:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/26 05:25:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/26 05:25:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/26 05:25:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/26 05:25:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/26 05:25:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/26 05:25:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/26 05:25:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/26 05:25:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/26 05:25:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/26 05:25:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/26 05:25:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/26 05:25:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/26 05:25:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/26 05:25:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/26 05:25:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/26 05:25:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/26 05:25:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/26 05:25:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/26 05:25:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/26 05:25:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/26 05:25:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/26 05:25:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/26 05:25:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/26 05:25:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/26 05:25:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/26 05:25:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/26 05:25:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/26 05:25:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/26 05:25:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/26 05:25:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/26 05:25:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/26 05:25:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/26 05:25:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/26 05:25:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/26 05:25:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/26 05:25:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/26 05:25:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/26 05:25:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/26 05:25:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/26 05:25:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/26 05:25:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/26 05:25:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/26 05:25:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/26 05:25:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/26 05:25:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/26 05:25:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/26 05:25:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/26 05:25:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/26 05:25:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/26 05:25:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/26 05:25:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/26 05:25:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/26 05:25:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/26 05:25:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/26 05:25:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/26 05:25:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/26 05:25:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/26 05:25:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/26 05:25:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/26 05:25:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/26 05:25:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/26 05:25:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/26 05:25:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/26 05:25:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/26 05:25:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/26 05:25:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:24 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:24 DEBUG : appleapple: size = 21 OK 2026/08/26 05:25:24 DEBUG : apple: size = 5 OK 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:25:24 DEBUG : apple: Unchanged skipping 2026/08/26 05:25:24 DEBUG : banana: size = 6 OK 2026/08/26 05:25:24 DEBUG : splitbanan: size = 16 OK 2026/08/26 05:25:24 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:25:24 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : banana: Unchanged skipping 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/26 05:25:24 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/26 05:25:24 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/26 05:25:24 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/26 05:25:24 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/26 05:25:24 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/26 05:25:24 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/26 05:25:24 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/26 05:25:24 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/26 05:25:24 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/26 05:25:24 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/26 05:25:24 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/26 05:25:24 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/26 05:25:24 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/26 05:25:24 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/26 05:25:24 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/26 05:25:24 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/26 05:25:24 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/26 05:25:24 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/26 05:25:24 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/26 05:25:24 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/26 05:25:24 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/26 05:25:24 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/26 05:25:24 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/26 05:25:24 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/26 05:25:24 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:25:24 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/26 05:25:24 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/26 05:25:24 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/26 05:25:24 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/26 05:25:24 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/26 05:25:24 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/26 05:25:24 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/26 05:25:24 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:24 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:25:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:25:24 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:24 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:25 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : appleapple: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/26 05:25:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/26 05:25:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/26 05:25:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/26 05:25:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/26 05:25:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/26 05:25:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/26 05:25:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/26 05:25:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/26 05:25:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/26 05:25:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/26 05:25:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/26 05:25:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/26 05:25:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/26 05:25:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/26 05:25:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/26 05:25:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/26 05:25:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/26 05:25:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/26 05:25:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/26 05:25:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/26 05:25:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/26 05:25:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/26 05:25:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/26 05:25:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/26 05:25:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/26 05:25:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/26 05:25:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/26 05:25:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/26 05:25:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/26 05:25:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/26 05:25:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/26 05:25:25 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/26 05:25:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/26 05:25:25 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/26 05:25:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/26 05:25:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/26 05:25:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/26 05:25:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/26 05:25:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/26 05:25:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/26 05:25:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/26 05:25:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/26 05:25:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/26 05:25:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/26 05:25:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/26 05:25:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/26 05:25:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/26 05:25:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/26 05:25:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/26 05:25:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/26 05:25:25 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:25:35 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:35 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:25:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:25:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:25:36 DEBUG : apple: size = 5 OK 2026/08/26 05:25:36 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:25:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : apple: Unchanged skipping 2026/08/26 05:25:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:25:36 DEBUG : banana: size = 6 OK 2026/08/26 05:25:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : banana: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:25:36 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:25:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:25:36 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:25:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:25:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:25:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:25:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:25:36 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:36 INFO : There was nothing to transfer 2026/08/26 05:25:36 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:36 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:25:36 DEBUG : apple: size = 5 OK 2026/08/26 05:25:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:25:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:25:36 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:25:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : apple: Unchanged skipping 2026/08/26 05:25:36 DEBUG : banana: size = 6 OK 2026/08/26 05:25:36 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:25:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : banana: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:25:36 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:25:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:25:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:25:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:25:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:25:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:25:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:25:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:25:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:25:36 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:36 INFO : There was nothing to transfer 2026/08/26 05:25:36 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:37 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:37 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:25:37 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:25:47 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:47 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:25:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:25:48 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : banana: size = 6 OK 2026/08/26 05:25:48 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:25:48 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:25:48 DEBUG : banana: Unchanged skipping 2026/08/26 05:25:48 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:25:48 DEBUG : apple: size = 5 OK 2026/08/26 05:25:48 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : apple: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:25:48 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:25:48 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:25:48 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:25:48 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:25:48 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:25:48 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:25:48 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:25:48 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:48 INFO : There was nothing to transfer 2026/08/26 05:25:48 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:48 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:25:48 DEBUG : apple: size = 5 OK 2026/08/26 05:25:48 DEBUG : banana: size = 6 OK 2026/08/26 05:25:48 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : apple: Unchanged skipping 2026/08/26 05:25:48 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:25:48 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:25:48 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:25:48 DEBUG : banana: Unchanged skipping 2026/08/26 05:25:48 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:25:48 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:25:48 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:25:48 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:25:48 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:25:48 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:25:48 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:25:48 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:25:48 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:25:48 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:25:48 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:25:48 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:48 INFO : There was nothing to transfer 2026/08/26 05:25:48 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:49 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:25:49 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:25:59 DEBUG : Waiting for deletions to finish 2026/08/26 05:25:59 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:25:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : apple: size = 5 OK 2026/08/26 05:26:00 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:26:00 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : apple: Unchanged skipping 2026/08/26 05:26:00 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:26:00 DEBUG : banana: size = 6 OK 2026/08/26 05:26:00 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : banana: Unchanged skipping 2026/08/26 05:26:00 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:26:00 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:26:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:26:00 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:26:00 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:26:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:26:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:26:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:00 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:00 INFO : There was nothing to transfer 2026/08/26 05:26:00 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:00 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:26:00 DEBUG : apple: size = 5 OK 2026/08/26 05:26:00 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : apple: Unchanged skipping 2026/08/26 05:26:00 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:26:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:26:00 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:26:00 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:26:00 DEBUG : banana: size = 6 OK 2026/08/26 05:26:00 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : banana: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:26:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:26:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:26:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:26:00 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:26:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:26:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:00 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:26:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:26:00 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:00 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:00 INFO : There was nothing to transfer 2026/08/26 05:26:00 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:01 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:26:01 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:11 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:11 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:26:11 DEBUG : apple: size = 5 OK 2026/08/26 05:26:11 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : apple: Unchanged skipping 2026/08/26 05:26:11 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:26:11 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:26:11 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:26:11 DEBUG : banana: size = 6 OK 2026/08/26 05:26:11 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : banana: Unchanged skipping 2026/08/26 05:26:11 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:26:11 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:26:11 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:26:11 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:26:11 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:26:11 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:26:11 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:26:11 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:26:11 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:26:11 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:26:11 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:11 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:26:11 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:26:11 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:26:11 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:26:11 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:26:11 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:26:11 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:11 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:26:11 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:11 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:11 INFO : There was nothing to transfer 2026/08/26 05:26:11 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:12 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : apple: size = 5 OK 2026/08/26 05:26:12 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:26:12 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:26:12 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : apple: Unchanged skipping 2026/08/26 05:26:12 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:26:12 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:26:12 DEBUG : banana: size = 6 OK 2026/08/26 05:26:12 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : banana: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:26:12 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:26:12 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:12 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:26:12 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:26:12 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:26:12 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:26:12 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:26:12 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:26:12 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:26:12 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:26:12 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:26:12 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:26:12 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:26:12 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:26:12 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:26:12 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:26:12 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:12 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:26:12 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:12 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:12 INFO : There was nothing to transfer 2026/08/26 05:26:12 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:12 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:26:12 DEBUG : splitbananasplit: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:23 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:23 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : apple: size = 5 OK 2026/08/26 05:26:23 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:26:23 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : banana: size = 6 OK 2026/08/26 05:26:23 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:26:23 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:26:23 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : banana: Unchanged skipping 2026/08/26 05:26:23 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:26:23 DEBUG : apple: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:26:23 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:26:23 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:26:23 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:26:23 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:26:23 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:26:23 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:26:23 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:26:23 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:26:23 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:26:23 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:26:23 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:26:23 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:23 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:26:23 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:26:23 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:26:23 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:26:23 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:23 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:26:23 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:23 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:23 INFO : There was nothing to transfer 2026/08/26 05:26:23 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:23 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:26:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : apple: size = 5 OK 2026/08/26 05:26:24 DEBUG : banana: size = 6 OK 2026/08/26 05:26:24 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : apple: Unchanged skipping 2026/08/26 05:26:24 DEBUG : banana: Unchanged skipping 2026/08/26 05:26:24 DEBUG : splitbananasplit: size = 16 OK 2026/08/26 05:26:24 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/26 05:26:24 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : splitbananasplit: Unchanged skipping 2026/08/26 05:26:24 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/26 05:26:24 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/26 05:26:24 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/26 05:26:24 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/26 05:26:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:24 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/26 05:26:24 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/26 05:26:24 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/26 05:26:24 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/26 05:26:24 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/26 05:26:24 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/26 05:26:24 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/26 05:26:24 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/26 05:26:24 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/26 05:26:24 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/26 05:26:24 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/26 05:26:24 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/26 05:26:24 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:24 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/26 05:26:24 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:24 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:24 INFO : There was nothing to transfer 2026/08/26 05:26:24 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:24 DEBUG : apple: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : banana: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/26 05:26:24 DEBUG : splitbananasplit: Excluded (Path Filter) --- PASS: TestTransform (141.77s) --- PASS: TestTransform/NFC (10.74s) --- PASS: TestTransform/NFD (11.86s) --- PASS: TestTransform/base64 (14.68s) --- PASS: TestTransform/prefix (15.81s) --- PASS: TestTransform/suffix (15.86s) --- PASS: TestTransform/truncate (13.42s) --- PASS: TestTransform/encoder (12.26s) --- PASS: TestTransform/ISO-8859-1 (11.68s) --- PASS: TestTransform/charmap (11.93s) --- PASS: TestTransform/lowercase (11.86s) --- PASS: TestTransform/ascii (11.67s) === RUN TestTransformCopy run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:29 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/26 05:26:29 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/26 05:26:29 INFO : sub dir_somesuffix: Making directory 2026/08/26 05:26:29 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/26 05:26:29 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/26 05:26:29 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/26 05:26:29 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/26 05:26:29 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/26 05:26:29 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:29 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:30 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/26 05:26:30 DEBUG : sub dir/hello world.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:30 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/26 05:26:30 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (1.93s) === RUN TestDoubleTransform run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:31 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:31 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:31 INFO : tictactoe: Making directory 2026/08/26 05:26:31 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:31 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:31 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:31 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/26 05:26:31 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:31 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:31 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:32 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/26 05:26:32 DEBUG : toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:32 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/26 05:26:32 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (1.59s) === RUN TestFileTag run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:33 INFO : toe: Making directory 2026/08/26 05:26:33 INFO : toe/toe: Making directory 2026/08/26 05:26:33 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:33 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/26 05:26:33 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/26 05:26:33 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/26 05:26:33 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:33 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:33 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/26 05:26:33 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:33 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/26 05:26:33 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (1.59s) === RUN TestNoTag run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:34 INFO : toe: Making directory 2026/08/26 05:26:34 INFO : toe/toe: Making directory 2026/08/26 05:26:34 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:34 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/26 05:26:34 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/26 05:26:34 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/26 05:26:34 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:34 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:35 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/26 05:26:35 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:35 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/26 05:26:35 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (1.59s) === RUN TestDirTag run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:36 DEBUG : empty_dir: Making directory with metadata 2026/08/26 05:26:36 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/26 05:26:36 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:36 INFO : tictacempty_dir: Making directory 2026/08/26 05:26:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:36 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:36 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:36 INFO : tictactoe: Making directory 2026/08/26 05:26:36 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:36 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:36 INFO : tictactoe/tictactoe: Making directory 2026/08/26 05:26:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/26 05:26:36 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/26 05:26:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/26 05:26:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:36 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:36 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/26 05:26:36 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:36 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/26 05:26:36 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestDirTag (1.65s) === RUN TestAllTag run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:37 DEBUG : empty_dir: Making directory with metadata 2026/08/26 05:26:37 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/26 05:26:37 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:37 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:37 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:37 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:37 INFO : tictacempty_dir: Making directory 2026/08/26 05:26:37 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:37 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:37 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:37 INFO : tictactoe: Making directory 2026/08/26 05:26:37 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:37 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:37 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:37 INFO : tictactoe/tictactoe: Making directory 2026/08/26 05:26:37 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:37 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/26 05:26:37 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:37 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/26 05:26:37 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:37 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:37 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:38 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/26 05:26:38 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:38 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:38 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/26 05:26:38 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:38 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:38 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:38 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:38 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/26 05:26:38 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/26 05:26:38 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:38 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2026/08/26 05:26:38 NOTICE: B2 bucket rclone-test-hixitaq9tuyo: 0 differences found 2026/08/26 05:26:38 NOTICE: B2 bucket rclone-test-hixitaq9tuyo: 1 matching files --- PASS: TestAllTag (1.84s) === RUN TestRunTwice run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:39 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:39 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:39 INFO : tictactoe: Making directory 2026/08/26 05:26:39 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:39 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:39 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:39 INFO : tictactoe/tictactoe: Making directory 2026/08/26 05:26:39 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:39 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/26 05:26:39 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/26 05:26:39 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/26 05:26:39 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:39 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:40 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/26 05:26:40 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:40 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/26 05:26:40 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:40 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:40 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:40 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:40 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:40 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:40 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/26 05:26:40 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/26 05:26:40 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/26 05:26:40 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/26 05:26:40 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:40 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (2.02s) === RUN TestSyntax 2026/08/26 05:26:41 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:41 INFO : toe: Making directory 2026/08/26 05:26:41 INFO : toe/toe: Making directory 2026/08/26 05:26:41 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/26 05:26:41 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:41 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:42 DEBUG : toe/toe/toe: size = 11 OK 2026/08/26 05:26:42 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:42 INFO : toe/toe/toe: Copied (new) 2026/08/26 05:26:42 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (1.62s) === RUN TestMove run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:43 DEBUG : empty_dir: Making directory with metadata 2026/08/26 05:26:43 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/26 05:26:43 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:43 INFO : tictacempty_dir: Making directory 2026/08/26 05:26:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:43 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:43 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:43 INFO : tictactoe: Making directory 2026/08/26 05:26:43 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:43 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:43 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:43 INFO : tictactoe/tictactoe: Making directory 2026/08/26 05:26:43 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:43 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/26 05:26:43 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:43 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/26 05:26:43 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:43 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:43 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:43 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:44 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/26 05:26:44 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:44 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:44 INFO : toe/toe/toe.txt: Deleted 2026/08/26 05:26:44 INFO : toe/toe: Removing directory 2026/08/26 05:26:44 INFO : toe: Removing directory 2026/08/26 05:26:44 INFO : empty_dir: Removing directory 2026/08/26 05:26:44 DEBUG : Local file system at /tmp/rclone846075332: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" --- PASS: TestMove (1.62s) === RUN TestTransformFile run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:44 DEBUG : empty_dir: Making directory with metadata 2026/08/26 05:26:44 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/26 05:26:44 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:45 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:45 INFO : tictacempty_dir: Making directory 2026/08/26 05:26:45 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:45 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:45 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:45 INFO : tictactoe: Making directory 2026/08/26 05:26:45 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:45 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:45 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:45 INFO : tictactoe/tictactoe: Making directory 2026/08/26 05:26:45 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:45 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/26 05:26:45 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:45 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/26 05:26:45 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:45 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:45 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:45 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:45 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/26 05:26:45 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:45 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:45 INFO : toe/toe/toe.txt: Deleted 2026/08/26 05:26:45 INFO : toe/toe: Removing directory 2026/08/26 05:26:45 INFO : toe: Removing directory 2026/08/26 05:26:45 INFO : empty_dir: Removing directory 2026/08/26 05:26:45 DEBUG : Local file system at /tmp/rclone846075332: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/26 05:26:46 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/26 05:26:46 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/26 05:26:46 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/26 05:26:46 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/26 05:26:46 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/26 05:26:46 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/26 05:26:46 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:46 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (server-side copy) to: toe/toe/toe.txt 2026/08/26 05:26:46 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:251: Filtering empty directory "tictacempty_dir" fstest.go:251: Filtering empty directory "tictactoe" fstest.go:251: Filtering empty directory "tictactoe/tictactoe" --- PASS: TestTransformFile (2.93s) === RUN TestManualTransformFile run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:47 DEBUG : Reset feature "Copy" 2026/08/26 05:26:47 DEBUG : Reset feature "Move" 2026/08/26 05:26:47 DEBUG : Reset feature "Copy" 2026/08/26 05:26:47 DEBUG : Reset feature "Move" 2026/08/26 05:26:47 DEBUG : empty_dir: Making directory with metadata 2026/08/26 05:26:47 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/26 05:26:47 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:47 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:47 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:48 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:48 INFO : tictacempty_dir: Making directory 2026/08/26 05:26:48 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/26 05:26:48 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:48 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:48 INFO : tictactoe: Making directory 2026/08/26 05:26:48 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:48 DEBUG : toe: transformed to: tictactoe 2026/08/26 05:26:48 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:48 INFO : tictactoe/tictactoe: Making directory 2026/08/26 05:26:48 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/26 05:26:48 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/26 05:26:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:48 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/26 05:26:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:48 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:48 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/26 05:26:48 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:48 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/26 05:26:48 INFO : toe/toe/toe.txt: Deleted 2026/08/26 05:26:48 INFO : toe/toe: Removing directory 2026/08/26 05:26:48 INFO : toe: Removing directory 2026/08/26 05:26:48 INFO : empty_dir: Removing directory 2026/08/26 05:26:48 DEBUG : Local file system at /tmp/rclone846075332: deleted 3 directories fstest.go:251: Filtering empty directory "tictacempty_dir" 2026/08/26 05:26:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/26 05:26:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/26 05:26:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/26 05:26:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/26 05:26:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/26 05:26:49 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/26 05:26:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:49 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/26 05:26:50 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.13s) === RUN TestBase64 run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:50 DEBUG : toe: transformed to: dG9l 2026/08/26 05:26:51 DEBUG : toe: transformed to: dG9l 2026/08/26 05:26:51 INFO : dG9l: Making directory 2026/08/26 05:26:51 DEBUG : toe: transformed to: dG9l 2026/08/26 05:26:51 DEBUG : toe: transformed to: dG9l 2026/08/26 05:26:51 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/26 05:26:51 INFO : dG9l/dG9l: Making directory 2026/08/26 05:26:51 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/26 05:26:51 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/26 05:26:51 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/26 05:26:51 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/26 05:26:51 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/26 05:26:51 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:51 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/26 05:26:51 DEBUG : toe/toe/toe.txt: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:51 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/26 05:26:51 DEBUG : Waiting for deletions to finish 2026/08/26 05:26:52 DEBUG : dG9l: transformed to: toe 2026/08/26 05:26:52 DEBUG : dG9l: transformed to: toe 2026/08/26 05:26:52 DEBUG : dG9l: transformed to: toe 2026/08/26 05:26:52 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/26 05:26:52 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/26 05:26:52 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/26 05:26:52 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/26 05:26:52 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/26 05:26:52 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/26 05:26:52 DEBUG : Local file system at /tmp/rclone846075332: Waiting for checks to finish 2026/08/26 05:26:52 DEBUG : Local file system at /tmp/rclone846075332: Waiting for transfers to finish 2026/08/26 05:26:52 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (2.04s) === RUN TestError run.go:198: Remote "B2 bucket rclone-test-hixitaq9tuyo", Local "Local file system at /tmp/rclone846075332", Modify Window "1ms" 2026/08/26 05:26:52 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/26 05:26:52 DEBUG : toe: transformed to: 2026/08/26 05:26:53 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/26 05:26:53 DEBUG : toe: transformed to: 2026/08/26 05:26:53 INFO : B2 bucket rclone-test-hixitaq9tuyo: Making directory 2026/08/26 05:26:53 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/26 05:26:53 DEBUG : toe: transformed to: 2026/08/26 05:26:53 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/26 05:26:53 DEBUG : toe: transformed to: 2026/08/26 05:26:53 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/26 05:26:53 DEBUG : toe/toe: transformed to: 2026/08/26 05:26:53 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/26 05:26:53 INFO : toe/toe: Making directory 2026/08/26 05:26:53 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/26 05:26:53 DEBUG : toe/toe: transformed to: 2026/08/26 05:26:53 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/26 05:26:53 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/26 05:26:53 DEBUG : toe: transformed to: 2026/08/26 05:26:53 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/26 05:26:53 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/26 05:26:53 DEBUG : toe/toe/toe: transformed to: 2026/08/26 05:26:53 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/26 05:26:53 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for checks to finish 2026/08/26 05:26:53 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Waiting for transfers to finish 2026/08/26 05:26:53 DEBUG : toe/toe/toe: size = 11 OK 2026/08/26 05:26:53 DEBUG : toe/toe/toe: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/26 05:26:53 INFO : toe/toe/toe: Copied (new) 2026/08/26 05:26:53 ERROR : B2 bucket rclone-test-hixitaq9tuyo: not deleting files as there were IO errors 2026/08/26 05:26:53 ERROR : B2 bucket rclone-test-hixitaq9tuyo: not deleting directories as there were IO errors --- PASS: TestError (1.58s) PASS 2026/08/26 05:26:54 DEBUG : B2 bucket rclone-test-hixitaq9tuyo: Purge remote 2026/08/26 05:26:54 INFO : B2 bucket rclone-test-hixitaq9tuyo: cleaning bucket "rclone-test-hixitaq9tuyo" of all files 2026/08/26 05:26:55 DEBUG : BackupDir/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f421d622144c0247c_d20260826_m052213_c001_v7007000_t0000_u01787721733392") 2026/08/26 05:26:55 DEBUG : BackupDir/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ee4c14edf8b13_d20260826_m052208_c001_v0001120_t0039_u01787721728753") 2026/08/26 05:26:55 DEBUG : CompareDest/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4171cfbc6ad47b6f_d20260826_m052150_c001_v7007000_t0000_u01787721710184") 2026/08/26 05:26:55 DEBUG : CompareDest/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7f94c_d20260826_m052144_c001_v0001182_t0035_u01787721704579") 2026/08/26 05:26:55 DEBUG : CompareDest/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4171cfbc6ad47b70_d20260826_m052150_c001_v7007000_t0000_u01787721710372") 2026/08/26 05:26:55 DEBUG : CompareDest/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3c85_d20260826_m052145_c001_v0001178_t0030_u01787721705946") 2026/08/26 05:26:55 DEBUG : CopyDest/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f421d622144c0247d_d20260826_m052213_c001_v7007000_t0000_u01787721733571") 2026/08/26 05:26:55 DEBUG : CopyDest/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ea0a_d20260826_m052205_c001_v0001176_t0003_u01787721725483") 2026/08/26 05:26:55 DEBUG : CopyDest/three: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f421d622144c0247e_d20260826_m052213_c001_v7007000_t0000_u01787721733751") 2026/08/26 05:26:55 DEBUG : CopyDest/three: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3d37_d20260826_m052211_c001_v0001178_t0030_u01787721731722") 2026/08/26 05:26:55 DEBUG : CopyDest/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f421d622144c0247f_d20260826_m052213_c001_v7007000_t0000_u01787721733929") 2026/08/26 05:26:56 DEBUG : CopyDest/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fa80_d20260826_m052209_c001_v0001182_t0035_u01787721729866") 2026/08/26 05:26:56 DEBUG : EXISTING: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001890b_d20260826_m052325_c001_v7007000_t0000_u01787721805126") 2026/08/26 05:26:56 DEBUG : EXISTING: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd44_d20260826_m052324_c001_v0001182_t0035_u01787721804192") 2026/08/26 05:26:56 DEBUG : PREFIXapple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f410bac62f6b45ca8_d20260826_m052454_c001_v7007000_t0000_u01787721894989") 2026/08/26 05:26:56 DEBUG : PREFIXapple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed9e_d20260826_m052450_c001_v0001176_t0003_u01787721890974") 2026/08/26 05:26:56 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f410bac62f6b45ca6_d20260826_m052454_c001_v7007000_t0000_u01787721894623") 2026/08/26 05:26:56 DEBUG : PREFIXappleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca800c5_d20260826_m052450_c001_v0001182_t0007_u01787721890944") 2026/08/26 05:26:56 DEBUG : PREFIXbanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03d1_d20260826_m052454_c001_v7007000_t0000_u01787721894837") 2026/08/26 05:26:56 DEBUG : PREFIXbanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce40fa_d20260826_m052450_c001_v0001178_t0030_u01787721890951") 2026/08/26 05:26:56 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4225634d9f76d8ae_d20260826_m052454_c001_v7007000_t0000_u01787721894633") 2026/08/26 05:26:56 DEBUG : PREFIXsplitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013ce7_d20260826_m052450_c001_v0001183_t0009_u01787721890962") 2026/08/26 05:26:56 DEBUG : Testêé: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018908_d20260826_m052321_c001_v7007000_t0000_u01787721801583") 2026/08/26 05:26:56 DEBUG : Testêé: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3ee2_d20260826_m052321_c001_v0001178_t0030_u01787721801025") 2026/08/26 05:26:56 DEBUG : Testêé: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd2a_d20260826_m052320_c001_v0001182_t0035_u01787721800108") 2026/08/26 05:26:56 DEBUG : YXBwbGU=: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01845_d20260826_m052440_c001_v7007000_t0000_u01787721880364") 2026/08/26 05:26:56 DEBUG : YXBwbGU=: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce40ae_d20260826_m052436_c001_v0001178_t0030_u01787721876849") 2026/08/26 05:26:56 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01846_d20260826_m052440_c001_v7007000_t0000_u01787721880544") 2026/08/26 05:26:56 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013c51_d20260826_m052436_c001_v0001183_t0002_u01787721876837") 2026/08/26 05:26:56 DEBUG : YmFuYW5h: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01847_d20260826_m052440_c001_v7007000_t0000_u01787721880725") 2026/08/26 05:26:56 DEBUG : YmFuYW5h: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8002f_d20260826_m052436_c001_v0001182_t0035_u01787721876858") 2026/08/26 05:26:57 DEBUG : a/potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d869_d20260826_m052021_c001_v7007000_t0000_u01787721621613") 2026/08/26 05:26:57 DEBUG : a/potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e7b0_d20260826_m052021_c001_v0001176_t0035_u01787721621039") 2026/08/26 05:26:57 DEBUG : a/potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d860_d20260826_m052019_c001_v7007000_t0000_u01787721619761") 2026/08/26 05:26:57 DEBUG : a/potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e7aa_d20260826_m052018_c001_v0001176_t0022_u01787721618997") 2026/08/26 05:26:57 DEBUG : a/potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cc9_d20260826_m052004_c001_v7007000_t0000_u01787721604130") 2026/08/26 05:26:57 DEBUG : a/potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e742_d20260826_m052003_c001_v0001176_t0040_u01787721603369") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b5e_d20260826_m052625_c001_v7007000_t0000_u01787721985272") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d0140a5_d20260826_m052622_c001_v0001183_t0009_u01787721982353") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b14_d20260826_m052613_c001_v7007000_t0000_u01787721973502") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d014017_d20260826_m052610_c001_v0001183_t0009_u01787721970354") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216a7d_d20260826_m052601_c001_v7007000_t0000_u01787721961733") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013f9b_d20260826_m052558_c001_v0001183_t0009_u01787721958425") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d52_d20260826_m052549_c001_v7007000_t0000_u01787721949659") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013f23_d20260826_m052546_c001_v0001183_t0009_u01787721946785") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d38_d20260826_m052538_c001_v7007000_t0000_u01787721938101") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013eb3_d20260826_m052534_c001_v0001183_t0009_u01787721934622") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204cfd_d20260826_m052525_c001_v7007000_t0000_u01787721925638") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80259_d20260826_m052521_c001_v0001182_t0035_u01787721921213") 2026/08/26 05:26:57 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189e6_d20260826_m052512_c001_v7007000_t0000_u01787721912280") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca801b9_d20260826_m052509_c001_v0001182_t0035_u01787721909459") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f426a09e1b749e9cb_d20260826_m052508_c001_v7007000_t0000_u01787721908373") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce415c_d20260826_m052505_c001_v0001178_t0030_u01787721905462") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03d3_d20260826_m052456_c001_v7007000_t0000_u01787721896354") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4116_d20260826_m052453_c001_v0001178_t0030_u01787721893665") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f410bac62f6b45ca5_d20260826_m052452_c001_v7007000_t0000_u01787721892727") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca800b3_d20260826_m052449_c001_v0001182_t0035_u01787721889503") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f412790c8321bc56e_d20260826_m052438_c001_v7007000_t0000_u01787721878576") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013c35_d20260826_m052434_c001_v0001183_t0009_u01787721874885") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c31349d_d20260826_m052426_c001_v7007000_t0000_u01787721866074") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013bc1_d20260826_m052422_c001_v0001183_t0009_u01787721862909") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018983_d20260826_m052413_c001_v7007000_t0000_u01787721853766") 2026/08/26 05:26:58 DEBUG : apple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013adc_d20260826_m052410_c001_v0001183_t0009_u01787721850803") 2026/08/26 05:26:58 DEBUG : appleSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f426a09e1b749ed84_d20260826_m052510_c001_v7007000_t0000_u01787721910732") 2026/08/26 05:26:58 DEBUG : appleSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4166_d20260826_m052506_c001_v0001178_t0030_u01787721906901") 2026/08/26 05:26:58 DEBUG : appleapple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204cfe_d20260826_m052525_c001_v7007000_t0000_u01787721925822") 2026/08/26 05:26:58 DEBUG : appleapple: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80275_d20260826_m052522_c001_v0001182_t0035_u01787721922687") 2026/08/26 05:26:58 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b5f_d20260826_m052625_c001_v7007000_t0000_u01787721985454") 2026/08/26 05:26:58 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80551_d20260826_m052622_c001_v0001182_t0035_u01787721982723") 2026/08/26 05:26:58 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b16_d20260826_m052613_c001_v7007000_t0000_u01787721973683") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca804c3_d20260826_m052610_c001_v0001182_t0035_u01787721970722") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216a82_d20260826_m052601_c001_v7007000_t0000_u01787721961914") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8041b_d20260826_m052558_c001_v0001182_t0035_u01787721958792") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d53_d20260826_m052549_c001_v7007000_t0000_u01787721949841") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8039b_d20260826_m052547_c001_v0001182_t0035_u01787721947153") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d3a_d20260826_m052538_c001_v7007000_t0000_u01787721938283") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca802ff_d20260826_m052534_c001_v0001182_t0035_u01787721934987") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4171cfbc6ad47c41_d20260826_m052523_c001_v7007000_t0000_u01787721923813") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013e2f_d20260826_m052521_c001_v0001183_t0009_u01787721921582") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189e7_d20260826_m052512_c001_v7007000_t0000_u01787721912561") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4180_d20260826_m052509_c001_v0001178_t0030_u01787721909481") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189d9_d20260826_m052507_c001_v7007000_t0000_u01787721907972") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8018b_d20260826_m052505_c001_v0001182_t0035_u01787721905833") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03d4_d20260826_m052456_c001_v7007000_t0000_u01787721896534") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013d0b_d20260826_m052453_c001_v0001183_t0009_u01787721893677") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4225634d9f76d8ac_d20260826_m052452_c001_v7007000_t0000_u01787721892534") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013cd9_d20260826_m052449_c001_v0001183_t0009_u01787721889871") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f2566_d20260826_m052438_c001_v7007000_t0000_u01787721878360") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8001f_d20260826_m052435_c001_v0001182_t0035_u01787721875258") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c31349e_d20260826_m052426_c001_v7007000_t0000_u01787721866256") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7ffad_d20260826_m052423_c001_v0001182_t0035_u01787721863278") 2026/08/26 05:26:59 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018985_d20260826_m052413_c001_v7007000_t0000_u01787721853945") 2026/08/26 05:27:00 DEBUG : appleappleapplebanana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7ff2f_d20260826_m052411_c001_v0001182_t0035_u01787721851175") 2026/08/26 05:27:00 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134e7_d20260826_m052510_c001_v7007000_t0000_u01787721910899") 2026/08/26 05:27:00 DEBUG : appleappleapplebananaSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013d9b_d20260826_m052506_c001_v0001183_t0014_u01787721906912") 2026/08/26 05:27:00 DEBUG : b/potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d86a_d20260826_m052021_c001_v7007000_t0000_u01787721621830") 2026/08/26 05:27:00 DEBUG : b/potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7ac_d20260826_m052020_c001_v0001176_t0003_u01787721620307") 2026/08/26 05:27:00 DEBUG : b/potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d85d_d20260826_m052019_c001_v7007000_t0000_u01787721619210") 2026/08/26 05:27:00 DEBUG : b/potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7a4_d20260826_m052018_c001_v0001176_t0003_u01787721618261") 2026/08/26 05:27:00 DEBUG : b/potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cc8_d20260826_m052003_c001_v7007000_t0000_u01787721603592") 2026/08/26 05:27:00 DEBUG : b/potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e73c_d20260826_m052002_c001_v0001176_t0003_u01787721602645") 2026/08/26 05:27:00 DEBUG : backup/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f424930067b0842e0_d20260826_m052225_c001_v7007000_t0000_u01787721745286") 2026/08/26 05:27:00 DEBUG : backup/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415a5ef7e4ef1d78_d20260826_m052223_c001_v0001101_t0057_u01787721743809") 2026/08/26 05:27:00 DEBUG : backup/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f41457711e06d8b5e_d20260826_m052220_c001_v0001136_t0002_u01787721740471") 2026/08/26 05:27:00 DEBUG : backup/one-2019-01-01: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188d8_d20260826_m052248_c001_v7007000_t0000_u01787721768450") 2026/08/26 05:27:00 DEBUG : backup/one-2019-01-01: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4097398a7193dace_d20260826_m052246_c001_v0001102_t0014_u01787721766959") 2026/08/26 05:27:00 DEBUG : backup/one-2019-01-01: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f409fd0671c5a3f6c_d20260826_m052243_c001_v0001161_t0001_u01787721763579") 2026/08/26 05:27:00 DEBUG : backup/one.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd010f9_d20260826_m052236_c001_v7007000_t0000_u01787721756792") 2026/08/26 05:27:00 DEBUG : backup/one.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f410bb49ab7cf387b_d20260826_m052235_c001_v0001120_t0046_u01787721755312") 2026/08/26 05:27:00 DEBUG : backup/one.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405785915603db85_d20260826_m052231_c001_v0001144_t0001_u01787721751991") 2026/08/26 05:27:00 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188d9_d20260826_m052248_c001_v7007000_t0000_u01787721768632") 2026/08/26 05:27:00 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f401b085430428a08_d20260826_m052247_c001_v0001177_t0041_u01787721767708") 2026/08/26 05:27:00 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40835794d2b55ef2_d20260826_m052244_c001_v0001116_t0048_u01787721764887") 2026/08/26 05:27:00 DEBUG : backup/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f424930067b0842e1_d20260826_m052225_c001_v7007000_t0000_u01787721745467") 2026/08/26 05:27:01 DEBUG : backup/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f410fe259f2faed86_d20260826_m052224_c001_v0001144_t0031_u01787721744555") 2026/08/26 05:27:01 DEBUG : backup/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4174ae9f8ad0062a_d20260826_m052221_c001_v0001177_t0005_u01787721741763") 2026/08/26 05:27:01 DEBUG : backup/three.txt.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd010fa_d20260826_m052236_c001_v7007000_t0000_u01787721756974") 2026/08/26 05:27:01 DEBUG : backup/three.txt.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40881853fb481c62_d20260826_m052236_c001_v0001134_t0055_u01787721756057") 2026/08/26 05:27:01 DEBUG : backup/three.txt.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4033b1d37787828c_d20260826_m052233_c001_v0001115_t0039_u01787721753283") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b60_d20260826_m052625_c001_v7007000_t0000_u01787721985635") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4324_d20260826_m052622_c001_v0001178_t0030_u01787721982538") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b18_d20260826_m052613_c001_v7007000_t0000_u01787721973863") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce42ca_d20260826_m052610_c001_v0001178_t0030_u01787721970538") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216a85_d20260826_m052602_c001_v7007000_t0000_u01787721962096") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce428a_d20260826_m052558_c001_v0001178_t0030_u01787721958608") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d54_d20260826_m052550_c001_v7007000_t0000_u01787721950032") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce422e_d20260826_m052546_c001_v0001178_t0030_u01787721946970") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d3b_d20260826_m052538_c001_v7007000_t0000_u01787721938466") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4202_d20260826_m052534_c001_v0001178_t0030_u01787721934805") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204cff_d20260826_m052526_c001_v7007000_t0000_u01787721926005") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eeb0_d20260826_m052521_c001_v0001176_t0003_u01787721921398") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189e8_d20260826_m052512_c001_v7007000_t0000_u01787721912742") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee68_d20260826_m052509_c001_v0001176_t0003_u01787721909470") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134e3_d20260826_m052508_c001_v7007000_t0000_u01787721908564") 2026/08/26 05:27:01 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013d8b_d20260826_m052505_c001_v0001183_t0009_u01787721905648") 2026/08/26 05:27:02 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03d5_d20260826_m052456_c001_v7007000_t0000_u01787721896715") 2026/08/26 05:27:02 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca800f1_d20260826_m052453_c001_v0001182_t0035_u01787721893688") 2026/08/26 05:27:02 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204ce4_d20260826_m052452_c001_v7007000_t0000_u01787721892553") 2026/08/26 05:27:02 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce40f6_d20260826_m052449_c001_v0001178_t0030_u01787721889686") 2026/08/26 05:27:02 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4225634d9f76d8a7_d20260826_m052438_c001_v7007000_t0000_u01787721878586") 2026/08/26 05:27:02 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce40a4_d20260826_m052435_c001_v0001178_t0030_u01787721875072") 2026/08/26 05:27:02 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134a0_d20260826_m052426_c001_v7007000_t0000_u01787721866439") 2026/08/26 05:27:02 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4068_d20260826_m052423_c001_v0001178_t0030_u01787721863093") 2026/08/26 05:27:02 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018987_d20260826_m052414_c001_v7007000_t0000_u01787721854217") 2026/08/26 05:27:02 DEBUG : banana: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4014_d20260826_m052410_c001_v0001178_t0030_u01787721850988") 2026/08/26 05:27:02 DEBUG : bananaSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f426a09e1b749ed85_d20260826_m052510_c001_v7007000_t0000_u01787721910911") 2026/08/26 05:27:02 DEBUG : bananaSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80193_d20260826_m052506_c001_v0001182_t0035_u01787721906921") 2026/08/26 05:27:02 DEBUG : both0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018917_d20260826_m052352_c001_v7007000_t0000_u01787721832233") 2026/08/26 05:27:02 DEBUG : both0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ebec_d20260826_m052341_c001_v0001176_t0003_u01787721821771") 2026/08/26 05:27:02 DEBUG : both0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a7a_d20260826_m052337_c001_v7007000_t0000_u01787721817405") 2026/08/26 05:27:02 DEBUG : both0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f06_d20260826_m052327_c001_v0001178_t0030_u01787721807395") 2026/08/26 05:27:02 DEBUG : both1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018918_d20260826_m052352_c001_v7007000_t0000_u01787721832413") 2026/08/26 05:27:02 DEBUG : both1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f64_d20260826_m052342_c001_v0001178_t0030_u01787721822869") 2026/08/26 05:27:02 DEBUG : both1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a7b_d20260826_m052337_c001_v7007000_t0000_u01787721817689") 2026/08/26 05:27:02 DEBUG : both1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd60_d20260826_m052327_c001_v0001182_t0035_u01787721807765") 2026/08/26 05:27:02 DEBUG : both10: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018919_d20260826_m052352_c001_v7007000_t0000_u01787721832593") 2026/08/26 05:27:02 DEBUG : both10: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f7c_d20260826_m052346_c001_v0001178_t0030_u01787721826191") 2026/08/26 05:27:03 DEBUG : both10: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a7c_d20260826_m052337_c001_v7007000_t0000_u01787721817870") 2026/08/26 05:27:03 DEBUG : both10: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd8a_d20260826_m052331_c001_v0001182_t0035_u01787721811110") 2026/08/26 05:27:03 DEBUG : both11: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001891a_d20260826_m052352_c001_v7007000_t0000_u01787721832773") 2026/08/26 05:27:03 DEBUG : both11: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe24_d20260826_m052346_c001_v0001182_t0035_u01787721826562") 2026/08/26 05:27:03 DEBUG : both11: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a7d_d20260826_m052338_c001_v7007000_t0000_u01787721818050") 2026/08/26 05:27:03 DEBUG : both11: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ebb2_d20260826_m052331_c001_v0001176_t0003_u01787721811479") 2026/08/26 05:27:03 DEBUG : both12: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001891b_d20260826_m052352_c001_v7007000_t0000_u01787721832953") 2026/08/26 05:27:03 DEBUG : both12: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec1c_d20260826_m052346_c001_v0001176_t0003_u01787721826928") 2026/08/26 05:27:03 DEBUG : both12: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a7e_d20260826_m052338_c001_v7007000_t0000_u01787721818271") 2026/08/26 05:27:03 DEBUG : both12: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f24_d20260826_m052331_c001_v0001178_t0030_u01787721811845") 2026/08/26 05:27:03 DEBUG : both13: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001891c_d20260826_m052353_c001_v7007000_t0000_u01787721833134") 2026/08/26 05:27:03 DEBUG : both13: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f8c_d20260826_m052347_c001_v0001178_t0030_u01787721827295") 2026/08/26 05:27:03 DEBUG : both13: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a7f_d20260826_m052338_c001_v7007000_t0000_u01787721818458") 2026/08/26 05:27:03 DEBUG : both13: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd96_d20260826_m052332_c001_v0001182_t0035_u01787721812212") 2026/08/26 05:27:03 DEBUG : both14: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001891d_d20260826_m052353_c001_v7007000_t0000_u01787721833429") 2026/08/26 05:27:03 DEBUG : both14: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe30_d20260826_m052347_c001_v0001182_t0035_u01787721827662") 2026/08/26 05:27:03 DEBUG : both14: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a80_d20260826_m052338_c001_v7007000_t0000_u01787721818637") 2026/08/26 05:27:03 DEBUG : both14: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ebb8_d20260826_m052332_c001_v0001176_t0003_u01787721812579") 2026/08/26 05:27:03 DEBUG : both15: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001891e_d20260826_m052353_c001_v7007000_t0000_u01787721833696") 2026/08/26 05:27:03 DEBUG : both15: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec24_d20260826_m052348_c001_v0001176_t0003_u01787721828031") 2026/08/26 05:27:03 DEBUG : both15: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a81_d20260826_m052338_c001_v7007000_t0000_u01787721818817") 2026/08/26 05:27:04 DEBUG : both15: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f2e_d20260826_m052332_c001_v0001178_t0030_u01787721812945") 2026/08/26 05:27:04 DEBUG : both16: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001891f_d20260826_m052353_c001_v7007000_t0000_u01787721833875") 2026/08/26 05:27:04 DEBUG : both16: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f94_d20260826_m052348_c001_v0001178_t0030_u01787721828402") 2026/08/26 05:27:04 DEBUG : both16: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a82_d20260826_m052339_c001_v7007000_t0000_u01787721819061") 2026/08/26 05:27:04 DEBUG : both16: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd9e_d20260826_m052333_c001_v0001182_t0035_u01787721813314") 2026/08/26 05:27:04 DEBUG : both17: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018921_d20260826_m052354_c001_v7007000_t0000_u01787721834055") 2026/08/26 05:27:04 DEBUG : both17: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe38_d20260826_m052348_c001_v0001182_t0035_u01787721828770") 2026/08/26 05:27:04 DEBUG : both17: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a83_d20260826_m052339_c001_v7007000_t0000_u01787721819241") 2026/08/26 05:27:04 DEBUG : both17: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ebc6_d20260826_m052333_c001_v0001176_t0003_u01787721813707") 2026/08/26 05:27:04 DEBUG : both18: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018922_d20260826_m052354_c001_v7007000_t0000_u01787721834235") 2026/08/26 05:27:04 DEBUG : both18: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec2c_d20260826_m052349_c001_v0001176_t0003_u01787721829135") 2026/08/26 05:27:04 DEBUG : both18: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a84_d20260826_m052339_c001_v7007000_t0000_u01787721819420") 2026/08/26 05:27:04 DEBUG : both18: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f32_d20260826_m052334_c001_v0001178_t0030_u01787721814074") 2026/08/26 05:27:04 DEBUG : both19: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018923_d20260826_m052354_c001_v7007000_t0000_u01787721834416") 2026/08/26 05:27:04 DEBUG : both19: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f98_d20260826_m052349_c001_v0001178_t0030_u01787721829502") 2026/08/26 05:27:04 DEBUG : both19: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a85_d20260826_m052339_c001_v7007000_t0000_u01787721819601") 2026/08/26 05:27:04 DEBUG : both19: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fdaa_d20260826_m052334_c001_v0001182_t0035_u01787721814439") 2026/08/26 05:27:04 DEBUG : both2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018924_d20260826_m052354_c001_v7007000_t0000_u01787721834597") 2026/08/26 05:27:04 DEBUG : both2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fdec_d20260826_m052343_c001_v0001182_t0035_u01787721823241") 2026/08/26 05:27:04 DEBUG : both2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a86_d20260826_m052339_c001_v7007000_t0000_u01787721819781") 2026/08/26 05:27:04 DEBUG : both2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eb98_d20260826_m052328_c001_v0001176_t0003_u01787721808130") 2026/08/26 05:27:04 DEBUG : both3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018925_d20260826_m052354_c001_v7007000_t0000_u01787721834776") 2026/08/26 05:27:05 DEBUG : both3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ebfa_d20260826_m052343_c001_v0001176_t0003_u01787721823608") 2026/08/26 05:27:05 DEBUG : both3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a87_d20260826_m052339_c001_v7007000_t0000_u01787721819960") 2026/08/26 05:27:05 DEBUG : both3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f0e_d20260826_m052328_c001_v0001178_t0030_u01787721808497") 2026/08/26 05:27:05 DEBUG : both4: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018926_d20260826_m052354_c001_v7007000_t0000_u01787721834956") 2026/08/26 05:27:05 DEBUG : both4: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f6c_d20260826_m052343_c001_v0001178_t0030_u01787721823975") 2026/08/26 05:27:05 DEBUG : both4: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a88_d20260826_m052340_c001_v7007000_t0000_u01787721820139") 2026/08/26 05:27:05 DEBUG : both4: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd70_d20260826_m052328_c001_v0001182_t0035_u01787721808865") 2026/08/26 05:27:05 DEBUG : both5: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018927_d20260826_m052355_c001_v7007000_t0000_u01787721835135") 2026/08/26 05:27:05 DEBUG : both5: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fdfc_d20260826_m052344_c001_v0001182_t0035_u01787721824350") 2026/08/26 05:27:05 DEBUG : both5: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a89_d20260826_m052340_c001_v7007000_t0000_u01787721820318") 2026/08/26 05:27:05 DEBUG : both5: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eba2_d20260826_m052329_c001_v0001176_t0003_u01787721809231") 2026/08/26 05:27:05 DEBUG : both6: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018928_d20260826_m052355_c001_v7007000_t0000_u01787721835315") 2026/08/26 05:27:05 DEBUG : both6: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec06_d20260826_m052344_c001_v0001176_t0003_u01787721824716") 2026/08/26 05:27:05 DEBUG : both6: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a8a_d20260826_m052340_c001_v7007000_t0000_u01787721820497") 2026/08/26 05:27:05 DEBUG : both6: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f14_d20260826_m052329_c001_v0001178_t0030_u01787721809601") 2026/08/26 05:27:05 DEBUG : both7: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018929_d20260826_m052355_c001_v7007000_t0000_u01787721835497") 2026/08/26 05:27:05 DEBUG : both7: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f72_d20260826_m052345_c001_v0001178_t0030_u01787721825082") 2026/08/26 05:27:05 DEBUG : both7: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a8b_d20260826_m052340_c001_v7007000_t0000_u01787721820676") 2026/08/26 05:27:05 DEBUG : both7: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd7c_d20260826_m052330_c001_v0001182_t0035_u01787721810007") 2026/08/26 05:27:06 DEBUG : both8: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001892a_d20260826_m052355_c001_v7007000_t0000_u01787721835679") 2026/08/26 05:27:06 DEBUG : both8: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe0c_d20260826_m052345_c001_v0001182_t0035_u01787721825450") 2026/08/26 05:27:06 DEBUG : both8: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a8c_d20260826_m052340_c001_v7007000_t0000_u01787721820857") 2026/08/26 05:27:06 DEBUG : both8: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eba8_d20260826_m052330_c001_v0001176_t0003_u01787721810372") 2026/08/26 05:27:06 DEBUG : both9: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001892b_d20260826_m052355_c001_v7007000_t0000_u01787721835861") 2026/08/26 05:27:06 DEBUG : both9: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec12_d20260826_m052345_c001_v0001176_t0003_u01787721825823") 2026/08/26 05:27:06 DEBUG : both9: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a8d_d20260826_m052341_c001_v7007000_t0000_u01787721821036") 2026/08/26 05:27:06 DEBUG : both9: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f1c_d20260826_m052330_c001_v0001178_t0030_u01787721810744") 2026/08/26 05:27:06 DEBUG : c/non empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d86b_d20260826_m052022_c001_v7007000_t0000_u01787721622021") 2026/08/26 05:27:06 DEBUG : c/non empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7ae_d20260826_m052020_c001_v0001176_t0003_u01787721620490") 2026/08/26 05:27:06 DEBUG : c/non empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d862_d20260826_m052019_c001_v7007000_t0000_u01787721619943") 2026/08/26 05:27:06 DEBUG : c/non empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7a8_d20260826_m052018_c001_v0001176_t0003_u01787721618445") 2026/08/26 05:27:06 DEBUG : c/non empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cca_d20260826_m052004_c001_v7007000_t0000_u01787721604309") 2026/08/26 05:27:06 DEBUG : c/non empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e73e_d20260826_m052002_c001_v0001176_t0003_u01787721602829") 2026/08/26 05:27:06 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01848_d20260826_m052440_c001_v7007000_t0000_u01787721880906") 2026/08/26 05:27:06 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed48_d20260826_m052436_c001_v0001176_t0003_u01787721876868") 2026/08/26 05:27:06 DEBUG : check sum: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cc0_d20260826_m051956_c001_v7007000_t0000_u01787721596334") 2026/08/26 05:27:06 DEBUG : check sum: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e708_d20260826_m051955_c001_v0001176_t0003_u01787721595435") 2026/08/26 05:27:06 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f4432_d20260826_m052652_c001_v7007000_t0000_u01787722012635") 2026/08/26 05:27:07 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d014167_d20260826_m052651_c001_v0001183_t0009_u01787722011594") 2026/08/26 05:27:07 DEBUG : dest/3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f421d622144c02428_d20260826_m052158_c001_v7007000_t0000_u01787721718917") 2026/08/26 05:27:07 DEBUG : dest/3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188e926d59c8d8c_d20260826_m052157_c001_v0001171_t0053_u01787721717828") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcde: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d00_d20260826_m052526_c001_v7007000_t0000_u01787721926186") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcde: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013e41_d20260826_m052522_c001_v0001183_t0009_u01787721922706") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b61_d20260826_m052625_c001_v7007000_t0000_u01787721985816") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d014069_d20260826_m052618_c001_v0001183_t0009_u01787721978192") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b1c_d20260826_m052614_c001_v7007000_t0000_u01787721974045") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013fe1_d20260826_m052606_c001_v0001183_t0009_u01787721966330") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216a86_d20260826_m052602_c001_v7007000_t0000_u01787721962276") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013f77_d20260826_m052554_c001_v0001183_t0009_u01787721954406") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d55_d20260826_m052550_c001_v7007000_t0000_u01787721950236") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013ef3_d20260826_m052542_c001_v0001183_t0009_u01787721942727") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d3c_d20260826_m052538_c001_v7007000_t0000_u01787721938648") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013e8f_d20260826_m052530_c001_v0001183_t0009_u01787721930460") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4025158402af5609_d20260826_m052524_c001_v7007000_t0000_u01787721924019") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80221_d20260826_m052517_c001_v0001182_t0035_u01787721917041") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189e9_d20260826_m052512_c001_v7007000_t0000_u01787721912923") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca801bb_d20260826_m052509_c001_v0001182_t0035_u01787721909644") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134e1_d20260826_m052508_c001_v7007000_t0000_u01787721908172") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4142_d20260826_m052501_c001_v0001178_t0030_u01787721901188") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03d7_d20260826_m052456_c001_v7007000_t0000_u01787721896895") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4118_d20260826_m052453_c001_v0001178_t0030_u01787721893848") 2026/08/26 05:27:07 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f2578_d20260826_m052452_c001_v7007000_t0000_u01787721892316") 2026/08/26 05:27:08 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80079_d20260826_m052445_c001_v0001182_t0035_u01787721885380") 2026/08/26 05:27:08 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4084e4f6fa171d35_d20260826_m052438_c001_v7007000_t0000_u01787721878617") 2026/08/26 05:27:08 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013c0b_d20260826_m052430_c001_v0001183_t0009_u01787721870703") 2026/08/26 05:27:08 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134a2_d20260826_m052426_c001_v7007000_t0000_u01787721866625") 2026/08/26 05:27:08 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013b53_d20260826_m052418_c001_v0001183_t0009_u01787721858842") 2026/08/26 05:27:08 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018989_d20260826_m052414_c001_v7007000_t0000_u01787721854396") 2026/08/26 05:27:08 DEBUG : dir1/0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013ab9_d20260826_m052407_c001_v0001183_t0009_u01787721847743") 2026/08/26 05:27:08 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189e2_d20260826_m052510_c001_v7007000_t0000_u01787721910742") 2026/08/26 05:27:08 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce4168_d20260826_m052507_c001_v0001178_t0039_u01787721907085") 2026/08/26 05:27:08 DEBUG : dir1/0001-bcdef: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d01_d20260826_m052526_c001_v7007000_t0000_u01787721926368") 2026/08/26 05:27:08 DEBUG : dir1/0001-bcdef: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41ce_d20260826_m052522_c001_v0001178_t0030_u01787721922717") 2026/08/26 05:27:08 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b62_d20260826_m052625_c001_v7007000_t0000_u01787721985997") 2026/08/26 05:27:08 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce42fe_d20260826_m052618_c001_v0001178_t0030_u01787721978741") 2026/08/26 05:27:08 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b1d_d20260826_m052614_c001_v7007000_t0000_u01787721974229") 2026/08/26 05:27:08 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce42ae_d20260826_m052606_c001_v0001178_t0030_u01787721966874") 2026/08/26 05:27:08 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216a87_d20260826_m052602_c001_v7007000_t0000_u01787721962457") 2026/08/26 05:27:08 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4262_d20260826_m052554_c001_v0001178_t0030_u01787721954953") 2026/08/26 05:27:08 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d56_d20260826_m052550_c001_v7007000_t0000_u01787721950418") 2026/08/26 05:27:08 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4222_d20260826_m052543_c001_v0001178_t0030_u01787721943272") 2026/08/26 05:27:08 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d3d_d20260826_m052538_c001_v7007000_t0000_u01787721938831") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41f2_d20260826_m052531_c001_v0001178_t0030_u01787721931003") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018a02_d20260826_m052523_c001_v7007000_t0000_u01787721923980") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee92_d20260826_m052517_c001_v0001176_t0003_u01787721917587") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189ea_d20260826_m052513_c001_v7007000_t0000_u01787721913104") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee6a_d20260826_m052509_c001_v0001176_t0003_u01787721909654") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134e0_d20260826_m052507_c001_v7007000_t0000_u01787721907993") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013d5f_d20260826_m052501_c001_v0001183_t0009_u01787721901755") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03d8_d20260826_m052457_c001_v7007000_t0000_u01787721897077") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013d0f_d20260826_m052453_c001_v0001183_t0009_u01787721893861") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03cc_d20260826_m052452_c001_v7007000_t0000_u01787721892330") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce40de_d20260826_m052445_c001_v0001178_t0030_u01787721885930") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd0183f_d20260826_m052438_c001_v7007000_t0000_u01787721878369") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4090_d20260826_m052431_c001_v0001178_t0030_u01787721871252") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134a3_d20260826_m052426_c001_v7007000_t0000_u01787721866810") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4044_d20260826_m052419_c001_v0001178_t0030_u01787721859394") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001898a_d20260826_m052414_c001_v7007000_t0000_u01787721854576") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4000_d20260826_m052407_c001_v0001178_t0030_u01787721847930") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189e3_d20260826_m052510_c001_v7007000_t0000_u01787721910923") 2026/08/26 05:27:09 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca80197_d20260826_m052507_c001_v0001182_t0057_u01787721907108") 2026/08/26 05:27:09 DEBUG : dir1/0002-cdefg: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d02_d20260826_m052526_c001_v7007000_t0000_u01787721926550") 2026/08/26 05:27:09 DEBUG : dir1/0002-cdefg: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80277_d20260826_m052522_c001_v0001182_t0035_u01787721922872") 2026/08/26 05:27:09 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b63_d20260826_m052626_c001_v7007000_t0000_u01787721986178") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80529_d20260826_m052619_c001_v0001182_t0035_u01787721979284") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b1f_d20260826_m052614_c001_v7007000_t0000_u01787721974411") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8048f_d20260826_m052607_c001_v0001182_t0035_u01787721967423") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216a88_d20260826_m052602_c001_v7007000_t0000_u01787721962638") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80403_d20260826_m052555_c001_v0001182_t0035_u01787721955492") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d57_d20260826_m052550_c001_v7007000_t0000_u01787721950599") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8036f_d20260826_m052543_c001_v0001182_t0035_u01787721943813") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d3e_d20260826_m052539_c001_v7007000_t0000_u01787721939013") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca802d7_d20260826_m052531_c001_v0001182_t0035_u01787721931550") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f41620da363d1b083_d20260826_m052524_c001_v7007000_t0000_u01787721924034") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013e1b_d20260826_m052518_c001_v0001183_t0009_u01787721918130") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189eb_d20260826_m052513_c001_v7007000_t0000_u01787721913285") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4184_d20260826_m052509_c001_v0001178_t0030_u01787721909666") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4025158402af55cc_d20260826_m052508_c001_v7007000_t0000_u01787721908369") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8015d_d20260826_m052502_c001_v0001182_t0035_u01787721902315") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03d9_d20260826_m052457_c001_v7007000_t0000_u01787721897256") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca800f7_d20260826_m052453_c001_v0001182_t0035_u01787721893872") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f416227ca4cdcb60d_d20260826_m052452_c001_v7007000_t0000_u01787721892563") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013cb5_d20260826_m052446_c001_v0001183_t0009_u01787721886479") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f2568_d20260826_m052438_c001_v7007000_t0000_u01787721878726") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80001_d20260826_m052431_c001_v0001182_t0035_u01787721871793") 2026/08/26 05:27:10 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134a4_d20260826_m052426_c001_v7007000_t0000_u01787721866993") 2026/08/26 05:27:11 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7ff89_d20260826_m052419_c001_v0001182_t0035_u01787721859942") 2026/08/26 05:27:11 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001898b_d20260826_m052414_c001_v7007000_t0000_u01787721854756") 2026/08/26 05:27:11 DEBUG : dir1/0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7ff17_d20260826_m052408_c001_v0001182_t0035_u01787721848113") 2026/08/26 05:27:11 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189e1_d20260826_m052510_c001_v7007000_t0000_u01787721910555") 2026/08/26 05:27:11 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013d9f_d20260826_m052507_c001_v0001183_t0001_u01787721907118") 2026/08/26 05:27:11 DEBUG : dir1/0003-defgh: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d05_d20260826_m052526_c001_v7007000_t0000_u01787721926732") 2026/08/26 05:27:11 DEBUG : dir1/0003-defgh: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eebc_d20260826_m052522_c001_v0001176_t0003_u01787721922883") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b64_d20260826_m052626_c001_v7007000_t0000_u01787721986360") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7efea_d20260826_m052619_c001_v0001176_t0003_u01787721979823") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b20_d20260826_m052614_c001_v7007000_t0000_u01787721974592") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7efa2_d20260826_m052607_c001_v0001176_t0003_u01787721967965") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216a8a_d20260826_m052602_c001_v7007000_t0000_u01787721962818") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ef68_d20260826_m052556_c001_v0001176_t0003_u01787721956033") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d58_d20260826_m052550_c001_v7007000_t0000_u01787721950781") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ef36_d20260826_m052544_c001_v0001176_t0003_u01787721944361") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d3f_d20260826_m052539_c001_v7007000_t0000_u01787721939194") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eee8_d20260826_m052532_c001_v0001176_t0003_u01787721932089") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03f7_d20260826_m052523_c001_v7007000_t0000_u01787721923638") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41b8_d20260826_m052518_c001_v0001178_t0030_u01787721918673") 2026/08/26 05:27:11 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189ec_d20260826_m052513_c001_v7007000_t0000_u01787721913467") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013dcf_d20260826_m052509_c001_v0001183_t0009_u01787721909678") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4025158402af55ca_d20260826_m052508_c001_v7007000_t0000_u01787721908008") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee04_d20260826_m052502_c001_v0001176_t0003_u01787721902864") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03da_d20260826_m052457_c001_v7007000_t0000_u01787721897436") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7edba_d20260826_m052453_c001_v0001176_t0003_u01787721893882") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01863_d20260826_m052452_c001_v7007000_t0000_u01787721892668") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed84_d20260826_m052447_c001_v0001176_t0003_u01787721887025") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f412790c8321bc56c_d20260826_m052438_c001_v7007000_t0000_u01787721878374") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed34_d20260826_m052432_c001_v0001176_t0003_u01787721872338") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134a6_d20260826_m052427_c001_v7007000_t0000_u01787721867178") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ecfa_d20260826_m052420_c001_v0001176_t0003_u01787721860489") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001898c_d20260826_m052414_c001_v7007000_t0000_u01787721854935") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ecb6_d20260826_m052408_c001_v0001176_t0003_u01787721848297") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134e5_d20260826_m052510_c001_v7007000_t0000_u01787721910534") 2026/08/26 05:27:12 DEBUG : dir1/0003-defghij.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7ee52_d20260826_m052507_c001_v0001176_t0058_u01787721907126") 2026/08/26 05:27:12 DEBUG : dir1/0004-efghi: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d0a_d20260826_m052527_c001_v7007000_t0000_u01787721927091") 2026/08/26 05:27:12 DEBUG : dir1/0004-efghi: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013e45_d20260826_m052522_c001_v0001183_t0009_u01787721922892") 2026/08/26 05:27:12 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b65_d20260826_m052626_c001_v7007000_t0000_u01787721986540") 2026/08/26 05:27:12 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d01407d_d20260826_m052620_c001_v0001183_t0009_u01787721980006") 2026/08/26 05:27:12 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b23_d20260826_m052614_c001_v7007000_t0000_u01787721974774") 2026/08/26 05:27:12 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013ff9_d20260826_m052608_c001_v0001183_t0009_u01787721968149") 2026/08/26 05:27:12 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216a92_d20260826_m052602_c001_v7007000_t0000_u01787721962999") 2026/08/26 05:27:12 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013f85_d20260826_m052556_c001_v0001183_t0009_u01787721956218") 2026/08/26 05:27:12 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d59_d20260826_m052550_c001_v7007000_t0000_u01787721950962") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013f07_d20260826_m052544_c001_v0001183_t0009_u01787721944546") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d40_d20260826_m052539_c001_v7007000_t0000_u01787721939376") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013e9d_d20260826_m052532_c001_v0001183_t0009_u01787721932273") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4171cfbc6ad47c42_d20260826_m052523_c001_v7007000_t0000_u01787721923993") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8023f_d20260826_m052518_c001_v0001182_t0035_u01787721918856") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189ed_d20260826_m052513_c001_v7007000_t0000_u01787721913649") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca801bf_d20260826_m052509_c001_v0001182_t0035_u01787721909829") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f426a09e1b749ed82_d20260826_m052508_c001_v7007000_t0000_u01787721908561") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4148_d20260826_m052503_c001_v0001178_t0030_u01787721903054") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03db_d20260826_m052457_c001_v7007000_t0000_u01787721897704") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce411a_d20260826_m052454_c001_v0001178_t0030_u01787721894034") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f257b_d20260826_m052452_c001_v7007000_t0000_u01787721892679") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8008d_d20260826_m052447_c001_v0001182_t0035_u01787721887209") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f2567_d20260826_m052438_c001_v7007000_t0000_u01787721878544") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013c1d_d20260826_m052432_c001_v0001183_t0009_u01787721872526") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134a8_d20260826_m052427_c001_v7007000_t0000_u01787721867360") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013b5f_d20260826_m052420_c001_v0001183_t0009_u01787721860681") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001898d_d20260826_m052415_c001_v7007000_t0000_u01787721855125") 2026/08/26 05:27:13 DEBUG : dir1/0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013abf_d20260826_m052408_c001_v0001183_t0009_u01787721848482") 2026/08/26 05:27:14 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f2584_d20260826_m052510_c001_v7007000_t0000_u01787721910565") 2026/08/26 05:27:14 DEBUG : dir1/0004-efghijk.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce416c_d20260826_m052507_c001_v0001178_t0021_u01787721907310") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghij: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d0d_d20260826_m052527_c001_v7007000_t0000_u01787721927304") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghij: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41d0_d20260826_m052522_c001_v0001178_t0030_u01787721922903") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b66_d20260826_m052626_c001_v7007000_t0000_u01787721986721") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce430a_d20260826_m052620_c001_v0001178_t0030_u01787721980234") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b25_d20260826_m052614_c001_v7007000_t0000_u01787721974955") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce42b8_d20260826_m052608_c001_v0001178_t0030_u01787721968333") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216a96_d20260826_m052603_c001_v7007000_t0000_u01787721963180") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4272_d20260826_m052556_c001_v0001178_t0030_u01787721956401") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d5a_d20260826_m052551_c001_v7007000_t0000_u01787721951145") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4226_d20260826_m052544_c001_v0001178_t0030_u01787721944731") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d41_d20260826_m052539_c001_v7007000_t0000_u01787721939557") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41f4_d20260826_m052532_c001_v0001178_t0030_u01787721932460") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018a00_d20260826_m052523_c001_v7007000_t0000_u01787721923797") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee9e_d20260826_m052519_c001_v0001176_t0003_u01787721919041") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189ee_d20260826_m052513_c001_v7007000_t0000_u01787721913830") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee6e_d20260826_m052509_c001_v0001176_t0003_u01787721909839") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01875_d20260826_m052508_c001_v7007000_t0000_u01787721908384") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013d69_d20260826_m052503_c001_v0001183_t0009_u01787721903239") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03dc_d20260826_m052457_c001_v7007000_t0000_u01787721897939") 2026/08/26 05:27:14 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013d15_d20260826_m052454_c001_v0001183_t0009_u01787721894045") 2026/08/26 05:27:15 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03ce_d20260826_m052452_c001_v7007000_t0000_u01787721892690") 2026/08/26 05:27:15 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce40e6_d20260826_m052447_c001_v0001178_t0030_u01787721887392") 2026/08/26 05:27:15 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01841_d20260826_m052438_c001_v7007000_t0000_u01787721878736") 2026/08/26 05:27:15 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce409a_d20260826_m052432_c001_v0001178_t0030_u01787721872713") 2026/08/26 05:27:15 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134a9_d20260826_m052427_c001_v7007000_t0000_u01787721867543") 2026/08/26 05:27:15 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4050_d20260826_m052420_c001_v0001178_t0030_u01787721860868") 2026/08/26 05:27:15 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001898e_d20260826_m052415_c001_v7007000_t0000_u01787721855305") 2026/08/26 05:27:15 DEBUG : dir1/0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4006_d20260826_m052408_c001_v0001178_t0030_u01787721848668") 2026/08/26 05:27:15 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f2585_d20260826_m052510_c001_v7007000_t0000_u01787721910753") 2026/08/26 05:27:15 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013da5_d20260826_m052507_c001_v0001183_t0039_u01787721907334") 2026/08/26 05:27:15 DEBUG : dir1/0006-ghijk: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d11_d20260826_m052527_c001_v7007000_t0000_u01787721927486") 2026/08/26 05:27:15 DEBUG : dir1/0006-ghijk: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8027d_d20260826_m052523_c001_v0001182_t0035_u01787721923055") 2026/08/26 05:27:15 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b67_d20260826_m052626_c001_v7007000_t0000_u01787721986902") 2026/08/26 05:27:15 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80531_d20260826_m052620_c001_v0001182_t0035_u01787721980520") 2026/08/26 05:27:15 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b27_d20260826_m052615_c001_v7007000_t0000_u01787721975136") 2026/08/26 05:27:15 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca804a3_d20260826_m052608_c001_v0001182_t0035_u01787721968517") 2026/08/26 05:27:15 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216a98_d20260826_m052603_c001_v7007000_t0000_u01787721963361") 2026/08/26 05:27:15 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80409_d20260826_m052556_c001_v0001182_t0035_u01787721956587") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d5b_d20260826_m052551_c001_v7007000_t0000_u01787721951326") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80375_d20260826_m052544_c001_v0001182_t0035_u01787721944912") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d42_d20260826_m052539_c001_v7007000_t0000_u01787721939739") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca802e1_d20260826_m052532_c001_v0001182_t0035_u01787721932641") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03f8_d20260826_m052523_c001_v7007000_t0000_u01787721923819") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013e23_d20260826_m052519_c001_v0001183_t0009_u01787721919226") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189ef_d20260826_m052514_c001_v7007000_t0000_u01787721914014") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4188_d20260826_m052509_c001_v0001178_t0030_u01787721909851") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4189d3b2c0a64c7f_d20260826_m052508_c001_v7007000_t0000_u01787721908400") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8016d_d20260826_m052503_c001_v0001182_t0035_u01787721903423") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03dd_d20260826_m052458_c001_v7007000_t0000_u01787721898119") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca800fb_d20260826_m052454_c001_v0001182_t0035_u01787721894058") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f410bac62f6b45ca4_d20260826_m052452_c001_v7007000_t0000_u01787721892529") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013cc3_d20260826_m052447_c001_v0001183_t0009_u01787721887575") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4084e4f6fa171d34_d20260826_m052438_c001_v7007000_t0000_u01787721878596") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8000d_d20260826_m052432_c001_v0001182_t0035_u01787721872898") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134aa_d20260826_m052427_c001_v7007000_t0000_u01787721867725") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7ff8f_d20260826_m052421_c001_v0001182_t0035_u01787721861054") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001898f_d20260826_m052415_c001_v7007000_t0000_u01787721855485") 2026/08/26 05:27:16 DEBUG : dir1/0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7ff25_d20260826_m052408_c001_v0001182_t0035_u01787721848853") 2026/08/26 05:27:17 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4225634d9f76d8ba_d20260826_m052510_c001_v7007000_t0000_u01787721910765") 2026/08/26 05:27:17 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca80199_d20260826_m052507_c001_v0001182_t0043_u01787721907343") 2026/08/26 05:27:17 DEBUG : dir1/0007-12345: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d14_d20260826_m052527_c001_v7007000_t0000_u01787721927667") 2026/08/26 05:27:17 DEBUG : dir1/0007-12345: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eebe_d20260826_m052523_c001_v0001176_t0003_u01787721923066") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b68_d20260826_m052627_c001_v7007000_t0000_u01787721987084") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eff2_d20260826_m052620_c001_v0001176_t0003_u01787721980702") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b2b_d20260826_m052615_c001_v7007000_t0000_u01787721975318") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7efa8_d20260826_m052608_c001_v0001176_t0003_u01787721968701") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216a99_d20260826_m052603_c001_v7007000_t0000_u01787721963543") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ef6e_d20260826_m052556_c001_v0001176_t0003_u01787721956769") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d5c_d20260826_m052551_c001_v7007000_t0000_u01787721951509") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ef3c_d20260826_m052545_c001_v0001176_t0003_u01787721945095") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d43_d20260826_m052539_c001_v7007000_t0000_u01787721939920") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eeee_d20260826_m052532_c001_v0001176_t0003_u01787721932823") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189ff_d20260826_m052523_c001_v7007000_t0000_u01787721923650") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41ba_d20260826_m052519_c001_v0001178_t0030_u01787721919422") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189f0_d20260826_m052514_c001_v7007000_t0000_u01787721914194") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013dd5_d20260826_m052509_c001_v0001183_t0009_u01787721909863") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4068a65c82350e4a_d20260826_m052508_c001_v7007000_t0000_u01787721908168") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee1e_d20260826_m052503_c001_v0001176_t0003_u01787721903608") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03de_d20260826_m052458_c001_v7007000_t0000_u01787721898300") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7edbe_d20260826_m052454_c001_v0001176_t0003_u01787721894070") 2026/08/26 05:27:17 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f412790c8321bc575_d20260826_m052452_c001_v7007000_t0000_u01787721892706") 2026/08/26 05:27:18 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed8a_d20260826_m052447_c001_v0001176_t0003_u01787721887760") 2026/08/26 05:27:18 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134c5_d20260826_m052438_c001_v7007000_t0000_u01787721878378") 2026/08/26 05:27:18 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed36_d20260826_m052433_c001_v0001176_t0003_u01787721873224") 2026/08/26 05:27:18 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134ac_d20260826_m052427_c001_v7007000_t0000_u01787721867907") 2026/08/26 05:27:18 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed00_d20260826_m052421_c001_v0001176_t0003_u01787721861237") 2026/08/26 05:27:18 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018990_d20260826_m052415_c001_v7007000_t0000_u01787721855665") 2026/08/26 05:27:18 DEBUG : dir1/0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ecba_d20260826_m052409_c001_v0001176_t0003_u01787721849037") 2026/08/26 05:27:18 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40976990ed022a43_d20260826_m052510_c001_v7007000_t0000_u01787721910775") 2026/08/26 05:27:18 DEBUG : dir1/0007-1234567.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7ee54_d20260826_m052507_c001_v0001176_t0012_u01787721907354") 2026/08/26 05:27:18 DEBUG : dir1/0008-23456: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d17_d20260826_m052527_c001_v7007000_t0000_u01787721927849") 2026/08/26 05:27:18 DEBUG : dir1/0008-23456: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013e4b_d20260826_m052523_c001_v0001183_t0009_u01787721923077") 2026/08/26 05:27:18 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b69_d20260826_m052627_c001_v7007000_t0000_u01787721987264") 2026/08/26 05:27:18 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d014087_d20260826_m052620_c001_v0001183_t0009_u01787721980884") 2026/08/26 05:27:18 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b2e_d20260826_m052615_c001_v7007000_t0000_u01787721975500") 2026/08/26 05:27:18 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d014001_d20260826_m052608_c001_v0001183_t0009_u01787721968885") 2026/08/26 05:27:18 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216a9b_d20260826_m052603_c001_v7007000_t0000_u01787721963724") 2026/08/26 05:27:18 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013f89_d20260826_m052556_c001_v0001183_t0009_u01787721956955") 2026/08/26 05:27:18 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d5d_d20260826_m052551_c001_v7007000_t0000_u01787721951691") 2026/08/26 05:27:18 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013f13_d20260826_m052545_c001_v0001183_t0009_u01787721945279") 2026/08/26 05:27:18 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d44_d20260826_m052540_c001_v7007000_t0000_u01787721940102") 2026/08/26 05:27:18 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013ea3_d20260826_m052533_c001_v0001183_t0009_u01787721933007") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03f9_d20260826_m052524_c001_v7007000_t0000_u01787721924000") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80247_d20260826_m052519_c001_v0001182_t0035_u01787721919736") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189f2_d20260826_m052514_c001_v7007000_t0000_u01787721914407") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca801c1_d20260826_m052510_c001_v0001182_t0035_u01787721910014") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4025158402af55cb_d20260826_m052508_c001_v7007000_t0000_u01787721908189") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce414e_d20260826_m052503_c001_v0001178_t0030_u01787721903792") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03df_d20260826_m052458_c001_v7007000_t0000_u01787721898480") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce411c_d20260826_m052454_c001_v0001178_t0030_u01787721894218") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01861_d20260826_m052452_c001_v7007000_t0000_u01787721892488") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80097_d20260826_m052447_c001_v0001182_t0035_u01787721887944") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01840_d20260826_m052438_c001_v7007000_t0000_u01787721878554") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013c25_d20260826_m052433_c001_v0001183_t0009_u01787721873409") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134af_d20260826_m052428_c001_v7007000_t0000_u01787721868089") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013b73_d20260826_m052421_c001_v0001183_t0009_u01787721861421") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018991_d20260826_m052415_c001_v7007000_t0000_u01787721855844") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013ac9_d20260826_m052409_c001_v0001183_t0009_u01787721849221") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4225634d9f76d8b9_d20260826_m052510_c001_v7007000_t0000_u01787721910576") 2026/08/26 05:27:19 DEBUG : dir1/0008-2345678.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce4170_d20260826_m052507_c001_v0001178_t0004_u01787721907522") 2026/08/26 05:27:19 DEBUG : dir1/0009-34567: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d1b_d20260826_m052528_c001_v7007000_t0000_u01787721928032") 2026/08/26 05:27:19 DEBUG : dir1/0009-34567: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41d2_d20260826_m052523_c001_v0001178_t0030_u01787721923088") 2026/08/26 05:27:19 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b6a_d20260826_m052627_c001_v7007000_t0000_u01787721987446") 2026/08/26 05:27:19 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4316_d20260826_m052621_c001_v0001178_t0030_u01787721981070") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b2f_d20260826_m052615_c001_v7007000_t0000_u01787721975681") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce42c0_d20260826_m052609_c001_v0001178_t0030_u01787721969069") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216aa0_d20260826_m052603_c001_v7007000_t0000_u01787721963904") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce427c_d20260826_m052557_c001_v0001178_t0030_u01787721957138") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d5e_d20260826_m052551_c001_v7007000_t0000_u01787721951872") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4228_d20260826_m052545_c001_v0001178_t0030_u01787721945464") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d45_d20260826_m052540_c001_v7007000_t0000_u01787721940284") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41f8_d20260826_m052533_c001_v0001178_t0030_u01787721933189") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189fe_d20260826_m052523_c001_v7007000_t0000_u01787721923616") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eea6_d20260826_m052519_c001_v0001176_t0003_u01787721919920") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189f3_d20260826_m052514_c001_v7007000_t0000_u01787721914590") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee70_d20260826_m052510_c001_v0001176_t0003_u01787721910025") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f426a09e1b749ed81_d20260826_m052508_c001_v7007000_t0000_u01787721908403") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013d75_d20260826_m052503_c001_v0001183_t0009_u01787721903978") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03e1_d20260826_m052458_c001_v7007000_t0000_u01787721898661") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013d17_d20260826_m052454_c001_v0001183_t0009_u01787721894230") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4225634d9f76d8ad_d20260826_m052452_c001_v7007000_t0000_u01787721892716") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce40ec_d20260826_m052448_c001_v0001178_t0030_u01787721888127") 2026/08/26 05:27:20 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4225634d9f76d8a6_d20260826_m052438_c001_v7007000_t0000_u01787721878396") 2026/08/26 05:27:21 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce409c_d20260826_m052433_c001_v0001178_t0030_u01787721873595") 2026/08/26 05:27:21 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134b0_d20260826_m052428_c001_v7007000_t0000_u01787721868273") 2026/08/26 05:27:21 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4058_d20260826_m052421_c001_v0001178_t0030_u01787721861610") 2026/08/26 05:27:21 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018992_d20260826_m052416_c001_v7007000_t0000_u01787721856025") 2026/08/26 05:27:21 DEBUG : dir1/0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce400a_d20260826_m052409_c001_v0001178_t0030_u01787721849407") 2026/08/26 05:27:21 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40976990ed022a42_d20260826_m052510_c001_v7007000_t0000_u01787721910591") 2026/08/26 05:27:21 DEBUG : dir1/0009-3456789.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013da7_d20260826_m052507_c001_v0001183_t0047_u01787721907540") 2026/08/26 05:27:21 DEBUG : dir1/0010-45678: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d1e_d20260826_m052528_c001_v7007000_t0000_u01787721928213") 2026/08/26 05:27:21 DEBUG : dir1/0010-45678: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8027f_d20260826_m052523_c001_v0001182_t0035_u01787721923238") 2026/08/26 05:27:21 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b6b_d20260826_m052627_c001_v7007000_t0000_u01787721987627") 2026/08/26 05:27:21 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8053d_d20260826_m052621_c001_v0001182_t0035_u01787721981254") 2026/08/26 05:27:21 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b30_d20260826_m052615_c001_v7007000_t0000_u01787721975861") 2026/08/26 05:27:21 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca804a7_d20260826_m052609_c001_v0001182_t0035_u01787721969253") 2026/08/26 05:27:21 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216aa4_d20260826_m052604_c001_v7007000_t0000_u01787721964085") 2026/08/26 05:27:21 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8040f_d20260826_m052557_c001_v0001182_t0035_u01787721957324") 2026/08/26 05:27:21 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d60_d20260826_m052552_c001_v7007000_t0000_u01787721952054") 2026/08/26 05:27:21 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80385_d20260826_m052545_c001_v0001182_t0035_u01787721945647") 2026/08/26 05:27:21 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d46_d20260826_m052540_c001_v7007000_t0000_u01787721940467") 2026/08/26 05:27:21 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca802e9_d20260826_m052533_c001_v0001182_t0035_u01787721933373") 2026/08/26 05:27:21 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018a01_d20260826_m052523_c001_v7007000_t0000_u01787721923833") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013e29_d20260826_m052520_c001_v0001183_t0009_u01787721920103") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189f4_d20260826_m052514_c001_v7007000_t0000_u01787721914774") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce418a_d20260826_m052510_c001_v0001178_t0030_u01787721910036") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4068a65c82350e4b_d20260826_m052508_c001_v7007000_t0000_u01787721908430") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80175_d20260826_m052504_c001_v0001182_t0035_u01787721904162") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03e2_d20260826_m052458_c001_v7007000_t0000_u01787721898843") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca800ff_d20260826_m052454_c001_v0001182_t0035_u01787721894242") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd0185e_d20260826_m052452_c001_v7007000_t0000_u01787721892126") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013ccf_d20260826_m052448_c001_v0001183_t0009_u01787721888394") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4084e4f6fa171d32_d20260826_m052438_c001_v7007000_t0000_u01787721878412") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80013_d20260826_m052433_c001_v0001182_t0035_u01787721873778") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134b2_d20260826_m052428_c001_v7007000_t0000_u01787721868455") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7ff9f_d20260826_m052421_c001_v0001182_t0035_u01787721861797") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4278cc7fe3370ac0_d20260826_m052416_c001_v7007000_t0000_u01787721856575") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7ff29_d20260826_m052409_c001_v0001182_t0035_u01787721849591") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4025158402af55d3_d20260826_m052510_c001_v7007000_t0000_u01787721910596") 2026/08/26 05:27:22 DEBUG : dir1/0010-456789.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca8019d_d20260826_m052507_c001_v0001182_t0003_u01787721907557") 2026/08/26 05:27:22 DEBUG : dir1/0011-56789: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d22_d20260826_m052528_c001_v7007000_t0000_u01787721928395") 2026/08/26 05:27:22 DEBUG : dir1/0011-56789: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eec2_d20260826_m052523_c001_v0001176_t0003_u01787721923250") 2026/08/26 05:27:22 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b6d_d20260826_m052627_c001_v7007000_t0000_u01787721987808") 2026/08/26 05:27:22 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7effc_d20260826_m052621_c001_v0001176_t0003_u01787721981436") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b32_d20260826_m052616_c001_v7007000_t0000_u01787721976042") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7efaa_d20260826_m052609_c001_v0001176_t0003_u01787721969436") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216aa6_d20260826_m052604_c001_v7007000_t0000_u01787721964265") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ef76_d20260826_m052557_c001_v0001176_t0003_u01787721957506") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d61_d20260826_m052552_c001_v7007000_t0000_u01787721952236") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ef44_d20260826_m052545_c001_v0001176_t0003_u01787721945830") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d47_d20260826_m052540_c001_v7007000_t0000_u01787721940649") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eef0_d20260826_m052533_c001_v0001176_t0003_u01787721933708") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4055704355e120d3_d20260826_m052524_c001_v7007000_t0000_u01787721924040") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41c6_d20260826_m052520_c001_v0001178_t0030_u01787721920288") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189f5_d20260826_m052514_c001_v7007000_t0000_u01787721914956") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013dd9_d20260826_m052510_c001_v0001183_t0009_u01787721910048") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4068a65c82350e49_d20260826_m052507_c001_v7007000_t0000_u01787721907988") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee32_d20260826_m052504_c001_v0001176_t0003_u01787721904347") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03e3_d20260826_m052459_c001_v7007000_t0000_u01787721899024") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7edc4_d20260826_m052454_c001_v0001176_t0003_u01787721894256") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f257a_d20260826_m052452_c001_v7007000_t0000_u01787721892495") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed8e_d20260826_m052448_c001_v0001176_t0003_u01787721888580") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134c6_d20260826_m052438_c001_v7007000_t0000_u01787721878564") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed3a_d20260826_m052433_c001_v0001176_t0003_u01787721873961") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134b4_d20260826_m052428_c001_v7007000_t0000_u01787721868638") 2026/08/26 05:27:23 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed06_d20260826_m052421_c001_v0001176_t0003_u01787721861982") 2026/08/26 05:27:24 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4278cc7fe3370ac1_d20260826_m052416_c001_v7007000_t0000_u01787721856755") 2026/08/26 05:27:24 DEBUG : dir1/0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ecbe_d20260826_m052409_c001_v0001176_t0003_u01787721849773") 2026/08/26 05:27:24 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01877_d20260826_m052510_c001_v7007000_t0000_u01787721910524") 2026/08/26 05:27:24 DEBUG : dir1/0011-56789;.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7ee58_d20260826_m052507_c001_v0001176_t0054_u01787721907570") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d25_d20260826_m052528_c001_v7007000_t0000_u01787721928577") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013e4f_d20260826_m052523_c001_v0001183_t0009_u01787721923261") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b6e_d20260826_m052627_c001_v7007000_t0000_u01787721987989") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d014093_d20260826_m052621_c001_v0001183_t0009_u01787721981619") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b35_d20260826_m052616_c001_v7007000_t0000_u01787721976223") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d01400b_d20260826_m052609_c001_v0001183_t0009_u01787721969620") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216aa9_d20260826_m052604_c001_v7007000_t0000_u01787721964447") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013f93_d20260826_m052557_c001_v0001183_t0009_u01787721957690") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d62_d20260826_m052552_c001_v7007000_t0000_u01787721952418") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013f1b_d20260826_m052546_c001_v0001183_t0009_u01787721946014") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d48_d20260826_m052540_c001_v7007000_t0000_u01787721940832") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013eab_d20260826_m052533_c001_v0001183_t0009_u01787721933891") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204cf9_d20260826_m052524_c001_v7007000_t0000_u01787721924049") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8024f_d20260826_m052520_c001_v0001182_t0035_u01787721920472") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189f6_d20260826_m052515_c001_v7007000_t0000_u01787721915137") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca801c3_d20260826_m052510_c001_v0001182_t0035_u01787721910198") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01876_d20260826_m052508_c001_v7007000_t0000_u01787721908571") 2026/08/26 05:27:24 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4150_d20260826_m052504_c001_v0001178_t0030_u01787721904660") 2026/08/26 05:27:25 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03e4_d20260826_m052459_c001_v7007000_t0000_u01787721899206") 2026/08/26 05:27:25 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce411e_d20260826_m052454_c001_v0001178_t0030_u01787721894402") 2026/08/26 05:27:25 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f2575_d20260826_m052452_c001_v7007000_t0000_u01787721892135") 2026/08/26 05:27:25 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca800a3_d20260826_m052448_c001_v0001182_t0035_u01787721888765") 2026/08/26 05:27:25 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f2564_d20260826_m052437_c001_v7007000_t0000_u01787721877991") 2026/08/26 05:27:25 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013c2f_d20260826_m052434_c001_v0001183_t0009_u01787721874148") 2026/08/26 05:27:25 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134b5_d20260826_m052428_c001_v7007000_t0000_u01787721868821") 2026/08/26 05:27:25 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013ba1_d20260826_m052422_c001_v0001183_t0009_u01787721862166") 2026/08/26 05:27:25 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4278cc7fe3370ac2_d20260826_m052416_c001_v7007000_t0000_u01787721856934") 2026/08/26 05:27:25 DEBUG : dir1/0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013ad1_d20260826_m052410_c001_v0001183_t0009_u01787721850061") 2026/08/26 05:27:25 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01878_d20260826_m052510_c001_v7007000_t0000_u01787721910710") 2026/08/26 05:27:25 DEBUG : dir1/0012-6789;.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce4172_d20260826_m052507_c001_v0001178_t0005_u01787721907751") 2026/08/26 05:27:25 DEBUG : dir1/0013-789;=: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d26_d20260826_m052528_c001_v7007000_t0000_u01787721928759") 2026/08/26 05:27:25 DEBUG : dir1/0013-789;=: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41d4_d20260826_m052523_c001_v0001178_t0030_u01787721923273") 2026/08/26 05:27:25 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b6f_d20260826_m052628_c001_v7007000_t0000_u01787721988169") 2026/08/26 05:27:25 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce431c_d20260826_m052621_c001_v0001178_t0030_u01787721981805") 2026/08/26 05:27:25 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b36_d20260826_m052616_c001_v7007000_t0000_u01787721976485") 2026/08/26 05:27:25 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce42c4_d20260826_m052609_c001_v0001178_t0030_u01787721969805") 2026/08/26 05:27:25 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216aaa_d20260826_m052604_c001_v7007000_t0000_u01787721964629") 2026/08/26 05:27:25 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4280_d20260826_m052557_c001_v0001178_t0030_u01787721957873") 2026/08/26 05:27:25 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d63_d20260826_m052552_c001_v7007000_t0000_u01787721952603") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce422a_d20260826_m052546_c001_v0001178_t0030_u01787721946198") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d4a_d20260826_m052541_c001_v7007000_t0000_u01787721941017") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41fe_d20260826_m052534_c001_v0001178_t0030_u01787721934074") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018a03_d20260826_m052524_c001_v7007000_t0000_u01787721924015") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eeaa_d20260826_m052520_c001_v0001176_t0003_u01787721920658") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189f7_d20260826_m052515_c001_v7007000_t0000_u01787721915321") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee72_d20260826_m052510_c001_v0001176_t0003_u01787721910208") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189df_d20260826_m052508_c001_v7007000_t0000_u01787721908518") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013d7f_d20260826_m052504_c001_v0001183_t0009_u01787721904845") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03e5_d20260826_m052459_c001_v7007000_t0000_u01787721899386") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013d1f_d20260826_m052454_c001_v0001183_t0009_u01787721894414") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f412790c8321bc574_d20260826_m052452_c001_v7007000_t0000_u01787721892525") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce40f0_d20260826_m052448_c001_v0001178_t0030_u01787721888948") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f43e7_d20260826_m052438_c001_v7007000_t0000_u01787721878607") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce409e_d20260826_m052434_c001_v0001178_t0030_u01787721874333") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134b6_d20260826_m052429_c001_v7007000_t0000_u01787721869003") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4062_d20260826_m052422_c001_v0001178_t0030_u01787721862351") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4278cc7fe3370ac3_d20260826_m052417_c001_v7007000_t0000_u01787721857194") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce400e_d20260826_m052410_c001_v0001178_t0030_u01787721850248") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4025158402af55d5_d20260826_m052510_c001_v7007000_t0000_u01787721910786") 2026/08/26 05:27:26 DEBUG : dir1/0013-789;=.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca8019f_d20260826_m052507_c001_v0001182_t0016_u01787721907762") 2026/08/26 05:27:26 DEBUG : dir1/0014-89;=.: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d27_d20260826_m052528_c001_v7007000_t0000_u01787721928941") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80283_d20260826_m052523_c001_v0001182_t0035_u01787721923422") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b70_d20260826_m052628_c001_v7007000_t0000_u01787721988350") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80547_d20260826_m052621_c001_v0001182_t0035_u01787721981988") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b38_d20260826_m052616_c001_v7007000_t0000_u01787721976669") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca804b5_d20260826_m052609_c001_v0001182_t0035_u01787721969988") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216aac_d20260826_m052604_c001_v7007000_t0000_u01787721964810") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80417_d20260826_m052558_c001_v0001182_t0035_u01787721958057") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d64_d20260826_m052552_c001_v7007000_t0000_u01787721952784") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8038d_d20260826_m052546_c001_v0001182_t0035_u01787721946382") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d4b_d20260826_m052541_c001_v7007000_t0000_u01787721941200") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca802ef_d20260826_m052534_c001_v0001182_t0035_u01787721934256") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4025158402af5606_d20260826_m052523_c001_v7007000_t0000_u01787721923658") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013e2d_d20260826_m052520_c001_v0001183_t0009_u01787721920845") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189f8_d20260826_m052515_c001_v7007000_t0000_u01787721915502") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013ddb_d20260826_m052510_c001_v0001183_t0009_u01787721910232") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189de_d20260826_m052508_c001_v7007000_t0000_u01787721908335") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca8017f_d20260826_m052505_c001_v0001182_t0035_u01787721905096") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03e6_d20260826_m052459_c001_v7007000_t0000_u01787721899569") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80103_d20260826_m052454_c001_v0001182_t0035_u01787721894425") 2026/08/26 05:27:27 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03cb_d20260826_m052452_c001_v7007000_t0000_u01787721892151") 2026/08/26 05:27:28 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013cd5_d20260826_m052449_c001_v0001183_t0009_u01787721889132") 2026/08/26 05:27:28 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f2565_d20260826_m052438_c001_v7007000_t0000_u01787721878174") 2026/08/26 05:27:28 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca80015_d20260826_m052434_c001_v0001182_t0035_u01787721874517") 2026/08/26 05:27:28 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134b8_d20260826_m052429_c001_v7007000_t0000_u01787721869194") 2026/08/26 05:27:28 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7ffa5_d20260826_m052422_c001_v0001182_t0035_u01787721862539") 2026/08/26 05:27:28 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4278cc7fe3370ac4_d20260826_m052417_c001_v7007000_t0000_u01787721857373") 2026/08/26 05:27:28 DEBUG : dir1/0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7ff2d_d20260826_m052410_c001_v0001182_t0035_u01787721850434") 2026/08/26 05:27:28 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134e6_d20260826_m052510_c001_v7007000_t0000_u01787721910720") 2026/08/26 05:27:28 DEBUG : dir1/0014-89;=.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013da9_d20260826_m052507_c001_v0001183_t0036_u01787721907774") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d28_d20260826_m052529_c001_v7007000_t0000_u01787721929123") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.t: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eec4_d20260826_m052523_c001_v0001176_t0003_u01787721923435") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b71_d20260826_m052628_c001_v7007000_t0000_u01787721988532") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7f002_d20260826_m052622_c001_v0001176_t0003_u01787721982170") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b3b_d20260826_m052616_c001_v7007000_t0000_u01787721976852") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7efae_d20260826_m052610_c001_v0001176_t0003_u01787721970171") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216ab2_d20260826_m052604_c001_v7007000_t0000_u01787721964992") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ef7a_d20260826_m052558_c001_v0001176_t0003_u01787721958240") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d67_d20260826_m052552_c001_v7007000_t0000_u01787721952967") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ef48_d20260826_m052546_c001_v0001176_t0003_u01787721946565") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d4c_d20260826_m052541_c001_v7007000_t0000_u01787721941383") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eef8_d20260826_m052534_c001_v0001176_t0003_u01787721934438") 2026/08/26 05:27:28 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4171cfbc6ad47c40_d20260826_m052523_c001_v7007000_t0000_u01787721923632") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41c8_d20260826_m052521_c001_v0001178_t0030_u01787721921030") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189f9_d20260826_m052515_c001_v7007000_t0000_u01787721915683") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce418e_d20260826_m052510_c001_v0001178_t0030_u01787721910341") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134e2_d20260826_m052508_c001_v7007000_t0000_u01787721908354") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee40_d20260826_m052505_c001_v0001176_t0003_u01787721905279") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03e7_d20260826_m052459_c001_v7007000_t0000_u01787721899749") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7edc6_d20260826_m052454_c001_v0001176_t0003_u01787721894440") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd0185f_d20260826_m052452_c001_v7007000_t0000_u01787721892307") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed92_d20260826_m052449_c001_v0001176_t0003_u01787721889319") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4084e4f6fa171d33_d20260826_m052438_c001_v7007000_t0000_u01787721878413") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed3e_d20260826_m052434_c001_v0001176_t0003_u01787721874700") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134ba_d20260826_m052429_c001_v7007000_t0000_u01787721869379") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed08_d20260826_m052422_c001_v0001176_t0003_u01787721862725") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4278cc7fe3370ac5_d20260826_m052417_c001_v7007000_t0000_u01787721857552") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ecc6_d20260826_m052410_c001_v0001176_t0003_u01787721850619") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01879_d20260826_m052510_c001_v7007000_t0000_u01787721910891") 2026/08/26 05:27:29 DEBUG : dir1/0015-9;=.txtSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee5c_d20260826_m052507_c001_v0001176_t0003_u01787721907787") 2026/08/26 05:27:29 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01849_d20260826_m052441_c001_v7007000_t0000_u01787721881087") 2026/08/26 05:27:29 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce40b0_d20260826_m052437_c001_v0001178_t0026_u01787721877035") 2026/08/26 05:27:29 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd0184a_d20260826_m052441_c001_v7007000_t0000_u01787721881269") 2026/08/26 05:27:29 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013c53_d20260826_m052437_c001_v0001183_t0034_u01787721877044") 2026/08/26 05:27:29 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd0184c_d20260826_m052441_c001_v7007000_t0000_u01787721881450") 2026/08/26 05:27:30 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca80033_d20260826_m052437_c001_v0001182_t0025_u01787721877054") 2026/08/26 05:27:30 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd0184d_d20260826_m052441_c001_v7007000_t0000_u01787721881630") 2026/08/26 05:27:30 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7ed4a_d20260826_m052437_c001_v0001176_t0017_u01787721877064") 2026/08/26 05:27:30 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd0184e_d20260826_m052441_c001_v7007000_t0000_u01787721881811") 2026/08/26 05:27:30 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013c57_d20260826_m052437_c001_v0001183_t0002_u01787721877250") 2026/08/26 05:27:30 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd0184f_d20260826_m052442_c001_v7007000_t0000_u01787721882031") 2026/08/26 05:27:30 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca80037_d20260826_m052437_c001_v0001182_t0017_u01787721877262") 2026/08/26 05:27:30 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01851_d20260826_m052442_c001_v7007000_t0000_u01787721882212") 2026/08/26 05:27:30 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce40b4_d20260826_m052437_c001_v0001178_t0029_u01787721877275") 2026/08/26 05:27:30 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01852_d20260826_m052442_c001_v7007000_t0000_u01787721882395") 2026/08/26 05:27:30 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7ed4c_d20260826_m052437_c001_v0001176_t0035_u01787721877284") 2026/08/26 05:27:30 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01853_d20260826_m052442_c001_v7007000_t0000_u01787721882575") 2026/08/26 05:27:30 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013c59_d20260826_m052437_c001_v0001183_t0048_u01787721877458") 2026/08/26 05:27:30 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01854_d20260826_m052442_c001_v7007000_t0000_u01787721882754") 2026/08/26 05:27:30 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca80039_d20260826_m052437_c001_v0001182_t0032_u01787721877471") 2026/08/26 05:27:30 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01855_d20260826_m052442_c001_v7007000_t0000_u01787721882934") 2026/08/26 05:27:30 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7ed52_d20260826_m052437_c001_v0001176_t0003_u01787721877501") 2026/08/26 05:27:30 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01856_d20260826_m052443_c001_v7007000_t0000_u01787721883116") 2026/08/26 05:27:30 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce40b6_d20260826_m052437_c001_v0001178_t0020_u01787721877532") 2026/08/26 05:27:30 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01857_d20260826_m052443_c001_v7007000_t0000_u01787721883296") 2026/08/26 05:27:31 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca8003b_d20260826_m052437_c001_v0001182_t0004_u01787721877669") 2026/08/26 05:27:31 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01858_d20260826_m052443_c001_v7007000_t0000_u01787721883476") 2026/08/26 05:27:31 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013c5b_d20260826_m052437_c001_v0001183_t0001_u01787721877766") 2026/08/26 05:27:31 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01859_d20260826_m052443_c001_v7007000_t0000_u01787721883657") 2026/08/26 05:27:31 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7ed54_d20260826_m052437_c001_v0001176_t0046_u01787721877766") 2026/08/26 05:27:31 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd0185a_d20260826_m052443_c001_v7007000_t0000_u01787721883837") 2026/08/26 05:27:31 DEBUG : dir1/MDAxNS05Oz0udHh0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce40b8_d20260826_m052437_c001_v0001178_t0030_u01787721877766") 2026/08/26 05:27:31 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4278cc7fe3370b22_d20260826_m052454_c001_v7007000_t0000_u01787721894686") 2026/08/26 05:27:31 DEBUG : dir1/PREFIX0000-abcdefg.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce40fc_d20260826_m052451_c001_v0001178_t0040_u01787721891134") 2026/08/26 05:27:31 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4225634d9f76d8b0_d20260826_m052454_c001_v7007000_t0000_u01787721894999") 2026/08/26 05:27:31 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca800cb_d20260826_m052451_c001_v0001182_t0033_u01787721891146") 2026/08/26 05:27:31 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f412790c8321bc578_d20260826_m052454_c001_v7007000_t0000_u01787721894644") 2026/08/26 05:27:31 DEBUG : dir1/PREFIX0002-cdefghi.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013ce9_d20260826_m052451_c001_v0001183_t0055_u01787721891155") 2026/08/26 05:27:31 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01865_d20260826_m052454_c001_v7007000_t0000_u01787721894696") 2026/08/26 05:27:31 DEBUG : dir1/PREFIX0003-defghij.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7eda2_d20260826_m052451_c001_v0001176_t0041_u01787721891167") 2026/08/26 05:27:31 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03d0_d20260826_m052454_c001_v7007000_t0000_u01787721894654") 2026/08/26 05:27:31 DEBUG : dir1/PREFIX0004-efghijk.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013ceb_d20260826_m052451_c001_v0001183_t0027_u01787721891356") 2026/08/26 05:27:31 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f412790c8321bc57a_d20260826_m052455_c001_v7007000_t0000_u01787721895010") 2026/08/26 05:27:31 DEBUG : dir1/PREFIX0005-fghijkl.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce4100_d20260826_m052451_c001_v0001178_t0002_u01787721891367") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f410bac62f6b45ca7_d20260826_m052454_c001_v7007000_t0000_u01787721894806") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0006-ghijklm.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca800cd_d20260826_m052451_c001_v0001182_t0000_u01787721891378") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415f682205cf623f_d20260826_m052454_c001_v7007000_t0000_u01787721894669") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0007-1234567.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7eda6_d20260826_m052451_c001_v0001176_t0054_u01787721891388") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415f682205cf6240_d20260826_m052454_c001_v7007000_t0000_u01787721894849") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0008-2345678.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce4102_d20260826_m052451_c001_v0001178_t0035_u01787721891575") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4225634d9f76d8af_d20260826_m052454_c001_v7007000_t0000_u01787721894816") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0009-3456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013cef_d20260826_m052451_c001_v0001183_t0029_u01787721891585") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f257e_d20260826_m052454_c001_v7007000_t0000_u01787721894861") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0010-456789.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca800d1_d20260826_m052451_c001_v0001182_t0049_u01787721891596") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4278cc7fe3370b24_d20260826_m052454_c001_v7007000_t0000_u01787721894873") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0011-56789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7eda8_d20260826_m052451_c001_v0001176_t0052_u01787721891607") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03d2_d20260826_m052455_c001_v7007000_t0000_u01787721895021") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0012-6789;.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce4108_d20260826_m052451_c001_v0001178_t0023_u01787721891796") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f412790c8321bc579_d20260826_m052454_c001_v7007000_t0000_u01787721894827") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0013-789;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d013cf5_d20260826_m052451_c001_v0001183_t0042_u01787721891849") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd01866_d20260826_m052454_c001_v7007000_t0000_u01787721894883") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0014-89;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7edac_d20260826_m052451_c001_v0001176_t0052_u01787721891873") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f425a8c9b547f257d_d20260826_m052454_c001_v7007000_t0000_u01787721894674") 2026/08/26 05:27:32 DEBUG : dir1/PREFIX0015-9;=.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca800db_d20260826_m052451_c001_v0001182_t0035_u01787721891898") 2026/08/26 05:27:32 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018902_d20260826_m052318_c001_v7007000_t0000_u01787721798648") 2026/08/26 05:27:32 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f419d69af9ee81dcd_d20260826_m052316_c001_v0001161_t0012_u01787721796959") 2026/08/26 05:27:32 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4192968a8c3ff28b_d20260826_m052316_c001_v7007000_t0000_u01787721796779") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f419d69af9ee81dc1_d20260826_m052314_c001_v0001161_t0012_u01787721794518") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4192968a8c3ff287_d20260826_m052313_c001_v7007000_t0000_u01787721793797") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fcd4_d20260826_m052309_c001_v0001182_t0035_u01787721789534") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188ea_d20260826_m052308_c001_v7007000_t0000_u01787721788073") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f41987c21a8b7c9f8_d20260826_m052306_c001_v0001146_t0043_u01787721786174") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40174204de220008_d20260826_m052305_c001_v7007000_t0000_u01787721785993") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f41987c21a8b7c9ec_d20260826_m052303_c001_v0001146_t0043_u01787721783753") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40174204de220006_d20260826_m052303_c001_v7007000_t0000_u01787721783035") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fc80_d20260826_m052259_c001_v0001182_t0035_u01787721779148") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188e0_d20260826_m052257_c001_v7007000_t0000_u01787721777871") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4197767096cce481_d20260826_m052256_c001_v0001097_t0035_u01787721776747") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f41620da363d1afa9_d20260826_m052256_c001_v7007000_t0000_u01787721776563") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4197767096cce473_d20260826_m052254_c001_v0001097_t0035_u01787721774313") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f41620da363d1afa2_d20260826_m052253_c001_v7007000_t0000_u01787721773582") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eaf2_d20260826_m052249_c001_v0001176_t0003_u01787721769730") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188da_d20260826_m052248_c001_v7007000_t0000_u01787721768813") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f416f454fe14c38b4_d20260826_m052247_c001_v0001185_t0040_u01787721767333") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f420af02781378f34_d20260826_m052247_c001_v7007000_t0000_u01787721767146") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f416f454fe14c3896_d20260826_m052244_c001_v0001185_t0040_u01787721764508") 2026/08/26 05:27:33 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f420af02781378f30_d20260826_m052243_c001_v7007000_t0000_u01787721763779") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3de1_d20260826_m052238_c001_v0001178_t0030_u01787721758057") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd010fb_d20260826_m052237_c001_v7007000_t0000_u01787721757153") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4049e6d9505a8344_d20260826_m052235_c001_v0001179_t0004_u01787721755680") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4192968a8c3ff247_d20260826_m052235_c001_v7007000_t0000_u01787721755497") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4049e6d9505a8336_d20260826_m052232_c001_v0001179_t0004_u01787721752901") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4192968a8c3ff23e_d20260826_m052232_c001_v7007000_t0000_u01787721752177") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fb30_d20260826_m052226_c001_v0001182_t0035_u01787721746593") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f424930067b0842e2_d20260826_m052225_c001_v7007000_t0000_u01787721745649") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4019fbe4aaf112ec_d20260826_m052224_c001_v0001173_t0054_u01787721744177") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4171cfbc6ad47bc8_d20260826_m052223_c001_v7007000_t0000_u01787721743995") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4019fbe4aaf112ca_d20260826_m052221_c001_v0001173_t0054_u01787721741380") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4171cfbc6ad47bb1_d20260826_m052220_c001_v7007000_t0000_u01787721740654") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ea3c_d20260826_m052215_c001_v0001176_t0003_u01787721735194") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f421d622144c02480_d20260826_m052214_c001_v7007000_t0000_u01787721734109") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4027a5b5b719408b_d20260826_m052209_c001_v0001043_t0042_u01787721729136") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce0355_d20260826_m052208_c001_v7007000_t0000_u01787721728940") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3d09_d20260826_m052204_c001_v0001178_t0030_u01787721724932") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413d14066f040954_d20260826_m052204_c001_v0001106_t0039_u01787721724202") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413d14066f04094a_d20260826_m052203_c001_v0001106_t0039_u01787721723288") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4171cfbc6ad47b71_d20260826_m052150_c001_v7007000_t0000_u01787721710553") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e996_d20260826_m052144_c001_v0001176_t0003_u01787721704035") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4174b77dfabfc1cc_d20260826_m052143_c001_v0001145_t0015_u01787721703293") 2026/08/26 05:27:34 DEBUG : dst/one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4174b77dfabfc1c0_d20260826_m052142_c001_v0001145_t0015_u01787721702372") 2026/08/26 05:27:35 DEBUG : dst/one-2019-01-01: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018903_d20260826_m052318_c001_v7007000_t0000_u01787721798828") 2026/08/26 05:27:35 DEBUG : dst/one-2019-01-01: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f416f454fe14c39c4_d20260826_m052316_c001_v0001185_t0052_u01787721796594") 2026/08/26 05:27:35 DEBUG : dst/one-2019-01-01: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4127187cf735a416_d20260826_m052313_c001_v0001040_t0029_u01787721793611") 2026/08/26 05:27:35 DEBUG : dst/one.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188eb_d20260826_m052308_c001_v7007000_t0000_u01787721788255") 2026/08/26 05:27:35 DEBUG : dst/one.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f402f7c217092bb28_d20260826_m052305_c001_v0001157_t0024_u01787721785810") 2026/08/26 05:27:35 DEBUG : dst/one.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400a31ffb7e91afb_d20260826_m052302_c001_v0001032_t0035_u01787721782851") 2026/08/26 05:27:35 DEBUG : dst/one.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188e1_d20260826_m052258_c001_v7007000_t0000_u01787721778053") 2026/08/26 05:27:35 DEBUG : dst/one.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40376d2ecd66f87b_d20260826_m052256_c001_v0001090_t0010_u01787721776379") 2026/08/26 05:27:35 DEBUG : dst/one.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405e75799a85f0d3_d20260826_m052253_c001_v0001116_t0057_u01787721773398") 2026/08/26 05:27:35 DEBUG : dst/three: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f421d622144c02481_d20260826_m052214_c001_v7007000_t0000_u01787721734294") 2026/08/26 05:27:35 DEBUG : dst/three: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413d14066f040994_d20260826_m052212_c001_v0001106_t0039_u01787721732830") 2026/08/26 05:27:35 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018904_d20260826_m052319_c001_v7007000_t0000_u01787721799010") 2026/08/26 05:27:35 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413322ab5cb749cc_d20260826_m052317_c001_v0001137_t0046_u01787721797705") 2026/08/26 05:27:35 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f414dfecb9e355047_d20260826_m052315_c001_v0001178_t0009_u01787721795266") 2026/08/26 05:27:35 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018905_d20260826_m052319_c001_v7007000_t0000_u01787721799193") 2026/08/26 05:27:35 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f419d69af9ee81dcf_d20260826_m052318_c001_v0001161_t0012_u01787721798078") 2026/08/26 05:27:35 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4192968a8c3ff28c_d20260826_m052317_c001_v7007000_t0000_u01787721797897") 2026/08/26 05:27:35 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f419d69af9ee81dc9_d20260826_m052315_c001_v0001161_t0012_u01787721795633") 2026/08/26 05:27:35 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4192968a8c3ff289_d20260826_m052315_c001_v7007000_t0000_u01787721795451") 2026/08/26 05:27:35 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eb52_d20260826_m052310_c001_v0001176_t0003_u01787721790620") 2026/08/26 05:27:35 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188ec_d20260826_m052308_c001_v7007000_t0000_u01787721788437") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f41987c21a8b7c9fe_d20260826_m052307_c001_v0001146_t0043_u01787721787500") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40174204de22000a_d20260826_m052307_c001_v7007000_t0000_u01787721787318") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f41987c21a8b7c9f2_d20260826_m052304_c001_v0001146_t0043_u01787721784864") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40174204de220007_d20260826_m052304_c001_v7007000_t0000_u01787721784681") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eb2e_d20260826_m052259_c001_v0001176_t0003_u01787721779874") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f41620da363d1afab_d20260826_m052257_c001_v7007000_t0000_u01787721777312") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eb10_d20260826_m052255_c001_v0001176_t0003_u01787721775610") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f41620da363d1afa3_d20260826_m052254_c001_v7007000_t0000_u01787721774876") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3e1d_d20260826_m052250_c001_v0001178_t0030_u01787721770492") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f420af02781378f35_d20260826_m052247_c001_v7007000_t0000_u01787721767898") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3dff_d20260826_m052246_c001_v0001178_t0030_u01787721766161") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f420af02781378f32_d20260826_m052245_c001_v7007000_t0000_u01787721765073") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fb9c_d20260826_m052238_c001_v0001182_t0035_u01787721758919") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4192968a8c3ff24a_d20260826_m052236_c001_v7007000_t0000_u01787721756242") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fb76_d20260826_m052234_c001_v0001182_t0035_u01787721754558") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4192968a8c3ff242_d20260826_m052233_c001_v7007000_t0000_u01787721753467") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ea86_d20260826_m052227_c001_v0001176_t0003_u01787721747317") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4171cfbc6ad47bcb_d20260826_m052224_c001_v7007000_t0000_u01787721744740") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ea6e_d20260826_m052223_c001_v0001176_t0003_u01787721743037") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4171cfbc6ad47bba_d20260826_m052221_c001_v7007000_t0000_u01787721741950") 2026/08/26 05:27:36 DEBUG : dst/three.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3d4b_d20260826_m052215_c001_v0001178_t0030_u01787721735920") 2026/08/26 05:27:36 DEBUG : dst/three.txt.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188ed_d20260826_m052308_c001_v7007000_t0000_u01787721788618") 2026/08/26 05:27:36 DEBUG : dst/three.txt.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413ecffd5b604922_d20260826_m052307_c001_v0001171_t0026_u01787721787134") 2026/08/26 05:27:37 DEBUG : dst/three.txt.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f408c519dd48338b0_d20260826_m052304_c001_v0001029_t0002_u01787721784492") 2026/08/26 05:27:37 DEBUG : dst/three.txt.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188e2_d20260826_m052258_c001_v7007000_t0000_u01787721778234") 2026/08/26 05:27:37 DEBUG : dst/three.txt.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4132b7cb7fc88829_d20260826_m052257_c001_v0001104_t0053_u01787721777127") 2026/08/26 05:27:37 DEBUG : dst/three.txt.bak: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f403ce8a5f067e94f_d20260826_m052254_c001_v0001099_t0000_u01787721774691") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018906_d20260826_m052319_c001_v7007000_t0000_u01787721799375") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3e98_d20260826_m052310_c001_v0001178_t0030_u01787721790080") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188ee_d20260826_m052308_c001_v7007000_t0000_u01787721788800") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3e5c_d20260826_m052259_c001_v0001178_t0030_u01787721779690") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188e4_d20260826_m052258_c001_v7007000_t0000_u01787721778416") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fc1c_d20260826_m052250_c001_v0001182_t0035_u01787721770307") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000188db_d20260826_m052248_c001_v7007000_t0000_u01787721768995") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eac4_d20260826_m052238_c001_v0001176_t0003_u01787721758601") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f423dae673dd010fc_d20260826_m052237_c001_v7007000_t0000_u01787721757333") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3dad_d20260826_m052227_c001_v0001178_t0030_u01787721747133") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f424930067b0842e3_d20260826_m052225_c001_v7007000_t0000_u01787721745831") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fabc_d20260826_m052215_c001_v0001182_t0035_u01787721735738") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f421d622144c02482_d20260826_m052214_c001_v7007000_t0000_u01787721734472") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404ce4c8030e4017_d20260826_m052210_c001_v0001167_t0010_u01787721730617") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4171cfbc6ad47b72_d20260826_m052150_c001_v7007000_t0000_u01787721710735") 2026/08/26 05:27:37 DEBUG : dst/two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4174b77dfabfc1f6_d20260826_m052149_c001_v0001145_t0015_u01787721709634") 2026/08/26 05:27:37 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415f682205cf6156_d20260826_m052116_c001_v7007000_t0000_u01787721676495") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3b8d_d20260826_m052113_c001_v0001178_t0030_u01787721673109") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415f682205cf614f_d20260826_m052111_c001_v7007000_t0000_u01787721671084") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3b3b_d20260826_m052101_c001_v0001178_t0030_u01787721661344") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133b1_d20260826_m052052_c001_v7007000_t0000_u01787721652402") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3b01_d20260826_m052049_c001_v0001178_t0030_u01787721649644") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d88c_d20260826_m052032_c001_v7007000_t0000_u01787721632287") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7f0_d20260826_m052030_c001_v0001176_t0003_u01787721630514") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d884_d20260826_m052029_c001_v7007000_t0000_u01787721629671") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7e8_d20260826_m052028_c001_v0001176_t0003_u01787721628515") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d877_d20260826_m052026_c001_v7007000_t0000_u01787721626064") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7cc_d20260826_m052024_c001_v0001176_t0003_u01787721624473") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d870_d20260826_m052023_c001_v7007000_t0000_u01787721623740") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7c0_d20260826_m052022_c001_v0001176_t0003_u01787721622569") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d857_d20260826_m052017_c001_v7007000_t0000_u01787721617715") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e79c_d20260826_m052016_c001_v0001176_t0003_u01787721616391") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d851_d20260826_m052015_c001_v7007000_t0000_u01787721615661") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e792_d20260826_m052014_c001_v0001176_t0003_u01787721614930") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cd3_d20260826_m052010_c001_v7007000_t0000_u01787721610892") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e76e_d20260826_m052009_c001_v0001176_t0003_u01787721609742") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cce_d20260826_m052007_c001_v7007000_t0000_u01787721607929") 2026/08/26 05:27:38 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e758_d20260826_m052007_c001_v0001176_t0003_u01787721607031") 2026/08/26 05:27:39 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2ccc_d20260826_m052006_c001_v7007000_t0000_u01787721606671") 2026/08/26 05:27:39 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f409a7c12399cd611_d20260826_m052006_c001_v0001115_t0026_u01787721606131") 2026/08/26 05:27:39 DEBUG : empty space: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e74e_d20260826_m052004_c001_v0001176_t0003_u01787721604668") 2026/08/26 05:27:39 DEBUG : enormous: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d888_d20260826_m052031_c001_v7007000_t0000_u01787721631293") 2026/08/26 05:27:39 DEBUG : enormous: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e7f2_d20260826_m052030_c001_v0001176_t0022_u01787721630697") 2026/08/26 05:27:39 DEBUG : existing: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018909_d20260826_m052323_c001_v7007000_t0000_u01787721803816") 2026/08/26 05:27:39 DEBUG : existing: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eb80_d20260826_m052322_c001_v0001176_t0003_u01787721802687") 2026/08/26 05:27:39 DEBUG : existing: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133ad_d20260826_m052048_c001_v7007000_t0000_u01787721648077") 2026/08/26 05:27:39 DEBUG : existing: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e848_d20260826_m052047_c001_v0001176_t0003_u01787721647158") 2026/08/26 05:27:39 DEBUG : existing: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cc6_d20260826_m052002_c001_v7007000_t0000_u01787721602285") 2026/08/26 05:27:39 DEBUG : existing: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e730_d20260826_m052001_c001_v0001176_t0003_u01787721601387") 2026/08/26 05:27:39 DEBUG : existing: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cc5_d20260826_m052000_c001_v7007000_t0000_u01787721600849") 2026/08/26 05:27:39 DEBUG : existing: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e728_d20260826_m052000_c001_v0001176_t0003_u01787721600307") 2026/08/26 05:27:39 DEBUG : existing: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e722_d20260826_m051959_c001_v0001176_t0003_u01787721599586") 2026/08/26 05:27:39 DEBUG : existing-b: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133ae_d20260826_m052048_c001_v7007000_t0000_u01787721648262") 2026/08/26 05:27:39 DEBUG : existing-b: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3aeb_d20260826_m052047_c001_v0001178_t0030_u01787721647149") 2026/08/26 05:27:39 DEBUG : file1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001895a_d20260826_m052403_c001_v7007000_t0000_u01787721843301") 2026/08/26 05:27:39 DEBUG : file1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3fe4_d20260826_m052402_c001_v0001178_t0030_u01787721842200") 2026/08/26 05:27:39 DEBUG : file1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018951_d20260826_m052401_c001_v7007000_t0000_u01787721841249") 2026/08/26 05:27:39 DEBUG : file1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3fd8_d20260826_m052400_c001_v0001178_t0030_u01787721840460") 2026/08/26 05:27:39 DEBUG : five: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d896_d20260826_m052035_c001_v7007000_t0000_u01787721635631") 2026/08/26 05:27:40 DEBUG : five: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e806_d20260826_m052033_c001_v0001176_t0003_u01787721633751") 2026/08/26 05:27:40 DEBUG : foo: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2ccf_d20260826_m052009_c001_v7007000_t0000_u01787721609380") 2026/08/26 05:27:40 DEBUG : foo: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e766_d20260826_m052008_c001_v0001176_t0003_u01787721608841") 2026/08/26 05:27:40 DEBUG : foo: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e762_d20260826_m052008_c001_v0001176_t0003_u01787721608290") 2026/08/26 05:27:40 DEBUG : four: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d897_d20260826_m052035_c001_v7007000_t0000_u01787721635814") 2026/08/26 05:27:40 DEBUG : four: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3a9b_d20260826_m052034_c001_v0001178_t0030_u01787721634320") 2026/08/26 05:27:40 DEBUG : four: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e802_d20260826_m052033_c001_v0001176_t0003_u01787721633203") 2026/08/26 05:27:40 DEBUG : hello world2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b08_d20260826_m051924_c001_v7007000_t0000_u01787721564318") 2026/08/26 05:27:40 DEBUG : hello world2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e642_d20260826_m051923_c001_v0001176_t0003_u01787721563780") 2026/08/26 05:27:40 DEBUG : ignore-size: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cc4_d20260826_m051959_c001_v7007000_t0000_u01787721599227") 2026/08/26 05:27:40 DEBUG : ignore-size: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e71e_d20260826_m051958_c001_v0001176_t0003_u01787721598327") 2026/08/26 05:27:40 DEBUG : nested/sub dir/file: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133a7_d20260826_m052046_c001_v7007000_t0000_u01787721646410") 2026/08/26 05:27:40 DEBUG : nested/sub dir/file: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7f6d8_d20260826_m052045_c001_v0001182_t0035_u01787721645861") 2026/08/26 05:27:40 DEBUG : nested/sub dir/file: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133a5_d20260826_m052044_c001_v7007000_t0000_u01787721644976") 2026/08/26 05:27:40 DEBUG : nested/sub dir/file: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3ad7_d20260826_m052044_c001_v0001178_t0030_u01787721644428") 2026/08/26 05:27:40 DEBUG : one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d898_d20260826_m052035_c001_v7007000_t0000_u01787721635996") 2026/08/26 05:27:40 DEBUG : one: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7fa_d20260826_m052032_c001_v0001176_t0003_u01787721632654") 2026/08/26 05:27:40 DEBUG : only0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001892c_d20260826_m052356_c001_v7007000_t0000_u01787721836041") 2026/08/26 05:27:40 DEBUG : only0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec46_d20260826_m052351_c001_v0001176_t0003_u01787721831524") 2026/08/26 05:27:40 DEBUG : only0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fde8_d20260826_m052342_c001_v0001182_t0035_u01787721822322") 2026/08/26 05:27:41 DEBUG : only0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a75_d20260826_m052336_c001_v7007000_t0000_u01787721816071") 2026/08/26 05:27:41 DEBUG : only0: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eb94_d20260826_m052327_c001_v0001176_t0003_u01787721807578") 2026/08/26 05:27:41 DEBUG : only1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001892e_d20260826_m052356_c001_v7007000_t0000_u01787721836222") 2026/08/26 05:27:41 DEBUG : only1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe60_d20260826_m052351_c001_v0001182_t0035_u01787721831514") 2026/08/26 05:27:41 DEBUG : only1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ebf4_d20260826_m052343_c001_v0001176_t0003_u01787721823057") 2026/08/26 05:27:41 DEBUG : only1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a78_d20260826_m052336_c001_v7007000_t0000_u01787721816610") 2026/08/26 05:27:41 DEBUG : only1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f0a_d20260826_m052327_c001_v0001178_t0030_u01787721807946") 2026/08/26 05:27:41 DEBUG : only10: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018930_d20260826_m052356_c001_v7007000_t0000_u01787721836402") 2026/08/26 05:27:41 DEBUG : only10: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3fa2_d20260826_m052350_c001_v0001178_t0030_u01787721830981") 2026/08/26 05:27:41 DEBUG : only10: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec16_d20260826_m052346_c001_v0001176_t0003_u01787721826377") 2026/08/26 05:27:41 DEBUG : only10: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f424930067b084310_d20260826_m052336_c001_v7007000_t0000_u01787721816263") 2026/08/26 05:27:41 DEBUG : only10: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f22_d20260826_m052331_c001_v0001178_t0030_u01787721811293") 2026/08/26 05:27:41 DEBUG : only11: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018931_d20260826_m052356_c001_v7007000_t0000_u01787721836592") 2026/08/26 05:27:41 DEBUG : only11: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe50_d20260826_m052350_c001_v0001182_t0035_u01787721830557") 2026/08/26 05:27:41 DEBUG : only11: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f80_d20260826_m052346_c001_v0001178_t0030_u01787721826744") 2026/08/26 05:27:41 DEBUG : only11: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a77_d20260826_m052336_c001_v7007000_t0000_u01787721816430") 2026/08/26 05:27:41 DEBUG : only11: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd8e_d20260826_m052331_c001_v0001182_t0035_u01787721811662") 2026/08/26 05:27:41 DEBUG : only12: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018932_d20260826_m052356_c001_v7007000_t0000_u01787721836810") 2026/08/26 05:27:41 DEBUG : only12: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f9e_d20260826_m052350_c001_v0001178_t0030_u01787721830565") 2026/08/26 05:27:41 DEBUG : only12: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe2c_d20260826_m052347_c001_v0001182_t0035_u01787721827113") 2026/08/26 05:27:41 DEBUG : only12: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a79_d20260826_m052336_c001_v7007000_t0000_u01787721816791") 2026/08/26 05:27:41 DEBUG : only12: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ebb6_d20260826_m052332_c001_v0001176_t0003_u01787721812028") 2026/08/26 05:27:42 DEBUG : only13: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018933_d20260826_m052356_c001_v7007000_t0000_u01787721836990") 2026/08/26 05:27:42 DEBUG : only13: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec30_d20260826_m052350_c001_v0001176_t0003_u01787721830576") 2026/08/26 05:27:42 DEBUG : only13: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec20_d20260826_m052347_c001_v0001176_t0003_u01787721827478") 2026/08/26 05:27:42 DEBUG : only13: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca0287420c2ed_d20260826_m052336_c001_v7007000_t0000_u01787721816084") 2026/08/26 05:27:42 DEBUG : only13: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f2a_d20260826_m052332_c001_v0001178_t0030_u01787721812395") 2026/08/26 05:27:42 DEBUG : only14: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018934_d20260826_m052357_c001_v7007000_t0000_u01787721837170") 2026/08/26 05:27:42 DEBUG : only14: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013a0d_d20260826_m052351_c001_v0001183_t0009_u01787721831125") 2026/08/26 05:27:42 DEBUG : only14: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f8e_d20260826_m052347_c001_v0001178_t0030_u01787721827847") 2026/08/26 05:27:42 DEBUG : only14: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca0287420c2ee_d20260826_m052336_c001_v7007000_t0000_u01787721816276") 2026/08/26 05:27:42 DEBUG : only14: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd9c_d20260826_m052332_c001_v0001182_t0035_u01787721812763") 2026/08/26 05:27:42 DEBUG : only15: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018936_d20260826_m052357_c001_v7007000_t0000_u01787721837349") 2026/08/26 05:27:42 DEBUG : only15: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe52_d20260826_m052350_c001_v0001182_t0035_u01787721830774") 2026/08/26 05:27:42 DEBUG : only15: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe32_d20260826_m052348_c001_v0001182_t0035_u01787721828216") 2026/08/26 05:27:42 DEBUG : only15: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4055704355e1203f_d20260826_m052336_c001_v7007000_t0000_u01787721816228") 2026/08/26 05:27:42 DEBUG : only15: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ebbc_d20260826_m052333_c001_v0001176_t0003_u01787721813129") 2026/08/26 05:27:42 DEBUG : only16: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018938_d20260826_m052357_c001_v7007000_t0000_u01787721837528") 2026/08/26 05:27:42 DEBUG : only16: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec32_d20260826_m052350_c001_v0001176_t0003_u01787721830783") 2026/08/26 05:27:42 DEBUG : only16: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec2a_d20260826_m052348_c001_v0001176_t0003_u01787721828586") 2026/08/26 05:27:42 DEBUG : only16: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4055704355e1203c_d20260826_m052335_c001_v7007000_t0000_u01787721815686") 2026/08/26 05:27:42 DEBUG : only16: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f30_d20260826_m052333_c001_v0001178_t0030_u01787721813525") 2026/08/26 05:27:43 DEBUG : only17: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018939_d20260826_m052357_c001_v7007000_t0000_u01787721837708") 2026/08/26 05:27:43 DEBUG : only17: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3fa0_d20260826_m052350_c001_v0001178_t0030_u01787721830794") 2026/08/26 05:27:43 DEBUG : only17: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f96_d20260826_m052348_c001_v0001178_t0030_u01787721828952") 2026/08/26 05:27:43 DEBUG : only17: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f424930067b084311_d20260826_m052336_c001_v7007000_t0000_u01787721816443") 2026/08/26 05:27:43 DEBUG : only17: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fda6_d20260826_m052333_c001_v0001182_t0035_u01787721813891") 2026/08/26 05:27:43 DEBUG : only18: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001893a_d20260826_m052357_c001_v7007000_t0000_u01787721837900") 2026/08/26 05:27:43 DEBUG : only18: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe56_d20260826_m052350_c001_v0001182_t0035_u01787721830961") 2026/08/26 05:27:43 DEBUG : only18: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe3c_d20260826_m052349_c001_v0001182_t0035_u01787721829320") 2026/08/26 05:27:43 DEBUG : only18: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca0287420c2ef_d20260826_m052336_c001_v7007000_t0000_u01787721816457") 2026/08/26 05:27:43 DEBUG : only18: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ebcc_d20260826_m052334_c001_v0001176_t0003_u01787721814257") 2026/08/26 05:27:43 DEBUG : only19: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001893c_d20260826_m052358_c001_v7007000_t0000_u01787721838080") 2026/08/26 05:27:43 DEBUG : only19: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec36_d20260826_m052350_c001_v0001176_t0003_u01787721830971") 2026/08/26 05:27:43 DEBUG : only19: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec2e_d20260826_m052349_c001_v0001176_t0003_u01787721829686") 2026/08/26 05:27:44 DEBUG : only19: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4055704355e12041_d20260826_m052336_c001_v7007000_t0000_u01787721816588") 2026/08/26 05:27:44 DEBUG : only19: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f34_d20260826_m052334_c001_v0001178_t0030_u01787721814624") 2026/08/26 05:27:44 DEBUG : only2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001893e_d20260826_m052358_c001_v7007000_t0000_u01787721838260") 2026/08/26 05:27:44 DEBUG : only2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe5a_d20260826_m052351_c001_v0001182_t0035_u01787721831146") 2026/08/26 05:27:44 DEBUG : only2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f66_d20260826_m052343_c001_v0001178_t0030_u01787721823424") 2026/08/26 05:27:44 DEBUG : only2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f424930067b084312_d20260826_m052336_c001_v7007000_t0000_u01787721816623") 2026/08/26 05:27:44 DEBUG : only2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd68_d20260826_m052328_c001_v0001182_t0035_u01787721808313") 2026/08/26 05:27:44 DEBUG : only3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001893f_d20260826_m052358_c001_v7007000_t0000_u01787721838441") 2026/08/26 05:27:44 DEBUG : only3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec40_d20260826_m052351_c001_v0001176_t0003_u01787721831155") 2026/08/26 05:27:44 DEBUG : only3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fdf2_d20260826_m052343_c001_v0001182_t0035_u01787721823792") 2026/08/26 05:27:44 DEBUG : only3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4055704355e1203d_d20260826_m052335_c001_v7007000_t0000_u01787721815866") 2026/08/26 05:27:44 DEBUG : only3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eb9c_d20260826_m052328_c001_v0001176_t0003_u01787721808683") 2026/08/26 05:27:44 DEBUG : only4: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018940_d20260826_m052358_c001_v7007000_t0000_u01787721838621") 2026/08/26 05:27:44 DEBUG : only4: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3fa6_d20260826_m052351_c001_v0001178_t0030_u01787721831166") 2026/08/26 05:27:44 DEBUG : only4: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec02_d20260826_m052344_c001_v0001176_t0003_u01787721824160") 2026/08/26 05:27:44 DEBUG : only4: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405f3f94e4a86a76_d20260826_m052336_c001_v7007000_t0000_u01787721816250") 2026/08/26 05:27:44 DEBUG : only4: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f12_d20260826_m052329_c001_v0001178_t0030_u01787721809048") 2026/08/26 05:27:44 DEBUG : only5: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018942_d20260826_m052358_c001_v7007000_t0000_u01787721838800") 2026/08/26 05:27:44 DEBUG : only5: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013a11_d20260826_m052351_c001_v0001183_t0009_u01787721831309") 2026/08/26 05:27:44 DEBUG : only5: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f6e_d20260826_m052344_c001_v0001178_t0030_u01787721824531") 2026/08/26 05:27:45 DEBUG : only5: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4055704355e12040_d20260826_m052336_c001_v7007000_t0000_u01787721816408") 2026/08/26 05:27:45 DEBUG : only5: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd7a_d20260826_m052329_c001_v0001182_t0035_u01787721809414") 2026/08/26 05:27:45 DEBUG : only6: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018944_d20260826_m052358_c001_v7007000_t0000_u01787721838981") 2026/08/26 05:27:45 DEBUG : only6: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe5e_d20260826_m052351_c001_v0001182_t0035_u01787721831330") 2026/08/26 05:27:45 DEBUG : only6: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe00_d20260826_m052344_c001_v0001182_t0035_u01787721824899") 2026/08/26 05:27:45 DEBUG : only6: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca0287420c2f0_d20260826_m052336_c001_v7007000_t0000_u01787721816639") 2026/08/26 05:27:45 DEBUG : only6: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eba6_d20260826_m052329_c001_v0001176_t0003_u01787721809824") 2026/08/26 05:27:45 DEBUG : only7: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018945_d20260826_m052359_c001_v7007000_t0000_u01787721839161") 2026/08/26 05:27:45 DEBUG : only7: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec44_d20260826_m052351_c001_v0001176_t0003_u01787721831339") 2026/08/26 05:27:45 DEBUG : only7: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ec0e_d20260826_m052345_c001_v0001176_t0003_u01787721825266") 2026/08/26 05:27:45 DEBUG : only7: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4055704355e12042_d20260826_m052336_c001_v7007000_t0000_u01787721816774") 2026/08/26 05:27:45 DEBUG : only7: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f18_d20260826_m052330_c001_v0001178_t0030_u01787721810190") 2026/08/26 05:27:45 DEBUG : only8: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018946_d20260826_m052359_c001_v7007000_t0000_u01787721839341") 2026/08/26 05:27:45 DEBUG : only8: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3fa8_d20260826_m052351_c001_v0001178_t0030_u01787721831349") 2026/08/26 05:27:45 DEBUG : only8: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3f74_d20260826_m052345_c001_v0001178_t0030_u01787721825638") 2026/08/26 05:27:45 DEBUG : only8: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4055704355e1203e_d20260826_m052336_c001_v7007000_t0000_u01787721816047") 2026/08/26 05:27:45 DEBUG : only8: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fd84_d20260826_m052330_c001_v0001182_t0035_u01787721810562") 2026/08/26 05:27:45 DEBUG : only9: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018949_d20260826_m052359_c001_v7007000_t0000_u01787721839521") 2026/08/26 05:27:45 DEBUG : only9: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013a17_d20260826_m052351_c001_v0001183_t0009_u01787721831491") 2026/08/26 05:27:45 DEBUG : only9: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fe18_d20260826_m052346_c001_v0001182_t0035_u01787721826007") 2026/08/26 05:27:45 DEBUG : only9: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f424930067b08430f_d20260826_m052336_c001_v7007000_t0000_u01787721816084") 2026/08/26 05:27:45 DEBUG : only9: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ebac_d20260826_m052330_c001_v0001176_t0003_u01787721810927") 2026/08/26 05:27:45 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133a2_d20260826_m052043_c001_v7007000_t0000_u01787721643303") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3ac1_d20260826_m052041_c001_v0001178_t0030_u01787721641812") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c31339f_d20260826_m052041_c001_v7007000_t0000_u01787721641074") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e820_d20260826_m052039_c001_v0001176_t0003_u01787721639569") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c31339a_d20260826_m052038_c001_v7007000_t0000_u01787721638838") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce3aa9_d20260826_m052036_c001_v0001178_t0030_u01787721636971") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d87d_d20260826_m052027_c001_v7007000_t0000_u01787721627751") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7d6_d20260826_m052026_c001_v0001176_t0003_u01787721626615") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d875_d20260826_m052025_c001_v7007000_t0000_u01787721625021") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7ca_d20260826_m052024_c001_v0001176_t0003_u01787721624288") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d86e_d20260826_m052023_c001_v7007000_t0000_u01787721623151") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7bc_d20260826_m052022_c001_v0001176_t0003_u01787721622385") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d854_d20260826_m052017_c001_v7007000_t0000_u01787721617167") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e79a_d20260826_m052016_c001_v0001176_t0003_u01787721616208") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d852_d20260826_m052015_c001_v7007000_t0000_u01787721615843") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e78c_d20260826_m052014_c001_v0001176_t0003_u01787721614748") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d84f_d20260826_m052014_c001_v7007000_t0000_u01787721614385") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e786_d20260826_m052013_c001_v0001176_t0003_u01787721613840") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e780_d20260826_m052013_c001_v0001176_t0003_u01787721613294") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d84c_d20260826_m052012_c001_v7007000_t0000_u01787721612927") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e77a_d20260826_m052012_c001_v0001176_t0003_u01787721612377") 2026/08/26 05:27:46 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e778_d20260826_m052011_c001_v0001176_t0017_u01787721611800") 2026/08/26 05:27:47 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cd4_d20260826_m052011_c001_v7007000_t0000_u01787721611071") 2026/08/26 05:27:47 DEBUG : potato: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e774_d20260826_m052010_c001_v0001176_t0029_u01787721610282") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4068a65c82350d51_d20260826_m052126_c001_v7007000_t0000_u01787721686604") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca7f8a0_d20260826_m052126_c001_v0001182_t0030_u01787721686024") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415f682205cf6157_d20260826_m052116_c001_v7007000_t0000_u01787721676883") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca7f80a_d20260826_m052112_c001_v0001182_t0016_u01787721672538") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415f682205cf614c_d20260826_m052104_c001_v7007000_t0000_u01787721664876") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca7f77c_d20260826_m052100_c001_v0001182_t0000_u01787721660775") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133b3_d20260826_m052052_c001_v7007000_t0000_u01787721652922") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca7f6fc_d20260826_m052049_c001_v0001182_t0044_u01787721649398") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d889_d20260826_m052031_c001_v7007000_t0000_u01787721631477") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e7ee_d20260826_m052030_c001_v0001176_t0028_u01787721630295") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d886_d20260826_m052029_c001_v7007000_t0000_u01787721629854") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e7e4_d20260826_m052028_c001_v0001176_t0027_u01787721628298") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d87f_d20260826_m052027_c001_v7007000_t0000_u01787721627933") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7dc_d20260826_m052027_c001_v0001176_t0003_u01787721627204") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d879_d20260826_m052026_c001_v7007000_t0000_u01787721626246") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e7d2_d20260826_m052025_c001_v0001176_t0027_u01787721625476") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d872_d20260826_m052023_c001_v7007000_t0000_u01787721623922") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e7c4_d20260826_m052023_c001_v0001176_t0005_u01787721623133") 2026/08/26 05:27:47 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d858_d20260826_m052017_c001_v7007000_t0000_u01787721617897") 2026/08/26 05:27:48 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e7a0_d20260826_m052016_c001_v0001176_t0041_u01787721616940") 2026/08/26 05:27:48 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b0a_d20260826_m051926_c001_v7007000_t0000_u01787721566500") 2026/08/26 05:27:48 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e64e_d20260826_m051925_c001_v0001176_t0003_u01787721565961") 2026/08/26 05:27:48 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b09_d20260826_m051925_c001_v7007000_t0000_u01787721565421") 2026/08/26 05:27:48 DEBUG : potato2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e648_d20260826_m051924_c001_v0001176_t0003_u01787721564883") 2026/08/26 05:27:48 DEBUG : potato3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415f682205cf6159_d20260826_m052117_c001_v7007000_t0000_u01787721677836") 2026/08/26 05:27:48 DEBUG : potato3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e8e8_d20260826_m052113_c001_v0001176_t0003_u01787721673660") 2026/08/26 05:27:48 DEBUG : potato3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415f682205cf614d_d20260826_m052105_c001_v7007000_t0000_u01787721665536") 2026/08/26 05:27:48 DEBUG : potato3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e894_d20260826_m052101_c001_v0001176_t0006_u01787721661896") 2026/08/26 05:27:48 DEBUG : potato3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133b4_d20260826_m052053_c001_v7007000_t0000_u01787721653175") 2026/08/26 05:27:48 DEBUG : potato3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7e850_d20260826_m052049_c001_v0001176_t0030_u01787721649827") 2026/08/26 05:27:48 DEBUG : pre-dest1/1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f421d622144c0242a_d20260826_m052159_c001_v7007000_t0000_u01787721719096") 2026/08/26 05:27:48 DEBUG : pre-dest1/1: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e9b2_d20260826_m052151_c001_v0001176_t0003_u01787721711469") 2026/08/26 05:27:48 DEBUG : pre-dest2/2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f421d622144c0242d_d20260826_m052159_c001_v7007000_t0000_u01787721719275") 2026/08/26 05:27:48 DEBUG : pre-dest2/2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7f98e_d20260826_m052152_c001_v0001182_t0035_u01787721712017") 2026/08/26 05:27:48 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4171cfbc6ad47b6b_d20260826_m052138_c001_v7007000_t0000_u01787721698371") 2026/08/26 05:27:48 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce3c39_d20260826_m052135_c001_v0001178_t0002_u01787721695418") 2026/08/26 05:27:48 DEBUG : sizeonly: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cc2_d20260826_m051957_c001_v7007000_t0000_u01787721597788") 2026/08/26 05:27:48 DEBUG : sizeonly: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e712_d20260826_m051956_c001_v0001176_t0003_u01787721596871") 2026/08/26 05:27:48 DEBUG : splitbanan: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d29_d20260826_m052529_c001_v7007000_t0000_u01787721929305") 2026/08/26 05:27:48 DEBUG : splitbanan: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eeb8_d20260826_m052522_c001_v0001176_t0003_u01787721922697") 2026/08/26 05:27:48 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b72_d20260826_m052628_c001_v7007000_t0000_u01787721988713") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7f008_d20260826_m052622_c001_v0001176_t0003_u01787721982906") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b3d_d20260826_m052617_c001_v7007000_t0000_u01787721977033") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7efb2_d20260826_m052610_c001_v0001176_t0003_u01787721970905") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216ab7_d20260826_m052605_c001_v7007000_t0000_u01787721965173") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ef82_d20260826_m052559_c001_v0001176_t0003_u01787721959016") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d68_d20260826_m052553_c001_v7007000_t0000_u01787721953149") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ef4c_d20260826_m052547_c001_v0001176_t0003_u01787721947337") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f413c9e888c204d4d_d20260826_m052541_c001_v7007000_t0000_u01787721941574") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ef00_d20260826_m052535_c001_v0001176_t0003_u01787721935170") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4025158402af5607_d20260826_m052523_c001_v7007000_t0000_u01787721923838") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce41cc_d20260826_m052521_c001_v0001178_t0030_u01787721921768") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189fb_d20260826_m052515_c001_v7007000_t0000_u01787721915865") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013dc7_d20260826_m052509_c001_v0001183_t0009_u01787721909492") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b000189db_d20260826_m052508_c001_v7007000_t0000_u01787721908153") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee46_d20260826_m052506_c001_v0001176_t0003_u01787721906016") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03e8_d20260826_m052459_c001_v7007000_t0000_u01787721899931") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7edb8_d20260826_m052453_c001_v0001176_t0003_u01787721893699") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4144a919a4ce03cd_d20260826_m052452_c001_v7007000_t0000_u01787721892510") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed94_d20260826_m052450_c001_v0001176_t0003_u01787721890055") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f43e6_d20260826_m052438_c001_v7007000_t0000_u01787721878425") 2026/08/26 05:27:49 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed42_d20260826_m052435_c001_v0001176_t0003_u01787721875442") 2026/08/26 05:27:50 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3134bb_d20260826_m052429_c001_v7007000_t0000_u01787721869562") 2026/08/26 05:27:50 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ed0a_d20260826_m052423_c001_v0001176_t0003_u01787721863462") 2026/08/26 05:27:50 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4278cc7fe3370ac6_d20260826_m052417_c001_v7007000_t0000_u01787721857731") 2026/08/26 05:27:50 DEBUG : splitbananasplit: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ecc8_d20260826_m052411_c001_v0001176_t0003_u01787721851358") 2026/08/26 05:27:50 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f426a09e1b749ed83_d20260826_m052510_c001_v7007000_t0000_u01787721910544") 2026/08/26 05:27:50 DEBUG : splitbananasplitSUFFIX: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7ee50_d20260826_m052506_c001_v0001176_t0003_u01787721906931") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001896b_d20260826_m052407_c001_v7007000_t0000_u01787721847185") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7ff03_d20260826_m052406_c001_v0001182_t0035_u01787721846067") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018964_d20260826_m052405_c001_v7007000_t0000_u01787721845313") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013a8f_d20260826_m052404_c001_v0001183_t0009_u01787721844227") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133a9_d20260826_m052046_c001_v7007000_t0000_u01787721646594") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e844_d20260826_m052045_c001_v0001176_t0003_u01787721645851") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133a6_d20260826_m052045_c001_v7007000_t0000_u01787721645158") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7f6b6_d20260826_m052044_c001_v0001182_t0035_u01787721644415") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cbf_d20260826_m051954_c001_v7007000_t0000_u01787721594880") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e6f8_d20260826_m051953_c001_v0001176_t0003_u01787721593562") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cbe_d20260826_m051953_c001_v7007000_t0000_u01787721593203") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e6f0_d20260826_m051952_c001_v0001176_t0003_u01787721592308") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cbc_d20260826_m051950_c001_v7007000_t0000_u01787721590221") 2026/08/26 05:27:50 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e6e2_d20260826_m051949_c001_v0001176_t0003_u01787721589487") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cbb_d20260826_m051948_c001_v7007000_t0000_u01787721588951") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e6dc_d20260826_m051948_c001_v0001176_t0003_u01787721588151") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e6c8_d20260826_m051945_c001_v0001176_t0003_u01787721585915") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4188293bf58e2cba_d20260826_m051945_c001_v7007000_t0000_u01787721585555") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e6c0_d20260826_m051945_c001_v0001176_t0003_u01787721585017") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e6be_d20260826_m051944_c001_v0001176_t0003_u01787721584471") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b37_d20260826_m051943_c001_v7007000_t0000_u01787721583752") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e6b4_d20260826_m051941_c001_v0001176_t0003_u01787721581735") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e6a8_d20260826_m051939_c001_v0001176_t0003_u01787721579477") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b36_d20260826_m051939_c001_v7007000_t0000_u01787721579118") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e6a0_d20260826_m051938_c001_v0001176_t0003_u01787721578582") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e69a_d20260826_m051938_c001_v0001176_t0003_u01787721578041") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b35_d20260826_m051937_c001_v7007000_t0000_u01787721577682") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e686_d20260826_m051934_c001_v0001176_t0003_u01787721574532") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b32_d20260826_m051934_c001_v7007000_t0000_u01787721574168") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e682_d20260826_m051933_c001_v0001176_t0003_u01787721573631") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b31_d20260826_m051932_c001_v7007000_t0000_u01787721572632") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e676_d20260826_m051932_c001_v0001176_t0003_u01787721572092") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b30_d20260826_m051931_c001_v7007000_t0000_u01787721571553") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e66e_d20260826_m051930_c001_v0001176_t0003_u01787721570878") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b2a_d20260826_m051929_c001_v7007000_t0000_u01787721569984") 2026/08/26 05:27:51 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e664_d20260826_m051929_c001_v0001176_t0003_u01787721569269") 2026/08/26 05:27:52 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b1d_d20260826_m051928_c001_v7007000_t0000_u01787721568732") 2026/08/26 05:27:52 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e65e_d20260826_m051928_c001_v0001176_t0003_u01787721568196") 2026/08/26 05:27:52 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b12_d20260826_m051927_c001_v7007000_t0000_u01787721567656") 2026/08/26 05:27:52 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e653_d20260826_m051927_c001_v0001176_t0003_u01787721567041") 2026/08/26 05:27:52 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b06_d20260826_m051923_c001_v7007000_t0000_u01787721563242") 2026/08/26 05:27:52 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e63c_d20260826_m051922_c001_v0001176_t0003_u01787721562638") 2026/08/26 05:27:52 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b03_d20260826_m051922_c001_v7007000_t0000_u01787721562100") 2026/08/26 05:27:52 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e630_d20260826_m051921_c001_v0001176_t0003_u01787721561560") 2026/08/26 05:27:52 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1b00_d20260826_m051920_c001_v7007000_t0000_u01787721560668") 2026/08/26 05:27:52 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e62c_d20260826_m051920_c001_v0001176_t0003_u01787721560129") 2026/08/26 05:27:52 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f1afe_d20260826_m051917_c001_v7007000_t0000_u01787721557970") 2026/08/26 05:27:52 DEBUG : sub dir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e617_d20260826_m051917_c001_v0001176_t0003_u01787721557429") 2026/08/26 05:27:52 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001896d_d20260826_m052407_c001_v7007000_t0000_u01787721847365") 2026/08/26 05:27:52 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f117b84e097d7ecb0_d20260826_m052406_c001_v0001176_t0051_u01787721846078") 2026/08/26 05:27:52 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018965_d20260826_m052405_c001_v7007000_t0000_u01787721845491") 2026/08/26 05:27:52 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce3fec_d20260826_m052404_c001_v0001178_t0059_u01787721844238") 2026/08/26 05:27:52 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f415ca02874216b73_d20260826_m052630_c001_v7007000_t0000_u01787721990683") 2026/08/26 05:27:52 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d0140e3_d20260826_m052630_c001_v0001183_t0057_u01787721990077") 2026/08/26 05:27:52 DEBUG : sub/yam: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133a1_d20260826_m052042_c001_v7007000_t0000_u01787721642756") 2026/08/26 05:27:52 DEBUG : sub/yam: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e82a_d20260826_m052041_c001_v0001176_t0003_u01787721641821") 2026/08/26 05:27:52 DEBUG : test_dir1/file2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001895b_d20260826_m052403_c001_v7007000_t0000_u01787721843489") 2026/08/26 05:27:53 DEBUG : test_dir1/file2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fed6_d20260826_m052402_c001_v0001182_t0035_u01787721842209") 2026/08/26 05:27:53 DEBUG : test_dir1/file2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018952_d20260826_m052401_c001_v7007000_t0000_u01787721841433") 2026/08/26 05:27:53 DEBUG : test_dir1/file2: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7fec0_d20260826_m052400_c001_v0001182_t0035_u01787721840483") 2026/08/26 05:27:53 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b0001895d_d20260826_m052403_c001_v7007000_t0000_u01787721843670") 2026/08/26 05:27:53 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7eca0_d20260826_m052402_c001_v0001176_t0003_u01787721842545") 2026/08/26 05:27:53 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417f207b00018955_d20260826_m052401_c001_v7007000_t0000_u01787721841613") 2026/08/26 05:27:53 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f407d8f8f0d013a6f_d20260826_m052400_c001_v0001183_t0009_u01787721840484") 2026/08/26 05:27:53 DEBUG : three: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d89a_d20260826_m052036_c001_v7007000_t0000_u01787721636178") 2026/08/26 05:27:53 DEBUG : three: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e80c_d20260826_m052035_c001_v0001176_t0003_u01787721635067") 2026/08/26 05:27:53 DEBUG : three: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7fe_d20260826_m052033_c001_v0001176_t0003_u01787721633021") 2026/08/26 05:27:53 DEBUG : tictactoe/tictactoe: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f4425_d20260826_m052632_c001_v7007000_t0000_u01787721992633") 2026/08/26 05:27:53 DEBUG : tictactoe/tictactoe: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4378_d20260826_m052632_c001_v0001178_t0030_u01787721992032") 2026/08/26 05:27:53 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f4430_d20260826_m052650_c001_v7007000_t0000_u01787722010003") 2026/08/26 05:27:53 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca8063b_d20260826_m052648_c001_v0001182_t0027_u01787722008491") 2026/08/26 05:27:53 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f442e_d20260826_m052646_c001_v7007000_t0000_u01787722006880") 2026/08/26 05:27:53 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce43de_d20260826_m052645_c001_v0001178_t0041_u01787722005513") 2026/08/26 05:27:53 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f442d_d20260826_m052644_c001_v7007000_t0000_u01787722004554") 2026/08/26 05:27:53 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d014137_d20260826_m052643_c001_v0001183_t0040_u01787722003914") 2026/08/26 05:27:53 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f442a_d20260826_m052639_c001_v7007000_t0000_u01787721999288") 2026/08/26 05:27:53 DEBUG : tictactoe/tictactoe/tictactoe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f10965184f5ce43aa_d20260826_m052638_c001_v0001178_t0024_u01787721998424") 2026/08/26 05:27:54 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f442b_d20260826_m052641_c001_v7007000_t0000_u01787722001314") 2026/08/26 05:27:54 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f105152312ca805de_d20260826_m052640_c001_v0001182_t0056_u01787722000268") 2026/08/26 05:27:54 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f4429_d20260826_m052637_c001_v7007000_t0000_u01787721997466") 2026/08/26 05:27:54 DEBUG : tictactoe/tictactoe/toe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f107d8f8f0d01410f_d20260826_m052636_c001_v0001183_t0040_u01787721996770") 2026/08/26 05:27:54 DEBUG : toe/toe/tictactoe: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f4427_d20260826_m052635_c001_v7007000_t0000_u01787721995807") 2026/08/26 05:27:54 DEBUG : toe/toe/tictactoe: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7f02c_d20260826_m052635_c001_v0001176_t0003_u01787721995180") 2026/08/26 05:27:54 DEBUG : toe/toe/tictactoe: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f4426_d20260826_m052634_c001_v7007000_t0000_u01787721994218") 2026/08/26 05:27:54 DEBUG : toe/toe/tictactoe: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca805a9_d20260826_m052633_c001_v0001182_t0035_u01787721993590") 2026/08/26 05:27:54 DEBUG : toe/toe/toe: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f4434_d20260826_m052654_c001_v7007000_t0000_u01787722014224") 2026/08/26 05:27:54 DEBUG : toe/toe/toe: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40965184f5ce4414_d20260826_m052653_c001_v0001178_t0030_u01787722013620") 2026/08/26 05:27:54 DEBUG : toe/toe/toe: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f442c_d20260826_m052642_c001_v7007000_t0000_u01787722002925") 2026/08/26 05:27:54 DEBUG : toe/toe/toe: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7f042_d20260826_m052642_c001_v0001176_t0003_u01787722002292") 2026/08/26 05:27:54 DEBUG : toe/toe/toe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f4431_d20260826_m052650_c001_v7007000_t0000_u01787722010596") 2026/08/26 05:27:54 DEBUG : toe/toe/toe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7f052_d20260826_m052649_c001_v0001176_t0003_u01787722009817") 2026/08/26 05:27:54 DEBUG : toe/toe/toe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f40784109700f442f_d20260826_m052647_c001_v7007000_t0000_u01787722007482") 2026/08/26 05:27:54 DEBUG : toe/toe/toe.txt: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4062bcc42332f35f_d20260826_m052646_c001_v0001185_t0052_u01787722006691") 2026/08/26 05:27:54 DEBUG : two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400be1583db9d89b_d20260826_m052036_c001_v7007000_t0000_u01787721636359") 2026/08/26 05:27:54 DEBUG : two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7f644_d20260826_m052034_c001_v0001182_t0035_u01787721634499") 2026/08/26 05:27:54 DEBUG : two: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f417b84e097d7e7fc_d20260826_m052032_c001_v0001176_t0003_u01787721632838") 2026/08/26 05:27:54 DEBUG : yam: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133a3_d20260826_m052043_c001_v7007000_t0000_u01787721643489") 2026/08/26 05:27:55 DEBUG : yam: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f400e8854a3e80c8d_d20260826_m052042_c001_v0001144_t0009_u01787721642571") 2026/08/26 05:27:55 DEBUG : yam: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c31339e_d20260826_m052040_c001_v7007000_t0000_u01787721640526") 2026/08/26 05:27:55 DEBUG : yam: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7f682_d20260826_m052039_c001_v0001182_t0035_u01787721639580") 2026/08/26 05:27:55 DEBUG : yam: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c313399_d20260826_m052038_c001_v7007000_t0000_u01787721638291") 2026/08/26 05:27:55 DEBUG : yam: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f405152312ca7f668_d20260826_m052036_c001_v0001182_t0035_u01787721636971") 2026/08/26 05:27:55 DEBUG : yaml: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c3133a0_d20260826_m052041_c001_v7007000_t0000_u01787721641256") 2026/08/26 05:27:55 DEBUG : yaml: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f4191c2b1083545b1_d20260826_m052040_c001_v0001172_t0028_u01787721640339") 2026/08/26 05:27:55 DEBUG : yaml: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f404eaa471c31339c_d20260826_m052039_c001_v7007000_t0000_u01787721639019") 2026/08/26 05:27:55 DEBUG : yaml: Deleting (id "4_zbf421de3802d3bcbaf080e1b_f41073d2c9ac4371a_d20260826_m052038_c001_v0001032_t0053_u01787721638105") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 8m41.6870775s (try 1/5)