Parent Log:
http://ci.aztec-labs.com/d807837b95d20001
Command: 97e7ef9a556fd7e6 yarn-project/scripts/run_test.sh stdlib/src/abi/abi.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/f3a077dd83e56ee0ae0a1175f0dc39fdfa50e6d7
Env: REF_NAME=gh-readonly-queue/master/pr-14734-a229cf871638d3fd774f9272645cc1ac29b8196a CURRENT_VERSION=0.87.9 CI_FULL=1
Date: Tue Jun 24 10:39:43 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14734_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_29cdec51b1f82b7e_master
10:39:45
PASS src/abi/abi.test.ts
10:39:45 abi
10:39:45 getDefaultInitializer
10:39:45
✓ does not return non initializer functions (5 ms)
10:39:45
✓ returns the single initializer in a contract (1 ms)
10:39:45
✓ prefers functions based on name
10:39:45
✓ prefers functions based on parameter length (1 ms)
10:39:45
✓ prefers functions based on type (1 ms)
10:39:45
✓ returns an initializer if there is any
10:39:45 getInitializer
10:39:45
✓ returns initializer based on name (1 ms)
10:39:45
✓ fails if named initializer not found (15 ms)
10:39:45
✓ fails if named initializer not an initializer (1 ms)
10:39:45
✓ falls back to default initializer on undefined argument (1 ms)
10:39:45
✓ passes artifact through
10:39:45
✓ validates artifact is initializer (1 ms)
10:39:45
10:39:45
Test Suites: 1 passed, 1 total
10:39:45
Tests: 12 passed, 12 total
10:39:45
Snapshots: 0 total
10:39:45
Time: 0.701 s
10:39:45
Ran all test suites matching /stdlib\/src\/abi\/abi.test.ts/i
.
10:39:45
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?