Parent Log:
http://ci.aztec-labs.com/516fa63e1f82d416
Command: 97e7ef9a556fd7e6 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/f3a077dd83e56ee0ae0a1175f0dc39fdfa50e6d7
Env: REF_NAME=gh-readonly-queue/master/pr-14734-a229cf871638d3fd774f9272645cc1ac29b8196a CURRENT_VERSION=0.87.9 CI_FULL=1
Date: Tue Jun 24 10:40:08 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14734_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_master
10:40:12 [10:40:12.175]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:40:12 [10:40:12.780]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:40:12 [10:40:12.838]
INFO:
pxe:service Registered account 0x2e7315a6978914a29bb8429b5ace099ab6b5aac08ce7335dbe7e2b36384d0897
10:40:12 [10:40:12.910]
INFO:
pxe:service Registered account 0x00f0b8f6be7079ee6889481b3409c5059155113144f187893c037434aa1053fb
10:40:12 [10:40:12.967]
INFO:
pxe:service Registered account 0x00f0b8f6be7079ee6889481b3409c5059155113144f187893c037434aa1053fb
10:40:12 [10:40:12.988]
INFO:
pxe:service Added contract a0d53720 at 0x0443f5dab2f7bab6c99f3649253a88738067f654001460fd1875e571018fdcfd with class 0x046ddf3ae266209f8b0b28d9a21474d374b7c5cd4903ccb3fdc5d148e4c446ed
10:40:12 [10:40:12.996]
INFO:
pxe:service Added contract 49287a4c at 0x27e017949b7984d8686551b1e3b50c526c747c2971b538552e37fd615968b144 with class 0x1d18fd6a4cad63423f1b2211461f7e5db8f0091b93f00b0ca82debedabcc1d09
10:40:13 [10:40:13.009]
INFO:
pxe:service Added contract class 80fd88d5 with id 0x0601dde140bceba69819ffd1c1d282ca2c4d683bec4b97bd07870c6a299f4af9
10:40:13 [10:40:13.026]
INFO:
pxe:service Added contract 80fd88d5 at 0x1ef5700118906dde1c778a9db49f1ee7adcf3f202ea3dd485447eed452514151 with class 0x0601dde140bceba69819ffd1c1d282ca2c4d683bec4b97bd07870c6a299f4af9
10:40:13 [10:40:13.062]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:40:13 [10:40:13.439]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:40:13
PASS src/test/pxe_service.test.ts
10:40:13 PXEService
10:40:13
✓ registers an account and returns it as an account only and not as a recipient (78 ms)
10:40:13
✓ does not throw when registering the same account twice (just ignores the second attempt) (109 ms)
10:40:13
✓ successfully adds a contract (30 ms)
10:40:13
✓ registers a class and adds a contract for it (28 ms)
10:40:13
✓ refuses to register a class with a mismatched address (24 ms)
10:40:13
✓ refuses to register a contract with a class that has not been registered (3 ms)
10:40:13
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
10:40:13
✓ successfully gets a block number
10:40:13
✓ successfully gets node info
10:40:13
✓ throws when submitting a tx with a nullifier of already settled tx (409 ms)
10:40:13
10:40:13
Test Suites: 1 passed, 1 total
10:40:13
Tests: 10 passed, 10 total
10:40:13
Snapshots: 0 total
10:40:13
Time: 3.687 s
10:40:13
Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i
.
10:40:13
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?