Parent Log:
http://ci.aztec-labs.com/e0d14622d89aaee4
Command: 55a5c1e5cd3f3ca6 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/28bf32bfc2566751e8baa0a9125a9db20d474bee
Env: REF_NAME=gh-readonly-queue/next/pr-15154-9071986bfe3af58c70d2c80c10f523e22bfe4cb4 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 15:25:32 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15154_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
15:25:36 [15:25:36.120]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:25:36 [15:25:36.835]
INFO:
pxe:service Started PXE connected to chain 1 version 1
15:25:36 [15:25:36.907]
INFO:
pxe:service Registered account 0x273df80dca063a7e62765cac361a87e96bd9865a9451919610e3eb7360edf115
15:25:36 [15:25:36.983]
INFO:
pxe:service Registered account 0x2faa413e4279d16689936d1dc58ac157bb7fae8bfc500a6e87410c6f08857d00
15:25:37 [15:25:37.034]
INFO:
pxe:service Registered account 0x2faa413e4279d16689936d1dc58ac157bb7fae8bfc500a6e87410c6f08857d00
15:25:37 [15:25:37.072]
INFO:
pxe:service Added contract c19321af at 0x1778c2faa08d94c4b03c9fc87ba6482295c5e6e22429aeaaedd36af1080f2a55 with class 0x13b6893db66be815efbea8d2322c9746d0be5e2727f3ce85b0c52480bc7cb29e
15:25:37 [15:25:37.080]
INFO:
pxe:service Added contract d043f1ac at 0x0515ba46398c3e6595ea5d969264bb170381d0893ceed68cf136901c63bce38a with class 0x1ccaab9d1b0552687dd704ceb9b7e30020aeb551ebcb99303b4475370603f50c
15:25:37 [15:25:37.092]
INFO:
pxe:service Added contract class c84e410e with id 0x00674acbf0380fead85bdc6057f65463c0cd9a5442dd63b3f67cc655181a0ef2
15:25:37 [15:25:37.098]
INFO:
pxe:service Added contract c84e410e at 0x16bcc8970446d78ea583d80cfc9ac7b2e3aa6eadc4589a9b767ad8f4db5076d9 with class 0x00674acbf0380fead85bdc6057f65463c0cd9a5442dd63b3f67cc655181a0ef2
15:25:37 [15:25:37.166]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:25:37 [15:25:37.714]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
15:25:37
PASS src/test/pxe_service.test.ts
15:25:37 PXEService
15:25:37
✓ registers an account and returns it as an account only and not as a recipient (88 ms)
15:25:37
✓ does not throw when registering the same account twice (just ignores the second attempt) (112 ms)
15:25:37
✓ successfully adds a contract (46 ms)
15:25:37
✓ registers a class and adds a contract for it (17 ms)
15:25:37
✓ refuses to register a class with a mismatched address (34 ms)
15:25:37
✓ refuses to register a contract with a class that has not been registered (4 ms)
15:25:37
✓ refuses to register a contract with an artifact with mismatching class id (14 ms)
15:25:37
✓ successfully gets a block number (2 ms)
15:25:37
✓ successfully gets node info (2 ms)
15:25:37
✓ throws when submitting a tx with a nullifier of already settled tx (593 ms)
15:25:37
15:25:37
Test Suites: 1 passed, 1 total
15:25:37
Tests: 10 passed, 10 total
15:25:37
Snapshots: 0 total
15:25:37
Time: 4.496 s
15:25:37
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
15:25:37
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?