Parent Log:
http://ci.aztec-labs.com/05b76684a53e6d24
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:19 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15189_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
10:26:22 [10:26:22.933]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:23 [10:26:23.717]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:26:23 [10:26:23.783]
INFO:
pxe:service Registered account 0x10690d8cf93c599da0e6aef699e7fa2e7a74fad167420ad917991ce95c6816d3
10:26:23 [10:26:23.847]
INFO:
pxe:service Registered account 0x0e08826cf578f7b511464a5e45b163678a0ac6efcd1532f85c55e3809c95a3bb
10:26:23 [10:26:23.915]
INFO:
pxe:service Registered account 0x0e08826cf578f7b511464a5e45b163678a0ac6efcd1532f85c55e3809c95a3bb
10:26:23 [10:26:23.937]
INFO:
pxe:service Added contract 6f27d1b6 at 0x089bed4ec982fef090d7680c9e2f07a6836a75b69be80c07375c7cf0514dd4df with class 0x1b670ed7cf15e0660a51ac8d51e63d3e65b731b51c72ca78e6a63caec02bfef9
10:26:23 [10:26:23.954]
INFO:
pxe:service Added contract 2fb0f238 at 0x1963dcd817602236f2e7cbce54dc2fc7a5d05f93522ed7b00f04574fef22095e with class 0x2ed7ab4b5a20316d7a7bfb14d40756c40f8c3f69d924acf3da9bc0966cfb3a29
10:26:23 [10:26:23.966]
INFO:
pxe:service Added contract class d53d5dfa with id 0x1609edfb832f40a0e0936e405b802d64afa561fff99d6cc1c95f254c7f628ad6
10:26:23 [10:26:23.977]
INFO:
pxe:service Added contract d53d5dfa at 0x236a03df3ba1f53677bebd912d406b8bb07497694b9380cbd8ca922461fc66d6 with class 0x1609edfb832f40a0e0936e405b802d64afa561fff99d6cc1c95f254c7f628ad6
10:26:24 [10:26:24.029]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:24 [10:26:24.557]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:26:24
PASS src/test/pxe_service.test.ts
10:26:24 PXEService
10:26:24
✓ registers an account and returns it as an account only and not as a recipient (84 ms)
10:26:24
✓ does not throw when registering the same account twice (just ignores the second attempt) (115 ms)
10:26:24
✓ successfully adds a contract (39 ms)
10:26:24
✓ registers a class and adds a contract for it (23 ms)
10:26:24
✓ refuses to register a class with a mismatched address (34 ms)
10:26:24
✓ refuses to register a contract with a class that has not been registered (4 ms)
10:26:24
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
10:26:24
✓ successfully gets a block number (1 ms)
10:26:24
✓ successfully gets node info (1 ms)
10:26:24
✓ throws when submitting a tx with a nullifier of already settled tx (578 ms)
10:26:24
10:26:24
Test Suites: 1 passed, 1 total
10:26:24
Tests: 10 passed, 10 total
10:26:24
Snapshots: 0 total
10:26:24
Time: 4.607 s
10:26:24
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:26:24
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?