Parent Log:
http://ci.aztec-labs.com/0a23b63c6f0d0cc5
Command: ca4daf70a894f3c3 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/f0619dd82429a5973f3e1da8d7eb0877264908e3
Env: REF_NAME=gh-readonly-queue/next/pr-15188-ef6780e77e5f82f98ddfe92fd387cfd5fa7682e8 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 16:11:16 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15188_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
16:11:20 [16:11:20.194]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:11:20 [16:11:20.909]
INFO:
pxe:service Started PXE connected to chain 1 version 1
16:11:20 [16:11:20.968]
INFO:
pxe:service Registered account 0x06d0d383e89f98b32f25e1f4b89a17cce31d38fa21ce26d2a3001852039e1459
16:11:21 [16:11:21.046]
INFO:
pxe:service Registered account 0x2a47010937909c898c459935b8fe54ea71623982a5d4804eb854b7039ab870cd
16:11:21 [16:11:21.105]
INFO:
pxe:service Registered account 0x2a47010937909c898c459935b8fe54ea71623982a5d4804eb854b7039ab870cd
16:11:21 [16:11:21.127]
INFO:
pxe:service Added contract 562d660c at 0x1a00b07ddcfa97d577feac66aac3cdf7e74d5ecba88872b685625f5ea89a1c42 with class 0x21eb3ed26e9ffc81ff51f51171745a2262b9a7eae74d6d89c2a30d3773ae9b57
16:11:21 [16:11:21.136]
INFO:
pxe:service Added contract dd398c5d at 0x2341526be0621c3fb6f59e144d438d72366f894a22d211bb86c1513237db086f with class 0x006483360aa0134d282711b1fd5dcd32a400493912a6e74686fa13585d27f518
16:11:21 [16:11:21.147]
INFO:
pxe:service Added contract class 4dfa691b with id 0x21b8f782fd5c6207f7e070e3b82b239811dbf728e181373c581e6692075cd5f4
16:11:21 [16:11:21.156]
INFO:
pxe:service Added contract 4dfa691b at 0x09b400b103525975d0731aec220c2f3503b108c6ff79b8fd8a33efd35bd48fd1 with class 0x21b8f782fd5c6207f7e070e3b82b239811dbf728e181373c581e6692075cd5f4
16:11:21 [16:11:21.212]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:11:21 [16:11:21.729]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
16:11:21
PASS src/test/pxe_service.test.ts
16:11:21 PXEService
16:11:21
✓ registers an account and returns it as an account only and not as a recipient (90 ms)
16:11:21
✓ does not throw when registering the same account twice (just ignores the second attempt) (106 ms)
16:11:21
✓ successfully adds a contract (30 ms)
16:11:21
✓ registers a class and adds a contract for it (20 ms)
16:11:21
✓ refuses to register a class with a mismatched address (39 ms)
16:11:21
✓ refuses to register a contract with a class that has not been registered (4 ms)
16:11:21
✓ refuses to register a contract with an artifact with mismatching class id (5 ms)
16:11:21
✓ successfully gets a block number (1 ms)
16:11:21
✓ successfully gets node info (1 ms)
16:11:21
✓ throws when submitting a tx with a nullifier of already settled tx (559 ms)
16:11:21
16:11:21
Test Suites: 1 passed, 1 total
16:11:21
Tests: 10 passed, 10 total
16:11:21
Snapshots: 0 total
16:11:21
Time: 4.625 s
16:11:21
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
16:11:21
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?