Parent Log: http://ci.aztec-labs.com/401e5d3e3afe926b Command: 49bbc26acf87c0b5 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/b608f9359219731d3c03407689a4fadaaa5a0d45 Env: REF_NAME=gh-readonly-queue/next/pr-15006-082468f0c1e7e5424b3654b5be0f3560eed7e487 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Thu Jun 12 13:49:04 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15006_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 13:49:07 [13:49:07.876] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 13:49:08 [13:49:08.572] INFO: pxe:service Started PXE connected to chain 1 version 1 13:49:08 [13:49:08.625] INFO: pxe:service Registered account 0x1ad7162f60ecbbf3db6afe1213cbfc749b780bd92a9ed315f216283abbd0e136 13:49:08 [13:49:08.682] INFO: pxe:service Registered account 0x0dd48c5c8ff54867478a75304119f876f33a90da419d54045632bd644cee3420 13:49:08 [13:49:08.730] INFO: pxe:service Registered account 0x0dd48c5c8ff54867478a75304119f876f33a90da419d54045632bd644cee3420 13:49:08 [13:49:08.752] INFO: pxe:service Added contract de4df2af at 0x3047a375e9913e22b5d6c12d5919d9ead40f4a8da4d755e4a90327c7817bc570 with class 0x20f6b5a10b72112099956dbf174b7e1f085253ca863a79dd16dc318c4850f3e9 13:49:08 [13:49:08.760] INFO: pxe:service Added contract 2ce93167 at 0x00874fb1774bb8c5ec9bf284007f308033aaa111e506d41fc0de49c58805bb46 with class 0x1eb309241337fae90132250129fa0d1a7f1092e1d2b5cc85d705d167664a75f9 13:49:08 [13:49:08.771] INFO: pxe:service Added contract class 99db3d58 with id 0x0332fa05f0c6ddd0a91adcf77e1de610402fceeeb6bc525856341ac65716f3de 13:49:08 [13:49:08.782] INFO: pxe:service Added contract 99db3d58 at 0x281218cd218c9df2a266fd9faf4148b3e2fac5f0ffceb9d9045348536f09d04d with class 0x0332fa05f0c6ddd0a91adcf77e1de610402fceeeb6bc525856341ac65716f3de 13:49:08 [13:49:08.837] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 13:49:09 [13:49:09.236] INFO: pxe:service Started PXE connected to chain undefined version undefined 13:49:09 PASS src/test/pxe_service.test.ts 13:49:09 PXEService 13:49:09 registers an account and returns it as an account only and not as a recipient (69 ms) 13:49:09 does not throw when registering the same account twice (just ignores the second attempt) (90 ms) 13:49:09 successfully adds a contract (30 ms) 13:49:09 registers a class and adds a contract for it (22 ms) 13:49:09 refuses to register a class with a mismatched address (37 ms) 13:49:09 refuses to register a contract with a class that has not been registered (7 ms) 13:49:09 refuses to register a contract with an artifact with mismatching class id (4 ms) 13:49:09 successfully gets a block number (1 ms) 13:49:09 successfully gets node info (1 ms) 13:49:09 throws when submitting a tx with a nullifier of already settled tx (441 ms) 13:49:09 13:49:09 Test Suites: 1 passed, 1 total 13:49:09 Tests: 10 passed, 10 total 13:49:09 Snapshots: 0 total 13:49:09 Time: 4.094 s 13:49:09 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 13:49:09 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?