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

Not able to start Devnet - Unexpected error reading .blazerc file #94

Open
shishirhome opened this issue Jun 3, 2023 · 0 comments
Open

Comments

@shishirhome
Copy link

MacOs: Version 13.3.1 (a) (22E772610a)
Memory: 16 GB 3733 MHz LPDDR4X
go version go1.19.9 darwin/amd64

Hi
Command "make devnet-up" keeps error out with the following message (I tried with different combinations in Makefile):

make devnet-up   
docker compose --project-name eip4844-interop build geth-1 geth-2 prysm-beacon-node prysm-beacon-node-follower prysm-validator-node jaeger-tracing
[+] Building 9.9s (20/41)                                                                                     
 => [eip4844-interop_prysm-validator-node internal] load build definition from Dockerfile.prysm          0.0s
 => => transferring dockerfile: 967B                                                                     0.0s
 => [eip4844-interop_prysm-beacon-node internal] load build definition from Dockerfile.prysm             0.0s
 => => transferring dockerfile: 38B                                                                      0.0s
 => [eip4844-interop_prysm-beacon-node-follower internal] load build definition from Dockerfile.prysm    0.0s
 => => transferring dockerfile: 38B                                                                      0.0s
 => [eip4844-interop_prysm-validator-node internal] load .dockerignore                                   0.0s
 => => transferring context: 77B                                                                         0.0s
 => [eip4844-interop_prysm-beacon-node internal] load .dockerignore                                      0.0s
 => => transferring context: 34B                                                                         0.0s
 => [eip4844-interop_prysm-beacon-node-follower internal] load .dockerignore                             0.0s
 => => transferring context: 34B                                                                         0.0s
 => [eip4844-interop_prysm-validator-node internal] load metadata for docker.io/library/golang:1.18      1.4s
 => [eip4844-interop_prysm-beacon-node-follower internal] load metadata for docker.io/library/ubuntu:20  1.3s
 => [eip4844-interop_prysm-beacon-node-follower builder 1/9] FROM docker.io/library/golang:1.18@sha256:  0.0s
 => [eip4844-interop_prysm-validator-node internal] load build context                                   0.4s
 => => transferring context: 288.61kB                                                                    0.4s
 => [eip4844-interop_prysm-beacon-node internal] load build context                                      0.4s
 => => transferring context: 288.61kB                                                                    0.4s
 => [eip4844-interop_prysm-validator-node stage-1 1/5] FROM docker.io/library/ubuntu:20.04@sha256:db8bf  0.0s
 => CACHED [eip4844-interop_prysm-beacon-node-follower stage-1 2/5] RUN apt-get update && apt-get insta  0.0s
 => [eip4844-interop_prysm-beacon-node-follower internal] load build context                             0.4s
 => => transferring context: 288.61kB                                                                    0.4s
 => CACHED [eip4844-interop_prysm-beacon-node-follower builder 2/9] RUN apt-get update                   0.0s
 => CACHED [eip4844-interop_prysm-beacon-node-follower builder 3/9] RUN go install github.com/bazelbuil  0.0s
 => CACHED [eip4844-interop_prysm-beacon-node-follower builder 4/9] WORKDIR /app/prysm                   0.0s
 => CACHED [eip4844-interop_prysm-beacon-node-follower builder 5/9] COPY ./prysm /app/prysm              0.0s
 => CACHED [eip4844-interop_prysm-beacon-node-follower builder 6/9] RUN apt-get install patch            0.0s
 => ERROR [eip4844-interop_prysm-beacon-node-follower builder 7/9] RUN bazelisk build //cmd/beacon-chai  7.8s
------
 > [eip4844-interop_prysm-beacon-node-follower builder 7/9] RUN bazelisk build //cmd/beacon-chain //cmd/validator:
#36 0.215 2023/06/03 21:46:41 Downloading https://releases.bazel.build/6.1.0/release/bazel-6.1.0-linux-x86_64...
#36 7.793 [INFO 21:46:48.994 src/main/cpp/option_processor.cc:407] Looking for the following rc files: /etc/bazel.bazelrc,/app/prysm/.bazelrc,/root/.bazelrc
#36 7.793 [INFO 21:46:48.995 src/main/cpp/rc_file.cc:56] Parsing the RcFile /app/prysm/.bazelrc
#36 7.793 [INFO 21:46:48.995 src/main/cpp/rc_file.cc:56] Parsing the RcFile /app/prysm/build/bazelrc/convenience.bazelrc
#36 7.793 [FATAL 21:46:48.995 src/main/cpp/blaze.cc:1295] Unexpected error reading .blazerc file '/app/prysm/build/bazelrc/convenience.bazelrc': (error: 2): No such file or directory
------
failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c bazelisk build //cmd/beacon-chain //cmd/validator]: exit code: 37
make: *** [devnet-build] Error 17
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