Parent Log:
http://ci.aztec-labs.com/47dc0fc4fbd4a898
Command: 582720422b3f4dff yarn-project/scripts/run_test.sh simulator/src/public/avm/opcodes/external_calls.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/505a3c071181dbc5242dc8b655a9b2d69988c8db
Env: REF_NAME=gh-readonly-queue/staging/pr-15211-e8f6c3b7e3e0e72a33e118ddf8e67d11e51464a8 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 12:40:39 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15211_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_95e812ccd2bf1c2c_staging
12:40:41 [12:40:41.516]
WARN:
simulator:avm(f:0x00000001) No bytecode found at: 0x000000000000000000000000000000000000000000000000000000000001e240. Reverting...
12:40:41
PASS src/public/avm/opcodes/external_calls.test.ts
12:40:41 External Calls
12:40:41 Call
12:40:41
✓ Should (de)serialize correctly (8 ms)
12:40:41
✓ Call to non-existent bytecode returns failure (13 ms)
12:40:41
✓ Should execute a call correctly (280 ms)
12:40:41
✓ Should cap to available gas if allocated is bigger (7 ms)
12:40:41 Static Call
12:40:41
✓ Should (de)serialize correctly (1 ms)
12:40:41
✓ Should fail if a static call attempts to touch storage (7 ms)
12:40:41 RETURN
12:40:41
✓ Should (de)serialize correctly (1 ms)
12:40:41
✓ Should return data from the return opcode (1 ms)
12:40:41 REVERT
12:40:41
✓ Should (de)serialize correctly (1 ms)
12:40:41
✓ Should return data and revert from the revert opcode (2 ms)
12:40:41 SuccessCopy
12:40:41
✓ Should (de)serialize correctly (1 ms)
12:40:41
✓ Should correctly copy success state for a successful call (1 ms)
12:40:41
✓ Should correctly copy success state for a failed call
12:40:41
12:40:41
Test Suites: 1 passed, 1 total
12:40:41
Tests: 13 passed, 13 total
12:40:41
Snapshots: 0 total
12:40:41
Time: 1.674 s
12:40:41
Ran all test suites matching simulator/src/public/avm/opcodes/external_calls.test.ts
.
12:40:41
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?