fix(bb): refresh pinned Chonk inputs to unbreak nightly debug build --ci-refresh-chonk#23792
Closed
AztecBot wants to merge 1 commit into
Closed
fix(bb): refresh pinned Chonk inputs to unbreak nightly debug build --ci-refresh-chonk#23792AztecBot wants to merge 1 commit into
AztecBot wants to merge 1 commit into
Conversation
…-ci-refresh-chonk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Superseded by #23918 (refreshes against current
next).This PR's investigation is correct (stale pinned Chonk inputs → debug-only
kernel_return_data_matchassert in the nightly debug build), but it stalled: claudebox opened it as a draft, so theci-refresh-chonkrefresh CI never ran (nociworkflow executed on the head sha — only Netlify previews), and its base (81ecf81, 2026-06-02) has since gone stale while more breaking protocol-layout changes landed onnext. Re-opened fresh as #23918 against currentnext. Closing to avoid two competing refresh PRs.Original description below.
Problem
The Nightly Debug Build failed on
next. The single failing test isbbapi_tests ChonkPinnedIvcInputsTest.AllPinnedFlows(flowdeploy_ecdsar1+sponsored_fpc), which crashes with a debug-only assertion (kernel_return_data_match,chonk.cpp:167). Just before the crash the finalhiding_kernelreportsPub inputs offset mismatch: 669 vs 673and a VK commitment mismatch.Root cause
Stale pinned Chonk inputs (last re-pinned 2026-05-21,
209dde8e69a27c9f), now out of sync with breaking protocol-layout changes onnext(#23197, #23218, #23217, #23106, #23510, #23764). Debug-only assert + verbose VK check, which is why release CI is green and only the nightly debug build catches it.