Parent Log:
http://ci.aztec-labs.com/223118610d87a6a6
Command: a5511b51e55ea9c0 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/6ee95286f8bcc5bb6dca43222459ac5bf43a8a75
Env: REF_NAME=gh-readonly-queue/next/pr-15156-9cbd161a1dfa928167c1f969200b95df55ed4c6b CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 09:43:53 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15156_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
09:43:57 [09:43:57.790]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:43:58 [09:43:58.518]
INFO:
pxe:service Started PXE connected to chain 1 version 1
09:43:58 [09:43:58.584]
INFO:
pxe:service Registered account 0x07c97450f4f061b4aecf6c055bb214b13559215507152264f1a401bfd025a409
09:43:58 [09:43:58.651]
INFO:
pxe:service Registered account 0x28e73266fb675487162d60df2717ab8f09002163b23d140e919f0831aabb19ad
09:43:58 [09:43:58.713]
INFO:
pxe:service Registered account 0x28e73266fb675487162d60df2717ab8f09002163b23d140e919f0831aabb19ad
09:43:58 [09:43:58.733]
INFO:
pxe:service Added contract 362050d5 at 0x1ee5c87197bd4c32fd362502d1d019c7d12aa09aff4194fc66ec8c66c46d4bfb with class 0x11a64c8d95d3a099fe9bf65833fc208390a1425d3a34b66aa2eee1ec541083b1
09:43:58 [09:43:58.742]
INFO:
pxe:service Added contract a466d911 at 0x098327b4a8a0988310fef1b560cfea036af7d26df1d8797701ce41e594373732 with class 0x109c48f6d06d43afcca3c557817a510a72a8fcb4c3015be7846f5e2c59df8f29
09:43:58 [09:43:58.755]
INFO:
pxe:service Added contract class 63d37f56 with id 0x2e791eb9c1326db0c47d3f449efe4e5d7846d40ce305e03d48039f099a1d67c0
09:43:58 [09:43:58.770]
INFO:
pxe:service Added contract 63d37f56 at 0x26ee84502576a8a66e7b1973d937f4a818cb1eb12e915a30a822f38f877d93a9 with class 0x2e791eb9c1326db0c47d3f449efe4e5d7846d40ce305e03d48039f099a1d67c0
09:43:58 [09:43:58.814]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:43:59 [09:43:59.327]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
09:43:59
PASS src/test/pxe_service.test.ts
09:43:59 PXEService
09:43:59
✓ registers an account and returns it as an account only and not as a recipient (89 ms)
09:43:59
✓ does not throw when registering the same account twice (just ignores the second attempt) (106 ms)
09:43:59
✓ successfully adds a contract (29 ms)
09:43:59
✓ registers a class and adds a contract for it (26 ms)
09:43:59
✓ refuses to register a class with a mismatched address (30 ms)
09:43:59
✓ refuses to register a contract with a class that has not been registered (3 ms)
09:43:59
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
09:43:59
✓ successfully gets a block number
09:43:59
✓ successfully gets node info
09:43:59
✓ throws when submitting a tx with a nullifier of already settled tx (551 ms)
09:43:59
09:43:59
Test Suites: 1 passed, 1 total
09:43:59
Tests: 10 passed, 10 total
09:43:59
Snapshots: 0 total
09:43:59
Time: 5.047 s
09:43:59
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
09:43:59
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?