Parent Log: http://ci.aztec-labs.com/b1869ed3b108a335 Command: 3f83527fe89c0976 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/b1b65bcdbd44a49fbebe5d2265256dc9466e92be Env: REF_NAME=gh-readonly-queue/master/pr-15044-267ac35e8ccb487bdc79bbe12d428f4c8b4d4d9f CURRENT_VERSION=0.87.8 CI_FULL=0 Date: Fri Jun 13 16:28:28 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15044_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_master 16:28:30 [16:28:30.442] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 16:28:30 [16:28:30.933] INFO: pxe:service Started PXE connected to chain 1 version 1 16:28:30 [16:28:30.977] INFO: pxe:service Registered account 0x1835bd5d42ad6485531bfd5e042ddd22ccc66458d7d5845a91e474fa658bf625 16:28:31 [16:28:31.026] INFO: pxe:service Registered account 0x064b3ea72f0346b330cdb4a1483d36e568568097085d203be2acafbd06cd015e 16:28:31 [16:28:31.069] INFO: pxe:service Registered account 0x064b3ea72f0346b330cdb4a1483d36e568568097085d203be2acafbd06cd015e 16:28:31 [16:28:31.084] INFO: pxe:service Added contract a70a884e at 0x0f4d27c070cea8c386ccbce2b7a585729a424d79a2a93ed04b3799bf632b347b with class 0x276efa873f1977db2513d1fcd435db57c6bda5c9574f61ecb7ea45044c0e9e27 16:28:31 [16:28:31.090] INFO: pxe:service Added contract b53103da at 0x0976caca1ef57f6000c168c8244595c48b0dc2f75fe9614ae71d35b2914352b4 with class 0x21ec8ebf356bac48b2e694f2bddf970c80eefd51412aecff7b8695ab06b38f43 16:28:31 [16:28:31.098] INFO: pxe:service Added contract class 9abd7032 with id 0x0a9d033b9886a1965335383edc4a89f64e3c177f999085125d890e3609d89fbb 16:28:31 [16:28:31.107] INFO: pxe:service Added contract 9abd7032 at 0x0be5c867721fd31c78a0d375bed980b413e74e32c66e179608541cb80203bda0 with class 0x0a9d033b9886a1965335383edc4a89f64e3c177f999085125d890e3609d89fbb 16:28:31 [16:28:31.143] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 16:28:31 [16:28:31.450] INFO: pxe:service Started PXE connected to chain undefined version undefined 16:28:31 PASS src/test/pxe_service.test.ts 16:28:31 PXEService 16:28:31 registers an account and returns it as an account only and not as a recipient (58 ms) 16:28:31 does not throw when registering the same account twice (just ignores the second attempt) (78 ms) 16:28:31 successfully adds a contract (21 ms) 16:28:31 registers a class and adds a contract for it (17 ms) 16:28:31 refuses to register a class with a mismatched address (24 ms) 16:28:31 refuses to register a contract with a class that has not been registered (2 ms) 16:28:31 refuses to register a contract with an artifact with mismatching class id (3 ms) 16:28:31 successfully gets a block number 16:28:31 successfully gets node info 16:28:31 throws when submitting a tx with a nullifier of already settled tx (336 ms) 16:28:31 16:28:31 Test Suites: 1 passed, 1 total 16:28:31 Tests: 10 passed, 10 total 16:28:31 Snapshots: 0 total 16:28:31 Time: 2.768 s 16:28:31 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 16:28:31 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?