Parent Log:
http://ci.aztec-labs.com/9835e3d1ddb4ce05
Command: 4ef547fa5e299294 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/d4893155ff105399557b55c16450c39921c70d11
Env: REF_NAME=gh-readonly-queue/next/pr-15218-7edf16da6c056f9499e2dfd9c71fb9b7580f9bfc CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 10:27:35 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15218_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
10:27:39 [10:27:39.633]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:27:40 [10:27:40.407]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:27:40 [10:27:40.473]
INFO:
pxe:service Registered account 0x01eaf681fd9140cc6c2e8dab124abc36022b299e33dcb3ac80490fdc2f90b11b
10:27:40 [10:27:40.565]
INFO:
pxe:service Registered account 0x0cd3b2177db2b6829200e9b2a3018ed5a092ab023fd40bf4de6535825380bd9b
10:27:40 [10:27:40.627]
INFO:
pxe:service Registered account 0x0cd3b2177db2b6829200e9b2a3018ed5a092ab023fd40bf4de6535825380bd9b
10:27:40 [10:27:40.650]
INFO:
pxe:service Added contract 3982855d at 0x007c3434b832f0cdcd10dd17a15bc8828d0cd1b4809d9957f9877c642200c242 with class 0x174ea18582983f7434cf85b63b419db43c1fa97f3b9e97d98318a9df09be6dbb
10:27:40 [10:27:40.659]
INFO:
pxe:service Added contract 6c595af4 at 0x2de62197a713294734ee1dbeddd6040f1ff5f4d100e4e326f2ae38be45c6fae9 with class 0x09e3898003c6d5e23d0945a661b86ead77c1610545337dd31c53711da784b2c5
10:27:40 [10:27:40.678]
INFO:
pxe:service Added contract class b5db7ef6 with id 0x225f951d66d4a2066f2f64e220de70df0b029ac80450566acc97f2daaa06359c
10:27:40 [10:27:40.687]
INFO:
pxe:service Added contract b5db7ef6 at 0x086e3161992ddf0c1dca4e4768c4aea17f5f69d646d9dff58af1a2ea46046f18 with class 0x225f951d66d4a2066f2f64e220de70df0b029ac80450566acc97f2daaa06359c
10:27:40 [10:27:40.737]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:27:41 [10:27:41.275]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:27:41
PASS src/test/pxe_service.test.ts
10:27:41 PXEService
10:27:41
✓ registers an account and returns it as an account only and not as a recipient (94 ms)
10:27:41
✓ does not throw when registering the same account twice (just ignores the second attempt) (125 ms)
10:27:41
✓ successfully adds a contract (37 ms)
10:27:41
✓ registers a class and adds a contract for it (22 ms)
10:27:41
✓ refuses to register a class with a mismatched address (33 ms)
10:27:41
✓ refuses to register a contract with a class that has not been registered (5 ms)
10:27:41
✓ refuses to register a contract with an artifact with mismatching class id (5 ms)
10:27:41
✓ successfully gets a block number (1 ms)
10:27:41
✓ successfully gets node info (2 ms)
10:27:41
✓ throws when submitting a tx with a nullifier of already settled tx (575 ms)
10:27:41
10:27:41
Test Suites: 1 passed, 1 total
10:27:41
Tests: 10 passed, 10 total
10:27:41
Snapshots: 0 total
10:27:41
Time: 4.74 s
10:27:41
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:27:41
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?