Parent Log: http://ci.aztec-labs.com/13500456ad1fb375 Command: 0e91f3867361bdeb yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/69eacbd6f18ad2a9ac646c4ffaf0133b0cdf856a Env: REF_NAME=gh-readonly-queue/next/pr-15140-3aafa23f28c401f1c88d60325230f1ce801d72a6 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Thu Jun 19 10:55:59 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15140_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 10:56:03 [10:56:03.924] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 10:56:04 [10:56:04.733] INFO: pxe:service Started PXE connected to chain 1 version 1 10:56:04 [10:56:04.794] INFO: pxe:service Registered account 0x0ce0f44ee3c8fefffd8e6e0758b38d3044cc9eb5bd29a3e0326c20521a13e520 10:56:04 [10:56:04.866] INFO: pxe:service Registered account 0x2b0f35a96eab9818fd22edfb99a8b7b6626a06352102eb853cc13f0c1e5ae890 10:56:04 [10:56:04.921] INFO: pxe:service Registered account 0x2b0f35a96eab9818fd22edfb99a8b7b6626a06352102eb853cc13f0c1e5ae890 10:56:04 [10:56:04.942] INFO: pxe:service Added contract c914b885 at 0x02c5c3f92ab1bb71041027ed44fc2c0b28dcf2c3a261e6a620a3f60ab0c76d0f with class 0x2669de48723356d4b55042a6c7b86c9dfe6556e35ee4cbaa8326e58e52907100 10:56:04 [10:56:04.951] INFO: pxe:service Added contract 28d1721b at 0x158a6a146ae7bef16ef554db3d21da6d09f189712e0fa4a32ce4530f78a41cdf with class 0x26206b58aa7d65b017e630ae316fc387ed3e7ee4d0aad1d97e7bae75abe9186b 10:56:04 [10:56:04.964] INFO: pxe:service Added contract class 00647c4e with id 0x2264d6fcad62c3c7307a6e529f08e0f4b3af397456b761184f702e70a15bf399 10:56:04 [10:56:04.973] INFO: pxe:service Added contract 00647c4e at 0x28a8a97cceaea327a52939070a33a4bd697b8888276f817ec6a7964ecb634409 with class 0x2264d6fcad62c3c7307a6e529f08e0f4b3af397456b761184f702e70a15bf399 10:56:05 [10:56:05.025] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 10:56:05 [10:56:05.585] INFO: pxe:service Started PXE connected to chain undefined version undefined 10:56:05 PASS src/test/pxe_service.test.ts 10:56:05 PXEService 10:56:05 registers an account and returns it as an account only and not as a recipient (86 ms) 10:56:05 does not throw when registering the same account twice (just ignores the second attempt) (102 ms) 10:56:05 successfully adds a contract (29 ms) 10:56:05 registers a class and adds a contract for it (22 ms) 10:56:05 refuses to register a class with a mismatched address (36 ms) 10:56:05 refuses to register a contract with a class that has not been registered (4 ms) 10:56:05 refuses to register a contract with an artifact with mismatching class id (4 ms) 10:56:05 successfully gets a block number (1 ms) 10:56:05 successfully gets node info (1 ms) 10:56:05 throws when submitting a tx with a nullifier of already settled tx (590 ms) 10:56:05 10:56:05 Test Suites: 1 passed, 1 total 10:56:05 Tests: 10 passed, 10 total 10:56:05 Snapshots: 0 total 10:56:05 Time: 4.686 s 10:56:05 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 10:56:05 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?