• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dangernoodle-io / TaipanMiner / 26862808520
90%

Build:
DEFAULT BRANCH: main
Ran 03 Jun 2026 03:59AM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
26862808520

push

github

web-flow
fix(esp32-s2): stop boot crash-loop from stale-disabled bb_event (#490)

the s2 crash-looped at boot. root cause: its gitignored generated sdkconfig had
CONFIG_BB_EVENT_AUTOREGISTER stale-"not set" (default-y, =y on every other board),
so bb_event never initialized. app_main unconditionally registers the "block.found"
SSE topic via BB_ERROR_CHECK(bb_event_topic_register), which returned
BB_ERR_INVALID_STATE and aborted -> crash-loop. the merged -Os abort site decoded
to a misleading frame (registry_init_early), which sent the hunt chasing a registry
OOM for weeks.

- sdkconfig/esp32-s2-mini: pin CONFIG_BB_EVENT_AUTOREGISTER=y and
  CONFIG_BB_EVENT_ROUTES_AUTOREGISTER=y so a stale generated config can't
  re-disable bb_event on this board.
- main.c: degrade block.found registration gracefully (log + continue if bb_event
  is unavailable) instead of BB_ERROR_CHECK->abort. a headless board must not
  crash-loop over an optional SSE topic; makes the footgun board-agnostic.
- Makefile: regenerate the per-board sdkconfig from committed deltas when those
  inputs change. esp-idf preserves existing generated values (even "is not set")
  over Kconfig defaults, so drift silently persists; mtime-gated rm forces a clean
  rebuild without slowing incremental builds.

validated on hardware: s2 boots clean (single boot, no loop) and mines ~244 kH/s
with httpd serving /api/stats. host tests pass; tdongle-s3, esp32-c3-supermini,
bitaxe-601 build clean.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Source Files on build 26862808520
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #26862808520
  • fb78e89e on github
  • Prev Build on main (#26860550141)
  • Next Build on main (#26863525047)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc