Parent Log:
http://ci.aztec-labs.com/e288acb99b2d3432
Command: d22bc4a94b0d21bc yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/c06f30929f18b85bcea93c0926a8d640a3819f00
Env: REF_NAME=gh-readonly-queue/master/pr-15074-2707ec99de02004f3e30e7af0810e0d741ab9794 CURRENT_VERSION=0.87.8 CI_FULL=0
Date: Mon Jun 16 16:26:32 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15074_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_master
16:26:35 [16:26:35.016]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:26:35 [16:26:35.509]
INFO:
pxe:service Started PXE connected to chain 1 version 1
16:26:35 [16:26:35.552]
INFO:
pxe:service Registered account 0x1adef8cae840c7a98c931183e0abee62602986be6ccd8f2e3741c842406a7345
16:26:35 [16:26:35.605]
INFO:
pxe:service Registered account 0x0686faf389535efa287fd56ca6b571212138062bba1ffe20bd4a6ff71414ac98
16:26:35 [16:26:35.647]
INFO:
pxe:service Registered account 0x0686faf389535efa287fd56ca6b571212138062bba1ffe20bd4a6ff71414ac98
16:26:35 [16:26:35.664]
INFO:
pxe:service Added contract 4ba07b4d at 0x1a9b3fd883930dad79175ea1e707c908270563e5fe8f5cae4bb2bb84fb75185c with class 0x1d272e5a1126e3efe3a455d85af3bfa6cc7099f5a6bdb3e12733226ace87ae46
16:26:35 [16:26:35.670]
INFO:
pxe:service Added contract da6f5250 at 0x0677bf10b13d90729eda66295cbf76618f9aceaa801170aaa7b187e3ba0a7a1f with class 0x1a611e83ed5a925370eed568c9c8a33184a9e643c239b8a4d5489c930748dbc9
16:26:35 [16:26:35.678]
INFO:
pxe:service Added contract class f3439719 with id 0x0d7e57bf6a9be02e62690dbe3385c7a8bba646e33d12aaaf4df030c2cd1f8a71
16:26:35 [16:26:35.688]
INFO:
pxe:service Added contract f3439719 at 0x0c7f785033268ab9ed3c7ea0309659c076805c435b3e7d7931d72ecbb1671a30 with class 0x0d7e57bf6a9be02e62690dbe3385c7a8bba646e33d12aaaf4df030c2cd1f8a71
16:26:35 [16:26:35.725]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:26:36 [16:26:36.040]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
16:26:36
PASS src/test/pxe_service.test.ts
16:26:36 PXEService
16:26:36
✓ registers an account and returns it as an account only and not as a recipient (59 ms)
16:26:36
✓ does not throw when registering the same account twice (just ignores the second attempt) (80 ms)
16:26:36
✓ successfully adds a contract (22 ms)
16:26:36
✓ registers a class and adds a contract for it (18 ms)
16:26:36
✓ refuses to register a class with a mismatched address (24 ms)
16:26:36
✓ refuses to register a contract with a class that has not been registered (3 ms)
16:26:36
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
16:26:36
✓ successfully gets a block number (1 ms)
16:26:36
✓ successfully gets node info (1 ms)
16:26:36
✓ throws when submitting a tx with a nullifier of already settled tx (344 ms)
16:26:36
16:26:36
Test Suites: 1 passed, 1 total
16:26:36
Tests: 10 passed, 10 total
16:26:36
Snapshots: 0 total
16:26:36
Time: 2.771 s
16:26:36
Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i
.
16:26:36
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?