Skip to content

current main branch seems broken #274

@ltitanb

Description

@ltitanb

By running

kurtosis run github.com/ethpandaops/optimism-package --args-file https://raw.githubusercontent.com/ethpandaops/optimism-package/main/network_params.yaml --enclave mytest

I get

Adding service with name 'cl-1-lighthouse-geth' and image 'ethpandaops/lighthouse:stable'
There was an error executing Starlark code 
An error occurred executing instruction (number 30) at github.com/ethpandaops/ethereum-package/src/cl/lighthouse/lighthouse_launcher.star[86:38]:
  add_service(name="cl-1-lighthouse-geth", config=ServiceConfig(image="ethpandaops/lighthouse:stable", ports={"http": PortSpec(number=4000, transport_protocol="TCP", application_protocol="http"), "metrics": PortSpec(number=5054, transport_protocol="TCP", application_protocol="http"), "quic-discovery": PortSpec(number=9001, transport_protocol="UDP", application_protocol=""), "tcp-discovery": PortSpec(number=9000, transport_protocol="TCP", application_protocol=""), "udp-discovery": PortSpec(number=9000, transport_protocol="UDP", application_protocol="")}, public_ports={}, files={"/jwt": "jwt_file", "/network-configs": "el_cl_genesis_data"}, cmd=["lighthouse", "beacon_node", "--debug-level=info", "--datadir=/data/lighthouse/beacon-data", "--listen-address=0.0.0.0", "--port=9000", "--http", "--http-address=0.0.0.0", "--http-port=4000", "--disable-packet-filter", "--execution-endpoints=http://{{kurtosis:0fc3f2b370814b87abc8b4a099fb22e5:ip_address.runtime_value}}:8551", "--jwt-secrets=/jwt/jwtsecret", "--suggested-fee-recipient=0x8943545177806ED17B9F23F0a21ee5948eCaa776", "--disable-enr-auto-update", "--enr-address=KURTOSIS_IP_ADDR_PLACEHOLDER", "--enr-tcp-port=9000", "--enr-udp-port=9000", "--enr-quic-port=9001", "--quic-port=9001", "--metrics", "--metrics-address=0.0.0.0", "--metrics-allow-origin=*", "--metrics-port=5054", "--enable-private-discovery", "--testnet-dir=/network-configs"], env_vars={"RUST_BACKTRACE": "full"}, private_ip_address_placeholder="KURTOSIS_IP_ADDR_PLACEHOLDER", ready_conditions=ReadyCondition(recipe=GetHttpRequestRecipe(port_id="http", endpoint="/eth/v1/node/health"), field="code", assertion="IN", target_value=[200, 206], timeout="15m"), labels={"ethereum-package.client": "lighthouse", "ethereum-package.client-image": "ethpandaops-lighthouse_stable", "ethereum-package.client-type": "beacon", "ethereum-package.connected-client": "geth", "ethereum-package.sha256": ""}, tolerations=[], node_selectors={}))
  Caused by: Unexpected error occurred starting service 'cl-1-lighthouse-geth'
  Caused by: An error occurred waiting for all TCP and UDP ports to be open for service 'cl-1-lighthouse-geth' with private IP '172.16.16.12'; this is usually due to a misconfiguration in the service itself, so here are the logs:
  == SERVICE 'cl-1-lighthouse-geth' LOGS ===================================
  May 19 17:50:57.289 INFO Logging to file                         path: "/data/lighthouse/beacon-data/beacon/logs/beacon.log"
  May 19 17:50:57.291 INFO Lighthouse started                      version: Lighthouse/v6.0.1-bf955c7
  May 19 17:50:57.291 INFO Configured for network                  name: custom (/network-configs)
  May 19 17:50:57.297 INFO Data directory initialised              datadir: /data/lighthouse/beacon-data
  May 19 17:50:57.297 WARN Discv5 packet filter is disabled
  May 19 17:50:57.302 INFO Deposit contract                        address: 0x00000000219ab540356cbb839cbe05303d7705fa, deploy_block: 0
  May 19 17:50:57.375 INFO Blob DB initialized                     oldest_data_column_slot: None, oldest_blob_slot: Some(Slot(0)), path: "/data/lighthouse/beacon-data/beacon/blobs_db", service: freezer_db
  May 19 17:50:59.172 INFO Starting from known genesis state       service: beacon
  May 19 17:50:59.176 INFO Block production enabled                method: json rpc via http, endpoint: Auth { endpoint: "http://172.16.16.11:8551/", jwt_path: "/jwt/jwtsecret", jwt_id: None, jwt_version: None }
  May 19 17:50:59.182 CRIT Failed to start beacon node             reason: Failed to build beacon chain: Head block not found in store
  May 19 17:50:59.183 INFO Internal shutdown received              reason: Failed to start beacon node
  May 19 17:50:59.183 INFO Shutting down..                         reason: Failure("Failed to start beacon node")
  Failed to start beacon node
  
  == FINISHED SERVICE 'cl-1-lighthouse-geth' LOGS ===================================
  Caused by: An error occurred while waiting for all TCP and UDP ports to be open
  Caused by: Unsuccessful ports check for IP '172.16.16.12' and port spec '{privatePortSpec:0xc00091a900}', even after '240' retries with '500' milliseconds in between retries. Timeout '2m0s' has been reached
  Caused by: An error occurred while calling network address '172.16.16.12:5054' with port protocol 'TCP' and using time out '200ms'
  Caused by: dial tcp 172.16.16.12:5054: i/o timeout

Error encountered running Starlark code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions