Parent Log:
http://ci.aztec-labs.com/d5c4976d91abf392
Command: 72b59a67627043b2 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/433ba6218aed45169029991a493e4232b30b8ec6
Env: REF_NAME=gh-readonly-queue/next/pr-15114-23ff13c6b16a0c1333bf26aa5c213054c92403c3 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 17:53:29 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15114_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
17:53:33 [17:53:33.040]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:53:33 [17:53:33.835]
INFO:
pxe:service Started PXE connected to chain 1 version 1
17:53:33 [17:53:33.888]
INFO:
pxe:service Registered account 0x088141adc5ece47a76f03270a27147c29a681b33d19bbea9c629f426be8c88ff
17:53:33 [17:53:33.951]
INFO:
pxe:service Registered account 0x16b0b60d5c08d7855d0691ddaec6de778d389dbe1b59353686d061219f0a767e
17:53:34 [17:53:34.006]
INFO:
pxe:service Registered account 0x16b0b60d5c08d7855d0691ddaec6de778d389dbe1b59353686d061219f0a767e
17:53:34 [17:53:34.027]
INFO:
pxe:service Added contract 0d582a2c at 0x05c0ae420e77a7640e1e5cd724596f075c87df5431aeeba58401dbc6a44d6487 with class 0x202e321a9714b6c3716384bcd6e75406e0a85c5d8be174aa6f33c3e7882a9586
17:53:34 [17:53:34.036]
INFO:
pxe:service Added contract 0bd7c61b at 0x2394abebe05322fa381b1ca980bdfa16499d3a190d1784d872e88bdd192d89e8 with class 0x2ff52cc4466d059636e1d9224c5705f8e8bbf7442dbac9be31f5db508e638e7f
17:53:34 [17:53:34.047]
INFO:
pxe:service Added contract class 1d4d0093 with id 0x0a6f14fed6743bfc4f7a28517d11fe5e7a979b01f6e746c95ff5698d2985e6e7
17:53:34 [17:53:34.054]
INFO:
pxe:service Added contract 1d4d0093 at 0x1f54aeddc92f78a703836c4eca7f085da026dc2165d788714edda96ee89218d5 with class 0x0a6f14fed6743bfc4f7a28517d11fe5e7a979b01f6e746c95ff5698d2985e6e7
17:53:34 [17:53:34.102]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:53:34 [17:53:34.577]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
17:53:34
PASS src/test/pxe_service.test.ts
17:53:34 PXEService
17:53:34
✓ registers an account and returns it as an account only and not as a recipient (70 ms)
17:53:34
✓ does not throw when registering the same account twice (just ignores the second attempt) (102 ms)
17:53:34
✓ successfully adds a contract (28 ms)
17:53:34
✓ registers a class and adds a contract for it (17 ms)
17:53:34
✓ refuses to register a class with a mismatched address (31 ms)
17:53:34
✓ refuses to register a contract with a class that has not been registered (4 ms)
17:53:34
✓ refuses to register a contract with an artifact with mismatching class id (5 ms)
17:53:34
✓ successfully gets a block number
17:53:34
✓ successfully gets node info (1 ms)
17:53:34
✓ throws when submitting a tx with a nullifier of already settled tx (507 ms)
17:53:34
17:53:34
Test Suites: 1 passed, 1 total
17:53:34
Tests: 10 passed, 10 total
17:53:34
Snapshots: 0 total
17:53:34
Time: 4.495 s
17:53:34
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
17:53:34
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?