Parent Log:
http://ci.aztec-labs.com/1ac26e0b3daa6110
Command: 59d7caa3bc5b3609 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/dada14e07a974e905ef606b4fac7c777b922587f
Env: REF_NAME=gh-readonly-queue/master/pr-14898-260a6c8dbe7557aae065d685de66faa2bc362a9d CURRENT_VERSION=0.87.8 CI_FULL=1
Date: Wed Jun 11 19:34:21 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14898_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_master
19:34:24 [19:34:24.574]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:34:25 [19:34:25.155]
INFO:
pxe:service Started PXE connected to chain 1 version 1
19:34:25 [19:34:25.222]
INFO:
pxe:service Registered account 0x1832d5e19d66bbee8896089ad9a148bd5fa394385dea07f16630b283149b506c
19:34:25 [19:34:25.309]
INFO:
pxe:service Registered account 0x0de12aa87733db7f1a7384fbae46960c76449d53eb8c4a65a805a25a5dad7b6c
19:34:25 [19:34:25.373]
INFO:
pxe:service Registered account 0x0de12aa87733db7f1a7384fbae46960c76449d53eb8c4a65a805a25a5dad7b6c
19:34:25 [19:34:25.393]
INFO:
pxe:service Added contract 38aa1922 at 0x2257ddce9e40a4a19df3f00c3bcd13d622f487092fe9c5424bc157eec3f68fa2 with class 0x2867833dcdb9cb079e88e7bc76374d3636feaab40c466a099af3eacfef22254a
19:34:25 [19:34:25.401]
INFO:
pxe:service Added contract 35678803 at 0x09a9da56597bd908f70bc0fc9966012a431ea5c508e8534871541710d4a6185c with class 0x2eab43dfd5bb7fddd0be61c7db011feb40f869088b9f4d5832121e65895c392a
19:34:25 [19:34:25.410]
INFO:
pxe:service Added contract class 3069ad81 with id 0x2e29696331d9abda93717024ca39bd4d7b254ef5ed0ab17956b2a39474f5f9b0
19:34:25 [19:34:25.422]
INFO:
pxe:service Added contract 3069ad81 at 0x079d229e846483e8c89eb7757a302eb7bfdf5eba1b74f9552c3dec4dece74c16 with class 0x2e29696331d9abda93717024ca39bd4d7b254ef5ed0ab17956b2a39474f5f9b0
19:34:25 [19:34:25.471]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:34:25 [19:34:25.834]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
19:34:25
PASS src/test/pxe_service.test.ts
19:34:25 PXEService
19:34:25
✓ registers an account and returns it as an account only and not as a recipient (94 ms)
19:34:25
✓ does not throw when registering the same account twice (just ignores the second attempt) (122 ms)
19:34:25
✓ successfully adds a contract (27 ms)
19:34:25
✓ registers a class and adds a contract for it (21 ms)
19:34:25
✓ refuses to register a class with a mismatched address (35 ms)
19:34:25
✓ refuses to register a contract with a class that has not been registered (3 ms)
19:34:25
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
19:34:25
✓ successfully gets a block number
19:34:25
✓ successfully gets node info (1 ms)
19:34:25
✓ throws when submitting a tx with a nullifier of already settled tx (403 ms)
19:34:25
19:34:25
Test Suites: 1 passed, 1 total
19:34:25
Tests: 10 passed, 10 total
19:34:25
Snapshots: 0 total
19:34:25
Time: 3.367 s
19:34:25
Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i
.
19:34:25
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?