Parent Log:
http://ci.aztec-labs.com/cc289456ecfb3257
Command: 582720422b3f4dff yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/79e9bd1698f4bba6deade8f76c676f9bbb12ff74
Env: REF_NAME=gh-readonly-queue/staging/pr-15192-505a3c071181dbc5242dc8b655a9b2d69988c8db CURRENT_VERSION=1.0.0 CI_FULL=1
Date: Mon Jun 23 13:25:42 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15192_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_staging
13:25:46 [13:25:46.601]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:25:47 [13:25:47.385]
INFO:
pxe:service Started PXE connected to chain 1 version 1
13:25:47 [13:25:47.450]
INFO:
pxe:service Registered account 0x25bfd44d3c52f803875f4e0dc305a2d84aaa6e91547914bec51ad09d55ad6c0c
13:25:47 [13:25:47.517]
INFO:
pxe:service Registered account 0x128f599abe170c9fc4228e8a8fd9ee669c76da0499bea1ddc48d4f9b5f18e5ed
13:25:47 [13:25:47.575]
INFO:
pxe:service Registered account 0x128f599abe170c9fc4228e8a8fd9ee669c76da0499bea1ddc48d4f9b5f18e5ed
13:25:47 [13:25:47.598]
INFO:
pxe:service Added contract 380834db at 0x07a51effacb221c0756a3b70a386abcf72674e3371e7dbb151eadc2b594889cc with class 0x187c30785b768d8d27820de8694735f0cd58bee649dc54df7b9ecd37c6c0c71c
13:25:47 [13:25:47.607]
INFO:
pxe:service Added contract 0b3bd874 at 0x09cf32f11d3e84fe68227b9ef746206734eaed61ff42744c5872b026ae40880a with class 0x2ef783d4440af2d7163871892a3cdee23566baf2408b067f043747fb9b65f315
13:25:47 [13:25:47.619]
INFO:
pxe:service Added contract class 3567cf33 with id 0x1bc1cc31d80476617b178355d5dd364958b7cbed420706b5d95253ec50ffe268
13:25:47 [13:25:47.634]
INFO:
pxe:service Added contract 3567cf33 at 0x2879d33fb96644e0661880a8002c2f50a2690010e8d7d7b0dae8a34e18580407 with class 0x1bc1cc31d80476617b178355d5dd364958b7cbed420706b5d95253ec50ffe268
13:25:47 [13:25:47.682]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:25:48 [13:25:48.191]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
13:25:48
PASS src/test/pxe_service.test.ts
13:25:48 PXEService
13:25:48
✓ registers an account and returns it as an account only and not as a recipient (83 ms)
13:25:48
✓ does not throw when registering the same account twice (just ignores the second attempt) (109 ms)
13:25:48
✓ successfully adds a contract (30 ms)
13:25:48
✓ registers a class and adds a contract for it (26 ms)
13:25:48
✓ refuses to register a class with a mismatched address (33 ms)
13:25:48
✓ refuses to register a contract with a class that has not been registered (4 ms)
13:25:48
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
13:25:48
✓ successfully gets a block number (1 ms)
13:25:48
✓ successfully gets node info (1 ms)
13:25:48
✓ throws when submitting a tx with a nullifier of already settled tx (554 ms)
13:25:48
13:25:48
Test Suites: 1 passed, 1 total
13:25:48
Tests: 10 passed, 10 total
13:25:48
Snapshots: 0 total
13:25:48
Time: 4.658 s
13:25:48
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
13:25:48
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?