Parent Log:
http://ci.aztec-labs.com/cf66edc1d29a8480
Command: 2d72990a54a9c534 yarn-project/scripts/run_test.sh simulator/src/public/avm/apps_tests/avm_test.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/7edf16da6c056f9499e2dfd9c71fb9b7580f9bfc
Env: REF_NAME=gh-readonly-queue/next/pr-15215-1b10c7d500621ca2e4c0db764df67f3085beb282 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 10:17:20 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15215_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7b45e851a16b2a1c_next
10:17:24 [10:17:24.549]
INFO:
world-state:database Creating world state data store at directory /tmp/aztec-world-state-ZmVrvM/world_state with map sizes {"archiveTreeMapSizeKb":10485760,"nullifierTreeMapSizeKb":10485760,"noteHashTreeMapSizeKb":10485760,"messageTreeMapSizeKb":10485760,"publicDataTreeMapSizeKb":10485760} and 16 threads.
10:17:26 [10:17:26.417]
INFO:
avm-simulation-tester Simulation of function bulk_testing succeeded!
10:17:26 [10:17:26.425]
INFO:
world-state:database Creating world state data store at directory /tmp/aztec-world-state-wzhLR5/world_state with map sizes {"archiveTreeMapSizeKb":10485760,"nullifierTreeMapSizeKb":10485760,"noteHashTreeMapSizeKb":10485760,"messageTreeMapSizeKb":10485760,"publicDataTreeMapSizeKb":10485760} and 16 threads.
10:17:28 [10:17:28.615]
INFO:
avm-simulation-tester Simulation of function nested_call_to_add_n_times_different_addresses succeeded!
10:17:28 [10:17:28.622]
INFO:
world-state:database Creating world state data store at directory /tmp/aztec-world-state-wXKtNr/world_state with map sizes {"archiveTreeMapSizeKb":10485760,"nullifierTreeMapSizeKb":10485760,"noteHashTreeMapSizeKb":10485760,"messageTreeMapSizeKb":10485760,"publicDataTreeMapSizeKb":10485760} and 16 threads.
10:17:30 [10:17:30.928]
WARN:
simulator:avm(f:AvmTest.add_args_return) Bytecode retrieval for contract '0x0eb10100755730091c49f947a455e62e1b1dad082f3aa9f01d90ab2964ba8c20' failed with Reached the limit (21) on number of 'contract calls to unique class IDs' per tx. Reverting...
10:17:30 [10:17:30.931]
ERROR:
avm-simulation-tester Error in nested_call_to_add_n_times_different_addresses:
10:17:30 [10:17:30.932]
ERROR:
avm-simulation-tester
10:17:30 [10:17:30.948]
INFO:
world-state:database Creating world state data store at directory /tmp/aztec-world-state-i42NQU/world_state with map sizes {"archiveTreeMapSizeKb":10485760,"nullifierTreeMapSizeKb":10485760,"noteHashTreeMapSizeKb":10485760,"messageTreeMapSizeKb":10485760,"publicDataTreeMapSizeKb":10485760} and 16 threads.
10:17:32 [10:17:32.342]
WARN:
simulator:avm(f:<calldata[0] undefined> (Contract Address: 0x000000000000000000000000000000000000000000000000000000000000002a)) No bytecode found at: 0x000000000000000000000000000000000000000000000000000000000000002a. Reverting...
10:17:32 [10:17:32.345]
INFO:
avm-simulation-tester Simulation of function nested_call_to_nothing_recovers succeeded!
10:17:32
PASS src/public/avm/apps_tests/avm_test.test.ts (
11.087 s)
10:17:32 AVM simulator apps tests: AvmTestContract
10:17:32
✓ bulk testing (1891 ms)
10:17:32
✓ call max unique contract classes (2195 ms)
10:17:32
✓ call too many unique contract classes fails (2316 ms)
10:17:32
✓ an exceptional halt due to a nested call to non-existent contract is recovered from in caller (1413 ms)
10:17:32
10:17:32
Test Suites: 1 passed, 1 total
10:17:32
Tests: 4 passed, 4 total
10:17:32
Snapshots: 0 total
10:17:32
Time: 11.177 s
10:17:32
Ran all test suites matching simulator/src/public/avm/apps_tests/avm_test.test.ts
.
10:17:32
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?