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