Parent Log:
http://ci.aztec-labs.com/e1c501cb022b2628
Command: 270716767bef7882 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1c2c2ee2949dbe31742cc9501a31bf3bce8083cf
Env: REF_NAME=gh-readonly-queue/next/pr-15232-aedcee89a2544b0e6baf93c4e71d88991f09111e CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 13:52:00 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15232_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
13:52:04 [13:52:04.524]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:52:05 [13:52:05.328]
INFO:
pxe:service Started PXE connected to chain 1 version 1
13:52:05 [13:52:05.394]
INFO:
pxe:service Registered account 0x036a3722249c4e613d211a48a32a0d5704b16590881a0f8ef1a3e272897c0297
13:52:05 [13:52:05.469]
INFO:
pxe:service Registered account 0x07b64f6e7e4a3c3b5edf60d881cc36216ca96a5a8cdb92490c8ea9639d9b9b7a
13:52:05 [13:52:05.534]
INFO:
pxe:service Registered account 0x07b64f6e7e4a3c3b5edf60d881cc36216ca96a5a8cdb92490c8ea9639d9b9b7a
13:52:05 [13:52:05.556]
INFO:
pxe:service Added contract 0b0c2788 at 0x259035f688766a62c811d0d400ebf4aa2a2ed104acca101ca040b72dc3d1b6bd with class 0x2458e9cfc4c58f9cfed7a9a6af8a486ad6466895c91cf0c5b16a6415f6f57e29
13:52:05 [13:52:05.569]
INFO:
pxe:service Added contract 2960abef at 0x1f6300bf54bec6f49cd73f2635b9e77d7ada597334511da76e58e298c332d28d with class 0x17b45c6a2f97c656751f70c65f071c2ca64945b76b43fc0da26e562387c85505
13:52:05 [13:52:05.586]
INFO:
pxe:service Added contract class f3c4fe79 with id 0x1e25fbe67d2a617161e2e848238fdfab6d1651ddd5b71c8b0c01ebfee2d35d63
13:52:05 [13:52:05.593]
INFO:
pxe:service Added contract f3c4fe79 at 0x03bbea7b8f904ad2bd4c848d20c5aab34eed57f6a7af9aeb736b912a3de9c714 with class 0x1e25fbe67d2a617161e2e848238fdfab6d1651ddd5b71c8b0c01ebfee2d35d63
13:52:05 [13:52:05.652]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:52:06 [13:52:06.225]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
13:52:06
PASS src/test/pxe_service.test.ts
13:52:06 PXEService
13:52:06
✓ registers an account and returns it as an account only and not as a recipient (87 ms)
13:52:06
✓ does not throw when registering the same account twice (just ignores the second attempt) (120 ms)
13:52:06
✓ successfully adds a contract (34 ms)
13:52:06
✓ registers a class and adds a contract for it (25 ms)
13:52:06
✓ refuses to register a class with a mismatched address (40 ms)
13:52:06
✓ refuses to register a contract with a class that has not been registered (5 ms)
13:52:06
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
13:52:06
✓ successfully gets a block number (1 ms)
13:52:06
✓ successfully gets node info (1 ms)
13:52:06
✓ throws when submitting a tx with a nullifier of already settled tx (611 ms)
13:52:06
13:52:06
Test Suites: 1 passed, 1 total
13:52:06
Tests: 10 passed, 10 total
13:52:06
Snapshots: 0 total
13:52:06
Time: 4.679 s
13:52:06
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
13:52:06
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?