Parent Log:
http://ci.aztec-labs.com/03b64479f6843581
Command: f44e1b4f382283e1 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/be1fa8aacb33d330cf496352bb1446439e34c51a
Env: REF_NAME=gh-readonly-queue/next/pr-15162-7d1abcb337009939ee47da8445b5fee80f39fb58 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 10:05:20 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15162_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
10:05:24 [10:05:24.176]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:05:25 [10:05:25.015]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:05:25 [10:05:25.080]
INFO:
pxe:service Registered account 0x2a9d63dd33ece065d5ec1a1537de799330bcf77d513c4878317da0d51f595841
10:05:25 [10:05:25.156]
INFO:
pxe:service Registered account 0x1bbecfe7cf98a87ae0f56bcbcf004e74460bd95c119be4e182d36bd24ff8822c
10:05:25 [10:05:25.213]
INFO:
pxe:service Registered account 0x1bbecfe7cf98a87ae0f56bcbcf004e74460bd95c119be4e182d36bd24ff8822c
10:05:25 [10:05:25.246]
INFO:
pxe:service Added contract fa37a08d at 0x2027af2cfc240437a36a2c98ba92a9f40754b0596382d2d080506d69ce6c2a59 with class 0x1739b6b6414a67ea3260ec687620fd82ee723ed46da457d57e6ff842c0638160
10:05:25 [10:05:25.256]
INFO:
pxe:service Added contract 00043003 at 0x0b469f8f01c55766671bee3bee744c484bc1356ae85cb661c2a8873dbd89d8d4 with class 0x1a5f65c3dfb1eca86a9e25850c7d2933a45e5be49929bc22a8742b850aaa2ba1
10:05:25 [10:05:25.272]
INFO:
pxe:service Added contract class c8afcfcb with id 0x10e919fd177c0df20f9481a632740e1b9fdbc2e316f1abcf928e0324460b105d
10:05:25 [10:05:25.286]
INFO:
pxe:service Added contract c8afcfcb at 0x2c8b0cd8982e7f5679bfcc65c702f7c37e5bb60b4e19771d3ea4b7dc21cff565 with class 0x10e919fd177c0df20f9481a632740e1b9fdbc2e316f1abcf928e0324460b105d
10:05:25 [10:05:25.356]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:05:25 [10:05:25.837]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:05:25
PASS src/test/pxe_service.test.ts
10:05:25 PXEService
10:05:25
✓ registers an account and returns it as an account only and not as a recipient (85 ms)
10:05:25
✓ does not throw when registering the same account twice (just ignores the second attempt) (113 ms)
10:05:25
✓ successfully adds a contract (41 ms)
10:05:25
✓ registers a class and adds a contract for it (30 ms)
10:05:25
✓ refuses to register a class with a mismatched address (52 ms)
10:05:25
✓ refuses to register a contract with a class that has not been registered (6 ms)
10:05:25
✓ refuses to register a contract with an artifact with mismatching class id (5 ms)
10:05:25
✓ successfully gets a block number
10:05:25
✓ successfully gets node info (1 ms)
10:05:25
✓ throws when submitting a tx with a nullifier of already settled tx (509 ms)
10:05:25
10:05:25
Test Suites: 1 passed, 1 total
10:05:25
Tests: 10 passed, 10 total
10:05:25
Snapshots: 0 total
10:05:25
Time: 4.624 s
10:05:25
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:05:25
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?