Parent Log:
http://ci.aztec-labs.com/064c24dcd5b6ed73
Command: b818050160cbcbd8 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/184d5f7d956dd7251670a2dd6728f313cfdf3caf
Env: REF_NAME=gh-readonly-queue/next/pr-14822-e56baa7f24bac54baf9e2f22f6f33ae6fa8b8c0f CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 21:18:31 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14822_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
21:18:34 [21:18:34.941]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:35 [21:18:35.691]
INFO:
pxe:service Started PXE connected to chain 1 version 1
21:18:35 [21:18:35.755]
INFO:
pxe:service Registered account 0x20acb819ae3811cea140dda7ed7f93a28808d90253391c770cedc8e999fd08f2
21:18:35 [21:18:35.811]
INFO:
pxe:service Registered account 0x23771a36d58344374be07f9557c214fa0ea1fcf84989475aaee6974a9e9f16b7
21:18:35 [21:18:35.885]
INFO:
pxe:service Registered account 0x23771a36d58344374be07f9557c214fa0ea1fcf84989475aaee6974a9e9f16b7
21:18:35 [21:18:35.906]
INFO:
pxe:service Added contract cc2a8ef3 at 0x0ec5b9897bebbdfaa7c9abdaca011cbd0eead584c3a8bf014d9432f168a7580b with class 0x0888f2dbc318e2fdd54f3ff8f4ff53d67b4e3ac43ac5b9cb4f5e89863256cf1b
21:18:35 [21:18:35.921]
INFO:
pxe:service Added contract 843a9993 at 0x0b6f655c26fcdcdb757e0b59898dd28dfb86f27d6800900250f07a33d5d0350f with class 0x214f3c908dd924ab58141ac5c4fea2cb0e9ece37fc7e0887329de5a30e1362aa
21:18:35 [21:18:35.938]
INFO:
pxe:service Added contract class 158aff73 with id 0x15102bdbb63b97c75ab9c2cac0957e9b33b575f322c3c49695dc9f0c7a14cd40
21:18:35 [21:18:35.947]
INFO:
pxe:service Added contract 158aff73 at 0x041e2372dae0c6174da9f64bfb55a3af782af5f1d51284255cc772056c814ce3 with class 0x15102bdbb63b97c75ab9c2cac0957e9b33b575f322c3c49695dc9f0c7a14cd40
21:18:35 [21:18:35.992]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:36 [21:18:36.501]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
21:18:36
PASS src/test/pxe_service.test.ts
21:18:36 PXEService
21:18:36
✓ registers an account and returns it as an account only and not as a recipient (81 ms)
21:18:36
✓ does not throw when registering the same account twice (just ignores the second attempt) (115 ms)
21:18:36
✓ successfully adds a contract (35 ms)
21:18:36
✓ registers a class and adds a contract for it (25 ms)
21:18:36
✓ refuses to register a class with a mismatched address (31 ms)
21:18:36
✓ refuses to register a contract with a class that has not been registered (3 ms)
21:18:36
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
21:18:36
✓ successfully gets a block number
21:18:36
✓ successfully gets node info
21:18:36
✓ throws when submitting a tx with a nullifier of already settled tx (541 ms)
21:18:36
21:18:36
Test Suites: 1 passed, 1 total
21:18:36
Tests: 10 passed, 10 total
21:18:36
Snapshots: 0 total
21:18:36
Time: 4.286 s
21:18:36
Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i
.
21:18:36
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?