Parent Log:
http://ci.aztec-labs.com/f2643003dcdfd9bb
Command: 4387bf6bd5f0ba11 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/92ef6e28f2b718bb1009392a60b8311979c782d2
Env: REF_NAME=gh-readonly-queue/next/pr-15126-69eacbd6f18ad2a9ac646c4ffaf0133b0cdf856a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 19 11:57:16 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15126_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
11:57:20 [11:57:20.249]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:57:20 [11:57:20.946]
INFO:
pxe:service Started PXE connected to chain 1 version 1
11:57:21 [11:57:21.006]
INFO:
pxe:service Registered account 0x0828e881330f2e9907b60fe5d371c83c95d2c8e0fb9dbaf4002b29d044315dd4
11:57:21 [11:57:21.076]
INFO:
pxe:service Registered account 0x281c2f5136fbc6dbf2a859b454945f38a7dc7961e5d9ce257b21819778f9ae79
11:57:21 [11:57:21.129]
INFO:
pxe:service Registered account 0x281c2f5136fbc6dbf2a859b454945f38a7dc7961e5d9ce257b21819778f9ae79
11:57:21 [11:57:21.152]
INFO:
pxe:service Added contract af4304f1 at 0x1c9e35c8f9ab91d1107757b8d7382fa04a30ea95b79bd59fd54162765fe83de2 with class 0x12d4cf901686b8471eda6e906b4b261df7a73ced2aea794613b30f144ac264de
11:57:21 [11:57:21.161]
INFO:
pxe:service Added contract 6445de72 at 0x21a734d6538b69d4b5efa2ff557c11f283f502356c87e0225b439a3fccf468e0 with class 0x251485cdf7fd6c09fd6b9c4115ea6a40c6d98d1c3f87eb765ed248dea56f1c82
11:57:21 [11:57:21.172]
INFO:
pxe:service Added contract class 22ba1d21 with id 0x209e8d05d4b26c3ec9af2db4f402bb0f57637387aafc5fb99d4cc1212374395f
11:57:21 [11:57:21.180]
INFO:
pxe:service Added contract 22ba1d21 at 0x1560eb9595ca32a780b71037b8cd0b5ae6f708a0906de4f2bfa2f2137877585f with class 0x209e8d05d4b26c3ec9af2db4f402bb0f57637387aafc5fb99d4cc1212374395f
11:57:21 [11:57:21.233]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:57:21 [11:57:21.747]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
11:57:21
PASS src/test/pxe_service.test.ts
11:57:21 PXEService
11:57:21
✓ registers an account and returns it as an account only and not as a recipient (85 ms)
11:57:21
✓ does not throw when registering the same account twice (just ignores the second attempt) (99 ms)
11:57:21
✓ successfully adds a contract (31 ms)
11:57:21
✓ registers a class and adds a contract for it (19 ms)
11:57:21
✓ refuses to register a class with a mismatched address (40 ms)
11:57:21
✓ refuses to register a contract with a class that has not been registered (2 ms)
11:57:21
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
11:57:21
✓ successfully gets a block number
11:57:21
✓ successfully gets node info
11:57:21
✓ throws when submitting a tx with a nullifier of already settled tx (544 ms)
11:57:21
11:57:21
Test Suites: 1 passed, 1 total
11:57:21
Tests: 10 passed, 10 total
11:57:21
Snapshots: 0 total
11:57:21
Time: 4.422 s
11:57:21
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
11:57:21
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?