Skip to content

trying to build grafana fails with: Get "https://proxy.golang.org/github.com/urfave/cli/@v/v1.22.1.zip": net/http: TLS handshake timeout exit status 1 #24

@philippe-richard

Description

@philippe-richard

go build -ldflags -w -X main.version=7.3.5 -X main.commit=11f305f88a -X main.buildstamp=1607529777 -X main.buildBranch=HEAD -o ./bin/linux-s390x/grafana-cli ./pkg/cmd/grafana-cli
go: downloading github.com/urfave/cli v1.22.1
pkg/cmd/grafana-cli/utils/command_line.go:7:2: github.com/urfave/cli@v1.22.1: Get "https://proxy.golang.org/github.com/urfave/cli/@v/v1.22.1.zip": net/http: TLS handshake timeout
exit status 1
exit status 1
make: *** [Makefile:32: build-go] Error 1
The command '/bin/sh -c apt-get update -y && apt-get install -y build-essential gcc git make python wget unzip && cd $GOPATH && wget https://dl.google.com/go/go${GO_VERSION}.linux-s390x.tar.gz && chmod ugo+r go${GO_VERSION}.linux-s390x.tar.gz && tar -C /usr/local -xzf go${GO_VERSION}.linux-s390x.tar.gz && cd $GOPATH && wget https://nodejs.org/dist/v${NODE_JS_VERSION}/node-v${NODE_JS_VERSION}-linux-s390x.tar.xz && chmod ugo+r node-v${NODE_JS_VERSION}-linux-s390x.tar.xz && tar -C /usr/local -xf node-v${NODE_JS_VERSION}-linux-s390x.tar.xz && git clone https://github.com/grafana/grafana.git $GOPATH/src/github.com/grafana/grafana && cd $GOPATH/src/github.com/grafana/grafana && git checkout v${GRAFANA_VER} && make deps-go && make build-go && npm install -g yarn && cd $GOPATH/src/github.com/grafana/grafana && make deps-js && make build-js' returned a non-zero code: 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions