Parent Log:
http://ci.aztec-labs.com/f92f0e17b07b44aa
Command: 4cadf2b318302dc1 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/4bc54c2acb532388aae32aea2765a66709edfdc9
Env: REF_NAME=gh-readonly-queue/next/pr-15249-4873eb2f8189ef2d21a8b7fcfbfebe4dbc0f4145 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 25 20:09:37 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15249_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
20:09:41 [20:09:41.774]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
20:09:42 [20:09:42.538]
INFO:
pxe:service Started PXE connected to chain 1 version 1
20:09:42 [20:09:42.592]
INFO:
pxe:service Registered account 0x1f63a24bff7722256bcfa28422097343bfc355cc11143e9e1afac3938ce065ae
20:09:42 [20:09:42.658]
INFO:
pxe:service Registered account 0x1ba75c62490b9c1bcc60c7d88d7471d25805bfe300550f1debabe698deb375fa
20:09:42 [20:09:42.708]
INFO:
pxe:service Registered account 0x1ba75c62490b9c1bcc60c7d88d7471d25805bfe300550f1debabe698deb375fa
20:09:42 [20:09:42.732]
INFO:
pxe:service Added contract 50da7923 at 0x25b991cc67b02a2cccb54e48cfae41c9869cf027bc545d688b9743a67ddd3745 with class 0x074bf68f63e758baf94cf75b72f6f63309ff23a77d11e2e0c6a424512769840c
20:09:42 [20:09:42.743]
INFO:
pxe:service Added contract 08d24644 at 0x2244836b281fb43486c0826e84e0ee600fa13c5b31aa43697145559ce2b18391 with class 0x22c367ac10b6b6d9dac64745eb52d92bff73b41127122d5305188109736211d1
20:09:42 [20:09:42.759]
INFO:
pxe:service Added contract class 118c6aec with id 0x10b0c2ca55fb97d63319e779e22127eb447181463148f66df6f9a2d29cc418e8
20:09:42 [20:09:42.771]
INFO:
pxe:service Added contract 118c6aec at 0x1309ee067e44172956893c0e20a181841c1a26709f6bdec3a1e62f58c4d13f9b with class 0x10b0c2ca55fb97d63319e779e22127eb447181463148f66df6f9a2d29cc418e8
20:09:42 [20:09:42.812]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
20:09:43 [20:09:43.297]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
20:09:43
PASS src/test/pxe_service.test.ts
20:09:43 PXEService
20:09:43
✓ registers an account and returns it as an account only and not as a recipient (69 ms)
20:09:43
✓ does not throw when registering the same account twice (just ignores the second attempt) (99 ms)
20:09:43
✓ successfully adds a contract (37 ms)
20:09:43
✓ registers a class and adds a contract for it (26 ms)
20:09:43
✓ refuses to register a class with a mismatched address (27 ms)
20:09:43
✓ refuses to register a contract with a class that has not been registered (3 ms)
20:09:43
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
20:09:43
✓ successfully gets a block number (1 ms)
20:09:43
✓ successfully gets node info (1 ms)
20:09:43
✓ throws when submitting a tx with a nullifier of already settled tx (513 ms)
20:09:43
20:09:43
Test Suites: 1 passed, 1 total
20:09:43
Tests: 10 passed, 10 total
20:09:43
Snapshots: 0 total
20:09:43
Time: 4.519 s
20:09:43
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
20:09:43
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?