You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running tests on the public kernel circuits in the Aztec packages repository.
Expected Behavior
Tests run.
Bug
Running ../../noir/noir-repo/target/release/nargo test --package public_kernel_lib only_valid_public_data_reads_should_be_propagated (though the same happens with any test in the package) in the folder noir-projects/noir-protocol-circuits of AztecProtocol/aztec-packages#6403 yields the following:
[public_kernel_lib] Running 1 test function
The application panicked (crashed).
Message: no entry found for key
Location: compiler/noirc_frontend/src/node_interner.rs:1067
This is a bug. We may have already fixed this in newer versions of Nargo so try searching for similar issues at https://github.com/noir-lang/noir/issues/.
If there isn't an open issue for this bug, consider opening one at https://github.com/noir-lang/noir/issues/new?labels=bug&template=bug_report.yml
To Reproduce
No response
Project Impact
Blocker
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Installation Method
Compiled from source
Nargo Version
No response
NoirJS Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered:
spalladino
changed the title
Panic during nargo test with "no entry found for key"
Panic with "no entry found for key" on duplicate field in a struct
May 15, 2024
# Description
## Problem
Resolves#5030
## Summary
We weren't checking for duplicate struct fields anywhere.
## Additional Context
None.
## Documentation\*
Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
Aim
Running tests on the public kernel circuits in the Aztec packages repository.
Expected Behavior
Tests run.
Bug
Running
../../noir/noir-repo/target/release/nargo test --package public_kernel_lib only_valid_public_data_reads_should_be_propagated
(though the same happens with any test in the package) in the foldernoir-projects/noir-protocol-circuits
of AztecProtocol/aztec-packages#6403 yields the following:To Reproduce
No response
Project Impact
Blocker
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Installation Method
Compiled from source
Nargo Version
No response
NoirJS Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: