Parent Log:
http://ci.aztec-labs.com/f213c7a0e0587cf2
Command: 68e9475192d7aeac yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/f495236d35f9bb0d1086b7ec79256c2c2b7c98b8
Env: REF_NAME=gh-readonly-queue/staging/pr-15201-f0619dd82429a5973f3e1da8d7eb0877264908e3 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Sat Jun 21 13:20:28 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15201_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_staging
13:20:32 [13:20:32.505]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:20:33 [13:20:33.326]
INFO:
pxe:service Started PXE connected to chain 1 version 1
13:20:33 [13:20:33.385]
INFO:
pxe:service Registered account 0x1498909eb54f341e696930b760001b818a63828818b89eb298c94a2378b4d238
13:20:33 [13:20:33.449]
INFO:
pxe:service Registered account 0x12aa05ae15e3c952fe72c311b9842902ed6ce0dc8408df4b4a62f2c69df5be3e
13:20:33 [13:20:33.496]
INFO:
pxe:service Registered account 0x12aa05ae15e3c952fe72c311b9842902ed6ce0dc8408df4b4a62f2c69df5be3e
13:20:33 [13:20:33.524]
INFO:
pxe:service Added contract c3a08dc6 at 0x1eeef9b9248ab1911390ce5068b82651a7818f7b6aac7a3a437254a675703da2 with class 0x24f0bcdc02711c541539fd486161b218c6f347004d962d4f642a9155eaf3939d
13:20:33 [13:20:33.542]
INFO:
pxe:service Added contract 961e6d1d at 0x20ac3b98d1c2b08d6caefc21208b7d71ac5052360aa39ed569c557b7eb11d096 with class 0x2901311834ec34c11dbf53fdea1ed521fb732af0cc1cc9f2c51396cf57bcb68a
13:20:33 [13:20:33.552]
INFO:
pxe:service Added contract class 59c6f219 with id 0x069693d508c08449fb276d19fe80a5433c371eade2e8b7f2967782dc05acc252
13:20:33 [13:20:33.565]
INFO:
pxe:service Added contract 59c6f219 at 0x2ef3de43f0678ce38fa6b382d53fd234737ad921c15bc300e3288e6cfe9acbed with class 0x069693d508c08449fb276d19fe80a5433c371eade2e8b7f2967782dc05acc252
13:20:33 [13:20:33.610]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:20:34 [13:20:34.105]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
13:20:34
PASS src/test/pxe_service.test.ts
13:20:34 PXEService
13:20:34
✓ registers an account and returns it as an account only and not as a recipient (76 ms)
13:20:34
✓ does not throw when registering the same account twice (just ignores the second attempt) (94 ms)
13:20:34
✓ successfully adds a contract (46 ms)
13:20:34
✓ registers a class and adds a contract for it (24 ms)
13:20:34
✓ refuses to register a class with a mismatched address (27 ms)
13:20:34
✓ refuses to register a contract with a class that has not been registered (4 ms)
13:20:34
✓ refuses to register a contract with an artifact with mismatching class id (5 ms)
13:20:34
✓ successfully gets a block number (1 ms)
13:20:34
✓ successfully gets node info (1 ms)
13:20:34
✓ throws when submitting a tx with a nullifier of already settled tx (535 ms)
13:20:34
13:20:34
Test Suites: 1 passed, 1 total
13:20:34
Tests: 10 passed, 10 total
13:20:34
Snapshots: 0 total
13:20:34
Time: 4.761 s
13:20:34
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
13:20:34
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?