Parent Log: http://ci.aztec-labs.com/8f0b6a2a1f337be4 Command: 67815e8d3568a714 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/4e03f15ca8099f25d50eddd19c4914764b84fe7b Env: REF_NAME=gh-readonly-queue/next/pr-15013-4800d08570523bc1b2a9e8ec0dfb09e326f4689a CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 14:35:11 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15013_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 14:35:15 [14:35:15.581] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 14:35:16 [14:35:16.329] INFO: pxe:service Started PXE connected to chain 1 version 1 14:35:16 [14:35:16.401] INFO: pxe:service Registered account 0x1bd827e8f7c57dd3da7e3814eb9c3777d571673e47d22c37e7d39c061aebda62 14:35:16 [14:35:16.472] INFO: pxe:service Registered account 0x07ec2870dcdd552d4e5401ad29bb3f9b21315aad28307890efbdf31c31e72b48 14:35:16 [14:35:16.544] INFO: pxe:service Registered account 0x07ec2870dcdd552d4e5401ad29bb3f9b21315aad28307890efbdf31c31e72b48 14:35:16 [14:35:16.577] INFO: pxe:service Added contract 06d68fc1 at 0x17c80575f48b933b0dbe02eed1c5c7cc112b7f569bbb9b8c8c503978f13d6305 with class 0x1e785a4b0fa9b24f07c35157de7c40d86d7307ba77f5f4fa72d4e674217227d9 14:35:16 [14:35:16.591] INFO: pxe:service Added contract c2d8b64d at 0x15718a207abf6a8dfbd9dae3746d896f3f00eb8138eda2b19a843753f355808c with class 0x0ffe53605df91b0699e7080611252955072228f80ffa59aa3bf5e303fa9b595a 14:35:16 [14:35:16.606] INFO: pxe:service Added contract class ed793fcd with id 0x00ca415c70d16f706ed4d4e72b46b95f796790807ec42b9afc16b610616e6c54 14:35:16 [14:35:16.616] INFO: pxe:service Added contract ed793fcd at 0x2a5a8e8cb1fa03442f17c01143dfebcb51f18e896a45e461641f8414a66e8828 with class 0x00ca415c70d16f706ed4d4e72b46b95f796790807ec42b9afc16b610616e6c54 14:35:16 [14:35:16.670] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 14:35:17 [14:35:17.143] INFO: pxe:service Started PXE connected to chain undefined version undefined 14:35:17 PASS src/test/pxe_service.test.ts 14:35:17 PXEService 14:35:17 registers an account and returns it as an account only and not as a recipient (93 ms) 14:35:17 does not throw when registering the same account twice (just ignores the second attempt) (124 ms) 14:35:17 successfully adds a contract (45 ms) 14:35:17 registers a class and adds a contract for it (24 ms) 14:35:17 refuses to register a class with a mismatched address (35 ms) 14:35:17 refuses to register a contract with a class that has not been registered (3 ms) 14:35:17 refuses to register a contract with an artifact with mismatching class id (4 ms) 14:35:17 successfully gets a block number (1 ms) 14:35:17 successfully gets node info (2 ms) 14:35:17 throws when submitting a tx with a nullifier of already settled tx (518 ms) 14:35:17 14:35:17 Test Suites: 1 passed, 1 total 14:35:17 Tests: 10 passed, 10 total 14:35:17 Snapshots: 0 total 14:35:17 Time: 4.385 s 14:35:17 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 14:35:17 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?