Parent Log:
http://ci.aztec-labs.com/8cf43b9a3d0ad089
Command: 02573248fd9c66ba yarn-project/scripts/run_test.sh stdlib/src/abi/abi.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/712835e3cfa2ed6f980f2d482aa4b0ae767046a7
Env: REF_NAME=gh-readonly-queue/next/pr-15077-4b0e4dc09fa55f0bc808fa0c7c3e95e8fa997069 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 21:08:25 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15077_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_29cdec51b1f82b7e_next
21:08:27
PASS src/abi/abi.test.ts
21:08:27 abi
21:08:27 getDefaultInitializer
21:08:27
✓ does not return non initializer functions (3 ms)
21:08:27
✓ returns the single initializer in a contract (2 ms)
21:08:27
✓ prefers functions based on name
21:08:27
✓ prefers functions based on parameter length
21:08:27
✓ prefers functions based on type (1 ms)
21:08:27
✓ returns an initializer if there is any (1 ms)
21:08:27 getInitializer
21:08:27
✓ returns initializer based on name
21:08:27
✓ fails if named initializer not found (18 ms)
21:08:27
✓ fails if named initializer not an initializer (1 ms)
21:08:27
✓ falls back to default initializer on undefined argument (1 ms)
21:08:27
✓ passes artifact through
21:08:27
✓ validates artifact is initializer (1 ms)
21:08:27
21:08:27
Test Suites: 1 passed, 1 total
21:08:27
Tests: 12 passed, 12 total
21:08:27
Snapshots: 0 total
21:08:27
Time: 0.835 s
21:08:27
Ran all test suites matching stdlib/src/abi/abi.test.ts
.
21:08:27
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?