Parent Log:
http://ci.aztec-labs.com/6cc9fa695c7cfc03
Command: 4ef547fa5e299294 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/d4893155ff105399557b55c16450c39921c70d11
Env: REF_NAME=gh-readonly-queue/next/pr-15218-7edf16da6c056f9499e2dfd9c71fb9b7580f9bfc CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 10:28:16 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15218_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
10:28:20 [10:28:20.631]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:21 [10:28:21.361]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:28:21 [10:28:21.413]
INFO:
pxe:service Registered account 0x28b5738c96a1ad303283b343e818d303e282fc23dfadc754544e05e1d8aa346d
10:28:21 [10:28:21.476]
INFO:
pxe:service Registered account 0x031d2dee4eabd09308daecbc56c807fd8546ec44c0c94efed97b434a7068a9b5
10:28:21 [10:28:21.526]
INFO:
pxe:service Registered account 0x031d2dee4eabd09308daecbc56c807fd8546ec44c0c94efed97b434a7068a9b5
10:28:21 [10:28:21.547]
INFO:
pxe:service Added contract e1c18e94 at 0x18adaaf324f14b75a0e26506ecb247f1d91e48c64364a794696f4b0677a50c8a with class 0x1856841c3e1c5a60b6153500f92749cd594a80c89da0a10b4607cc23334fcbda
10:28:21 [10:28:21.554]
INFO:
pxe:service Added contract a03ff952 at 0x09513b2cf78f964d9f6c324f0ffebb4727677e97d9f62568cec5a9359c45a599 with class 0x06a97efccde114b21fcd7a76f1f09ed72858482da1abd83221697b962974c5f5
10:28:21 [10:28:21.563]
INFO:
pxe:service Added contract class 23b51719 with id 0x004ca2e5c3a03e04a377c2badfe909c99bc899f7a2ce6b24723547d89a105587
10:28:21 [10:28:21.573]
INFO:
pxe:service Added contract 23b51719 at 0x21f69ccf52952648c4e2486b4544d10e571ff4d781e8d6dafbfb3701abc0fb04 with class 0x004ca2e5c3a03e04a377c2badfe909c99bc899f7a2ce6b24723547d89a105587
10:28:21 [10:28:21.618]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:22 [10:28:22.099]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:28:22
PASS src/test/pxe_service.test.ts
10:28:22 PXEService
10:28:22
✓ registers an account and returns it as an account only and not as a recipient (69 ms)
10:28:22
✓ does not throw when registering the same account twice (just ignores the second attempt) (96 ms)
10:28:22
✓ successfully adds a contract (28 ms)
10:28:22
✓ registers a class and adds a contract for it (19 ms)
10:28:22
✓ refuses to register a class with a mismatched address (28 ms)
10:28:22
✓ refuses to register a contract with a class that has not been registered (3 ms)
10:28:22
✓ refuses to register a contract with an artifact with mismatching class id (5 ms)
10:28:22
✓ successfully gets a block number (1 ms)
10:28:22
✓ successfully gets node info (2 ms)
10:28:22
✓ throws when submitting a tx with a nullifier of already settled tx (522 ms)
10:28:22
10:28:22
Test Suites: 1 passed, 1 total
10:28:22
Tests: 10 passed, 10 total
10:28:22
Snapshots: 0 total
10:28:22
Time: 4.274 s
10:28:22
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:28:22
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?