Skip to content

cmd/go: spurious 'package provided […] but not at required version' error #31487

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

Closed
dionysius opened this issue Apr 16, 2019 · 9 comments
Closed
Labels
FrozenDueToAge modules NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@dionysius
Copy link

dionysius commented Apr 16, 2019

What version of Go are you using (go version)?

$ go version
go version go1.12.4 linux/amd64

Does this issue reproduce with the latest release?

yes. 1.12.4 is currently the newest release at the time of this writing

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/dionysius/.cache/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/dionysius/Projects/go"
GOPROXY=""
GORACE=""
GOROOT="/usr/local/go"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/dionysius/Projects/go/src/example.com/group/subgroup/project/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build017911527=/tmp/go-build -gno-record-gcc-switches"

What did you do?

before adding kubernetes' client-go, everything was fine

$ git status Output
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
$ go mod tidy Output
go: finding github.com/maxbrunsfeld/counterfeiter/v6/fixtures/fixturesfakes latest
go: finding github.com/maxbrunsfeld/counterfeiter/v6/fixtures latest
go: finding github.com/maxbrunsfeld/counterfeiter latest
go: downloading github.com/maxbrunsfeld/counterfeiter v0.0.0-20190403205704-54ab73b4b78d
go: finding gonum.org/v1/netlib/blas latest
go: finding gonum.org/v1/netlib latest
$ go mod graph Output
example.com/group/subgroup/project github.com/Microsoft/[email protected]
example.com/group/subgroup/project github.com/RackSec/[email protected]
example.com/group/subgroup/project github.com/gogo/[email protected]
example.com/group/subgroup/project github.com/golang/[email protected]
example.com/group/subgroup/project github.com/golangci/[email protected]
example.com/group/subgroup/project github.com/google/[email protected]
example.com/group/subgroup/project github.com/goph/[email protected]
example.com/group/subgroup/project github.com/jcelliott/[email protected]
example.com/group/subgroup/project github.com/json-iterator/[email protected]
example.com/group/subgroup/project github.com/konsorten/[email protected]
example.com/group/subgroup/project github.com/mattn/[email protected]
example.com/group/subgroup/project github.com/maxbrunsfeld/counterfeiter/[email protected]
example.com/group/subgroup/project github.com/nanobox-io/[email protected]
example.com/group/subgroup/project github.com/onsi/[email protected]
example.com/group/subgroup/project github.com/pkg/[email protected]
example.com/group/subgroup/project github.com/shinji62/[email protected]
example.com/group/subgroup/project github.com/sirupsen/[email protected]
example.com/group/subgroup/project github.com/spf13/[email protected]
example.com/group/subgroup/project github.com/spf13/[email protected]
example.com/group/subgroup/project github.com/spf13/[email protected]
example.com/group/subgroup/project github.com/spf13/[email protected]
example.com/group/subgroup/project github.com/spf13/[email protected]
example.com/group/subgroup/project github.com/stretchr/[email protected]
example.com/group/subgroup/project github.com/thedevsaddam/[email protected]
example.com/group/subgroup/project golang.org/x/[email protected]
example.com/group/subgroup/project golang.org/x/[email protected]
example.com/group/subgroup/project golang.org/x/[email protected]
example.com/group/subgroup/project google.golang.org/[email protected]
example.com/group/subgroup/project gopkg.in/[email protected]
example.com/group/subgroup/project gopkg.in/src-d/[email protected]
example.com/group/subgroup/project k8s.io/[email protected]
example.com/group/subgroup/project k8s.io/[email protected]
example.com/group/subgroup/project k8s.io/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/gogo/[email protected] github.com/kisielk/[email protected]
github.com/mattn/[email protected] golang.org/x/[email protected]
github.com/spf13/[email protected] github.com/armon/[email protected]
github.com/spf13/[email protected] github.com/coreos/[email protected]+incompatible
github.com/spf13/[email protected] github.com/coreos/[email protected]+incompatible
github.com/spf13/[email protected] github.com/coreos/[email protected]
github.com/spf13/[email protected] github.com/fsnotify/[email protected]
github.com/spf13/[email protected] github.com/hashicorp/[email protected]
github.com/spf13/[email protected] github.com/magiconair/[email protected]
github.com/spf13/[email protected] github.com/mitchellh/[email protected]
github.com/spf13/[email protected] github.com/pelletier/[email protected]
github.com/spf13/[email protected] github.com/spf13/[email protected]
github.com/spf13/[email protected] github.com/spf13/[email protected]
github.com/spf13/[email protected] github.com/spf13/[email protected]
github.com/spf13/[email protected] github.com/spf13/[email protected]
github.com/spf13/[email protected] github.com/stretchr/[email protected]
github.com/spf13/[email protected] github.com/ugorji/go/[email protected]
github.com/spf13/[email protected] github.com/xordataexchange/[email protected]
github.com/spf13/[email protected] golang.org/x/[email protected]
github.com/spf13/[email protected] golang.org/x/[email protected]
github.com/spf13/[email protected] golang.org/x/[email protected]
github.com/spf13/[email protected] gopkg.in/[email protected]
gopkg.in/src-d/[email protected] github.com/alcortesm/[email protected]
gopkg.in/src-d/[email protected] github.com/anmitsu/[email protected]
gopkg.in/src-d/[email protected] github.com/davecgh/[email protected]
gopkg.in/src-d/[email protected] github.com/dgryski/[email protected]
gopkg.in/src-d/[email protected] github.com/dgryski/[email protected]
gopkg.in/src-d/[email protected] github.com/dgryski/[email protected]
gopkg.in/src-d/[email protected] github.com/ekzhu/[email protected]
gopkg.in/src-d/[email protected] github.com/flynn/[email protected]
gopkg.in/src-d/[email protected] github.com/gliderlabs/[email protected]
gopkg.in/src-d/[email protected] github.com/google/[email protected]
gopkg.in/src-d/[email protected] github.com/hhatto/[email protected]
gopkg.in/src-d/[email protected] github.com/jbenet/[email protected]
gopkg.in/src-d/[email protected] github.com/jdkato/[email protected]
gopkg.in/src-d/[email protected] github.com/kevinburke/[email protected]
gopkg.in/src-d/[email protected] github.com/mitchellh/[email protected]
gopkg.in/src-d/[email protected] github.com/montanaflynn/[email protected]
gopkg.in/src-d/[email protected] github.com/neurosnap/[email protected]
gopkg.in/src-d/[email protected] github.com/pelletier/[email protected]
gopkg.in/src-d/[email protected] github.com/pkg/[email protected]
gopkg.in/src-d/[email protected] github.com/pmezard/[email protected]
gopkg.in/src-d/[email protected] github.com/russross/blackfriday/[email protected]
gopkg.in/src-d/[email protected] github.com/sergi/[email protected]
gopkg.in/src-d/[email protected] github.com/shogo82148/[email protected]
gopkg.in/src-d/[email protected] github.com/shurcooL/[email protected]
gopkg.in/src-d/[email protected] github.com/spf13/[email protected]
gopkg.in/src-d/[email protected] github.com/src-d/[email protected]
gopkg.in/src-d/[email protected] github.com/stretchr/[email protected]
gopkg.in/src-d/[email protected] github.com/xanzy/[email protected]
gopkg.in/src-d/[email protected] golang.org/x/[email protected]
gopkg.in/src-d/[email protected] golang.org/x/[email protected]
gopkg.in/src-d/[email protected] golang.org/x/[email protected]
gopkg.in/src-d/[email protected] golang.org/x/[email protected]
gopkg.in/src-d/[email protected] gonum.org/v1/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/neurosnap/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/src-d/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/src-d/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/src-d/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/src-d/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/src-d/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/stretchr/[email protected] github.com/davecgh/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/stretchr/[email protected]
github.com/spf13/[email protected] github.com/davecgh/[email protected]
github.com/spf13/[email protected] github.com/pmezard/[email protected]
github.com/spf13/[email protected] github.com/stretchr/[email protected]
github.com/kr/[email protected] github.com/kr/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] github.com/kisielk/[email protected]
github.com/joefitzgerald/[email protected] github.com/sclevine/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/kr/[email protected] github.com/kr/[email protected]
gopkg.in/[email protected] gopkg.in/[email protected]
gopkg.in/[email protected] github.com/kr/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/rogpeppe/[email protected] gopkg.in/[email protected]
github.com/spf13/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] gopkg.in/[email protected]
github.com/golangci/[email protected] gopkg.in/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] github.com/stretchr/[email protected]
github.com/golangci/[email protected] github.com/ryanuber/[email protected]
github.com/golangci/[email protected] github.com/pmezard/[email protected]
github.com/golangci/[email protected] github.com/onsi/[email protected]
github.com/golangci/[email protected] github.com/onsi/[email protected]
github.com/golangci/[email protected] github.com/nbutton23/[email protected]
github.com/golangci/[email protected] github.com/mozilla/[email protected]
gopkg.in/[email protected] gopkg.in/[email protected]
github.com/spf13/[email protected] github.com/davecgh/[email protected]
github.com/spf13/[email protected] github.com/pmezard/[email protected]
github.com/spf13/[email protected] github.com/stretchr/[email protected]
github.com/onsi/[email protected] github.com/fsnotify/[email protected]
github.com/onsi/[email protected] github.com/golang/[email protected]
github.com/onsi/[email protected] github.com/hpcloud/[email protected]
github.com/onsi/[email protected] github.com/onsi/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
google.golang.org/[email protected] cloud.google.com/[email protected]
google.golang.org/[email protected] github.com/BurntSushi/[email protected]
google.golang.org/[email protected] github.com/client9/[email protected]
google.golang.org/[email protected] github.com/golang/[email protected]
google.golang.org/[email protected] github.com/golang/[email protected]
google.golang.org/[email protected] github.com/golang/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] google.golang.org/[email protected]
google.golang.org/[email protected] google.golang.org/[email protected]
google.golang.org/[email protected] honnef.co/go/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] github.com/joefitzgerald/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] github.com/onsi/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] github.com/sclevine/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] golang.org/x/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] golang.org/x/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] golang.org/x/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] golang.org/x/[email protected]
github.com/kisielk/[email protected] github.com/kisielk/[email protected]
github.com/kisielk/[email protected] golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] github.com/BurntSushi/[email protected]
github.com/golangci/[email protected] github.com/OpenPeeDeeP/[email protected]
gopkg.in/src-d/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] github.com/fatih/[email protected]
github.com/golangci/[email protected] github.com/go-critic/[email protected]
github.com/golangci/[email protected] github.com/go-lintpack/[email protected]
github.com/golangci/[email protected] github.com/go-ole/[email protected]
github.com/golangci/[email protected] github.com/gobwas/[email protected]
github.com/golangci/[email protected] github.com/golang/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/hashicorp/[email protected]
github.com/golangci/[email protected] github.com/inconshreveable/[email protected]
github.com/golangci/[email protected] github.com/magiconair/[email protected]
github.com/golangci/[email protected] github.com/mattn/[email protected]
github.com/golangci/[email protected] github.com/mattn/[email protected]
github.com/golangci/[email protected] github.com/mitchellh/[email protected]
github.com/golangci/[email protected] github.com/mitchellh/[email protected]
github.com/golangci/[email protected] github.com/mitchellh/[email protected]
github.com/golangci/[email protected] github.com/nbutton23/[email protected]
github.com/golangci/[email protected] github.com/onsi/[email protected]
github.com/golangci/[email protected] github.com/pelletier/[email protected]
github.com/golangci/[email protected] github.com/pkg/[email protected]
github.com/golangci/[email protected] github.com/shirou/[email protected]
github.com/golangci/[email protected] github.com/shirou/[email protected]
github.com/golangci/[email protected] github.com/sirupsen/[email protected]
github.com/golangci/[email protected] github.com/spf13/[email protected]
github.com/golangci/[email protected] github.com/spf13/[email protected]
github.com/golangci/[email protected] github.com/spf13/[email protected]
github.com/golangci/[email protected] github.com/spf13/[email protected]
github.com/golangci/[email protected] github.com/spf13/[email protected]
github.com/golangci/[email protected] github.com/spf13/[email protected]
github.com/golangci/[email protected] github.com/stretchr/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] gopkg.in/airbrake/[email protected]
github.com/golangci/[email protected] gopkg.in/gemnasium/[email protected]
github.com/golangci/[email protected] gopkg.in/[email protected]
github.com/golangci/[email protected] mvdan.cc/[email protected]
github.com/golangci/[email protected] mvdan.cc/[email protected]
github.com/golangci/[email protected] mvdan.cc/[email protected]
github.com/golangci/[email protected] sourcegraph.com/sourcegraph/[email protected]
github.com/golangci/[email protected] github.com/kr/[email protected]
github.com/golangci/[email protected] github.com/kisielk/[email protected]
github.com/golangci/[email protected] github.com/golang/[email protected]
github.com/golangci/[email protected] github.com/davecgh/[email protected]
github.com/sirupsen/[email protected] github.com/davecgh/[email protected]
github.com/sirupsen/[email protected] github.com/konsorten/[email protected]
github.com/sirupsen/[email protected] github.com/pmezard/[email protected]
github.com/sirupsen/[email protected] github.com/stretchr/[email protected]
github.com/sirupsen/[email protected] github.com/stretchr/[email protected]
github.com/sirupsen/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] github.com/fsnotify/[email protected]
github.com/onsi/[email protected] github.com/golang/[email protected]
github.com/onsi/[email protected] github.com/hpcloud/[email protected]
github.com/onsi/[email protected] github.com/onsi/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] github.com/fsnotify/[email protected]
github.com/onsi/[email protected] github.com/golang/[email protected]
github.com/onsi/[email protected] github.com/hpcloud/[email protected]
github.com/onsi/[email protected] github.com/onsi/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/go-critic/[email protected] github.com/go-lintpack/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/mattn/[email protected]
github.com/go-critic/[email protected] golang.org/x/[email protected]
github.com/hashicorp/[email protected] github.com/davecgh/[email protected]
github.com/go-lintpack/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-lintpack/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-lintpack/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-lintpack/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-lintpack/[email protected] github.com/google/[email protected]
github.com/go-lintpack/[email protected] github.com/logrusorgru/[email protected]
github.com/go-lintpack/[email protected] golang.org/x/[email protected]
gopkg.in/[email protected] gopkg.in/[email protected]
gopkg.in/src-d/[email protected] github.com/kr/[email protected]
github.com/golangci/[email protected] github.com/StackExchange/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
k8s.io/[email protected] github.com/elazarl/[email protected]
k8s.io/[email protected] github.com/davecgh/[email protected]
k8s.io/[email protected] github.com/docker/[email protected]
k8s.io/[email protected] sigs.k8s.io/[email protected]
k8s.io/[email protected] k8s.io/[email protected]
k8s.io/[email protected] k8s.io/[email protected]
k8s.io/[email protected] gopkg.in/[email protected]
k8s.io/[email protected] gopkg.in/[email protected]
k8s.io/[email protected] golang.org/x/[email protected]
k8s.io/[email protected] golang.org/x/[email protected]
k8s.io/[email protected] golang.org/x/[email protected]
k8s.io/[email protected] github.com/stretchr/[email protected]
k8s.io/[email protected] github.com/spf13/[email protected]
k8s.io/[email protected] github.com/pmezard/[email protected]
k8s.io/[email protected] github.com/onsi/[email protected]
k8s.io/[email protected] github.com/mxk/[email protected]
k8s.io/[email protected] github.com/modern-go/[email protected]
k8s.io/[email protected] github.com/modern-go/[email protected]
k8s.io/[email protected] github.com/gogo/[email protected]
k8s.io/[email protected] github.com/golang/[email protected]
k8s.io/[email protected] github.com/json-iterator/[email protected]
k8s.io/[email protected] github.com/hashicorp/[email protected]
k8s.io/[email protected] github.com/googleapis/[email protected]
k8s.io/[email protected] github.com/google/[email protected]
k8s.io/[email protected] github.com/google/[email protected]
k8s.io/[email protected] github.com/golang/[email protected]
k8s.io/[email protected] github.com/evanphx/[email protected]
mvdan.cc/[email protected] golang.org/x/[email protected]
mvdan.cc/[email protected] github.com/rogpeppe/[email protected]
sourcegraph.com/sourcegraph/[email protected] github.com/shurcooL/[email protected]
sourcegraph.com/sourcegraph/[email protected] github.com/gogo/[email protected]
sourcegraph.com/sourcegraph/[email protected] github.com/shurcooL/[email protected]
sourcegraph.com/sourcegraph/[email protected] sourcegraph.com/sqs/[email protected]

making the changes...

$ git diff Output
diff --git a/outbound/client.go b/outbound/client.go
index 19836f2..ff8e85f 100644
--- a/outbound/client.go
+++ b/outbound/client.go
@@ -9,6 +9,8 @@ import (
        "github.com/goph/emperror"
        "github.com/pkg/errors"
        "google.golang.org/grpc"
+       "k8s.io/client-go/kubernetes"
+       "k8s.io/client-go/tools/clientcmd"
        runtime "k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2"
        "k8s.io/kubernetes/pkg/kubelet/util"
 )
@@ -117,14 +119,14 @@ func (c *Client) SetUpstreamManifest(dir string) error {
 
 // SetUpstreamKubeAPI enables the upstream watcher for the kubernetes API (dynamic pods)
 func (c *Client) SetUpstreamKubeAPI(file string) error {
-       // cfg, err := clientcmd.BuildConfigFromFlags("", file)
-       // if err != nil {
-       //      return err
-       // }
+       cfg, err := clientcmd.BuildConfigFromFlags("", file)
+       if err != nil {
+               return err
+       }
 
-       // kubeClient, err := kubernetes.NewForConfig(cfg)
-       // if err != nil {
-       //      return err
-       // }
-       // return nil
+       kubeClient, err := kubernetes.NewForConfig(cfg)
+       if err != nil {
+               return err
+       }
+       return nil
 }
$ go mod tidy Output
go: finding github.com/maxbrunsfeld/counterfeiter/v6/fixtures/fixturesfakes latest
go: finding github.com/maxbrunsfeld/counterfeiter/v6/fixtures latest
go: finding github.com/maxbrunsfeld/counterfeiter latest
go: downloading github.com/maxbrunsfeld/counterfeiter v0.0.0-20190403205704-54ab73b4b78d
go: finding gonum.org/v1/netlib/blas latest
go: finding gonum.org/v1/netlib latest
go: finding k8s.io/client-go/kubernetes latest
go: finding k8s.io/client-go/tools/clientcmd latest
go: finding k8s.io/client-go/tools latest
go: finding golang.org/x/time/rate latest
go: finding golang.org/x/time latest
go: finding k8s.io/api/authentication/v1beta1 latest
go: finding k8s.io/api/autoscaling/v2beta1 latest
go: finding k8s.io/api/authorization/v1beta1 latest
go: finding k8s.io/api/networking/v1beta1 latest
go: finding k8s.io/api/apps/v1beta1 latest
go: finding k8s.io/api/rbac/v1beta1 latest
go: finding k8s.io/api/scheduling latest
go: finding k8s.io/api/rbac latest
go: finding k8s.io/api/scheduling/v1alpha1 latest
go: finding k8s.io/api/scheduling/v1beta1 latest
go: finding k8s.io/api/authentication latest
go: finding k8s.io/api/autoscaling latest
go: finding k8s.io/api/authorization latest
go: finding k8s.io/api/networking latest
go: finding k8s.io/api/apps latest
go: finding k8s.io/api latest
go: finding k8s.io/api/batch/v1beta1 latest
go: finding k8s.io/api/extensions/v1beta1 latest
go: finding k8s.io/api/autoscaling/v2beta2 latest
go: finding k8s.io/api/storage/v1beta1 latest
go: finding k8s.io/api/coordination/v1beta1 latest
go: finding k8s.io/api/settings/v1alpha1 latest
go: finding k8s.io/api/batch latest
go: finding k8s.io/api/extensions latest
go: finding k8s.io/api/storage latest
go: finding k8s.io/api/rbac/v1alpha1 latest
go: finding k8s.io/api/coordination latest
go: finding k8s.io/api/admissionregistration/v1beta1 latest
go: finding k8s.io/api/storage/v1alpha1 latest
go: finding k8s.io/api/settings latest
go: finding k8s.io/api/certificates/v1beta1 latest
go: finding k8s.io/api/policy/v1beta1 latest
go: finding k8s.io/api/auditregistration/v1alpha1 latest
go: finding k8s.io/api/admissionregistration latest
go: finding k8s.io/api/node/v1alpha1 latest
go: finding k8s.io/api/certificates latest
go: finding k8s.io/api/policy latest
go: finding k8s.io/api/batch/v2alpha1 latest
go: finding k8s.io/api/apps/v1beta2 latest
go: finding k8s.io/api/auditregistration latest
go: finding k8s.io/api/node/v1beta1 latest
go: finding k8s.io/api/events/v1beta1 latest
go: finding k8s.io/api/node latest
go: finding k8s.io/api/events latest
go: finding k8s.io/api/core latest
go: finding k8s.io/utils/integer latest
go: finding k8s.io/utils latest
go: finding golang.org/x/text/runes latest
go: finding golang.org/x/text/encoding/htmlindex latest
go: finding golang.org/x/text/transform latest
go: finding golang.org/x/text/unicode/bidi latest
go: finding golang.org/x/text/encoding/charmap latest
go: finding golang.org/x/text/secure/bidirule latest
go: finding golang.org/x/text/encoding latest
go: finding golang.org/x/text/unicode/norm latest
go: finding golang.org/x/text/width latest
go: finding golang.org/x/text/unicode latest
go: finding golang.org/x/text/secure latest
go: import "example.com/group/subgroup/project/cmd/mycmd" ->
        import "github.com/spf13/viper" ->
        import "github.com/spf13/afero" ->
        import "golang.org/x/text/transform": looping trying to add package

Same applies when I delete go.mod and start from scratch.

What did you expect to see?

no error

What did you see instead?

error "looping trying to add package"
Edit, with gotip: package provided by [packagename] at latest version vX.Y.Z but not at required version vX.Y.(Z+1)

But my main concern is:

I've read #30394 carefully but can't continue myself. I understand there might be tags/version conflicts in packages. But how can I solve them myself? Where to look? The error doesn't look like it's the source of the problem, how can I find the source issue?

@jayconrod
Copy link
Contributor

Could you try this at tip? The error message has improved a bit since 1.12. If you see something about a package being provided at the latest version but not the required version, then this is a dup of #30394. If you still see "looping trying to add package", please post minimal example we can use to reproduce this.

I think with this particular repo, the problem is that the latest version v0.3.0 was tagged on 2017-12-09, and the package you need was added after that. go get -m golang.org/x/text/transform@master should give you a useful version.

@jayconrod jayconrod added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Apr 16, 2019
@dionysius
Copy link
Author

gotip indeed results in a different error:

        golang.org/x/text/transform: package provided by golang.org/x/text at latest version v0.3.0 but not at required version v0.3.1-0.20181227161524-e6919f6577db

lets see if I can find out who requires that version

@dionysius
Copy link
Author

dionysius commented Apr 17, 2019

In the meantime I made a minimal example, but I'm also quite confused. I was able to reproduce my issue without even adding the problematic import above (haven't imported k8s' client-go package)

Example Repo: https://github.com/dionysius/go-issue-31487

$ gotip mod tidy
go: finding golang.org/x/text/transform latest
go: finding golang.org/x/text/unicode/norm latest
go: finding golang.org/x/text/unicode latest
go: github.com/dionysius/go-issue-31487 imports
        github.com/spf13/viper imports
        github.com/spf13/afero imports
        golang.org/x/text/transform: package provided by golang.org/x/text at latest version v0.3.0 but not at required version v0.3.1-0.20181227161524-e6919f6577db

@dionysius
Copy link
Author

dionysius commented Apr 17, 2019

Here it is: https://github.com/kubernetes/apimachinery/blob/master/go.mod#L30 (for future lookups with commit id)

finding out where the import comes from

$ curl -sS golang.org/x/text?go-get=1 | grep 'name="go'
<meta name="go-import" content="golang.org/x/text git https://go.googlesource.com/text">
<meta name="go-source" content="golang.org/x/text https://github.com/golang/text/ https://github.com/golang/text/tree/master{/dir} https://github.com/golang/text/blob/master{/dir}/{file}#L{line}">

And the highest tag in https://github.com/golang/text and https://go.googlesource.com/text is v0.3.0 as of now.

So I go talk to the kubernetes devs ;)

