Parent Log:
http://ci.aztec-labs.com/531f1131bc5863dc
Command: 1c48ff816cf3011e yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/e050b787f6dead84c4ef7e5bdb8dcc8cf81d5f65
Env: REF_NAME=gh-readonly-queue/next/pr-15129-d5c48d855d83e19712c6b72281801c6fce176ec1 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 15:33:07 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15129_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
15:33:11 [15:33:11.739]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:33:12 [15:33:12.527]
INFO:
pxe:service Started PXE connected to chain 1 version 1
15:33:12 [15:33:12.595]
INFO:
pxe:service Registered account 0x2476c08976171c5751ab34c41cafc69476b505360464b26d3f7745dbd8c22c27
15:33:12 [15:33:12.679]
INFO:
pxe:service Registered account 0x1b45b03595d92568270219a146a6233476e5a66ec94c68339d4df1b72cb88104
15:33:12 [15:33:12.748]
INFO:
pxe:service Registered account 0x1b45b03595d92568270219a146a6233476e5a66ec94c68339d4df1b72cb88104
15:33:12 [15:33:12.770]
INFO:
pxe:service Added contract ef483c41 at 0x303337a42657c01ed07e09b42c18c1aaab251df161905979b7c06cbed13169bb with class 0x13eb17d8ade5291879935b816f6bb274d6b68c03c1dfb1087ba6dfec5249ed01
15:33:12 [15:33:12.786]
INFO:
pxe:service Added contract e208402a at 0x206f27fac8f1636b37de87692d62e0a7fec938dba374fae3ef592a72bb2b5f18 with class 0x18cfa1badaf6bb58963f50f215566978558ff4a5fcbf864bad9dfbb8c0279197
15:33:12 [15:33:12.801]
INFO:
pxe:service Added contract class b1749ac8 with id 0x1c9c83464773af65f49d711c8aad9d1d2be1c3ebf8762f8858b63d993117ba43
15:33:12 [15:33:12.813]
INFO:
pxe:service Added contract b1749ac8 at 0x10ba4aa1255c468f634c78782d54801af28e2100dcef32c72704e09cec0d870c with class 0x1c9c83464773af65f49d711c8aad9d1d2be1c3ebf8762f8858b63d993117ba43
15:33:12 [15:33:12.856]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:33:13 [15:33:13.386]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
15:33:13
PASS src/test/pxe_service.test.ts
15:33:13 PXEService
15:33:13
✓ registers an account and returns it as an account only and not as a recipient (95 ms)
15:33:13
✓ does not throw when registering the same account twice (just ignores the second attempt) (129 ms)
15:33:13
✓ successfully adds a contract (38 ms)
15:33:13
✓ registers a class and adds a contract for it (24 ms)
15:33:13
✓ refuses to register a class with a mismatched address (28 ms)
15:33:13
✓ refuses to register a contract with a class that has not been registered (4 ms)
15:33:13
✓ refuses to register a contract with an artifact with mismatching class id (5 ms)
15:33:13
✓ successfully gets a block number (1 ms)
15:33:13
✓ successfully gets node info (1 ms)
15:33:13
✓ throws when submitting a tx with a nullifier of already settled tx (560 ms)
15:33:13
15:33:13
Test Suites: 1 passed, 1 total
15:33:13
Tests: 10 passed, 10 total
15:33:13
Snapshots: 0 total
15:33:13
Time: 4.685 s
15:33:13
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
15:33:13
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?