Parent Log:
http://ci.aztec-labs.com/762a0b96d67185c9
Command: d57d38082bbaf86d yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/2d661b35c089f032f50de084b07dded86f0873b8
Env: REF_NAME=gh-readonly-queue/next/pr-15187-301dce04331dcfb583b7508b91491de618d4acf4 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 10:50:48 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15187_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
10:50:51 [10:50:51.936]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:50:52 [10:50:52.723]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:50:52 [10:50:52.791]
INFO:
pxe:service Registered account 0x11b680e2a10aac05a179e38e54bf3917ec75213d2530807506eaebb4664d336a
10:50:52 [10:50:52.849]
INFO:
pxe:service Registered account 0x11cfd3f81104f0103dcafc9d48d3ae9cfbb4a8780116f3ed8c363853493b3dc4
10:50:52 [10:50:52.915]
INFO:
pxe:service Registered account 0x11cfd3f81104f0103dcafc9d48d3ae9cfbb4a8780116f3ed8c363853493b3dc4
10:50:52 [10:50:52.938]
INFO:
pxe:service Added contract 2d83640c at 0x292dc8bd2bbb52f57a0c82272b91290a917ddedfc4f16ff481daffc380dbcba8 with class 0x07209a1b3840f39d0a0d256d7d02bccb6e73f52ab1f62af517adabd21bc9adfd
10:50:52 [10:50:52.947]
INFO:
pxe:service Added contract 869a3963 at 0x063e640cbcf1924bba079e3dc2c659757e1e4fad9fe134245124e4be7a6d9ae3 with class 0x273931ca63af12eebb7206badb62c8803f67e0ab56912d8677f9a108ada467cf
10:50:52 [10:50:52.961]
INFO:
pxe:service Added contract class 16a6a431 with id 0x052d75bef80fd85930432b95fd28047afe9cee8b12c9146071291032d71f8dc2
10:50:52 [10:50:52.977]
INFO:
pxe:service Added contract 16a6a431 at 0x14daa7ea5e3728674358203e3a750b352cf767fd00b8272590e10d29a0550a85 with class 0x052d75bef80fd85930432b95fd28047afe9cee8b12c9146071291032d71f8dc2
10:50:53 [10:50:53.028]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:50:53 [10:50:53.561]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:50:53
PASS src/test/pxe_service.test.ts
10:50:53 PXEService
10:50:53
✓ registers an account and returns it as an account only and not as a recipient (85 ms)
10:50:53
✓ does not throw when registering the same account twice (just ignores the second attempt) (108 ms)
10:50:53
✓ successfully adds a contract (30 ms)
10:50:53
✓ registers a class and adds a contract for it (32 ms)
10:50:53
✓ refuses to register a class with a mismatched address (36 ms)
10:50:53
✓ refuses to register a contract with a class that has not been registered (3 ms)
10:50:53
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
10:50:53
✓ successfully gets a block number (1 ms)
10:50:53
✓ successfully gets node info (1 ms)
10:50:53
✓ throws when submitting a tx with a nullifier of already settled tx (573 ms)
10:50:53
10:50:53
Test Suites: 1 passed, 1 total
10:50:53
Tests: 10 passed, 10 total
10:50:53
Snapshots: 0 total
10:50:53
Time: 4.659 s
10:50:53
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:50:53
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?