Parent Log:
http://ci.aztec-labs.com/66a4a534a6c10a99
Command: cbdd76383a795445 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9ba478709ce5c48099f79f9531da8292811cb18a
Env: REF_NAME=gh-readonly-queue/staging/pr-15247-3863bc02d671057d0cffd4ced17ca317788ff190 CURRENT_VERSION=1.0.0 CI_FULL=0
Date: Tue Jun 24 15:04:40 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15247_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_staging
15:04:43 [15:04:43.543]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:04:44 [15:04:44.132]
INFO:
pxe:service Started PXE connected to chain 1 version 1
15:04:44 [15:04:44.177]
INFO:
pxe:service Registered account 0x082dad42de4b7762a4d7650a1fdb67dbdb71d0131631f4de7b086f1cbcc2611a
15:04:44 [15:04:44.237]
INFO:
pxe:service Registered account 0x151b0563c82814f535032adc529a9c98cd71cf7faa29832bee5a86fcdec99db5
15:04:44 [15:04:44.287]
INFO:
pxe:service Registered account 0x151b0563c82814f535032adc529a9c98cd71cf7faa29832bee5a86fcdec99db5
15:04:44 [15:04:44.305]
INFO:
pxe:service Added contract ae675a45 at 0x2985c79dba619b215b08dc59f459bc92153f8d1c7a081e4c3a6557e50397e09d with class 0x2a2a5c6be14f160b300378d1687bcc474c772883766a8b87a4da706c11fbfc75
15:04:44 [15:04:44.313]
INFO:
pxe:service Added contract c215103e at 0x2c15afe10443f66a00aaf27b1166f3c4bb66d11304373cee8f051f790e810bdc with class 0x018821829fb81672fc4efb01d0c23b14dcfdaebc80b7fe944bd7798ad078fcc2
15:04:44 [15:04:44.321]
INFO:
pxe:service Added contract class be6eda48 with id 0x2723ef31930d055ce0c2112716ef7aa67e5a50a8c32eec31e7386baa4110007c
15:04:44 [15:04:44.326]
INFO:
pxe:service Added contract be6eda48 at 0x0e732a9a6108cbcf1af6c03968e10e6e49c3733dc9fdd2aa5a40db305e91711b with class 0x2723ef31930d055ce0c2112716ef7aa67e5a50a8c32eec31e7386baa4110007c
15:04:44 [15:04:44.365]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:04:44 [15:04:44.768]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
15:04:44
PASS src/test/pxe_service.test.ts
15:04:44 PXEService
15:04:44
✓ registers an account and returns it as an account only and not as a recipient (60 ms)
15:04:44
✓ does not throw when registering the same account twice (just ignores the second attempt) (96 ms)
15:04:44
✓ successfully adds a contract (25 ms)
15:04:44
✓ registers a class and adds a contract for it (14 ms)
15:04:44
✓ refuses to register a class with a mismatched address (26 ms)
15:04:44
✓ refuses to register a contract with a class that has not been registered (3 ms)
15:04:44
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
15:04:44
✓ successfully gets a block number (1 ms)
15:04:44
✓ successfully gets node info (1 ms)
15:04:44
✓ throws when submitting a tx with a nullifier of already settled tx (433 ms)
15:04:44
15:04:44
Test Suites: 1 passed, 1 total
15:04:44
Tests: 10 passed, 10 total
15:04:44
Snapshots: 0 total
15:04:44
Time: 3.363 s
15:04:44
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
15:04:44
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?