Parent Log: http://ci.aztec-labs.com/48e451a828b576eb Command: f9856415d54196c8 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/3084a7eb89277f14c021ec43f4bddf01c77cc5cc Env: REF_NAME=gh-readonly-queue/next/pr-15077-433ba6218aed45169029991a493e4232b30b8ec6 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 17 19:12:28 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15077_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 19:12:32 [19:12:32.343] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 19:12:33 [19:12:33.103] INFO: pxe:service Started PXE connected to chain 1 version 1 19:12:33 [19:12:33.161] INFO: pxe:service Registered account 0x1f331dbdb5f050a46c617616f35e45d10b7971ee220b974d41a44c3cfbc4b9e2 19:12:33 [19:12:33.225] INFO: pxe:service Registered account 0x1321e6d0076b65c9144a4bc7fbb43a84749b1e3b401b84a403c6c293b4614ca8 19:12:33 [19:12:33.275] INFO: pxe:service Registered account 0x1321e6d0076b65c9144a4bc7fbb43a84749b1e3b401b84a403c6c293b4614ca8 19:12:33 [19:12:33.297] INFO: pxe:service Added contract 1f490434 at 0x03eee9106e548426c0d4bf24de224efbdca0195596244f6900d388184baeb4fd with class 0x27dde79f1b15cce697da661becbf3118a2c9cf9c4fd1ceed25b69d1375f33f9c 19:12:33 [19:12:33.305] INFO: pxe:service Added contract d186a693 at 0x1f2e03fb5516edd08fd93cf6eb0f247e85cde6a4c1a5bcf6b2a6836e3ad27df1 with class 0x050a8f29383c6060690245f83a76be0e45df35cceafb48b31e6a96bd42013335 19:12:33 [19:12:33.320] INFO: pxe:service Added contract class d5b85bd2 with id 0x0bd7e7dcdd9542608e88729144602cac8baca730237ab4d670c7ea826961857a 19:12:33 [19:12:33.334] INFO: pxe:service Added contract d5b85bd2 at 0x0fb6f3b7f99d61b9ea1109b1d5ea7c962c451e61f1fc81d230ae74b607397a97 with class 0x0bd7e7dcdd9542608e88729144602cac8baca730237ab4d670c7ea826961857a 19:12:33 [19:12:33.396] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 19:12:33 [19:12:33.891] INFO: pxe:service Started PXE connected to chain undefined version undefined 19:12:33 PASS src/test/pxe_service.test.ts 19:12:33 PXEService 19:12:33 registers an account and returns it as an account only and not as a recipient (76 ms) 19:12:33 does not throw when registering the same account twice (just ignores the second attempt) (97 ms) 19:12:33 successfully adds a contract (29 ms) 19:12:33 registers a class and adds a contract for it (29 ms) 19:12:33 refuses to register a class with a mismatched address (36 ms) 19:12:33 refuses to register a contract with a class that has not been registered (6 ms) 19:12:33 refuses to register a contract with an artifact with mismatching class id (9 ms) 19:12:33 successfully gets a block number (1 ms) 19:12:33 successfully gets node info (1 ms) 19:12:33 throws when submitting a tx with a nullifier of already settled tx (524 ms) 19:12:33 19:12:33 Test Suites: 1 passed, 1 total 19:12:33 Tests: 10 passed, 10 total 19:12:33 Snapshots: 0 total 19:12:33 Time: 4.405 s 19:12:33 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 19:12:33 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?