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

Crashes on startup with no args #133

Open
meyer9 opened this issue Jan 10, 2025 · 0 comments
Open

Crashes on startup with no args #133

meyer9 opened this issue Jan 10, 2025 · 0 comments

Comments

@meyer9
Copy link

meyer9 commented Jan 10, 2025

I'm getting an error launching the optimism package with no args:

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 29) at github.com/ethpandaops/ethereum-package/src/cl/lighthouse/lighthouse_launcher.star[82:38]: <truncated...>
  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.4.11'; this is usually due to a misconfiguration in the service itself, so here are the logs:
  == SERVICE 'cl-1-lighthouse-geth' LOGS ===================================
  Jan 10 18:30:27.884 INFO Logging to file                         path: "/data/lighthouse/beacon-data/beacon/logs/beacon.log"
  Jan 10 18:30:27.886 INFO Lighthouse started                      version: Lighthouse/v6.0.1-0d90135
  Jan 10 18:30:27.886 INFO Configured for network                  name: custom (/network-configs)
  Jan 10 18:30:27.892 INFO Data directory initialised              datadir: /data/lighthouse/beacon-data
  Jan 10 18:30:27.892 WARN Discv5 packet filter is disabled
  Jan 10 18:30:27.897 WARN The slots-per-restore-point flag is deprecated
  Jan 10 18:30:27.897 INFO Deposit contract                        address: 0x4242424242424242424242424242424242424242, deploy_block: 0
  Jan 10 18:30:27.914 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
  Jan 10 18:30:30.285 INFO Starting from known genesis state       service: beacon
  Jan 10 18:30:30.290 INFO Block production enabled                method: json rpc via http, endpoint: Auth { endpoint: "http://172.16.4.10:8551/", jwt_path: "/jwt/jwtsecret", jwt_id: None, jwt_version: None }
  Jan 10 18:30:30.295 CRIT Failed to start beacon node             reason: Failed to build beacon chain: Head block not found in store
  Jan 10 18:30:30.295 INFO Internal shutdown received              reason: Failed to start beacon node
  Jan 10 18:30:30.295 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.4.11' and port spec '{privatePortSpec:0x40009a24e0}', 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.11:4000' with port protocol 'TCP' and using time out '200ms'
  Caused by: dial tcp 172.16.4.11:4000: i/o timeout

Error encountered running Starlark code.
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

No branches or pull requests

1 participant