Parent Log: http://ci.aztec-labs.com/1e5f68eab57c502e Command: 3f1d1d87da1584d1 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/aac426c9418162aeee8162ed45014b9393d605b8 Env: REF_NAME=gh-readonly-queue/next/pr-15051-92d685c3a802eb31897b6f13d28b9ee428c73744 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 20 06:35:59 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15051_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 06:36:03 [06:36:03.994] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 06:36:04 [06:36:04.749] INFO: pxe:service Started PXE connected to chain 1 version 1 06:36:04 [06:36:04.806] INFO: pxe:service Registered account 0x1a4a642f1bcb4a0dfa43802572c2c066c2775124a138966d9e10b438e63249ef 06:36:04 [06:36:04.883] INFO: pxe:service Registered account 0x10863b2dfac09ed053f7cda3fe571c16215ff2130dd4b3ff06ed3d6dd9ba1d97 06:36:04 [06:36:04.938] INFO: pxe:service Registered account 0x10863b2dfac09ed053f7cda3fe571c16215ff2130dd4b3ff06ed3d6dd9ba1d97 06:36:04 [06:36:04.975] INFO: pxe:service Added contract 2ac7119d at 0x0c81c5dac747ae604c788bae6ca17bcb8b09631f80377174d49db2c17d0890e1 with class 0x0cc2e1478d08b9f1425689ad36741d85072ec5a909c2dbf2762337c63c2df676 06:36:04 [06:36:04.985] INFO: pxe:service Added contract 8a83ebd6 at 0x1720f27b6027e1a743c3ab648b7f4cfda9843d987a83938fbab36c9ba484e777 with class 0x10fc98397667b3f0d64c953d8e772de7e203c44ed07102fd3e7545f8934f0a73 06:36:04 [06:36:04.997] INFO: pxe:service Added contract class 31730d1a with id 0x16c31a2424256fa3df3509adccda4067b2734f6f2f39a2c052e98f8b9b34650f 06:36:05 [06:36:05.007] INFO: pxe:service Added contract 31730d1a at 0x0161567f6c68d1425219e5b5c3076e8cfb4f22caa66a5f498edfc865fa4134ce with class 0x16c31a2424256fa3df3509adccda4067b2734f6f2f39a2c052e98f8b9b34650f 06:36:05 [06:36:05.052] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 06:36:05 [06:36:05.562] INFO: pxe:service Started PXE connected to chain undefined version undefined 06:36:05 PASS src/test/pxe_service.test.ts 06:36:05 PXEService 06:36:05 registers an account and returns it as an account only and not as a recipient (83 ms) 06:36:05 does not throw when registering the same account twice (just ignores the second attempt) (114 ms) 06:36:05 successfully adds a contract (39 ms) 06:36:05 registers a class and adds a contract for it (22 ms) 06:36:05 refuses to register a class with a mismatched address (28 ms) 06:36:05 refuses to register a contract with a class that has not been registered (4 ms) 06:36:05 refuses to register a contract with an artifact with mismatching class id (6 ms) 06:36:05 successfully gets a block number (1 ms) 06:36:05 successfully gets node info (1 ms) 06:36:05 throws when submitting a tx with a nullifier of already settled tx (552 ms) 06:36:05 06:36:05 Test Suites: 1 passed, 1 total 06:36:05 Tests: 10 passed, 10 total 06:36:05 Snapshots: 0 total 06:36:05 Time: 4.798 s 06:36:05 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 06:36:05 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?