Parent Log:
http://ci.aztec-labs.com/da2f6afdbe121fb0
Command: ed996b4a4522d156 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/6e2955d0d2cd7db82346ef547a4d19b57116ecb4
Env: REF_NAME=gh-readonly-queue/next/pr-15120-3c1b9d57eadcc8fb03a7ed42610cf0a1ae4a32eb CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 22:17:46 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15120_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
22:17:50 [22:17:50.588]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
22:17:51 [22:17:51.404]
INFO:
pxe:service Started PXE connected to chain 1 version 1
22:17:51 [22:17:51.464]
INFO:
pxe:service Registered account 0x0f72078990ac63e92d63b53b33e4da0e36439136cd6bb2214a8bf01dd85612e1
22:17:51 [22:17:51.542]
INFO:
pxe:service Registered account 0x15776c127f57d97858367949fa859477cce62cc3258c5809fc083964e51db95b
22:17:51 [22:17:51.612]
INFO:
pxe:service Registered account 0x15776c127f57d97858367949fa859477cce62cc3258c5809fc083964e51db95b
22:17:51 [22:17:51.635]
INFO:
pxe:service Added contract cde8df5a at 0x1adcdd64c34a2a7da9a50c3bab583e298e5c3f70e43b57a13a9b4cbdd123a63e with class 0x0e9ea921d3bed757604d1638d808eda4e4b01a6aad6754538bc970d82eea0ab3
22:17:51 [22:17:51.646]
INFO:
pxe:service Added contract 336622d3 at 0x223dc42a06c4092d4ebb463ab74f32b026a5438a89143a14fdb2ca9787b11a52 with class 0x2217806c82bc5d4b76edfdf863ab3de6b1809e834cbab87d8873dc4b90e8f118
22:17:51 [22:17:51.663]
INFO:
pxe:service Added contract class 29e8983c with id 0x17d65d2657822fd96662a0de0bde3c5463764ed271f45064b248afd09a0d70cf
22:17:51 [22:17:51.672]
INFO:
pxe:service Added contract 29e8983c at 0x2a82409066d4f99eba9c3e4039cb0cf93b73e14d42d8f93e7a6fe80dc2598f5c with class 0x17d65d2657822fd96662a0de0bde3c5463764ed271f45064b248afd09a0d70cf
22:17:51 [22:17:51.733]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
22:17:52 [22:17:52.268]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
22:17:52
PASS src/test/pxe_service.test.ts
22:17:52 PXEService
22:17:52
✓ registers an account and returns it as an account only and not as a recipient (87 ms)
22:17:52
✓ does not throw when registering the same account twice (just ignores the second attempt) (123 ms)
22:17:52
✓ successfully adds a contract (33 ms)
22:17:52
✓ registers a class and adds a contract for it (24 ms)
22:17:52
✓ refuses to register a class with a mismatched address (45 ms)
22:17:52
✓ refuses to register a contract with a class that has not been registered (4 ms)
22:17:52
✓ refuses to register a contract with an artifact with mismatching class id (5 ms)
22:17:52
✓ successfully gets a block number (1 ms)
22:17:52
✓ successfully gets node info (1 ms)
22:17:52
✓ throws when submitting a tx with a nullifier of already settled tx (577 ms)
22:17:52
22:17:52
Test Suites: 1 passed, 1 total
22:17:52
Tests: 10 passed, 10 total
22:17:52
Snapshots: 0 total
22:17:52
Time: 4.592 s
22:17:52
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
22:17:52
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?