Parent Log:
http://ci.aztec-labs.com/a3e1b340a8612ade
Command: 2d72990a54a9c534 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/7edf16da6c056f9499e2dfd9c71fb9b7580f9bfc
Env: REF_NAME=gh-readonly-queue/next/pr-15215-1b10c7d500621ca2e4c0db764df67f3085beb282 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 10:17:11 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15215_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
10:17:15 [10:17:15.623]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:17:16 [10:17:16.436]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:17:16 [10:17:16.493]
INFO:
pxe:service Registered account 0x16244aa6ae3f6e1f616bdf2a7e48a86bb32514b3eb1d3feebb8c318f09b5df52
10:17:16 [10:17:16.584]
INFO:
pxe:service Registered account 0x1dd3160b129471f3a94a6ab098a403ecd970d4c5d8623847f8c0faa646111bb7
10:17:16 [10:17:16.647]
INFO:
pxe:service Registered account 0x1dd3160b129471f3a94a6ab098a403ecd970d4c5d8623847f8c0faa646111bb7
10:17:16 [10:17:16.671]
INFO:
pxe:service Added contract 7b0b0550 at 0x27e1e8c217595d307b404bb92efff7e7597404ce43f1e2918bcb4d40f694bcc7 with class 0x12c89aa172cbcf74a14d446255b1961a0b3c7748a78249a47e9b79634e4c6e09
10:17:16 [10:17:16.681]
INFO:
pxe:service Added contract 15ae974c at 0x19823ba279eacf2e465555570675fb7c25a79f6947da8a699b1127f91f43068d with class 0x122f3e7941e31dbfc1f24b58558af796ef90a84e91abda796c9cf0f940ea79f4
10:17:16 [10:17:16.692]
INFO:
pxe:service Added contract class d7c2b48c with id 0x20c201f59590971e4f72920118c9df4325aedb48eeee8540a902f0f97de6e5af
10:17:16 [10:17:16.700]
INFO:
pxe:service Added contract d7c2b48c at 0x15571938db87dfe37d5fec2769f3cf42d4d12d49f46a833c911f14f6fb2a8cde with class 0x20c201f59590971e4f72920118c9df4325aedb48eeee8540a902f0f97de6e5af
10:17:16 [10:17:16.754]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:17:17 [10:17:17.265]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:17:17
PASS src/test/pxe_service.test.ts
10:17:17 PXEService
10:17:17
✓ registers an account and returns it as an account only and not as a recipient (90 ms)
10:17:17
✓ does not throw when registering the same account twice (just ignores the second attempt) (121 ms)
10:17:17
✓ successfully adds a contract (32 ms)
10:17:17
✓ registers a class and adds a contract for it (20 ms)
10:17:17
✓ refuses to register a class with a mismatched address (36 ms)
10:17:17
✓ refuses to register a contract with a class that has not been registered (5 ms)
10:17:17
✓ refuses to register a contract with an artifact with mismatching class id (5 ms)
10:17:17
✓ successfully gets a block number (1 ms)
10:17:17
✓ successfully gets node info (2 ms)
10:17:17
✓ throws when submitting a tx with a nullifier of already settled tx (540 ms)
10:17:17
10:17:17
Test Suites: 1 passed, 1 total
10:17:17
Tests: 10 passed, 10 total
10:17:17
Snapshots: 0 total
10:17:17
Time: 4.603 s
10:17:17
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:17:17
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?