Parent Log: http://ci.aztec-labs.com/11ec82c6eec08093 Command: d2b17a71056754a7 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/b70544b6d50e3ecb6598361f1990bd51745c7b55 Env: REF_NAME=gh-readonly-queue/next/pr-15046-96a426245731b3f48fcb6dd5e2a683c858706602 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 22:39:07 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15046_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 22:39:11 [22:39:11.629] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 22:39:12 [22:39:12.393] INFO: pxe:service Started PXE connected to chain 1 version 1 22:39:12 [22:39:12.457] INFO: pxe:service Registered account 0x2ae943b481fd53235ca3505a34ac04e6887bae8774d55d583d1adc0c52134a89 22:39:12 [22:39:12.535] INFO: pxe:service Registered account 0x23dbe550d238993fd574079ecd8db1f3cb6a1cfcdd5500f3a3428c9d7900c32d 22:39:12 [22:39:12.602] INFO: pxe:service Registered account 0x23dbe550d238993fd574079ecd8db1f3cb6a1cfcdd5500f3a3428c9d7900c32d 22:39:12 [22:39:12.627] INFO: pxe:service Added contract 2ebec459 at 0x2f0b7521f20753fe427c83d976e0ff8d6f242eb1204283857d3354afe28705cc with class 0x215cf59840b3fccdc7f220fc600a69a9ca75a81454a4011f18bec553f4e0142e 22:39:12 [22:39:12.635] INFO: pxe:service Added contract bd6fd6da at 0x24dffc0e409f2cb21da708fa6d8bcdcd1f4e264f043f8961dcaf97bcc75dc04e with class 0x28fe57abce85cd155d4f8b69016083c51d2b3fcc1f81de175d7df82bae1bf94f 22:39:12 [22:39:12.649] INFO: pxe:service Added contract class 58a081ef with id 0x2d6a08ece8ad1f56f5871db147a341bacb7992cf63111787bf7426d755c10f4c 22:39:12 [22:39:12.663] INFO: pxe:service Added contract 58a081ef at 0x04a03d2e4492df209fd4e16134e0fa9b4fa080a073b5ad54b7374ae0439350fa with class 0x2d6a08ece8ad1f56f5871db147a341bacb7992cf63111787bf7426d755c10f4c 22:39:12 [22:39:12.720] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 22:39:13 [22:39:13.179] INFO: pxe:service Started PXE connected to chain undefined version undefined 22:39:13 PASS src/test/pxe_service.test.ts 22:39:13 PXEService 22:39:13 registers an account and returns it as an account only and not as a recipient (83 ms) 22:39:13 does not throw when registering the same account twice (just ignores the second attempt) (124 ms) 22:39:13 successfully adds a contract (30 ms) 22:39:13 registers a class and adds a contract for it (27 ms) 22:39:13 refuses to register a class with a mismatched address (38 ms) 22:39:13 refuses to register a contract with a class that has not been registered (5 ms) 22:39:13 refuses to register a contract with an artifact with mismatching class id (4 ms) 22:39:13 successfully gets a block number (1 ms) 22:39:13 successfully gets node info (1 ms) 22:39:13 throws when submitting a tx with a nullifier of already settled tx (507 ms) 22:39:13 22:39:13 Test Suites: 1 passed, 1 total 22:39:13 Tests: 10 passed, 10 total 22:39:13 Snapshots: 0 total 22:39:13 Time: 4.691 s 22:39:13 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 22:39:13 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?