Parent Log:
http://ci.aztec-labs.com/7ce67c70832c0bce
Command: 382b132597c2ea2f yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/99e234fe4473771b32124e0402885610a6a3f98a
Env: REF_NAME=gh-readonly-queue/next/pr-15233-1c9ca312bfdace816082212846900a49694e1e50 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 09:00:19 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15233_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
09:00:22 [09:00:22.892]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:00:23 [09:00:23.645]
INFO:
pxe:service Started PXE connected to chain 1 version 1
09:00:23 [09:00:23.708]
INFO:
pxe:service Registered account 0x2d8de75cfaf743f4815c034949346301e29e58eb6a925651695dc2a837229ca7
09:00:23 [09:00:23.784]
INFO:
pxe:service Registered account 0x1f239e6bb1c466947edc9298a2e47d5390e2798aa1bde57724bddb307d4af773
09:00:23 [09:00:23.832]
INFO:
pxe:service Registered account 0x1f239e6bb1c466947edc9298a2e47d5390e2798aa1bde57724bddb307d4af773
09:00:23 [09:00:23.859]
INFO:
pxe:service Added contract 8ed4c29e at 0x2d31ceff55106d72cd64c14136bc350b98e570347e4d8720006722da285a1258 with class 0x1337b06ec43db4cbaf6ce3c6732a8f959678a1a5f687939581767ff741077ef2
09:00:23 [09:00:23.871]
INFO:
pxe:service Added contract 3d183e3a at 0x2c825045c3dbae3354df27e5c4538e8fca37024a4515cfa42c787c004c0d8e1b with class 0x303a49c79355d3027d03121bdab0a997318a39fce4ea4d323eb1e457cd480105
09:00:23 [09:00:23.882]
INFO:
pxe:service Added contract class 5927a73f with id 0x2a805d7a5fa82eec04181757a77ee9a32cc18b9572e160b0eaabac15ac4ed0c6
09:00:23 [09:00:23.893]
INFO:
pxe:service Added contract 5927a73f at 0x25cb1231a838c13ae28f2a238ec551a791b8a7949a67c9d991a6d0cb1ed27a59 with class 0x2a805d7a5fa82eec04181757a77ee9a32cc18b9572e160b0eaabac15ac4ed0c6
09:00:23 [09:00:23.933]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:00:24 [09:00:24.434]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
09:00:24
PASS src/test/pxe_service.test.ts
09:00:24 PXEService
09:00:24
✓ registers an account and returns it as an account only and not as a recipient (83 ms)
09:00:24
✓ does not throw when registering the same account twice (just ignores the second attempt) (104 ms)
09:00:24
✓ successfully adds a contract (37 ms)
09:00:24
✓ registers a class and adds a contract for it (21 ms)
09:00:24
✓ refuses to register a class with a mismatched address (27 ms)
09:00:24
✓ refuses to register a contract with a class that has not been registered (3 ms)
09:00:24
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
09:00:24
✓ successfully gets a block number
09:00:24
✓ successfully gets node info
09:00:24
✓ throws when submitting a tx with a nullifier of already settled tx (544 ms)
09:00:24
09:00:24
Test Suites: 1 passed, 1 total
09:00:24
Tests: 10 passed, 10 total
09:00:24
Snapshots: 0 total
09:00:24
Time: 4.525 s
09:00:24
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
09:00:24
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?