Parent Log:
http://ci.aztec-labs.com/bbd24c41c3ef4011
Command: 5e456509c4335308 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=0
Date: Tue Jun 24 10:07:24 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15229_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:26 [10:07:26.856]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:07:27 [10:07:27.465]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:07:27 [10:07:27.510]
INFO:
pxe:service Registered account 0x028736aa7d7f737c28b3fa4642729c0d81e00dcecf47c06a21c9a545d5e3a9b2
10:07:27 [10:07:27.560]
INFO:
pxe:service Registered account 0x1a50c527aed912bc9957f46f2fbdf266cab7e0b3c0bb5930a6756032b4ac6ac9
10:07:27 [10:07:27.599]
INFO:
pxe:service Registered account 0x1a50c527aed912bc9957f46f2fbdf266cab7e0b3c0bb5930a6756032b4ac6ac9
10:07:27 [10:07:27.616]
INFO:
pxe:service Added contract 489b15f1 at 0x1d065d9ca315e2c84d90784a3660476ae6ddb02a493790e2914ea196075e15f9 with class 0x023b7c4ce9fd3bcc5141c52065747c341222dc6377f356f60ae3a642a61f57fa
10:07:27 [10:07:27.622]
INFO:
pxe:service Added contract 1514c801 at 0x2243213c0c47610a0156447409ee61fa8ca50e760dfb0d37a7f14ceac8b5ace8 with class 0x2085d6d248fc308368cf9026ac572a8c2ae302932a64b6cf25d74fdd5304cbee
10:07:27 [10:07:27.631]
INFO:
pxe:service Added contract class a053a547 with id 0x0bf697e22225b7a35cbb10c9d6c6fac819a11d9cdf4c053bb418489fb1e34545
10:07:27 [10:07:27.636]
INFO:
pxe:service Added contract a053a547 at 0x1a2f88c33ca24e3ff47bbe9e3ded08794da8baa74f5a629cccd0f69c8a55c707 with class 0x0bf697e22225b7a35cbb10c9d6c6fac819a11d9cdf4c053bb418489fb1e34545
10:07:27 [10:07:27.677]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:07:28 [10:07:28.069]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:07:28
PASS src/test/pxe_service.test.ts
10:07:28 PXEService
10:07:28
✓ registers an account and returns it as an account only and not as a recipient (60 ms)
10:07:28
✓ does not throw when registering the same account twice (just ignores the second attempt) (74 ms)
10:07:28
✓ successfully adds a contract (22 ms)
10:07:28
✓ registers a class and adds a contract for it (14 ms)
10:07:28
✓ refuses to register a class with a mismatched address (27 ms)
10:07:28
✓ refuses to register a contract with a class that has not been registered (3 ms)
10:07:28
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
10:07:28
✓ successfully gets a block number
10:07:28
✓ successfully gets node info (1 ms)
10:07:28
✓ throws when submitting a tx with a nullifier of already settled tx (423 ms)
10:07:28
10:07:28
Test Suites: 1 passed, 1 total
10:07:28
Tests: 10 passed, 10 total
10:07:28
Snapshots: 0 total
10:07:28
Time: 3.348 s
10:07:28
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:07:28
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?