Parent Log:
http://ci.aztec-labs.com/79a066b826d51d55
Command: 5f41952f8889ac40 yarn-project/scripts/run_test.sh simulator/src/public/avm/opcodes/contract.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1650b3d017a2a4fa5182c8787e79cc108e24e1f4
Env: REF_NAME=gh-readonly-queue/next/pr-14990-77a00686be4080a71b03d68671da6c8b270b62aa CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 12 10:50:08 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14990_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_66658f5109a1bb3d_next
10:50:10
PASS src/public/avm/opcodes/contract.test.ts
10:50:10 Contract opcodes
10:50:10 GETCONTRACTINSTANCE
10:50:10
✓ Should (de)serialize correctly (256 ms)
10:50:10
✓ GETCONTRACTINSTANCE reverts for bad enum operand (9 ms)
10:50:10 GETCONTRACTINSTANCE member instruction
10:50:10
✓ Should read 'DEPLOYER' correctly (6 ms)
10:50:10
✓ Should read 'CLASS_ID' correctly (3 ms)
10:50:10
✓ Should read 'INIT_HASH' correctly (3 ms)
10:50:10 GETCONTRACTINSTANCE member instruction works when contract does not exist
10:50:10
✓ 'DEPLOYER' should be 0 when contract does not exist (3 ms)
10:50:10
✓ 'CLASS_ID' should be 0 when contract does not exist (1 ms)
10:50:10
✓ 'INIT_HASH' should be 0 when contract does not exist (1 ms)
10:50:10
10:50:10
Test Suites: 1 passed, 1 total
10:50:10
Tests: 8 passed, 8 total
10:50:10
Snapshots: 0 total
10:50:10
Time: 1.751 s
10:50:10
Ran all test suites matching /simulator\/src\/public\/avm\/opcodes\/contract.test.ts/i
.
10:50:10
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?