Parent Log:
http://ci.aztec-labs.com/28d0f502ea393c6c
Command: d4b21b2021ea73d7 yarn-project/scripts/run_test.sh simulator/src/public/avm/apps_tests/avm_test.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/4e3f550332c81006b8d3cdbeb646f4c567473f9d
Env: REF_NAME=gh-readonly-queue/next/pr-15148-2f9d2861e2863437732f136f554fc8275c1bb1e7 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 19 18:20:10 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15148_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7b45e851a16b2a1c_next
18:20:14 [18:20:14.313]
INFO:
world-state:database Creating world state data store at directory /tmp/aztec-world-state-L4c1pr/world_state with map sizes {"archiveTreeMapSizeKb":10485760,"nullifierTreeMapSizeKb":10485760,"noteHashTreeMapSizeKb":10485760,"messageTreeMapSizeKb":10485760,"publicDataTreeMapSizeKb":10485760} and 16 threads.
18:20:16 [18:20:16.178]
INFO:
avm-simulation-tester Simulation of function bulk_testing succeeded!
18:20:16 [18:20:16.190]
INFO:
world-state:database Creating world state data store at directory /tmp/aztec-world-state-pkQrfS/world_state with map sizes {"archiveTreeMapSizeKb":10485760,"nullifierTreeMapSizeKb":10485760,"noteHashTreeMapSizeKb":10485760,"messageTreeMapSizeKb":10485760,"publicDataTreeMapSizeKb":10485760} and 16 threads.
18:20:18 [18:20:18.630]
INFO:
avm-simulation-tester Simulation of function nested_call_to_add_n_times_different_addresses succeeded!
18:20:18 [18:20:18.640]
INFO:
world-state:database Creating world state data store at directory /tmp/aztec-world-state-BwP2sp/world_state with map sizes {"archiveTreeMapSizeKb":10485760,"nullifierTreeMapSizeKb":10485760,"noteHashTreeMapSizeKb":10485760,"messageTreeMapSizeKb":10485760,"publicDataTreeMapSizeKb":10485760} and 16 threads.
18:20:20 [18:20:20.993]
WARN:
simulator:avm(f:AvmTest.add_args_return) Bytecode retrieval for contract '0x052c53978deaefe9738dc882de5d001420068ac3d30fb3048b2f233c5f38789c' failed with Reached the limit (21) on number of 'contract calls to unique class IDs' per tx. Reverting...
18:20:20 [18:20:20.997]
ERROR:
avm-simulation-tester Error in nested_call_to_add_n_times_different_addresses:
18:20:20 [18:20:20.998]
ERROR:
avm-simulation-tester
18:20:21 [18:20:21.006]
INFO:
world-state:database Creating world state data store at directory /tmp/aztec-world-state-cNzfU0/world_state with map sizes {"archiveTreeMapSizeKb":10485760,"nullifierTreeMapSizeKb":10485760,"noteHashTreeMapSizeKb":10485760,"messageTreeMapSizeKb":10485760,"publicDataTreeMapSizeKb":10485760} and 16 threads.
18:20:22 [18:20:22.221]
WARN:
simulator:avm(f:<calldata[0] undefined> (Contract Address: 0x000000000000000000000000000000000000000000000000000000000000002a)) No bytecode found at: 0x000000000000000000000000000000000000000000000000000000000000002a. Reverting...
18:20:22 [18:20:22.223]
INFO:
avm-simulation-tester Simulation of function nested_call_to_nothing_recovers succeeded!
18:20:22
PASS src/public/avm/apps_tests/avm_test.test.ts (
11.121 s)
18:20:22 AVM simulator apps tests: AvmTestContract
18:20:22
✓ bulk testing (1883 ms)
18:20:22
✓ call max unique contract classes (2449 ms)
18:20:22
✓ call too many unique contract classes fails (2365 ms)
18:20:22
✓ an exceptional halt due to a nested call to non-existent contract is recovered from in caller (1225 ms)
18:20:22
18:20:22
Test Suites: 1 passed, 1 total
18:20:22
Tests: 4 passed, 4 total
18:20:22
Snapshots: 0 total
18:20:22
Time: 11.211 s
18:20:22
Ran all test suites matching simulator/src/public/avm/apps_tests/avm_test.test.ts
.
18:20:22
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?