Parent Log:
http://ci.aztec-labs.com/5b78f67da94557f7
Command: e4e37220d2336322 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/282da3bd25d49b92970e6fc85f110092e8566299
Env: REF_NAME=gh-readonly-queue/next/pr-14610-ee24aac96469b4f1cb8d70e614b2dd27bf0eb134 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 14:18:20 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14610_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
14:18:23 [14:18:23.906]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:18:24 [14:18:24.704]
INFO:
pxe:service Started PXE connected to chain 1 version 1
14:18:24 [14:18:24.757]
INFO:
pxe:service Registered account 0x20f6e07650021ff615920632966529c5417ccfac63f5bbe12952e1cc29728903
14:18:24 [14:18:24.830]
INFO:
pxe:service Registered account 0x134b5044079d577e896b22bf7c4794acd3ce6af292100f1e06cc8340dfdfced6
14:18:24 [14:18:24.899]
INFO:
pxe:service Registered account 0x134b5044079d577e896b22bf7c4794acd3ce6af292100f1e06cc8340dfdfced6
14:18:24 [14:18:24.919]
INFO:
pxe:service Added contract 0e345553 at 0x0b96d14afcd6a918e79e5164a4ee85957d3de7983c40c61533733c33d3bd449d with class 0x1c52b800746ca5fe4b41aa287b8299ec929400c6f6045cc0e406571b5aa6cccc
14:18:24 [14:18:24.928]
INFO:
pxe:service Added contract 42c97b0b at 0x1b063a079dcf58a123fbc094683d914629aba7c26f36df93ca8368365fc70fa7 with class 0x1008cb1ca3d8261e6385f9effe0875dc520932f15d1b171850e45a3a68035f77
14:18:24 [14:18:24.938]
INFO:
pxe:service Added contract class c64cd249 with id 0x0498862862e25e5b98b9ac87a7911f92965b15ba4936a231208396a0c38f25cc
14:18:24 [14:18:24.946]
INFO:
pxe:service Added contract c64cd249 at 0x0825b60ded040ee05e1b14ed63ef595c4e4cce76f2bbb0f962aeb7686bfdd477 with class 0x0498862862e25e5b98b9ac87a7911f92965b15ba4936a231208396a0c38f25cc
14:18:24 [14:18:24.999]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:18:25 [14:18:25.515]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
14:18:25
PASS src/test/pxe_service.test.ts
14:18:25 PXEService
14:18:25
✓ registers an account and returns it as an account only and not as a recipient (82 ms)
14:18:25
✓ does not throw when registering the same account twice (just ignores the second attempt) (114 ms)
14:18:25
✓ successfully adds a contract (27 ms)
14:18:25
✓ registers a class and adds a contract for it (19 ms)
14:18:25
✓ refuses to register a class with a mismatched address (38 ms)
14:18:25
✓ refuses to register a contract with a class that has not been registered (4 ms)
14:18:25
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
14:18:25
✓ successfully gets a block number
14:18:25
✓ successfully gets node info (1 ms)
14:18:25
✓ throws when submitting a tx with a nullifier of already settled tx (546 ms)
14:18:25
14:18:25
Test Suites: 1 passed, 1 total
14:18:25
Tests: 10 passed, 10 total
14:18:25
Snapshots: 0 total
14:18:25
Time: 4.469 s
14:18:25
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
14:18:25
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?