But for here just a little improvement request maybe: We don't see in the error where the request to v0.3.1 is actually coming from, go mod graph returns no output in the minimal example

@dionysius
Copy link
Author

dionysius commented Apr 17, 2019

Knowing the root cause the issue can be solved (for this current time) by referencing a tag of this repo where the go.mod is fine. e.g.

$ go mod edit -require k8s.io/[email protected]
$ go mod tidy
go: finding k8s.io/apimachinery kubernetes-1.13.5
go: downloading k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628
go: extracting k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628

or as suggested earlier, running go get -m golang.org/x/text@master gives me a "useful version", which indeed works, but I don't know how or from where the tag v0.3.1 is coming... Anyway, this way also works.

$ go get -m golang.org/x/text@master
go: finding golang.org/x/text master
$ go mod tidy
go: downloading golang.org/x/text v0.3.1-0.20190410012825-f4905fbd45b6
go: extracting golang.org/x/text v0.3.1-0.20190410012825-f4905fbd45b6

Another observation/bug in go mod: (file go.mod and go.sum deleted first) In my example, when I only have the import of k8s.io/apimachinery/pkg/util/uuid with the func DoUUID(), I have no error with go mod tidy, but e.g. k8s.io/apimachinery still has the wrong version in its go.mod, shouldn't that also error? or - why does it not?

