Skip to content

make fails with tcp timeout. #117

@chainhead

Description

@chainhead

I am trying to build this project with make and DOCKER_ARCHS set as amd64 in environment variable. This is the error I am seeing.

make
>> checking code style
>> checking license header
mkdir -p /Users/nsubrahm/go/bin
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/v1.36.0/install.sh \
		| sed -e '/install -d/d' \
		| sh -s -- -b /Users/nsubrahm/go/bin v1.36.0
golangci/golangci-lint info checking GitHub for tag 'v1.36.0'
golangci/golangci-lint info found version: 1.36.0 for v1.36.0/darwin/amd64
golangci/golangci-lint info installed /Users/nsubrahm/go/bin/golangci-lint
>> running golangci-lint
GO111MODULE=on go list -e -compiled -test=true -export=false -deps=true -find=false -tags= -- ./... > /dev/null
go: collectd.org@v0.4.0: Get "https://proxy.golang.org/collectd.org/@v/v0.4.0.mod": dial tcp: i/o timeout
make: *** [common-lint] Error 1

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