Parent Log:
http://ci.aztec-labs.com/9f4d5cb4c0acef50
Command: fab700985fdda05e yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9164f0ea2d1bd891bbde066fe27f2239188ddec9
Env: REF_NAME=gh-readonly-queue/next/pr-15169-301dce04331dcfb583b7508b91491de618d4acf4 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 11:26:29 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15169_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
11:26:33 [11:26:33.463]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:26:34 [11:26:34.216]
INFO:
pxe:service Started PXE connected to chain 1 version 1
11:26:34 [11:26:34.276]
INFO:
pxe:service Registered account 0x0665501c261ef190060a9aa514e542ecde9ed714b4582243adaa87f63b3b7fa4
11:26:34 [11:26:34.358]
INFO:
pxe:service Registered account 0x0d222c7e32f9641cd58426e27ca14289f46fe6da69b36a68ed6f7a80d4aba470
11:26:34 [11:26:34.421]
INFO:
pxe:service Registered account 0x0d222c7e32f9641cd58426e27ca14289f46fe6da69b36a68ed6f7a80d4aba470
11:26:34 [11:26:34.445]
INFO:
pxe:service Added contract 7ca38d74 at 0x2005f6873321159caf1fe45e87cb621a0d009486d3208f339797f592c4ab1926 with class 0x0a24e4acc319090eaef3548afdf4e81c53e355d0bd1f7f26980cede256e1b5f3
11:26:34 [11:26:34.455]
INFO:
pxe:service Added contract 77ef9bfa at 0x0806c1c36a8d9aac2360323809751985f13e13f4f78d90b752fc9dcc4358a2e9 with class 0x29dcbc561778c53c4287cbf83fed61acb80f3e47d766eb5cb9081d7c7786a216
11:26:34 [11:26:34.468]
INFO:
pxe:service Added contract class 7d8ac3c6 with id 0x2d05ae3bb25188b2fa45178db10a857e8b9eb7f79dad4fc26667002a4be46d3d
11:26:34 [11:26:34.475]
INFO:
pxe:service Added contract 7d8ac3c6 at 0x0dcac568d4084785d6cd3a2ee551cd7a98a2ca06d238fa8c0e14b704b12e77d0 with class 0x2d05ae3bb25188b2fa45178db10a857e8b9eb7f79dad4fc26667002a4be46d3d
11:26:34 [11:26:34.531]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:26:35 [11:26:35.123]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
11:26:35
PASS src/test/pxe_service.test.ts
11:26:35 PXEService
11:26:35
✓ registers an account and returns it as an account only and not as a recipient (82 ms)
11:26:35
✓ does not throw when registering the same account twice (just ignores the second attempt) (124 ms)
11:26:35
✓ successfully adds a contract (31 ms)
11:26:35
✓ registers a class and adds a contract for it (19 ms)
11:26:35
✓ refuses to register a class with a mismatched address (41 ms)
11:26:35
✓ refuses to register a contract with a class that has not been registered (4 ms)
11:26:35
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
11:26:35
✓ successfully gets a block number
11:26:35
✓ successfully gets node info (1 ms)
11:26:35
✓ throws when submitting a tx with a nullifier of already settled tx (637 ms)
11:26:35
11:26:35
Test Suites: 1 passed, 1 total
11:26:35
Tests: 10 passed, 10 total
11:26:35
Snapshots: 0 total
11:26:35
Time: 4.681 s
11:26:35
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
11:26:35
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?