Conversation
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.
Nightly bump to
5.3.0-nightly.20260921.Draft: the bump itself is complete, but build and test could not run — the Aztec toolchain (
nargo) is not installable for this version because the upstream release job failed before publishing the install assets. Details below.What changed
node scripts/update.js(auto-resolved v5 →5.3.0-nightly.20260921), thenyarn format:fix:package.jsonfiles.aztecrc(5.3.0-nightly.20260827→5.3.0-nightly.20260921)Nargo.tomlfiles underpackages/contracts/aztec/noir/yarn.lockyarn installresolved cleanly against the new pins — every@aztec/*npm package the repo depends on is published at this version.Blocker: toolchain install assets were never published
The nightly tag run (aztec-packages actions/runs/35559978360) succeeded, but the release run it triggered failed:
ci→ stepx-releasefailed after 805s (ci.aztec-labs.com/56beee99b7874359, inner log 1789963860402636).Failed after 3 attempts: do_or_dryrun npm install @aztec/prover-client@5.3.0-nightly.20260921—npm error code ETARGET / notarget No matching version found.Consequences, as of 05:35 UTC (~85 min after the tag):
https://install.aztec.network/5.3.0-nightly.20260921/install→ 404https://install.aztec-labs.com/aliases/nightlyand/aliases/v5-nightly→ still5.3.0-nightly.20260920aztec-upfetches every version asset from$INSTALL_URI/<version>/install, so there is no other route to a matchingnargo/bbfor this nightly. Using20260920'snargoagainst20260921's aztec.nr was rejected as a source of bogus results.What was run
node scripts/update.jsyarn installcleanyarn format:fixyarn build@aztec-kit/contracts-aztec#build→Error: spawn nargo ENOENTyarn testThe npm-shipped CLI (
node_modules/.bin/aztec) does report5.3.0-nightly.20260921, butaztec compileshells out tonargo, which only ships in the install bucket.To unblock
Re-run CI3 run 35560002059 in
aztec-packages— the ETARGET that killed it no longer reproduces. Onceinstall.aztec.network/5.3.0-nightly.20260921/installreturns 200,yarn build && yarn testcan be run on this branch and the draft promoted.🤖 Generated with Claude Code
Created by claudebox · group:
aztec-kit-nightly· Slack thread