depot: report sweep progress to stderr instead of discarding it #35

Merged
archvillainette merged 1 commits from fix/depot-sweep-progress into main 2026-07-09 09:47:00 +00:00
Member

Sweep prints probed N/M every 1000 blobs, but every caller passed io.Discard, so a full ~71k-blob verify ran ~56 minutes with zero output and looked hung in CI (sow-assets-manifest run 245).

go test ./internal/depot passes; verified live against the cdn (progress lines now appear on stderr).

🤖 Generated with Claude Code

Sweep prints `probed N/M` every 1000 blobs, but every caller passed `io.Discard`, so a full ~71k-blob verify ran ~56 minutes with zero output and looked hung in CI (sow-assets-manifest run 245). `go test ./internal/depot` passes; verified live against the cdn (progress lines now appear on stderr). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
gitea-bot added 1 commit 2026-07-09 09:15:29 +00:00
depot: report sweep progress to stderr instead of discarding it
build-binaries / build-binaries (pull_request) Successful in 2m6s
test-image / build-image (pull_request) Successful in 35s
test / test (pull_request) Successful in 1m22s
2963067bff
Sweep prints 'probed N/M' every 1000 blobs, but every caller passed
io.Discard, so a full ~71k-blob verify ran ~56 minutes with zero output
and looked hung in CI.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
archvillainette scheduled this pull request to auto merge when all checks succeed 2026-07-09 09:46:14 +00:00
xtul approved these changes 2026-07-09 09:46:59 +00:00
archvillainette merged commit 754375fb08 into main 2026-07-09 09:47:00 +00:00
archvillainette deleted branch fix/depot-sweep-progress 2026-07-09 09:47:00 +00:00
Sign in to join this conversation.