Parent Log: http://ci.aztec-labs.com/c7f88074b48c686e Command: 5ef1981c53cfa68e yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/9636546b7b88f24965b498122e4da02f29ccc564 Env: REF_NAME=gh-readonly-queue/next/pr-15307-d01c091885c427bb3cc3b780e321f201b0fd06d5 CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Thu Jun 26 18:40:26 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15307_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 18:40:29 [18:40:29.418] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 18:40:30 [18:40:30.021] INFO: pxe:service Started PXE connected to chain 1 version 1 18:40:30 [18:40:30.064] INFO: pxe:service Registered account 0x0db093be3cd066630d1a745a51bd570a589bb24568d46ffb925ba713d56592c1 18:40:30 [18:40:30.117] INFO: pxe:service Registered account 0x28b0acaf67054dd06e252bc23942cc6ccadf1b4a7a4de3faa4ccb657cf42afd9 18:40:30 [18:40:30.160] INFO: pxe:service Registered account 0x28b0acaf67054dd06e252bc23942cc6ccadf1b4a7a4de3faa4ccb657cf42afd9 18:40:30 [18:40:30.177] INFO: pxe:service Added contract 4bfe6792 at 0x3055756ebe0a7b748d8a3f78268f2f8a607cd1c27967455e2d66506998fdd670 with class 0x21cc19284f3d6fc21943392d3923de9c80061b68fb1f618694ca6f6c2ab0defc 18:40:30 [18:40:30.184] INFO: pxe:service Added contract 363f0c39 at 0x10de5d2a67038d9e226e0200e5947be074d378ca67b5171bff5225cc3f0f99ce with class 0x1445620665a825ce9d6e81d9fa049f824352681070aa1737151f0bd60e18728a 18:40:30 [18:40:30.192] INFO: pxe:service Added contract class f9377810 with id 0x2ef1b3d6ac502dc13efc1d44d89919843ef70cf505830ecdad715848beeb13bb 18:40:30 [18:40:30.198] INFO: pxe:service Added contract f9377810 at 0x2e21474125d3f7051b63a937f3ebdc0f160e3561b3750081cb61fb3d2ad2cef7 with class 0x2ef1b3d6ac502dc13efc1d44d89919843ef70cf505830ecdad715848beeb13bb 18:40:30 [18:40:30.239] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 18:40:30 [18:40:30.647] INFO: pxe:service Started PXE connected to chain undefined version undefined 18:40:30 PASS src/test/pxe_service.test.ts 18:40:30 PXEService 18:40:30 registers an account and returns it as an account only and not as a recipient (57 ms) 18:40:30 does not throw when registering the same account twice (just ignores the second attempt) (81 ms) 18:40:30 successfully adds a contract (23 ms) 18:40:30 registers a class and adds a contract for it (15 ms) 18:40:30 refuses to register a class with a mismatched address (27 ms) 18:40:30 refuses to register a contract with a class that has not been registered (3 ms) 18:40:30 refuses to register a contract with an artifact with mismatching class id (4 ms) 18:40:30 successfully gets a block number (1 ms) 18:40:30 successfully gets node info (1 ms) 18:40:30 throws when submitting a tx with a nullifier of already settled tx (439 ms) 18:40:30 18:40:30 Test Suites: 1 passed, 1 total 18:40:30 Tests: 10 passed, 10 total 18:40:30 Snapshots: 0 total 18:40:30 Time: 3.355 s 18:40:30 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 18:40:30 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?