Parent Log:
http://ci.aztec-labs.com/2a4fe94040c743df
Command: f30d64a7ce604682 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/be1fa8aacb33d330cf496352bb1446439e34c51a
Env: REF_NAME=gh-readonly-queue/next/pr-15162-7d1abcb337009939ee47da8445b5fee80f39fb58 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 20 10:07:04 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15162_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
10:07:06 [10:07:06.975]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:07:07 [10:07:07.569]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:07:07 [10:07:07.615]
INFO:
pxe:service Registered account 0x0fd54169044f693a5281db40b00ffa696d2b8835a1bb4822b7ccfe7d21413b8f
10:07:07 [10:07:07.678]
INFO:
pxe:service Registered account 0x2a9313562cabd6659ff3d519855db73b72ceb32b7cd65a23a1af29c6a1698a4e
10:07:07 [10:07:07.727]
INFO:
pxe:service Registered account 0x2a9313562cabd6659ff3d519855db73b72ceb32b7cd65a23a1af29c6a1698a4e
10:07:07 [10:07:07.746]
INFO:
pxe:service Added contract 633ff068 at 0x2f4fcc61b841d8d99c7f0de3a3850e0dffdbc9d16cf5e79705c3801e027bda2a with class 0x2e35eff6dd310e81bccb3c706365773c5e51664c9abcecc0046be2bd0a6b0d7e
10:07:07 [10:07:07.757]
INFO:
pxe:service Added contract d981368a at 0x0b4d3de9762d88f0c348516b714ba923c971ad9055bbe023990352c933bbdd3c with class 0x0d172e87b6736bba22f90650f61cf16ee5b375b5aa816d0c75e14bb011591c59
10:07:07 [10:07:07.766]
INFO:
pxe:service Added contract class e3597db5 with id 0x0ade9f93a75e8425941bc8779c571020b36696d530f02fba5cfcc361cc0a4471
10:07:07 [10:07:07.772]
INFO:
pxe:service Added contract e3597db5 at 0x008b383da5b6203a703281d9e921ccb3e569843df74a966cd7ba1891e88a96f1 with class 0x0ade9f93a75e8425941bc8779c571020b36696d530f02fba5cfcc361cc0a4471
10:07:07 [10:07:07.813]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:07:08 [10:07:08.206]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:07:08
PASS src/test/pxe_service.test.ts
10:07:08 PXEService
10:07:08
✓ registers an account and returns it as an account only and not as a recipient (63 ms)
10:07:08
✓ does not throw when registering the same account twice (just ignores the second attempt) (96 ms)
10:07:08
✓ successfully adds a contract (29 ms)
10:07:08
✓ registers a class and adds a contract for it (15 ms)
10:07:08
✓ refuses to register a class with a mismatched address (27 ms)
10:07:08
✓ refuses to register a contract with a class that has not been registered (3 ms)
10:07:08
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
10:07:08
✓ successfully gets a block number
10:07:08
✓ successfully gets node info (1 ms)
10:07:08
✓ throws when submitting a tx with a nullifier of already settled tx (424 ms)
10:07:08
10:07:08
Test Suites: 1 passed, 1 total
10:07:08
Tests: 10 passed, 10 total
10:07:08
Snapshots: 0 total
10:07:08
Time: 3.447 s
10:07:08
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:07:08
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?