Parent Log:
http://ci.aztec-labs.com/d685885da0239428
Command: 1a84647d900d18a3 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/484694b997ac4ff62ed6d008cc3f12e0c60720ff
Env: REF_NAME=gh-readonly-queue/next/pr-15077-3c1b9d57eadcc8fb03a7ed42610cf0a1ae4a32eb CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 07:43:18 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15077_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
07:43:22 [07:43:22.715]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
07:43:23 [07:43:23.467]
INFO:
pxe:service Started PXE connected to chain 1 version 1
07:43:23 [07:43:23.531]
INFO:
pxe:service Registered account 0x098dac3addf0ca13c1b12623c29acaaa6b06e9ab47daa660022fc9dd841c7600
07:43:23 [07:43:23.595]
INFO:
pxe:service Registered account 0x01128ef0615ab3feada3fffebb71b328bd67420e07e459a08a77374d2a097839
07:43:23 [07:43:23.650]
INFO:
pxe:service Registered account 0x01128ef0615ab3feada3fffebb71b328bd67420e07e459a08a77374d2a097839
07:43:23 [07:43:23.672]
INFO:
pxe:service Added contract 408a81ef at 0x04049674b337f3ef27de630e044d78dec742ffa8ec4c6685084e7d04589c86d5 with class 0x270f9696e23150ae4c16f3bd232512a91f0cc43be6b7419fae9ef44314dc8f31
07:43:23 [07:43:23.682]
INFO:
pxe:service Added contract 0e1349ae at 0x263e36e4e109d3ff87e0c4d5bb31cd4147940d1b76efe09f5b064f135946459b with class 0x205594b2a802f7397edf71d3c8da30f64d6f0077231f0862f98d32e1cc830440
07:43:23 [07:43:23.700]
INFO:
pxe:service Added contract class bcc53f49 with id 0x28b7c0442b0ebdb3943c7bc7e9ac0643c4285af23ebbe34657ad4518f67af315
07:43:23 [07:43:23.717]
INFO:
pxe:service Added contract bcc53f49 at 0x05a38da8061f38a276a99db73d9c2010284db42d072c61541f46a31f5cadceb5 with class 0x28b7c0442b0ebdb3943c7bc7e9ac0643c4285af23ebbe34657ad4518f67af315
07:43:23 [07:43:23.754]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
07:43:24 [07:43:24.263]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
07:43:24
PASS src/test/pxe_service.test.ts
07:43:24 PXEService
07:43:24
✓ registers an account and returns it as an account only and not as a recipient (81 ms)
07:43:24
✓ does not throw when registering the same account twice (just ignores the second attempt) (103 ms)
07:43:24
✓ successfully adds a contract (34 ms)
07:43:24
✓ registers a class and adds a contract for it (32 ms)
07:43:24
✓ refuses to register a class with a mismatched address (25 ms)
07:43:24
✓ refuses to register a contract with a class that has not been registered (3 ms)
07:43:24
✓ refuses to register a contract with an artifact with mismatching class id (2 ms)
07:43:24
✓ successfully gets a block number
07:43:24
✓ successfully gets node info
07:43:24
✓ throws when submitting a tx with a nullifier of already settled tx (543 ms)
07:43:24
07:43:24
Test Suites: 1 passed, 1 total
07:43:24
Tests: 10 passed, 10 total
07:43:24
Snapshots: 0 total
07:43:24
Time: 4.55 s
07:43:24
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
07:43:24
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?