chainwayxyz / citrea

Citrea, Bitcoin's First ZK Rollup 🍊🍋
https://citrea.xyz
GNU General Public License v3.0
118 stars 24 forks source link

E2E test: bitcoin_da::service: error=JSON-RPC error #1056

Closed kpp closed 1 month ago

kpp commented 1 month ago

Summary

test bitcoin_e2e::tests::prover_test::basic_prover_test ... ok

2024-08-29T10:39:47.008040Z  INFO citrea_prover::runner: transition data: StateTransition....
2024-08-29T10:39:48.007562Z ERROR bitcoin_da::service: error=JSON-RPC error: transport error: Couldn't connect to host: Connection refused (os error 111)
2024-08-29T10:39:48.007634Z ERROR citrea_prover::runner: Could not fetch last finalized L1 block header: JSON-RPC error: transport error: Couldn't connect to host: Connection refused (os error 111)

Steps to reproduce

  1. SKIP_GUEST_BUILD=0 RUST_BACKTRACE=0 make test basic_prover_test -- --nocapture
  2. read prover stdout.log

Expected Result

No errors on the prover log

jfldde commented 1 month ago

Probably due to bitcoind being stopped first. Might be fixed by https://github.com/chainwayxyz/citrea/pull/1021/commits/38ebe48b31136c83a6f6ace4eaa63e467cf10541

jfldde commented 1 month ago

Fixed in https://github.com/chainwayxyz/citrea/pull/1021/commits/38ebe48b31136c83a6f6ace4eaa63e467cf10541