Open Envoy-VC opened 1 month ago
Could you provide more information about the smart contracts and their dependencies that you’re trying to compile with aztec-nargo compile? A code snippet would be helpful, or even better, a link to the repository so I can run them on my Ubuntu 24 setup. The issue could be due to a variety of factors. it could be even related to the fact that you are using MacOS. Didn't see any commits to your ab2 fork, so that's why I am asking.
Hey @NikolayKostadinov21 I have pushed my code, this is the module where compile is crashing
To reproduce uncomment lines on
have you tried this after updating to the latest version of the sandbox?
Hey @0xrafi I tried the 0.62.0 version of sandbox but some packages needed for compilation such as noir_string_search
and zkemailnr
throw errors while compilation.
Issue Description
when I run
aztec-nargo compile
, it crashes after running for ~5mins, I have multiple crates in my workspace it only crashes for a specific crate where I am performing a zkemail verification and string search on a large body (14k length).The Docker instance doesn't show any logs when compiling.
It may be time limit of resource limit because docker is accessing only one core of CPU. When i try to remove some lines of code like body hash check it is compiling after ~5m, so maybe this is some timeout problem.
Project Context
Project Name: Aztec Passport
Challenge: ZKEmail Guardian
GitHub Repository:
Environment
Aztec Version: 0.57.0
Noir Version (if applicable):
Operating System: MacOS 15.0.1 (24A348)
Expected Behavior
Contract should compile successfully.
Actual Behavior
Compilation Crashes
Code Snippet
Error Messages
No Logs in docker Image