Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rollup-boost fails to start #113

Open
0x416e746f6e opened this issue Dec 20, 2024 · 0 comments · May be fixed by #117
Open

rollup-boost fails to start #113

0x416e746f6e opened this issue Dec 20, 2024 · 0 comments · May be fixed by #117

Comments

@0x416e746f6e
Copy link

rollup-boost fails to start.

  • with mev_params block:

    network-params.yaml
    optimism_package:
      chains:
        - participants:
            - el_type: op-reth
              cl_type: op-node
          mev_params:
            builder_host: localhost
            builder_port: 8545
          additional_services:
            - rollup-boost
    
    ethereum_package:
      participants:
        - el_type: reth
          cl_type: lighthouse
    
      network_params:
        preset: minimal
        genesis_delay: 5
        additional_preloaded_contracts: |-
          {
            "0x4e59b44847b379578588920cA78FbF26c0B4956C": {
              "balance": "0ETH",
              "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3",
              "storage": {},
              "nonce": "1"
            }
          }
    
    There was an error interpreting Starlark code 
    Evaluation error: struct has no .client_name attribute
            at [github.com/ethpandaops/optimism-package/main.star:86:30]: run
            at [github.com/ethpandaops/optimism-package/src/l2.star:34:73]: launch_l2
            at [github.com/ethpandaops/optimism-package/src/participant_network.star:27:68]: launch_participant_network
            at [github.com/ethpandaops/optimism-package/src/el_cl_launcher.star:293:58]: launch
            at [github.com/ethpandaops/optimism-package/src/cl/op-node/op_node_launcher.star:93:31]: launch
            at [github.com/ethpandaops/optimism-package/src/cl/op-node/op_node_launcher.star:240:40]: get_beacon_config
    
    Error encountered running Starlark code.
    
  • without mev_params block:

    network-params.yaml
    optimism_package:
      chains:
        - participants:
            - el_type: op-reth
              cl_type: op-node
          additional_services:
            - rollup-boost
    
    ethereum_package:
      participants:
        - el_type: reth
          cl_type: lighthouse
    
      network_params:
        preset: minimal
        genesis_delay: 5
        additional_preloaded_contracts: |-
          {
            "0x4e59b44847b379578588920cA78FbF26c0B4956C": {
              "balance": "0ETH",
              "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3",
              "storage": {},
              "nonce": "1"
            }
          }
    
    Printing a message
    Rollup boost enabled
    
    Adding service with name 'op-el-builder-1-op-geth-op-node-op-kurtosis' and image 'ghcr.io/paradigmxyz/op-reth:latest'
    There was an error executing Starlark code 
    An error occurred executing instruction (number 50) at github.com/ethpandaops/optimism-package/src/el/op-geth/op_geth_launcher.star[129:31]:
      add_service(name="op-el-builder-1-op-geth-op-node-op-kurtosis", config=ServiceConfig(image="ghcr.io/paradigmxyz/op-reth:latest", ports={"engine-rpc": PortSpec(number=8551, transport_protocol="TCP", application_protocol=""), "metrics": PortSpec(number=9001, transport_protocol="TCP", application_protocol=""), "rpc": PortSpec(number=8545, transport_protocol="TCP", application_protocol="http"), "tcp-discovery": PortSpec(number=30303, transport_protocol="TCP", application_protocol=""), "udp-discovery": PortSpec(number=30303, transport_protocol="UDP", application_protocol=""), "ws": PortSpec(number=8546, transport_protocol="TCP", application_protocol="")}, files={"/jwt": "op_jwt_fileop-kurtosis", "/network-configs": "op-deployer-configs"}, entrypoint=["sh", "-c"], cmd=["geth init --datadir=/data/geth/execution-data --state.scheme=hash /network-configs/genesis-2151908.json && geth --networkid=2151908 --datadir=/data/geth/execution-data --gcmode=archive --state.scheme=hash --http --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=admin,engine,net,eth,web3,debug,miner --ws --ws.addr=0.0.0.0 --ws.port=8546 --ws.api=admin,engine,net,eth,web3,debug,miner --ws.origins=* --allow-insecure-unlock --authrpc.port=8551 --authrpc.addr=0.0.0.0 --authrpc.vhosts=* --authrpc.jwtsecret=/jwt/jwtsecret --syncmode=full --nat=extip:KURTOSIS_IP_ADDR_PLACEHOLDER --rpc.allow-unprotected-txs --metrics --metrics.addr=0.0.0.0 --metrics.port=9001 --discovery.port=30303 --port=30303"], env_vars={}, private_ip_address_placeholder="KURTOSIS_IP_ADDR_PLACEHOLDER", labels={"ethereum-package.client": "op-geth", "ethereum-package.client-image": "ghcr-io-paradigmxyz-op-reth_latest", "ethereum-package.client-type": "execution", "ethereum-package.connected-client": "op", "ethereum-package.sha256": ""}, tolerations=[], node_selectors={}))
      Caused by: Unexpected error occurred starting service 'op-el-builder-1-op-geth-op-node-op-kurtosis'
      Caused by: An error occurred creating pod 'op-el-builder-1-op-geth-op-node-op-kurtosis' using image 'ghcr.io/paradigmxyz/op-reth:latest'
      Caused by: An error occurred waiting for pod 'op-el-builder-1-op-geth-op-node-op-kurtosis' to become available
      Caused by: Pod 'op-el-builder-1-op-geth-op-node-op-kurtosis' failed before availability with the following state:
      >>>>>>>>>>>>>>>>>>>>>>>>>> Pod op-el-builder-1-op-geth-op-node-op-kurtosis <<<<<<<<<<<<<<<<<<<<<<<<<<
      Container Statuses: - user-service-container (ghcr.io/paradigmxyz/op-reth:latest): TERMINATED with exit code 127 - 
      
      -------------------- Container user-service-container Logs --------------------
      2024-12-20T08:47:33.769817362Z sh: 1: geth: not found
      
      ------------------ End Container user-service-container Logs ---------------------
      >>>>>>>>>>>>>>>>>>>>>>>> End Pod op-el-builder-1-op-geth-op-node-op-kurtosis <<<<<<<<<<<<<<<<<<<<<<<<<<<
    
    Error encountered running Starlark code.
    
@avalonche avalonche linked a pull request Jan 1, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant