Parent Log:
http://ci.aztec-labs.com/29ef878f08dca81b
Command: ef601da20f8e827b yarn-project/scripts/run_test.sh stdlib/src/abi/abi.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/d886120f668032e2640beac56487c6f7b18ce81e
Env: REF_NAME=gh-readonly-queue/next/pr-15226-fe574e9be5d341cfa05d23ac296ab738d268f1c0 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Wed Jun 25 16:20:43 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15226_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_29cdec51b1f82b7e_next
16:20:44
PASS src/abi/abi.test.ts
16:20:44 abi
16:20:44 getDefaultInitializer
16:20:44
✓ does not return non initializer functions (3 ms)
16:20:44
✓ returns the single initializer in a contract (1 ms)
16:20:44
✓ prefers functions based on name
16:20:44
✓ prefers functions based on parameter length (1 ms)
16:20:44
✓ prefers functions based on type (1 ms)
16:20:44
✓ returns an initializer if there is any
16:20:44 getInitializer
16:20:44
✓ returns initializer based on name (1 ms)
16:20:44
✓ fails if named initializer not found (14 ms)
16:20:44
✓ fails if named initializer not an initializer (1 ms)
16:20:44
✓ falls back to default initializer on undefined argument
16:20:44
✓ passes artifact through (1 ms)
16:20:44
✓ validates artifact is initializer (1 ms)
16:20:44
16:20:44
Test Suites: 1 passed, 1 total
16:20:44
Tests: 12 passed, 12 total
16:20:44
Snapshots: 0 total
16:20:44
Time: 0.736 s
16:20:44
Ran all test suites matching stdlib/src/abi/abi.test.ts
.
16:20:44
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?