Open dimitar-kostadinov opened 23 hours ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from dimitar-kostadinov. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
../../../../pkg/mod/github.com/stretchr/testify@v1.9.0/mock/mock.go:14:2: github.com/davecgh/go-spew@v1.1.1: verifying module: github.com/davecgh/go-spew@v1.1.1: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/lookup/github.com/davecgh/go-spew@v1.1.1": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/stretchr/testify@v1.9.0/mock/mock.go:15:2: github.com/pmezard/go-difflib@v1.0.0: verifying module: github.com/pmezard/go-difflib@v1.0.0: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/tile/8/0/000": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/stretchr/testify@v1.9.0/mock/mock.go:16:2: github.com/stretchr/objx@v0.5.2: verifying module: github.com/stretchr/objx@v0.5.2: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/lookup/github.com/stretchr/objx@v0.5.2": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/golangci-lint@v1.61.0/pkg/golinters/ireturn/ireturn.go:6:2: github.com/butuzov/ireturn@v0.3.0: verifying module: github.com/butuzov/ireturn@v0.3.0: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/lookup/github.com/butuzov/ireturn@v0.3.0": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/golangci-lint@v1.61.0/pkg/golinters/mirror/mirror.go:6:2: github.com/butuzov/mirror@v1.2.0: verifying module: github.com/butuzov/mirror@v1.2.0: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/tile/8/0/x097/097": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/golangci-lint@v1.61.0/pkg/golinters/nakedret/nakedret.go:4:2: github.com/alexkohler/nakedret/v2@v2.0.4: verifying module: github.com/alexkohler/nakedret/v2@v2.0.4: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/tile/8/1/364": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/golangci-lint@v1.61.0/pkg/golinters/nestif/nestif.go:7:2: github.com/nakabonne/nestif@v0.3.1: Get "http://athens-proxy.athens.svc.cluster.local/github.com/nakabonne/nestif/@v/v0.3.1.zip": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/golangci-lint@v1.61.0/pkg/golinters/nilnil/nilnil.go:6:2: github.com/Antonboom/nilnil@v0.1.9: Get "http://athens-proxy.athens.svc.cluster.local/github.com/%21antonboom/nilnil/@v/v0.1.9.zip": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/golangci-lint@v1.61.0/pkg/golinters/nosprintfhostport/nosprintfhostport.go:4:2: github.com/stbenjam/no-sprintf-host-port@v0.1.1: Get "http://athens-proxy.athens.svc.cluster.local/github.com/stbenjam/no-sprintf-host-port/@v/v0.1.1.zip": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/prometheus/common@v0.32.1/expfmt/decode.go:25:2: github.com/matttproud/golang_protobuf_extensions@v1.0.1: verifying module: github.com/matttproud/golang_protobuf_extensions@v1.0.1: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/tile/8/0/000": dial tcp 100.111.158.151:80: connect: connection refused
make: *** [/home/prow/go/pkg/mod/github.com/gardener/gardener@v1.108.1/hack/tools.mk:161: /home/prow/go/src/github.com/gardener/gardener-extension-registry-cache/hack/tools/bin/linux-amd64/golangci-lint] Error 1
Looks like a network issue while downloading go modules.
/test pull-gardener-extension-registry-cache-unit
/assign
/hold
How to categorize this PR?
/area testing /kind flake
What this PR does / why we need it: Increase the context timeout of
Create Shoot
step ine2e-cache-ssc
e2e test to 12 minutes.Which issue(s) this PR fixes: Related to: #290
Special notes for your reviewer: N/A
Release note: