Parent Log:
http://ci.aztec-labs.com/6199c9f37bd6630e
Command: 557c108a8ed544a3 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/4b0e4dc09fa55f0bc808fa0c7c3e95e8fa997069
Env: REF_NAME=gh-readonly-queue/next/pr-15116-433ba6218aed45169029991a493e4232b30b8ec6 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 20:30:45 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15116_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
20:30:49 [20:30:49.988]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
20:30:50 [20:30:50.775]
INFO:
pxe:service Started PXE connected to chain 1 version 1
20:30:50 [20:30:50.835]
INFO:
pxe:service Registered account 0x10ca70cf64581b705bd9b379fb22086dfc1f781f2cb73c06a210f58111bf1fdf
20:30:50 [20:30:50.899]
INFO:
pxe:service Registered account 0x2097a8c085c3613792d0d57868cdcf4c56a74e0201f56376c5cc607f9983ec97
20:30:50 [20:30:50.948]
INFO:
pxe:service Registered account 0x2097a8c085c3613792d0d57868cdcf4c56a74e0201f56376c5cc607f9983ec97
20:30:50 [20:30:50.966]
INFO:
pxe:service Added contract 75e6bb0f at 0x1b075f1bff9174e5fb0fe2f7edd8c581eba1f9da44c0ca0478ab91f973774019 with class 0x24951fce6dc7e00c8ea2a0fd14abb5e7596aaf8bb4773c00546813fabf9a1a8b
20:30:50 [20:30:50.972]
INFO:
pxe:service Added contract 9c0fb38d at 0x2b41e6edf4113745410f18ad86b1a00448b2927538447ce799dc8872b8978b69 with class 0x1242b294d422230270a2556eba017122d08d39db3c4c5e7afd540db078cef1bc
20:30:50 [20:30:50.981]
INFO:
pxe:service Added contract class 7a06754b with id 0x0b184873766086030156a49ce47f68c91b0e8dcf282ae9050f0989aa20dd2050
20:30:50 [20:30:50.987]
INFO:
pxe:service Added contract 7a06754b at 0x0a733b3ed585d232db2a5fd9f82539f2b2f568798b2f12dd01a4662c142e1a85 with class 0x0b184873766086030156a49ce47f68c91b0e8dcf282ae9050f0989aa20dd2050
20:30:51 [20:30:51.034]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
20:30:51 [20:30:51.562]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
20:30:51
PASS src/test/pxe_service.test.ts
20:30:51 PXEService
20:30:51
✓ registers an account and returns it as an account only and not as a recipient (78 ms)
20:30:51
✓ does not throw when registering the same account twice (just ignores the second attempt) (95 ms)
20:30:51
✓ successfully adds a contract (22 ms)
20:30:51
✓ registers a class and adds a contract for it (14 ms)
20:30:51
✓ refuses to register a class with a mismatched address (30 ms)
20:30:51
✓ refuses to register a contract with a class that has not been registered (3 ms)
20:30:51
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
20:30:51
✓ successfully gets a block number
20:30:51
✓ successfully gets node info (1 ms)
20:30:51
✓ throws when submitting a tx with a nullifier of already settled tx (569 ms)
20:30:51
20:30:51
Test Suites: 1 passed, 1 total
20:30:51
Tests: 10 passed, 10 total
20:30:51
Snapshots: 0 total
20:30:51
Time: 4.693 s
20:30:51
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
20:30:51
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?