You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was an error executing Starlark code
An error occurred executing instruction (number 17) at [github.com/kurtosis-tech/ethereum-package/src/el/geth/geth_launcher.star[113:31](http://github.com/kurtosis-tech/ethereum-package/src/el/geth/geth_launcher.star[113:31]:
add_service(name="el-1-geth-lighthouse", config=ServiceConfig(image="ethpandaops/flashbots-builder:main-45e865e", 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=""), "tcp-discovery": PortSpec(number=30303, transport_protocol="TCP", application_protocol=""), "udp-discovery": PortSpec(number=30303, transport_protocol="UDP", application_protocol="")}, files={"/data": "sacred-morning"}, entrypoint=["sh", "-c"], cmd=["geth init --state.scheme=path --datadir=/execution-data /data/data/custom_config_data/genesis.json && geth --state.scheme=path --verbosity=3 --datadir=/execution-data --networkid=3151908 --http --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=admin,engine,net,eth,web3,debug,flashbots --ws --ws.addr=0.0.0.0 --ws.port=8546 --ws.api=admin,engine,net,eth,web3,debug,flashbots --ws.origins=* --allow-insecure-unlock --nat=extip:KURTOSIS_IP_ADDR_PLACEHOLDER --verbosity=3 --authrpc.port=8551 --authrpc.addr=0.0.0.0 --authrpc.vhosts=* --authrpc.jwtsecret=/data/data/jwt/jwtsecret --syncmode=full --rpc.allow-unprotected-txs --metrics --metrics.addr=0.0.0.0 --metrics.port=9001 --builder --builder.remote_relay_endpoint=http://mev-relay-api:9062 --builder.beacon_endpoints=http://cl-1-lighthouse-geth:4000 --builder.bellatrix_fork_version=0x30000038 --builder.genesis_fork_version=0x10000038 --builder.genesis_validators_root=GENESIS_VALIDATORS_ROOT_PLACEHOLDER --miner.extradata=The_Dev_version_of_builder --builder.algotype=greedy --metrics.builder=true"], env_vars={"BUILDER_TX_SIGNING_KEY": "0xef5177cd0b6b21c87db5a0bf35d4084a8a57a9d6a064f86d51ac85f2b873a4e2"}, private_ip_address_placeholder="KURTOSIS_IP_ADDR_PLACEHOLDER", max_cpu=1000, min_cpu=100, max_memory=1024, min_memory=256))
Caused by: Unexpected error occurred starting service 'el-1-geth-lighthouse'
Caused by: An error occurred waiting for all TCP and UDP ports to be open for service 'el-1-geth-lighthouse' with private IP '172.16.4.8'; this is usually due to a misconfiguration in the service itself, so here are the logs:
== SERVICE 'el-1-geth-lighthouse' LOGS ===================================
Incorrect Usage: flag provided but not defined: -state.scheme
NAME:
geth init - Bootstrap and initialize a new genesis block
USAGE:
geth init [command options] <genesisPath>
DESCRIPTION:
The init command initializes a new genesis block and definition for the network.
This is a destructive action and changes the network in which you will be
participating.
It expects the genesis file as argument.
OPTIONS:
API AND CONSOLE
--header value, -H value
Pass custom headers to the RPC server when using --remotedb or the geth attach
console. This flag can be given multiple times.
ETHEREUM
--datadir value (default: /root/.ethereum)
Data directory for the databases and keystore
--datadir.ancient value
Root directory for ancient data (default = inside chaindata)
--db.engine value (default: "leveldb")
Backing database implementation to use ('leveldb' or 'pebble')
LOGGING AND DEBUGGING
--remotedb value
URL for remote database
PERFORMANCE TUNING
--cache.preimages (default: false)
Enable recording the SHA3/keccak preimages of trie keys
flag provided but not defined: -state.scheme
== FINISHED SERVICE 'el-1-geth-lighthouse' 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.4.8' and port spec '{privatePortSpec:0xc00028d600}', 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.4.8:30303' with port protocol 'TCP' and using time out '200ms'
Caused by: dial tcp 172.16.4.8:30303: connect: no route to host
Error encountered running Starlark code.
The text was updated successfully, but these errors were encountered:
Config:
Results in:
The text was updated successfully, but these errors were encountered: