Skip to content

Starting a Mina Devnet node with docker exits with Status code 1 #16603

@MauroToscano

Description

@MauroToscano

Preliminary Checks

Description

Running the mina docker image gives an "Mina process exited with status code 1"

Steps to Reproduce

  1. Create the following .mina-env:
PEER_LIST_URL=https://bootnodes.minaprotocol.com/networks/devnet.txt
EXTRA_FLAGS="--libp2p-keypair $(pwd)/.mina-config/keys/libp2p-key"
  1. Run
sudo docker run --name mina -d  --net=host      --mount "type=bind,source=$(pwd)/.mina-env,dst=/entrypoint.d/mina-env,readonly"         gcr.io/o1labs-192920/mina-daemon:3.0.3-d800da8-bullseye-devnet        daemon  --seed  --insecure-rest-server
  1. Check the logs
sudo docker logs mina

Expected Result

Node running

Actual Result

2025-02-10 17:39:47 UTC [Info] Mina daemon is booting up; built with commit "d800da86a764d8d37ffb8964dd8d54d9f522b358"
  
2025-02-10 17:39:47 UTC [Info] Booting may take several seconds, please wait
  
2025-02-10 17:39:47 UTC [Info] Running async shutdown handler: "Remove daemon lockfile"
  
Mina process exited with status code 1

Daemon version

d800da8

How frequently do you see this issue?

Always

What is the impact of this issue on your ability to run a node?

Blocker

Status

Since it's not starting there is no status

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions