Parent Log:
http://ci.aztec-labs.com/99010f58f098e93c
Command: d4f09ddb861c41ed yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/d64582316e960acb89baf16d63e5ac1e59a00898
Env: REF_NAME=gh-readonly-queue/staging/pr-15274-9ba478709ce5c48099f79f9531da8292811cb18a CURRENT_VERSION=1.0.0 CI_FULL=1
Date: Wed Jun 25 10:36:03 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15274_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_staging
10:36:07 [10:36:07.162]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:36:07 [10:36:07.869]
INFO:
pxe:service Started PXE connected to chain 1 version 1
10:36:07 [10:36:07.921]
INFO:
pxe:service Registered account 0x02863c5a74701911329e14d1da261b64cfaae35b803cf74723e2ce10fb64a7b8
10:36:07 [10:36:07.982]
INFO:
pxe:service Registered account 0x254b5b5dd580422190bcb7415ca69dd542cd687c64877db703cc191bf48eb366
10:36:08 [10:36:08.029]
INFO:
pxe:service Registered account 0x254b5b5dd580422190bcb7415ca69dd542cd687c64877db703cc191bf48eb366
10:36:08 [10:36:08.050]
INFO:
pxe:service Added contract 2e30639f at 0x1de90dcb403d3f386569e90035a96723d2b25087aadddb65df1e997de9a95e6b with class 0x1050cada36bfcdd7f2238b0f604b88f3a6cd19da7a4fc98737ec9b76f4f217b7
10:36:08 [10:36:08.058]
INFO:
pxe:service Added contract cf9d4ede at 0x0cf79a862dc7192f8272f949aa20599f244d757bfc57cec5d35fb2be2b668d0c with class 0x03e5fc69e9b524c5d0caaeb20ec2e68c31b99b683d66f43ee3004e0781a9d3c4
10:36:08 [10:36:08.069]
INFO:
pxe:service Added contract class 61252922 with id 0x20ba9181708d1fb68da9d7a5a01b0df7b73188e3e4865eeaf8185eab4128d08b
10:36:08 [10:36:08.075]
INFO:
pxe:service Added contract 61252922 at 0x0aaf7336f9a454f5666ee05ae65c71bd7f5fdce14c05dfe54a0ff2d257ee4835 with class 0x20ba9181708d1fb68da9d7a5a01b0df7b73188e3e4865eeaf8185eab4128d08b
10:36:08 [10:36:08.120]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:36:08 [10:36:08.653]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
10:36:08
PASS src/test/pxe_service.test.ts
10:36:08 PXEService
10:36:08
✓ registers an account and returns it as an account only and not as a recipient (71 ms)
10:36:08
✓ does not throw when registering the same account twice (just ignores the second attempt) (89 ms)
10:36:08
✓ successfully adds a contract (29 ms)
10:36:08
✓ registers a class and adds a contract for it (16 ms)
10:36:08
✓ refuses to register a class with a mismatched address (31 ms)
10:36:08
✓ refuses to register a contract with a class that has not been registered (4 ms)
10:36:08
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
10:36:08
✓ successfully gets a block number (1 ms)
10:36:08
✓ successfully gets node info (1 ms)
10:36:08
✓ throws when submitting a tx with a nullifier of already settled tx (563 ms)
10:36:08
10:36:08
Test Suites: 1 passed, 1 total
10:36:08
Tests: 10 passed, 10 total
10:36:08
Snapshots: 0 total
10:36:08
Time: 4.55 s
10:36:08
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
10:36:08
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?