In the meantime I made a minimal example, but I'm also quite confused. I was able to reproduce my issue without even adding the problematic import above (haven't imported k8s' client-go package)

Confusion can now be explained myself: The original project repo exists since longer and thus the go.mod state is from somewhere long before 12 days ago. 12 days ago the kubernetes source got the faulty go.mod entry. And it happened to break now, since I started a new feature requiring a new import, thus go mod trying to resolve the newest tag of this repo.

--

Anyway, you can consider this issue closed if you don't want to investigate further about the other usage observations (source of the version conflict not shown [previous comment] , no error when the issue go.mod is the only imported repo using the faulty reference [this comment])

@bcmills
Copy link
Contributor

bcmills commented Apr 17, 2019

not at required version v0.3.1-0.20181227161524-e6919f6577db

That's odd, because that package actually does exist at that revision:
https://github.com/golang/text/blob/e6919f6577db79269a6443b9dc46d18f2238fb5d/transform/transform.go#L9

@dionysius
Copy link
Author

dionysius commented Apr 17, 2019

That's odd, because that package actually does exist at that revision

Yes and no. Yes, this issue is not about a missing package (so it's no dup of #30394). The no part is, that the version v0.3.1-0 is made up by go mod there.

On my followup issue on the kubernetes repo I got a good answer pointing me to the right direction (I didn't know about that):

It's actually v0.3.1-0 which is go's way or[sic] expressing "a commit after v0.3.0 that is not on a tag".

See https://tip.golang.org/cmd/go/#hdr-Pseudo_versions

From there:

[...]
vX.Y.(Z+1)-0.yyyymmddhhmmss-abcdefabcdef is used when the most recent versioned commit before the target commit is vX.Y.Z.

Pseudo-versions never need to be typed by hand: the go command will accept the plain commit hash and translate it into a pseudo-version (or a tagged version if available) automatically.

So what we basically have here, is, that go mod "made up" a version there, and my go mod - as a consumer of that lib - doesn't handle that correctly. It's up to you if this behaviour is intended. Hard guess: This issue doesn't happen often, because it happens probably only when the "made up" version is after the last tagged one and another import pointing to a correctly existing tag - so the dependency "look up" part/mode gets confused. Because the issue is not present, [if the import of the "made up" version is the only ever import using it #31487#issuecomment-484020406 (somewhere in the middle)

If I do the here already suggested go get -m golang.org/x/text@master, my go.mod file would also contain a v0.3.1-0-... entry. On which my eventual consumer would probably face the same issue again.

@bcmills
Copy link
Contributor

bcmills commented Apr 17, 2019

Using a pseudo-version for an untagged commit is fine and expected. The pseudo-version is (at least supposed to be) a well-defined semver prerelease string for the next possible release version, and MVS should sort it as such. The fact that it's made up shouldn't matter.

However, sometimes there are bugs (like #30634) relating to how we treat the latest tagged version when we're ahead of it. Something similar is probably happening here.

An error message indicating that that commit does not contain a package that it clearly does contain is definitely a bug. We should fix that bug.

It's not obvious to me whether there is some other bug involved.

@bcmills bcmills added modules NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. and removed WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. labels Apr 30, 2019
@bcmills bcmills changed the title cmd/go: 'looping trying to add package' when running 'mod tidy' - how to debug myself? cmd/go: spurious 'package provided […] but not at required version' error May 8, 2019
@bcmills
Copy link
Contributor

bcmills commented May 8, 2019

That's odd, because that package actually does exist at that revision:

Whatever the cause of the failure, I can no longer reproduce it.

go-issue-31487$ gotip mod tidy
go: finding github.com/spf13/cobra v0.0.3
go: finding github.com/inconshreveable/mousetrap v1.0.0
go: finding github.com/sirupsen/logrus v1.4.1
go: finding k8s.io/apimachinery v0.0.0-20190416092415-3370b4aef5d6
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1
go: finding github.com/stretchr/testify v1.2.2
go: finding github.com/davecgh/go-spew v1.1.1
go: finding github.com/stretchr/objx v0.1.1
go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
go: finding github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: finding github.com/spf13/pflag v1.0.1
go: finding github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/hashicorp/golang-lru v0.5.0
go: finding github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
go: finding k8s.io/kube-openapi v0.0.0-20190228160746-b3a7cee44a30
go: finding golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db
go: finding sigs.k8s.io/yaml v1.1.0
go: finding github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: finding github.com/google/uuid v1.0.0
go: finding github.com/onsi/gomega v0.0.0-20190113212917-5533ce8a0da3
go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e
go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
go: finding github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
go: finding github.com/json-iterator/go v0.0.0-20180701071628-ab8a2e0c74be
go: finding github.com/modern-go/reflect2 v1.0.1
go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf
go: finding github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding golang.org/x/text v0.3.0
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding golang.org/x/net v0.0.0-20190206173232-65e2d4e15006
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding k8s.io/klog v0.0.0-20190306015804-8e90cee79f82
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding gopkg.in/inf.v0 v0.9.0
go: finding github.com/hpcloud/tail v1.0.0
go: finding golang.org/x/sys v0.0.0-20190312061237-fead79001313
go: finding github.com/onsi/ginkgo v1.6.0
go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
go: downloading k8s.io/apimachinery v0.0.0-20190416092415-3370b4aef5d6
go: finding github.com/spf13/viper v1.3.2
go: extracting k8s.io/apimachinery v0.0.0-20190416092415-3370b4aef5d6
go: downloading github.com/google/uuid v1.0.0
go: extracting github.com/google/uuid v1.0.0
go: downloading github.com/spf13/viper v1.3.2
go: extracting github.com/spf13/viper v1.3.2
go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a
go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6
go: finding github.com/coreos/go-semver v0.2.0
go: finding github.com/coreos/go-etcd v2.0.0+incompatible
go: finding github.com/coreos/etcd v3.3.10+incompatible
go: finding github.com/hashicorp/hcl v1.0.0
go: finding github.com/magiconair/properties v1.8.0
go: finding github.com/mitchellh/mapstructure v1.1.2
go: finding github.com/pelletier/go-toml v1.2.0
go: finding github.com/spf13/cast v1.3.0
go: finding gopkg.in/yaml.v2 v2.2.2
go: finding github.com/spf13/afero v1.1.2
go: finding github.com/spf13/pflag v1.0.3
go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8
go: finding github.com/spf13/jwalterweatherman v1.0.0
go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
go: downloading github.com/fsnotify/fsnotify v1.4.7
go: downloading github.com/spf13/cast v1.3.0
go: downloading github.com/spf13/pflag v1.0.3
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/spf13/afero v1.1.2
go: downloading gopkg.in/yaml.v2 v2.2.2
go: downloading github.com/pelletier/go-toml v1.2.0
go: downloading github.com/mitchellh/mapstructure v1.1.2
go: downloading github.com/spf13/jwalterweatherman v1.0.0
go: extracting github.com/spf13/afero v1.1.2
go: extracting github.com/fsnotify/fsnotify v1.4.7
go: extracting gopkg.in/yaml.v2 v2.2.2
go: downloading github.com/magiconair/properties v1.8.0
go: extracting github.com/spf13/cast v1.3.0
go: extracting github.com/spf13/pflag v1.0.3
go: downloading golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db
go: extracting github.com/mitchellh/mapstructure v1.1.2
go: extracting github.com/spf13/jwalterweatherman v1.0.0
go: downloading github.com/stretchr/testify v1.2.2
go: downloading golang.org/x/sys v0.0.0-20190312061237-fead79001313
go: downloading gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: extracting github.com/hashicorp/hcl v1.0.0
go: extracting github.com/pelletier/go-toml v1.2.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: extracting github.com/magiconair/properties v1.8.0
go: extracting github.com/stretchr/testify v1.2.2
go: extracting gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: downloading github.com/pmezard/go-difflib v1.0.0
go: extracting github.com/davecgh/go-spew v1.1.1
go: extracting github.com/pmezard/go-difflib v1.0.0
go: finding github.com/BurntSushi/toml v0.3.1
go: downloading github.com/BurntSushi/toml v0.3.1
go: extracting github.com/BurntSushi/toml v0.3.1
go: extracting golang.org/x/sys v0.0.0-20190312061237-fead79001313
go: extracting golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db

go-issue-31487$ gotip list -m golang.org/x/text
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db

go-issue-31487$ gotip version
go version devel +dc0388c5 Tue May 7 18:42:17 2019 +0000 linux/amd64

I'm going to close this issue, but if you spot another instance of the not at required version error for a version that actually does contain the package in question, please file a new issue.

@bcmills bcmills closed this as completed May 8, 2019
@golang golang locked and limited conversation to collaborators May 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge modules NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

4 participants