Parent Log:
http://ci.aztec-labs.com/dd99e75a6da3da84
Command: 53a3eb771435c939 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/6e3848bbd6845559b55825f0bc64df0673272969
Env: REF_NAME=gh-readonly-queue/next/pr-15167-bae1f0ed01e43b291f60c0888e05ceb15d4bb6f6 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 09:38:28 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15167_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
09:38:32 [09:38:32.311]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:38:33 [09:38:33.116]
INFO:
pxe:service Started PXE connected to chain 1 version 1
09:38:33 [09:38:33.171]
INFO:
pxe:service Registered account 0x278df05f1565cb2196e1e56ac1dca690b6e8137eedbdf4f8a9ac73ca225d6f4a
09:38:33 [09:38:33.252]
INFO:
pxe:service Registered account 0x0248fc043f6a9aac2e2a9ff54ddff5de11caf7982762cde40f4728718f9e4663
09:38:33 [09:38:33.315]
INFO:
pxe:service Registered account 0x0248fc043f6a9aac2e2a9ff54ddff5de11caf7982762cde40f4728718f9e4663
09:38:33 [09:38:33.336]
INFO:
pxe:service Added contract 4d3a8c3d at 0x1919eb3904b89b8e2baca98266c81f917a35a742f6865173aefc2e4bb3cb5df0 with class 0x0ed2fa9ae1b6e5eb23f8c10937265c115ce2afa6224d77d6be58e9fbce26072a
09:38:33 [09:38:33.345]
INFO:
pxe:service Added contract 4ed81d93 at 0x075c8db5c730804b294c86fb5ffb0031cac39bdcbec0bd00797827ee72ed1b7e with class 0x0d516f092a48c7e717ce4130a1ebad523953ce100daa220b8ad66c845be78837
09:38:33 [09:38:33.356]
INFO:
pxe:service Added contract class e72e3a6a with id 0x09e7ff36ddd4afdb7e25aadb10c7dee1b727f28e188e04314da119274311ef9b
09:38:33 [09:38:33.365]
INFO:
pxe:service Added contract e72e3a6a at 0x17d776282c5f0f2caeede5b64dbb89f05ce268a96af47672ea405d2e29c52a83 with class 0x09e7ff36ddd4afdb7e25aadb10c7dee1b727f28e188e04314da119274311ef9b
09:38:33 [09:38:33.424]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:38:34 [09:38:34.002]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
09:38:34
PASS src/test/pxe_service.test.ts
09:38:34 PXEService
09:38:34
✓ registers an account and returns it as an account only and not as a recipient (87 ms)
09:38:34
✓ does not throw when registering the same account twice (just ignores the second attempt) (113 ms)
09:38:34
✓ successfully adds a contract (28 ms)
09:38:34
✓ registers a class and adds a contract for it (22 ms)
09:38:34
✓ refuses to register a class with a mismatched address (40 ms)
09:38:34
✓ refuses to register a contract with a class that has not been registered (5 ms)
09:38:34
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
09:38:34
✓ successfully gets a block number (1 ms)
09:38:34
✓ successfully gets node info (1 ms)
09:38:34
✓ throws when submitting a tx with a nullifier of already settled tx (620 ms)
09:38:34
09:38:34
Test Suites: 1 passed, 1 total
09:38:34
Tests: 10 passed, 10 total
09:38:34
Snapshots: 0 total
09:38:34
Time: 4.839 s
09:38:34
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
09:38:34
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?