Parent Log:
http://ci.aztec-labs.com/ab63b2ef1085df0f
Command: 68e9475192d7aeac yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/fe25e8151d865a744220512c782713e46482165a
Env: REF_NAME=next CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Sat Jun 21 10:22:29 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=next_amd64
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_staging
10:22:32 [10:22:32.951]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:22:33 [10:22:33.582]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:22:33 [10:22:33.632]
INFO:
pxe:service Registered account 0x2d11e0a633306310605e364943c4154ab020ba24a5542b3c1ba0d66ae4825bbd
10:22:33 [10:22:33.691]
INFO:
pxe:service Registered account 0x2b83e834347e59e7cf5a5a4905d6020fb2a82635047281094b6b4961a9796a4e
10:22:33 [10:22:33.734]
INFO:
pxe:service Registered account 0x2b83e834347e59e7cf5a5a4905d6020fb2a82635047281094b6b4961a9796a4e
10:22:33 [10:22:33.752]
INFO:
pxe:service Added contract 75a5785f at 0x2eed5eed7d4ab3349909361424630a40264f8c53907c5389214b70d45779e5ac with class 0x1faba26b37203343a0d249bf1478ef75e043264c5d77f95fe45fd3e0686b4b87
10:22:33 [10:22:33.759]
INFO:
pxe:service Added contract cdaa99da at 0x254825f435287721f92649c2df03c42dd0ba1b216123ac619ab23d4e629324f2 with class 0x2c930f09efe28ef7d4069da637ad775064beb1fddd8d28dd25bcab11eb5698d0
10:22:33 [10:22:33.769]
INFO:
pxe:service Added contract class d523aad8 with id 0x0fd479ef33defb4b9a1d9fbdbb43c01f7e01bcf6a76de0c5cb2851d283466e0c
10:22:33 [10:22:33.778]
INFO:
pxe:service Added contract d523aad8 at 0x239e4502ee213a98bbf8ad07fe1292941c3dfc71ea13aeea07fecf2bc000f7f9 with class 0x0fd479ef33defb4b9a1d9fbdbb43c01f7e01bcf6a76de0c5cb2851d283466e0c
10:22:33 [10:22:33.823]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:22:34 [10:22:34.283]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:22:34
PASS src/test/pxe_service.test.ts
10:22:34 PXEService
10:22:34
✓ registers an account and returns it as an account only and not as a recipient (68 ms)
10:22:34
✓ does not throw when registering the same account twice (just ignores the second attempt) (83 ms)
10:22:34
✓ successfully adds a contract (24 ms)
10:22:34
✓ registers a class and adds a contract for it (19 ms)
10:22:34
✓ refuses to register a class with a mismatched address (31 ms)
10:22:34
✓ refuses to register a contract with a class that has not been registered (4 ms)
10:22:34
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
10:22:34
✓ successfully gets a block number (1 ms)
10:22:34
✓ successfully gets node info (1 ms)
10:22:34
✓ throws when submitting a tx with a nullifier of already settled tx (492 ms)
10:22:34
10:22:34
Test Suites: 1 passed, 1 total
10:22:34
Tests: 10 passed, 10 total
10:22:34
Snapshots: 0 total
10:22:34
Time: 3.928 s
10:22:34
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:22:34
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?