Parent Log:
http://ci.aztec-labs.com/47dc0fc4fbd4a898
Command: 582720422b3f4dff yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/505a3c071181dbc5242dc8b655a9b2d69988c8db
Env: REF_NAME=gh-readonly-queue/staging/pr-15211-e8f6c3b7e3e0e72a33e118ddf8e67d11e51464a8 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 12:40:32 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15211_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_staging
12:40:37 [12:40:37.076]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:40:37 [12:40:37.959]
INFO:
pxe:service Started PXE connected to chain 1 version 1
12:40:38 [12:40:38.018]
INFO:
pxe:service Registered account 0x2329151ba5f8781809b318c4920abeb6c28ac8542af37e0ce3ebe69ee37ed9b7
12:40:38 [12:40:38.112]
INFO:
pxe:service Registered account 0x0067a0685e2f48dfb480f606e345f8dea8449b9f3f15d5faf68feb3240ca4c8d
12:40:38 [12:40:38.179]
INFO:
pxe:service Registered account 0x0067a0685e2f48dfb480f606e345f8dea8449b9f3f15d5faf68feb3240ca4c8d
12:40:38 [12:40:38.205]
INFO:
pxe:service Added contract 5b038049 at 0x0cd8b3506a4008cee5859d8ddd21c74ff74fda336e63cfcd128331765fe5ff2b with class 0x00b9962abaaf037b54079bd0c352a9393b2298ae3dccacb8a7803a4fe72e54da
12:40:38 [12:40:38.215]
INFO:
pxe:service Added contract b52114e0 at 0x17be09b7ecdd3d724991c151c071d343599413764e0a0f5eb9161c370d235c14 with class 0x2098817e9af73c5b4c5f54917213ea7e8ad80641f7c00960efeadd6261bd9f15
12:40:38 [12:40:38.235]
INFO:
pxe:service Added contract class 92186e28 with id 0x2f9a120c5be9410f979c57a38ea1ab95b7e81e4641d417a5793ebf2fc3500d99
12:40:38 [12:40:38.251]
INFO:
pxe:service Added contract 92186e28 at 0x2bd44a59c42ad4feb1dee084879328a1222d98e638118c100b8329f3998eb6c8 with class 0x2f9a120c5be9410f979c57a38ea1ab95b7e81e4641d417a5793ebf2fc3500d99
12:40:38 [12:40:38.310]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:40:38 [12:40:38.890]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
12:40:38
PASS src/test/pxe_service.test.ts
12:40:38 PXEService
12:40:38
✓ registers an account and returns it as an account only and not as a recipient (95 ms)
12:40:38
✓ does not throw when registering the same account twice (just ignores the second attempt) (125 ms)
12:40:38
✓ successfully adds a contract (34 ms)
12:40:38
✓ registers a class and adds a contract for it (34 ms)
12:40:38
✓ refuses to register a class with a mismatched address (40 ms)
12:40:38
✓ refuses to register a contract with a class that has not been registered (5 ms)
12:40:38
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
12:40:38
✓ successfully gets a block number (1 ms)
12:40:38
✓ successfully gets node info (2 ms)
12:40:38
✓ throws when submitting a tx with a nullifier of already settled tx (611 ms)
12:40:38
12:40:38
Test Suites: 1 passed, 1 total
12:40:38
Tests: 10 passed, 10 total
12:40:38
Snapshots: 0 total
12:40:38
Time: 4.966 s
12:40:38
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
12:40:38
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?