-
Notifications
You must be signed in to change notification settings - Fork 40
Description
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):
nargo version = 0.35.0
noirc version = 0.35.0+2a0d211b92d002fa75855d4ba27267f8892dd52c
(git version hash: 2a0d211b92d002fa75855d4ba27267f8892dd52c, is dirty: false)
Operating System: MacOS 15.0.1 (24A348)
Expected Behavior
Contract should compile successfully.
Actual Behavior
Compilation Crashes
Code Snippet
// If applicable, add a minimal code snippet that demonstrates the issue
Error Messages
No Logs in docker Image