Parent Log:
http://ci.aztec-labs.com/e290a27f9935f130
Command: aeeaca4258226ee3 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1107a5aec5cc4c3884ed30df5e1e4c4417fa4588
Env: REF_NAME=gh-readonly-queue/next/pr-15258-ab2663c779174e49814adda157cc3aba0f136063 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 26 15:47:25 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15258_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
15:47:29 [15:47:29.617]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:47:30 [15:47:30.484]
INFO:
pxe:service Started PXE connected to chain 1 version 1
15:47:30 [15:47:30.539]
INFO:
pxe:service Registered account 0x2a505e651ccd90c22866eda07d2b9a16f34073415b908abd388d7746b84361df
15:47:30 [15:47:30.621]
INFO:
pxe:service Registered account 0x11be81b3d2fdf65f1b714eeda694c3b2d088ca5236cc44ae03dfef6d7118e162
15:47:30 [15:47:30.688]
INFO:
pxe:service Registered account 0x11be81b3d2fdf65f1b714eeda694c3b2d088ca5236cc44ae03dfef6d7118e162
15:47:30 [15:47:30.709]
INFO:
pxe:service Added contract e033d7c8 at 0x0df2675f1226eff301fad56a88f0be62a3cf510df53a0e36d139ff067c5cdee4 with class 0x1a70e9d426ebf27240ad412279eaebe5e69be5b60ff7782471d609c1c0bd21c9
15:47:30 [15:47:30.718]
INFO:
pxe:service Added contract 0590f2ba at 0x0696619f0b4b05eadd31e9604e729ab91dd19421c304c41e01d94fa1663a3a5a with class 0x1a28c801094eb04d56101fe517cdec254fd7a5d6d26ccddfac34982aaa46dd30
15:47:30 [15:47:30.730]
INFO:
pxe:service Added contract class 0c421028 with id 0x0b2f56fbe449a2f59a00fdf83f63d15f2032e44ef0abc1bb061a0e9a07835f5c
15:47:30 [15:47:30.741]
INFO:
pxe:service Added contract 0c421028 at 0x1677ed2ab28ba1b59b78d3a47dde8848cbc5d1deb6a06d93cc639f52b41d9729 with class 0x0b2f56fbe449a2f59a00fdf83f63d15f2032e44ef0abc1bb061a0e9a07835f5c
15:47:30 [15:47:30.802]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:47:31 [15:47:31.329]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
15:47:31
PASS src/test/pxe_service.test.ts
15:47:31 PXEService
15:47:31
✓ registers an account and returns it as an account only and not as a recipient (82 ms)
15:47:31
✓ does not throw when registering the same account twice (just ignores the second attempt) (121 ms)
15:47:31
✓ successfully adds a contract (30 ms)
15:47:31
✓ registers a class and adds a contract for it (22 ms)
15:47:31
✓ refuses to register a class with a mismatched address (45 ms)
15:47:31
✓ refuses to register a contract with a class that has not been registered (4 ms)
15:47:31
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
15:47:31
✓ successfully gets a block number (1 ms)
15:47:31
✓ successfully gets node info (1 ms)
15:47:31
✓ throws when submitting a tx with a nullifier of already settled tx (569 ms)
15:47:31
15:47:31
Test Suites: 1 passed, 1 total
15:47:31
Tests: 10 passed, 10 total
15:47:31
Snapshots: 0 total
15:47:31
Time: 4.949 s
15:47:31
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
15:47:31
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?