Parent Log:
http://ci.aztec-labs.com/aa565ebfaed12118
Command: f44e1b4f382283e1 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/7d1abcb337009939ee47da8445b5fee80f39fb58
Env: REF_NAME=gh-readonly-queue/next/pr-15156-df137f9440a970af2eb6e2ee94c48bf3bf47e207 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 10:05:28 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15156_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
10:05:32 [10:05:32.750]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:05:33 [10:05:33.521]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:05:33 [10:05:33.589]
INFO:
pxe:service Registered account 0x138fe5792c02920e4e029c80879f9fab6d3160cbc7e8dc5760cd6cfe3214e7f2
10:05:33 [10:05:33.657]
INFO:
pxe:service Registered account 0x0039899118a1bca2f89315028ffcdcabd3d5e527cbe0a0b91814164b3faea202
10:05:33 [10:05:33.718]
INFO:
pxe:service Registered account 0x0039899118a1bca2f89315028ffcdcabd3d5e527cbe0a0b91814164b3faea202
10:05:33 [10:05:33.738]
INFO:
pxe:service Added contract 00c45d51 at 0x0f062619c5dae9f25e8a8719efc6668e0076b26ca66d7ef77c51ca4888dc9c34 with class 0x127aad1784fc4bf6a1fd451bf9e1e3bfdc354c879dda6649a97a12118175b856
10:05:33 [10:05:33.754]
INFO:
pxe:service Added contract a59d1cc7 at 0x127c24c3e826bb71a560bbd60c9c51a8f42bac71a9e7ab03764d904682d0871d with class 0x151a35f7abfd823c8ddf2bd1021c57a1cb0f00febe670d0dfa8d97a35a9ae5df
10:05:33 [10:05:33.770]
INFO:
pxe:service Added contract class 5b636c33 with id 0x289ecd0b6893969443650da9a6905d49867be3882aee631bf18132f4aa1e343d
10:05:33 [10:05:33.781]
INFO:
pxe:service Added contract 5b636c33 at 0x017562eed96dbcdced4b39392ca4927b173073f65f83c8dd0025812deedf560f with class 0x289ecd0b6893969443650da9a6905d49867be3882aee631bf18132f4aa1e343d
10:05:33 [10:05:33.825]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:05:34 [10:05:34.326]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:05:34
PASS src/test/pxe_service.test.ts
10:05:34 PXEService
10:05:34
✓ registers an account and returns it as an account only and not as a recipient (87 ms)
10:05:34
✓ does not throw when registering the same account twice (just ignores the second attempt) (110 ms)
10:05:34
✓ successfully adds a contract (38 ms)
10:05:34
✓ registers a class and adds a contract for it (23 ms)
10:05:34
✓ refuses to register a class with a mismatched address (30 ms)
10:05:34
✓ refuses to register a contract with a class that has not been registered (3 ms)
10:05:34
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
10:05:34
✓ successfully gets a block number (1 ms)
10:05:34
✓ successfully gets node info (1 ms)
10:05:34
✓ throws when submitting a tx with a nullifier of already settled tx (545 ms)
10:05:34
10:05:34
Test Suites: 1 passed, 1 total
10:05:34
Tests: 10 passed, 10 total
10:05:34
Snapshots: 0 total
10:05:34
Time: 4.48 s
10:05:34
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:05:34
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?