Parent Log:
http://ci.aztec-labs.com/4d411729895c71ab
Command: 9c87e3b98c85c9a9 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/7763eef5eb7f045b9184a0a4591b394296eb3aa8
Env: REF_NAME=gh-readonly-queue/next/pr-14770-5ca43853c40a2b8bfbc2148d5fdd46c6f82a74eb CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 15:06:47 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14770_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
15:06:51 [15:06:51.902]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:06:52 [15:06:52.725]
INFO:
pxe:service Started PXE connected to chain 1 version 1
15:06:52 [15:06:52.802]
INFO:
pxe:service Registered account 0x24b10cdede35f6cdd04ed6a0804e283b6099d7235b87ba2d370da260b58b52f0
15:06:52 [15:06:52.869]
INFO:
pxe:service Registered account 0x00abd023364aa2e119617d4a9b4758b51bfae79b23540d765d3f8d692ad2f8e1
15:06:52 [15:06:52.927]
INFO:
pxe:service Registered account 0x00abd023364aa2e119617d4a9b4758b51bfae79b23540d765d3f8d692ad2f8e1
15:06:52 [15:06:52.948]
INFO:
pxe:service Added contract c12cd97a at 0x03b72c01f61e57526f7203dcb2b7c8a683a9b5d6a3bde3cbd50c31c5202fc703 with class 0x275ebaf8a9a5ffebc9b198e16168c29a85c851cdaa4f2199f3efa37d845ad244
15:06:52 [15:06:52.956]
INFO:
pxe:service Added contract 962a156f at 0x1260796760ccfbdca7dc90899c729cc3606060333463c421ebc71496acd70e06 with class 0x09297b81d37f9503ad15c1dd267f975df8e4b1024efd3d606e0f74bab6265020
15:06:52 [15:06:52.967]
INFO:
pxe:service Added contract class eccf0b47 with id 0x000a104228ab809597fd51551998168b1ce7f9f24d66b85e90f68d6d0b843f86
15:06:52 [15:06:52.982]
INFO:
pxe:service Added contract eccf0b47 at 0x0c742c87146b817d2ddea693e6aaaf9771793408071e38ef94f317097fabf585 with class 0x000a104228ab809597fd51551998168b1ce7f9f24d66b85e90f68d6d0b843f86
15:06:53 [15:06:53.024]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:06:53 [15:06:53.503]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
15:06:53
PASS src/test/pxe_service.test.ts
15:06:53 PXEService
15:06:53
✓ registers an account and returns it as an account only and not as a recipient (95 ms)
15:06:53
✓ does not throw when registering the same account twice (just ignores the second attempt) (106 ms)
15:06:53
✓ successfully adds a contract (28 ms)
15:06:53
✓ registers a class and adds a contract for it (26 ms)
15:06:53
✓ refuses to register a class with a mismatched address (27 ms)
15:06:53
✓ refuses to register a contract with a class that has not been registered (3 ms)
15:06:53
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
15:06:53
✓ successfully gets a block number (1 ms)
15:06:53
✓ successfully gets node info (1 ms)
15:06:53
✓ throws when submitting a tx with a nullifier of already settled tx (506 ms)
15:06:53
15:06:53
Test Suites: 1 passed, 1 total
15:06:53
Tests: 10 passed, 10 total
15:06:53
Snapshots: 0 total
15:06:53
Time: 4.78 s
15:06:53
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
15:06:53
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?