Parent Log:
http://ci.aztec-labs.com/c3e440b46afd0ff2
Command: b5d029682575c433 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/fa4d5ef48c8de52059b5658bbd42e4514386f7db
Env: REF_NAME=gh-readonly-queue/next/pr-15073-5ca43853c40a2b8bfbc2148d5fdd46c6f82a74eb CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 15:34:28 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15073_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
15:34:32 [15:34:32.433]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:34:33 [15:34:33.246]
INFO:
pxe:service Started PXE connected to chain 1 version 1
15:34:33 [15:34:33.321]
INFO:
pxe:service Registered account 0x1d6d60683cb2c079d851f9cd06e953e76892dd1a65c29a4d28652866f73d515e
15:34:33 [15:34:33.400]
INFO:
pxe:service Registered account 0x265b5e647fef4201d1765d0df33900b1171a8fc1b7d9f3c24ffa39c6925645ec
15:34:33 [15:34:33.452]
INFO:
pxe:service Registered account 0x265b5e647fef4201d1765d0df33900b1171a8fc1b7d9f3c24ffa39c6925645ec
15:34:33 [15:34:33.474]
INFO:
pxe:service Added contract 455a891b at 0x230f985d98017d02fec45e3e212e063210f20e55acad5650cfc2e4a93f101fb9 with class 0x1eb15b8fdc9c6dba46aba0946c5184d0be2ffb21cd3f74a22659083c7ba604ab
15:34:33 [15:34:33.484]
INFO:
pxe:service Added contract d3ee202b at 0x0c0640f79252e316c52f2e5a906527ddd4f7e42058feccf66a2343001bd1ab44 with class 0x27c677141650ddd7c8fc3b379114d70d87609fe22df95f40aa5e81951d882cb0
15:34:33 [15:34:33.506]
INFO:
pxe:service Added contract class 1fe6599b with id 0x0e0f3695fed2972cb49cff7bca2d4a6301287e404cafbbc43366c7532fe21309
15:34:33 [15:34:33.517]
INFO:
pxe:service Added contract 1fe6599b at 0x2e21681fcb82ac499cb9cb9befaceaf75ac1bea6dc46719494720c518cd4ba53 with class 0x0e0f3695fed2972cb49cff7bca2d4a6301287e404cafbbc43366c7532fe21309
15:34:33 [15:34:33.567]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:34:34 [15:34:34.055]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
15:34:34
PASS src/test/pxe_service.test.ts
15:34:34 PXEService
15:34:34
✓ registers an account and returns it as an account only and not as a recipient (94 ms)
15:34:34
✓ does not throw when registering the same account twice (just ignores the second attempt) (112 ms)
15:34:34
✓ successfully adds a contract (37 ms)
15:34:34
✓ registers a class and adds a contract for it (26 ms)
15:34:34
✓ refuses to register a class with a mismatched address (35 ms)
15:34:34
✓ refuses to register a contract with a class that has not been registered (4 ms)
15:34:34
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
15:34:34
✓ successfully gets a block number (1 ms)
15:34:34
✓ successfully gets node info (1 ms)
15:34:34
✓ throws when submitting a tx with a nullifier of already settled tx (534 ms)
15:34:34
15:34:34
Test Suites: 1 passed, 1 total
15:34:34
Tests: 10 passed, 10 total
15:34:34
Snapshots: 0 total
15:34:34
Time: 4.677 s
15:34:34
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
15:34:34
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?