Parent Log: http://ci.aztec-labs.com/37863f238a8f2511 Command: 6db87052395d3483 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/41cc1f518fed92110a82ce3c59385a3f5c0d8817 Env: REF_NAME=gh-readonly-queue/next/pr-15041-9cf4a24266245fa3ca003adb00e8ae759880c107 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 17:16:40 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15041_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 17:16:44 [17:16:44.866] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 17:16:45 [17:16:45.575] INFO: pxe:service Started PXE connected to chain 1 version 1 17:16:45 [17:16:45.631] INFO: pxe:service Registered account 0x2703cfc0a5858090fd68049f3a81e9cf1a30ddb1afdad101b247b48cb1650c64 17:16:45 [17:16:45.692] INFO: pxe:service Registered account 0x25aa8892182b331deb7a5778eb7a64bb26d13b26de33e647dbec301340ff4e8f 17:16:45 [17:16:45.754] INFO: pxe:service Registered account 0x25aa8892182b331deb7a5778eb7a64bb26d13b26de33e647dbec301340ff4e8f 17:16:45 [17:16:45.791] INFO: pxe:service Added contract fec1f275 at 0x238974ebd8055ca3b109f64758bb4645884ae164cee6310db9f4ca08446d5eb7 with class 0x0efd35d51a4542a5a311180daad9e9c7936ef354edf2775866f03bfe161d5621 17:16:45 [17:16:45.802] INFO: pxe:service Added contract cc9b03fa at 0x12f5d4d5f1368c695266a45d8756acaf430ca71d80bae0ee3297bea53ac544ff with class 0x0b7713c76f46f434cf6df039b9b84e8d5857282797b6f1549cf8ceddf3e3f0e8 17:16:45 [17:16:45.812] INFO: pxe:service Added contract class 60da533a with id 0x27fb62db86385a25a5084ee5567333df2666d3d5db5a6756b06525a6b150c54a 17:16:45 [17:16:45.825] INFO: pxe:service Added contract 60da533a at 0x0b7972b0fc347967a45258d34eedfb1b0d9171818212800983082d75677f2801 with class 0x27fb62db86385a25a5084ee5567333df2666d3d5db5a6756b06525a6b150c54a 17:16:45 [17:16:45.882] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 17:16:46 [17:16:46.359] INFO: pxe:service Started PXE connected to chain undefined version undefined 17:16:46 PASS src/test/pxe_service.test.ts 17:16:46 PXEService 17:16:46 registers an account and returns it as an account only and not as a recipient (74 ms) 17:16:46 does not throw when registering the same account twice (just ignores the second attempt) (110 ms) 17:16:46 successfully adds a contract (42 ms) 17:16:46 registers a class and adds a contract for it (23 ms) 17:16:46 refuses to register a class with a mismatched address (27 ms) 17:16:46 refuses to register a contract with a class that has not been registered (4 ms) 17:16:46 refuses to register a contract with an artifact with mismatching class id (10 ms) 17:16:46 successfully gets a block number (3 ms) 17:16:46 successfully gets node info (3 ms) 17:16:46 throws when submitting a tx with a nullifier of already settled tx (518 ms) 17:16:46 17:16:46 Test Suites: 1 passed, 1 total 17:16:46 Tests: 10 passed, 10 total 17:16:46 Snapshots: 0 total 17:16:46 Time: 4.678 s 17:16:46 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 17:16:46 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?