Parent Log: http://ci.aztec-labs.com/57a3a05ea1e502d0 Command: 448a16f463e450de yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/80d800435dd8dfa325e38593d83b405488449dba Env: REF_NAME=gh-readonly-queue/next/pr-14444-28bf32bfc2566751e8baa0a9125a9db20d474bee CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 20 15:58:51 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14444_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 15:58:55 [15:58:55.719] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 15:58:56 [15:58:56.512] INFO: pxe:service Started PXE connected to chain 1 version 1 15:58:56 [15:58:56.572] INFO: pxe:service Registered account 0x2995d18c949e8251d1cb5d6e8603df1b25877d810db162657131b70faf83c272 15:58:56 [15:58:56.642] INFO: pxe:service Registered account 0x2e16925484704c5c65044eb717d1a82c1cbbebe24465d19bd875bc9f5342d586 15:58:56 [15:58:56.702] INFO: pxe:service Registered account 0x2e16925484704c5c65044eb717d1a82c1cbbebe24465d19bd875bc9f5342d586 15:58:56 [15:58:56.723] INFO: pxe:service Added contract 120eeeed at 0x265e5cf9754806623fc5bce6ee1fe1b0dc8a2266145c51edaac93946cd5cc1d8 with class 0x120815dd63590a8fc5238363d99400feb59a135e346ebae95c9fe23000292f77 15:58:56 [15:58:56.731] INFO: pxe:service Added contract a5f9a419 at 0x270cf29ecebaea2a0dd66a920309df68103969fe59fda0c3cbe9e763c14d0775 with class 0x1f82e20af93130b31361e8a1b87f6dabcb589fc261bba25abcd670cc0422d13b 15:58:56 [15:58:56.742] INFO: pxe:service Added contract class 7f6d4655 with id 0x058ab2b8d6d05794da7d50901bf14689a49402358441b86308b7ff23a1524dcd 15:58:56 [15:58:56.751] INFO: pxe:service Added contract 7f6d4655 at 0x0262acd2c89df4d876db392239cfbc73d8c5884e5fb7e349db2b83ae57414438 with class 0x058ab2b8d6d05794da7d50901bf14689a49402358441b86308b7ff23a1524dcd 15:58:56 [15:58:56.809] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 15:58:57 [15:58:57.310] INFO: pxe:service Started PXE connected to chain undefined version undefined 15:58:57 PASS src/test/pxe_service.test.ts 15:58:57 PXEService 15:58:57 registers an account and returns it as an account only and not as a recipient (80 ms) 15:58:57 does not throw when registering the same account twice (just ignores the second attempt) (110 ms) 15:58:57 successfully adds a contract (28 ms) 15:58:57 registers a class and adds a contract for it (21 ms) 15:58:57 refuses to register a class with a mismatched address (38 ms) 15:58:57 refuses to register a contract with a class that has not been registered (5 ms) 15:58:57 refuses to register a contract with an artifact with mismatching class id (5 ms) 15:58:57 successfully gets a block number (1 ms) 15:58:57 successfully gets node info (1 ms) 15:58:57 throws when submitting a tx with a nullifier of already settled tx (539 ms) 15:58:57 15:58:57 Test Suites: 1 passed, 1 total 15:58:57 Tests: 10 passed, 10 total 15:58:57 Snapshots: 0 total 15:58:57 Time: 4.725 s 15:58:57 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 15:58:57 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?