Parent Log:
http://ci.aztec-labs.com/8f0e17f4e3d757c2
Command: f8dcf08d5c6024d3 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/254faae7d330e160b14c6eaaa099dc92d4a9cac7
Env: REF_NAME=gh-readonly-queue/next/pr-14870-10badd24359b04680068afd9ca24407383374db1 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 11:53:16 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14870_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
11:53:19 [11:53:19.743]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:53:20 [11:53:20.442]
INFO:
pxe:service Started PXE connected to chain 1 version 1
11:53:20 [11:53:20.508]
INFO:
pxe:service Registered account 0x07b085632a6e726da5a382f49e240815b2d4bea0060a3bd4b87afc21be4c7907
11:53:20 [11:53:20.579]
INFO:
pxe:service Registered account 0x16ec7ebe9e4dd614a5dc538a7deb7585fba3542dcb4ab2fcd9c0d58069d8e5b0
11:53:20 [11:53:20.628]
INFO:
pxe:service Registered account 0x16ec7ebe9e4dd614a5dc538a7deb7585fba3542dcb4ab2fcd9c0d58069d8e5b0
11:53:20 [11:53:20.656]
INFO:
pxe:service Added contract 2e70f6a9 at 0x03de8df83183e1b30554274c41d6b6cc1617e713dd6216bd9e271d7b6b17ccd6 with class 0x2c7b72fa3811c5deed85daf0119f425448bda0582c4f61d2a5beac166ed3f6fc
11:53:20 [11:53:20.666]
INFO:
pxe:service Added contract 86cc71a1 at 0x1a389902e7df2beb2805e317a7c5ad7c102374451ed0aa556faae4502784b8a5 with class 0x10f0fbba80466b991272daaeb1bd4bfb5d5aa6d19eb10a09dc192f7b63e122cc
11:53:20 [11:53:20.678]
INFO:
pxe:service Added contract class cc635b82 with id 0x1aeecb500ca9f23513165fd6d3e6e28bf91b77ee78282493e50c618e7816fa16
11:53:20 [11:53:20.688]
INFO:
pxe:service Added contract cc635b82 at 0x1502ece72daf280ccee302995f106d0ca4e09c6b6df43bac0e57d069b99d21b8 with class 0x1aeecb500ca9f23513165fd6d3e6e28bf91b77ee78282493e50c618e7816fa16
11:53:20 [11:53:20.733]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:53:21 [11:53:21.212]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
11:53:21
PASS src/test/pxe_service.test.ts
11:53:21 PXEService
11:53:21
✓ registers an account and returns it as an account only and not as a recipient (83 ms)
11:53:21
✓ does not throw when registering the same account twice (just ignores the second attempt) (104 ms)
11:53:21
✓ successfully adds a contract (37 ms)
11:53:21
✓ registers a class and adds a contract for it (21 ms)
11:53:21
✓ refuses to register a class with a mismatched address (31 ms)
11:53:21
✓ refuses to register a contract with a class that has not been registered (3 ms)
11:53:21
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
11:53:21
✓ successfully gets a block number
11:53:21
✓ successfully gets node info (1 ms)
11:53:21
✓ throws when submitting a tx with a nullifier of already settled tx (512 ms)
11:53:21
11:53:21
Test Suites: 1 passed, 1 total
11:53:21
Tests: 10 passed, 10 total
11:53:21
Snapshots: 0 total
11:53:21
Time: 4.252 s
11:53:21
Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i
.
11:53:21
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?