Parent Log: http://ci.aztec-labs.com/cd08052a52dbb30f Command: 6b4e410f8eceba7f yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/bf5d93af0a8ce02b399337bfcc820c48b2f18c36 Env: REF_NAME=gh-readonly-queue/next/pr-15268-3aaa83afa9cad3f8acfd8e1f724fe30adc7a8a5e CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Thu Jun 26 22:54:00 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15268_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 22:54:03 [22:54:03.835] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 22:54:04 [22:54:04.603] INFO: pxe:service Started PXE connected to chain 1 version 1 22:54:04 [22:54:04.658] INFO: pxe:service Registered account 0x0dc069f80417ad32237abcd21ce9275a8aba1db5037bdc67a5d484277d7239d8 22:54:04 [22:54:04.750] INFO: pxe:service Registered account 0x1baac68afc6e6399809815a80240a91fa59de58d623079f06f6b3ca0b1fdd24e 22:54:04 [22:54:04.813] INFO: pxe:service Registered account 0x1baac68afc6e6399809815a80240a91fa59de58d623079f06f6b3ca0b1fdd24e 22:54:04 [22:54:04.835] INFO: pxe:service Added contract 76de6d50 at 0x1f9506872b38a48d41576dce1ddb8a9cfe102d2d9303eaf109dc87796b9e9e69 with class 0x2302ed001b309085c097ba110666a94422f51125845015337e5e655242bfabe9 22:54:04 [22:54:04.845] INFO: pxe:service Added contract 4737890b at 0x14ab467d5262a4ec19a94e1c8cb0a1b25462b59f59151dfb1cba011296ae6547 with class 0x1ad27faff7a485450cbc22e60fcdb797e3251f45e1d338100964f4dc89687696 22:54:04 [22:54:04.856] INFO: pxe:service Added contract class f99615e6 with id 0x15c81c73d75dd3079cef8eb7601d3f5c278a70aaa73858387145d8292beb1d16 22:54:04 [22:54:04.863] INFO: pxe:service Added contract f99615e6 at 0x1f4fcbe6384e56d627b7010d68901b20a287994865e6c2b53b8c57e53fca8563 with class 0x15c81c73d75dd3079cef8eb7601d3f5c278a70aaa73858387145d8292beb1d16 22:54:04 [22:54:04.924] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 22:54:05 [22:54:05.440] INFO: pxe:service Started PXE connected to chain undefined version undefined 22:54:05 PASS src/test/pxe_service.test.ts 22:54:05 PXEService 22:54:05 registers an account and returns it as an account only and not as a recipient (76 ms) 22:54:05 does not throw when registering the same account twice (just ignores the second attempt) (134 ms) 22:54:05 successfully adds a contract (31 ms) 22:54:05 registers a class and adds a contract for it (19 ms) 22:54:05 refuses to register a class with a mismatched address (45 ms) 22:54:05 refuses to register a contract with a class that has not been registered (3 ms) 22:54:05 refuses to register a contract with an artifact with mismatching class id (4 ms) 22:54:05 successfully gets a block number (1 ms) 22:54:05 successfully gets node info (1 ms) 22:54:05 throws when submitting a tx with a nullifier of already settled tx (545 ms) 22:54:05 22:54:05 Test Suites: 1 passed, 1 total 22:54:05 Tests: 10 passed, 10 total 22:54:05 Snapshots: 0 total 22:54:05 Time: 4.542 s 22:54:05 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 22:54:05 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?