Parent Log:
http://ci.aztec-labs.com/112b6fbb72c71b08
Command: 0d541f5a731ac42b yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/74eeec5d95106217d3b3f3068853022cef7fa307
Env: REF_NAME=gh-readonly-queue/next/pr-15189-8cbdad5ba8c6b2b13d060ecb764f4818ca0d5e4d CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 25 10:26:30 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15189_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
10:26:34 [10:26:34.542]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:35 [10:26:35.309]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:26:35 [10:26:35.373]
INFO:
pxe:service Registered account 0x24b4c9b0bcdf9c6ea86dc9cd7d72f5a8b058c79b6ff0adfcd1fe98b67d59cb37
10:26:35 [10:26:35.439]
INFO:
pxe:service Registered account 0x0099d419ab5e99b7189404be5e31b7bb1e003edcf8d863ae949e6ceb4a65eb26
10:26:35 [10:26:35.508]
INFO:
pxe:service Registered account 0x0099d419ab5e99b7189404be5e31b7bb1e003edcf8d863ae949e6ceb4a65eb26
10:26:35 [10:26:35.536]
INFO:
pxe:service Added contract 197918b3 at 0x1c398ad10fddfef4cec88c66a72b64fae34063390d37787aab6b3cafbb925e98 with class 0x0461899cc764a5d57db1f6f062fe9a874fa53a8261a27a4942811bfa64fd3e96
10:26:35 [10:26:35.548]
INFO:
pxe:service Added contract afc4c6b2 at 0x1304afcf29b38551986ca1e392da673f1c4ce800be618e6a38346fb7b7bec7a8 with class 0x24e46edebf6033214f915ac35280bf870832e1499ce1785141ba0b95da5e5187
10:26:35 [10:26:35.561]
INFO:
pxe:service Added contract class 459e941f with id 0x1d6fe0626545d8bec18d37d66e00227fc2a7be67cabe561d4ef6be6dfc02b9af
10:26:35 [10:26:35.572]
INFO:
pxe:service Added contract 459e941f at 0x16c94ab29b96107b56558346f6e2585f34b3fa2ec706d5d5848ff2f1c6157fa9 with class 0x1d6fe0626545d8bec18d37d66e00227fc2a7be67cabe561d4ef6be6dfc02b9af
10:26:35 [10:26:35.621]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:36 [10:26:36.118]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:26:36
PASS src/test/pxe_service.test.ts
10:26:36 PXEService
10:26:36
✓ registers an account and returns it as an account only and not as a recipient (79 ms)
10:26:36
✓ does not throw when registering the same account twice (just ignores the second attempt) (120 ms)
10:26:36
✓ successfully adds a contract (38 ms)
10:26:36
✓ registers a class and adds a contract for it (24 ms)
10:26:36
✓ refuses to register a class with a mismatched address (34 ms)
10:26:36
✓ refuses to register a contract with a class that has not been registered (3 ms)
10:26:36
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
10:26:36
✓ successfully gets a block number (1 ms)
10:26:36
✓ successfully gets node info (1 ms)
10:26:36
✓ throws when submitting a tx with a nullifier of already settled tx (535 ms)
10:26:36
10:26:36
Test Suites: 1 passed, 1 total
10:26:36
Tests: 10 passed, 10 total
10:26:36
Snapshots: 0 total
10:26:36
Time: 4.633 s
10:26:36
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:26:36
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?