Parent Log:
http://ci.aztec-labs.com/723f74eef7f0d56c
Command: e1036ad1e7e82d49 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/812a53d5d7c2057744dbf808172864443b5de7af
Env: REF_NAME=gh-readonly-queue/next/pr-14417-7a716b3fac2dc249573084a274291af7802ba659 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 26 13:37:26 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14417_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:37:30 [13:37:30.574]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:37:31 [13:37:31.327]
INFO:
pxe:service Started PXE connected to chain 1 version 1
13:37:31 [13:37:31.390]
INFO:
pxe:service Registered account 0x1a5cde32b51e2d9bc5a45da264506a1ebd1ff08af29f8ba99df18f955eea8c08
13:37:31 [13:37:31.452]
INFO:
pxe:service Registered account 0x1d35f886e21e39f6a069e31887660451802fc154bed2026d5db3a078dfaf9bf1
13:37:31 [13:37:31.501]
INFO:
pxe:service Registered account 0x1d35f886e21e39f6a069e31887660451802fc154bed2026d5db3a078dfaf9bf1
13:37:31 [13:37:31.524]
INFO:
pxe:service Added contract 042eb92d at 0x26e92a1a1060f5a71e3d5f15b4c5db354247cbb5bbe82c09649aeb6f4a639ac6 with class 0x031e25087f4989d6973d9a9f3298774562297e2dadeb44d0343e45e7289fddb9
13:37:31 [13:37:31.533]
INFO:
pxe:service Added contract e1f4e789 at 0x07177950d73683fd1236a6bd231044f68ed179e81bcf87da4ea38a1085f8dbcd with class 0x15291236c403a14ecf2ace22ec6b9435368f4267b0978ef0ff47b121a55259c7
13:37:31 [13:37:31.550]
INFO:
pxe:service Added contract class 0384fac8 with id 0x0721a4e0518d795d0b04f232e70ec28d20c83c678f1e3cb255bd189c6b1518e0
13:37:31 [13:37:31.561]
INFO:
pxe:service Added contract 0384fac8 at 0x1c0da95c3bd8b0adb854a6a6de079ea63e4472926656a6b2f27a271bb23231fc with class 0x0721a4e0518d795d0b04f232e70ec28d20c83c678f1e3cb255bd189c6b1518e0
13:37:31 [13:37:31.607]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:37:32 [13:37:32.153]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
13:37:32
PASS src/test/pxe_service.test.ts
13:37:32 PXEService
13:37:32
✓ registers an account and returns it as an account only and not as a recipient (80 ms)
13:37:32
✓ does not throw when registering the same account twice (just ignores the second attempt) (96 ms)
13:37:32
✓ successfully adds a contract (30 ms)
13:37:32
✓ registers a class and adds a contract for it (28 ms)
13:37:32
✓ refuses to register a class with a mismatched address (31 ms)
13:37:32
✓ refuses to register a contract with a class that has not been registered (4 ms)
13:37:32
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
13:37:32
✓ successfully gets a block number (1 ms)
13:37:32
✓ successfully gets node info (1 ms)
13:37:32
✓ throws when submitting a tx with a nullifier of already settled tx (577 ms)
13:37:32
13:37:32
Test Suites: 1 passed, 1 total
13:37:32
Tests: 10 passed, 10 total
13:37:32
Snapshots: 0 total
13:37:32
Time: 4.689 s
13:37:32
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
13:37:32
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?