Parent Log:
http://ci.aztec-labs.com/112b6fbb72c71b08
Command: 0d541f5a731ac42b yarn-project/scripts/run_test.sh simulator/src/public/avm/opcodes/contract.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/74eeec5d95106217d3b3f3068853022cef7fa307
Env: REF_NAME=gh-readonly-queue/next/pr-15189-8cbdad5ba8c6b2b13d060ecb764f4818ca0d5e4d CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 25 10:26:36 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15189_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:26:39
PASS src/public/avm/opcodes/contract.test.ts
10:26:39 Contract opcodes
10:26:39 GETCONTRACTINSTANCE
10:26:39
✓ Should (de)serialize correctly (254 ms)
10:26:39
✓ GETCONTRACTINSTANCE reverts for bad enum operand (32 ms)
10:26:39 GETCONTRACTINSTANCE member instruction
10:26:39
✓ Should read 'DEPLOYER' correctly (7 ms)
10:26:39
✓ Should read 'CLASS_ID' correctly (5 ms)
10:26:39
✓ Should read 'INIT_HASH' correctly (6 ms)
10:26:39 GETCONTRACTINSTANCE member instruction works when contract does not exist
10:26:39
✓ 'DEPLOYER' should be 0 when contract does not exist (5 ms)
10:26:39
✓ 'CLASS_ID' should be 0 when contract does not exist (4 ms)
10:26:39
✓ 'INIT_HASH' should be 0 when contract does not exist (3 ms)
10:26:39
10:26:39
Test Suites: 1 passed, 1 total
10:26:39
Tests: 8 passed, 8 total
10:26:39
Snapshots: 0 total
10:26:39
Time: 1.842 s
10:26:39
Ran all test suites matching simulator/src/public/avm/opcodes/contract.test.ts
.
10:26:39
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?