Parent Log:
http://ci.aztec-labs.com/a44a7be5cf1b53ae
Command: 5b4d9f16dc72b5a7 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1b10c7d500621ca2e4c0db764df67f3085beb282
Env: REF_NAME=gh-readonly-queue/next/pr-15229-99e234fe4473771b32124e0402885610a6a3f98a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 10:05:01 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15229_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:05 [10:05:05.742]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:05:06 [10:05:06.503]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:05:06 [10:05:06.557]
INFO:
pxe:service Registered account 0x05118acf75e753f3bed0d9bf57e616eefdca8f707c48c19b220bd5c6ee9abd43
10:05:06 [10:05:06.642]
INFO:
pxe:service Registered account 0x092bb7d95e29a21b3d5b204e24d8c712af43950acc3730979b64c30ac15a35dc
10:05:06 [10:05:06.707]
INFO:
pxe:service Registered account 0x092bb7d95e29a21b3d5b204e24d8c712af43950acc3730979b64c30ac15a35dc
10:05:06 [10:05:06.728]
INFO:
pxe:service Added contract 030d590f at 0x0cba7179a06cdebb2ed9df335b3cae6eb16c1560020c2516960cf4aeb4180149 with class 0x1d7c920933a806b305b0499bd94f0739a40f57680cb2a2b0f01f54acf7ee361e
10:05:06 [10:05:06.745]
INFO:
pxe:service Added contract 9d582a28 at 0x1859f5567713b39f06f1b3486d2932e8bd9852bebcdbcc22861781d961865c14 with class 0x13d4ab791ec99830f1b0360e62ef77ac0e88b19bf6ee6c6864e2e4c1e415ab19
10:05:06 [10:05:06.763]
INFO:
pxe:service Added contract class 0133c9cd with id 0x004d7083f11bda7532c5efb5fb7eac233e7e2c852ba9a813542368675e2d014e
10:05:06 [10:05:06.772]
INFO:
pxe:service Added contract 0133c9cd at 0x2e2db4d04edbd501bc374d99ff472d5f9eae4876b27ce26053eba5f640a79500 with class 0x004d7083f11bda7532c5efb5fb7eac233e7e2c852ba9a813542368675e2d014e
10:05:06 [10:05:06.818]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:05:07 [10:05:07.348]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:05:07
PASS src/test/pxe_service.test.ts
10:05:07 PXEService
10:05:07
✓ registers an account and returns it as an account only and not as a recipient (86 ms)
10:05:07
✓ does not throw when registering the same account twice (just ignores the second attempt) (118 ms)
10:05:07
✓ successfully adds a contract (40 ms)
10:05:07
✓ registers a class and adds a contract for it (26 ms)
10:05:07
✓ refuses to register a class with a mismatched address (28 ms)
10:05:07
✓ refuses to register a contract with a class that has not been registered (4 ms)
10:05:07
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
10:05:07
✓ successfully gets a block number (1 ms)
10:05:07
✓ successfully gets node info (1 ms)
10:05:07
✓ throws when submitting a tx with a nullifier of already settled tx (578 ms)
10:05:07
10:05:07
Test Suites: 1 passed, 1 total
10:05:07
Tests: 10 passed, 10 total
10:05:07
Snapshots: 0 total
10:05:07
Time: 4.439 s
10:05:07
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:05:07
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?