Parent Log:
http://ci.aztec-labs.com/f7f41d385a4341ce
Command: 411627cf9c043d00 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/721a41c449eb0c4538a26180f6061f326128cf78
Env: REF_NAME=gh-readonly-queue/next/pr-14963-60e60f99f2634ad75a76b6e103858ff9ccd041d5 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 18:41:52 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14963_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
18:41:56 [18:41:56.894]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
18:41:57 [18:41:57.648]
INFO:
pxe:service Started PXE connected to chain 1 version 1
18:41:57 [18:41:57.699]
INFO:
pxe:service Registered account 0x0dce780382af34dde9f0b0d4c257f88a998848d24d526895a42cec0fb0909cce
18:41:57 [18:41:57.771]
INFO:
pxe:service Registered account 0x12b237caa920bbe682cb12838c01d4b09c9688e8b688ed61d71cbb8ecf14f229
18:41:57 [18:41:57.825]
INFO:
pxe:service Registered account 0x12b237caa920bbe682cb12838c01d4b09c9688e8b688ed61d71cbb8ecf14f229
18:41:57 [18:41:57.846]
INFO:
pxe:service Added contract 317a9985 at 0x11f15fbdd021d4be90f33a63b49aeef0135342979b6b79bd373f87a8b76a6444 with class 0x2d5c9a1dadb43b2b88d990fda20b894017570ad4975ea2e89cfd1f9ab535d4dd
18:41:57 [18:41:57.854]
INFO:
pxe:service Added contract 76697ee1 at 0x30005783e31ecb1e8075f611a2161c588d49549adaa7656f4b3e2fbff8ab6d88 with class 0x29330a35e79b5c4b0d97ab9a7c3ccd83c05bad34e3d9b781d62e7b530983d235
18:41:57 [18:41:57.864]
INFO:
pxe:service Added contract class b366120a with id 0x1b5ab09a59f90c5427c0369e70e27982b0cc198d372b73305a1f0a93d31f8f1f
18:41:57 [18:41:57.872]
INFO:
pxe:service Added contract b366120a at 0x061187ada3cde518d931d06c19f31dc4b299b6bbfafbdf8493e63b9ca20cb8bd with class 0x1b5ab09a59f90c5427c0369e70e27982b0cc198d372b73305a1f0a93d31f8f1f
18:41:57 [18:41:57.919]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
18:41:58 [18:41:58.331]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
18:41:58
PASS src/test/pxe_service.test.ts
18:41:58 PXEService
18:41:58
✓ registers an account and returns it as an account only and not as a recipient (79 ms)
18:41:58
✓ does not throw when registering the same account twice (just ignores the second attempt) (99 ms)
18:41:58
✓ successfully adds a contract (28 ms)
18:41:58
✓ registers a class and adds a contract for it (18 ms)
18:41:58
✓ refuses to register a class with a mismatched address (33 ms)
18:41:58
✓ refuses to register a contract with a class that has not been registered (4 ms)
18:41:58
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
18:41:58
✓ successfully gets a block number
18:41:58
✓ successfully gets node info
18:41:58
✓ throws when submitting a tx with a nullifier of already settled tx (458 ms)
18:41:58
18:41:58
Test Suites: 1 passed, 1 total
18:41:58
Tests: 10 passed, 10 total
18:41:58
Snapshots: 0 total
18:41:58
Time: 4.745 s
18:41:58
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
18:41:58
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?