Parent Log:
http://ci.aztec-labs.com/ea435d2af522830a
Command: 557c108a8ed544a3 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ed4f6d71e2ea98f43186114eb914d54b87dd1183
Env: REF_NAME=gh-readonly-queue/next/pr-15116-433ba6218aed45169029991a493e4232b30b8ec6 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 19:34:30 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15116_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
19:34:34 [19:34:34.066]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:34:34 [19:34:34.814]
INFO:
pxe:service Started PXE connected to chain 1 version 1
19:34:34 [19:34:34.880]
INFO:
pxe:service Registered account 0x1cb44189f0f70bb8d638410e22bf35dcfd3cfb670b3327c9ce752d087bef57b1
19:34:34 [19:34:34.966]
INFO:
pxe:service Registered account 0x1c593c9a446dd9d48c4151875fbe2721f4351a8ca2eac5e3e61d3a1a17e6cffc
19:34:35 [19:34:35.021]
INFO:
pxe:service Registered account 0x1c593c9a446dd9d48c4151875fbe2721f4351a8ca2eac5e3e61d3a1a17e6cffc
19:34:35 [19:34:35.044]
INFO:
pxe:service Added contract 45eee669 at 0x04c31901029f1e3d824449d5c1fd9272a18292d9f476d7a4178be47c23f96b32 with class 0x1781706f9d824291238b7afc9e012085019fe2fee2a3c9a7249fbdb07d7d49ac
19:34:35 [19:34:35.055]
INFO:
pxe:service Added contract 84101700 at 0x1069ef6acc21f53f9e58ee3b9f8e369b893f58afb9212f11cadbaa14223a02a9 with class 0x282135b9ed9e2122fc4d577e69dfe4e1664379cceb092a1ccf928607020fc828
19:34:35 [19:34:35.069]
INFO:
pxe:service Added contract class 8b0b7ffb with id 0x14d6e827a6338d3b17590685b2e4fcccab2a5e85c1fe650af8260ca1b8d49597
19:34:35 [19:34:35.082]
INFO:
pxe:service Added contract 8b0b7ffb at 0x27f072b57c650a3791a16cafcad0da4eea9bca7966a16a97ecf07d00f2c6bb56 with class 0x14d6e827a6338d3b17590685b2e4fcccab2a5e85c1fe650af8260ca1b8d49597
19:34:35 [19:34:35.131]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:34:35 [19:34:35.682]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
19:34:35
PASS src/test/pxe_service.test.ts
19:34:35 PXEService
19:34:35
✓ registers an account and returns it as an account only and not as a recipient (88 ms)
19:34:35
✓ does not throw when registering the same account twice (just ignores the second attempt) (119 ms)
19:34:35
✓ successfully adds a contract (34 ms)
19:34:35
✓ registers a class and adds a contract for it (25 ms)
19:34:35
✓ refuses to register a class with a mismatched address (35 ms)
19:34:35
✓ refuses to register a contract with a class that has not been registered (3 ms)
19:34:35
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
19:34:35
✓ successfully gets a block number (1 ms)
19:34:35
✓ successfully gets node info (1 ms)
19:34:35
✓ throws when submitting a tx with a nullifier of already settled tx (592 ms)
19:34:35
19:34:35
Test Suites: 1 passed, 1 total
19:34:35
Tests: 10 passed, 10 total
19:34:35
Snapshots: 0 total
19:34:35
Time: 4.643 s
19:34:35
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
19:34:35
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?