Parent Log: http://ci.aztec-labs.com/79a066b826d51d55 Command: 5f41952f8889ac40 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/1650b3d017a2a4fa5182c8787e79cc108e24e1f4 Env: REF_NAME=gh-readonly-queue/next/pr-14990-77a00686be4080a71b03d68671da6c8b270b62aa CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Thu Jun 12 10:50:01 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14990_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 10:50:05 [10:50:05.129] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 10:50:05 [10:50:05.820] INFO: pxe:service Started PXE connected to chain 1 version 1 10:50:05 [10:50:05.895] INFO: pxe:service Registered account 0x07272b2a884cb4f37cb24d87a205edbabebb2d5126bf7be71c3d381ef51ab43e 10:50:05 [10:50:05.984] INFO: pxe:service Registered account 0x030035be4a5b5ec23df6bf9648041ef2db4f3f4df8ce9a60900ebe082462e526 10:50:06 [10:50:06.055] INFO: pxe:service Registered account 0x030035be4a5b5ec23df6bf9648041ef2db4f3f4df8ce9a60900ebe082462e526 10:50:06 [10:50:06.076] INFO: pxe:service Added contract 914f3576 at 0x1f6426bcb84430092316c7fd96974e5cf56ef910c78becf9b628693e7b28d148 with class 0x0f29304f3b146e42c40da946923e222faf90af42f923655a6658c607160a3c95 10:50:06 [10:50:06.087] INFO: pxe:service Added contract 54364ac3 at 0x2c9012af796518f33c80ed9b0889edecad9b623895eca21caa735917dd356ca6 with class 0x08a7944024c2a3591760b2b225564533bf91912946772ebca568802b61067b22 10:50:06 [10:50:06.098] INFO: pxe:service Added contract class a18004a2 with id 0x08b02758978647100f6550ce5fa90a5659168469da8531dd1989ab738193967b 10:50:06 [10:50:06.109] INFO: pxe:service Added contract a18004a2 at 0x2fd84f408f8dafc7232f2ddafbe06aaa00461a4067927113d6af72dd36462670 with class 0x08b02758978647100f6550ce5fa90a5659168469da8531dd1989ab738193967b 10:50:06 [10:50:06.160] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 10:50:06 [10:50:06.630] INFO: pxe:service Started PXE connected to chain undefined version undefined 10:50:06 PASS src/test/pxe_service.test.ts 10:50:06 PXEService 10:50:06 registers an account and returns it as an account only and not as a recipient (99 ms) 10:50:06 does not throw when registering the same account twice (just ignores the second attempt) (135 ms) 10:50:06 successfully adds a contract (34 ms) 10:50:06 registers a class and adds a contract for it (21 ms) 10:50:06 refuses to register a class with a mismatched address (29 ms) 10:50:06 refuses to register a contract with a class that has not been registered (9 ms) 10:50:06 refuses to register a contract with an artifact with mismatching class id (4 ms) 10:50:06 successfully gets a block number (1 ms) 10:50:06 successfully gets node info (1 ms) 10:50:06 throws when submitting a tx with a nullifier of already settled tx (503 ms) 10:50:06 10:50:06 Test Suites: 1 passed, 1 total 10:50:06 Tests: 10 passed, 10 total 10:50:06 Snapshots: 0 total 10:50:06 Time: 4.062 s 10:50:06 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 10:50:06 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?