fix: regenerate avm-transpiler Cargo.lock for noir nightly-2026-05-29#23685
Closed
AztecBot wants to merge 1 commit into
Closed
fix: regenerate avm-transpiler Cargo.lock for noir nightly-2026-05-29#23685AztecBot wants to merge 1 commit into
AztecBot wants to merge 1 commit into
Conversation
Collaborator
Author
|
Automatically closing this stale claudebox draft PR (no updates for 5+ days). Re-open if still needed. |
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.
Problem
CI on
merge-train/spartan(commit84765424b7b, PR #23631) failed in theavm-transpiler-nativestep (log):Root cause
Commit
f5ba79050bd(#23675) bumped thenoir/noir-reposubmodule pointer tonightly-2026-05-29(4d0392685). That noir revision introduced the newmsgpack_tagged/msgpack_tagged_derivepath crates (pulled in viaacvm/noirc_*) and transitively bumpedserde_with(3.16.1 → 3.20.0) anddarling(0.21.3 → 0.23.0). The submodule bump landed without regeneratingavm-transpiler/Cargo.lock, leaving it stale — so--lockedbuilds fail.Fix
Regenerated
avm-transpiler/Cargo.lockvia a plaincargo build(minimal resolution, no forcedcargo update). Only the lockfile changes: the newmsgpack_tagged*path entries are added plus the transitively-required registry bumps.Verification
cargo build --release --locked --bin avm-transpilernow succeeds.avm-transpiler/bootstrap.sh build_native, completes cleanly.Only
avm-transpiler/Cargo.lockis touched; the noir submodule pointer is unchanged.Created by claudebox · group:
slackbot