Parent Log:
http://ci.aztec-labs.com/c83cee77f951c546
Command: 8eab3f4af2f43a8d yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a923b0dd4c74291fcefa86c41b3b5dffca7e4178
Env: REF_NAME=gh-readonly-queue/next/pr-15160-5d81047d880386c72ab2e6701b0c86ae607c3618 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 13:10:54 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15160_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
13:10:58 [13:10:58.698]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:59 [13:10:59.521]
INFO:
pxe:service Started PXE connected to chain 1 version 1
13:10:59 [13:10:59.583]
INFO:
pxe:service Registered account 0x2ccc0e6553b1e92fab6d92e7648f68553c07c79d3fda82168f48b85c3f8e1f4a
13:10:59 [13:10:59.664]
INFO:
pxe:service Registered account 0x23a952b4a0ae5166a1f54fd64f04732d2d23be4942fa111f9466b45795ba6f61
13:10:59 [13:10:59.727]
INFO:
pxe:service Registered account 0x23a952b4a0ae5166a1f54fd64f04732d2d23be4942fa111f9466b45795ba6f61
13:10:59 [13:10:59.750]
INFO:
pxe:service Added contract 552cf777 at 0x1767b6023bf177d116e3008b50d8041d5aac7472325cb1b44974e0a28fd18d23 with class 0x19e9ab7434a6d6cd527508a10adff869765fea09a01a0fb53316daded1d94550
13:10:59 [13:10:59.759]
INFO:
pxe:service Added contract 946aeea0 at 0x01795e60707c790cd486c377989d19a629e6700f5b61559121d4e68933defefe with class 0x070743d26e4841d5df73977fca342e0e07aae66c76c727ee1d4778fdf49cb872
13:10:59 [13:10:59.769]
INFO:
pxe:service Added contract class 27c087b8 with id 0x1d459b773335632b098cb6bff9ddd77d7c80fab035eeffda0d7fe53921c9ecac
13:10:59 [13:10:59.781]
INFO:
pxe:service Added contract 27c087b8 at 0x2fa843dec9e5626385c764e23076a66733e3fe1693fc18228ec57f95c1bbf0c4 with class 0x1d459b773335632b098cb6bff9ddd77d7c80fab035eeffda0d7fe53921c9ecac
13:10:59 [13:10:59.834]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:11:00 [13:11:00.360]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
13:11:00
PASS src/test/pxe_service.test.ts
13:11:00 PXEService
13:11:00
✓ registers an account and returns it as an account only and not as a recipient (84 ms)
13:11:00
✓ does not throw when registering the same account twice (just ignores the second attempt) (124 ms)
13:11:00
✓ successfully adds a contract (29 ms)
13:11:00
✓ registers a class and adds a contract for it (23 ms)
13:11:00
✓ refuses to register a class with a mismatched address (32 ms)
13:11:00
✓ refuses to register a contract with a class that has not been registered (6 ms)
13:11:00
✓ refuses to register a contract with an artifact with mismatching class id (6 ms)
13:11:00
✓ successfully gets a block number (1 ms)
13:11:00
✓ successfully gets node info (1 ms)
13:11:00
✓ throws when submitting a tx with a nullifier of already settled tx (557 ms)
13:11:00
13:11:00
Test Suites: 1 passed, 1 total
13:11:00
Tests: 10 passed, 10 total
13:11:00
Snapshots: 0 total
13:11:00
Time: 4.537 s
13:11:00
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
13:11:00
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?