renovatebot / renovate

Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
https://mend.io/renovate
GNU Affero General Public License v3.0
17.44k stars 2.29k forks source link

If two major version have been changed in grouping, renovate takes only one major version. #11335

Closed tomahawk28 closed 3 years ago

tomahawk28 commented 3 years ago

How are you running Renovate?

WhiteSource Renovate hosted app on github.com

Please select which platform you are using if self-hosting.

No response

If you're self-hosting Renovate, tell us what version of Renovate you run.

No response

Describe the bug

In this PR, we are updating two major versions for each go module. https://github.com/giantswarm/cluster-apps-operator/pull/80#issuecomment-901823201

image

Suspiciously enough, renovate tries to update the version of as the same major version.

DEBUG: update import path commands included(branch="renovate/major-giantswarm-modules")
{
  "0": "go install github.com/marwan-at-work/mod/cmd/mod@latest",
  "1": "mod upgrade --mod-name=github.com/giantswarm/operatorkit/v4 -t=5",
  "2": "mod upgrade --mod-name=github.com/giantswarm/resource/v2 -t=5"
}

But this should be as the following.

{
  "0": "go install github.com/marwan-at-work/mod/cmd/mod@latest",
  "1": "mod upgrade --mod-name=github.com/giantswarm/operatorkit/v4 -t=5",
  "2": "mod upgrade --mod-name=github.com/giantswarm/resource/v2 -t=3"
}

Relevant debug logs

Logs ``` DEBUG: Using docker to execute(branch="renovate/major-giantswarm-modules") DEBUG: Found version constraint - checking for a compatible image to use(branch="renovate/major-giantswarm-modules") { "depName": "docker.io/renovate/go", "scheme": "npm", "constraint": "^1.16" } DEBUG: getLabels(https://index.docker.io, renovate/go, latest)(branch="renovate/major-giantswarm-modules") DEBUG: Found compatible image version(branch="renovate/major-giantswarm-modules") { "depName": "docker.io/renovate/go", "scheme": "npm", "constraint": "^1.16", "version": "1.17.0" } DEBUG: Resolved tag constraint(branch="renovate/major-giantswarm-modules") { "image": "docker.io/renovate/go", "tagConstraint": "^1.16", "tagVersioning": "npm", "tag": "1.17.0" } DEBUG: Fetching Docker image: docker.io/renovate/go:1.17.0(branch="renovate/major-giantswarm-modules") DEBUG: Finished fetching Docker image(branch="renovate/major-giantswarm-modules") DEBUG: Executing command(branch="renovate/major-giantswarm-modules") { "command": [ "docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\":\"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/renovate-cache/others/go\":\"/tmp/renovate-cache/others/go\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" docker.io/renovate/go:1.17.0 bash -l -c \"git config --global url.\\\"https://**redacted**@github.com/\\\".insteadOf \\\"https://github.com/\\\" && go get -d ./... && go install github.com/marwan-at-work/mod/cmd/mod@latest && mod upgrade --mod-name=github.com/giantswarm/operatorkit/v4 -t=5 && mod upgrade --mod-name=github.com/giantswarm/resource/v2 -t=5 && go mod tidy && go mod tidy\"" ] } DEBUG: rawExec err(branch="renovate/major-giantswarm-modules") { "err": { "killed": false, "code": 1, "signal": null, "cmd": "docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\":\"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/renovate-cache/others/go\":\"/tmp/renovate-cache/others/go\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" docker.io/renovate/go:1.17.0 bash -l -c \"git config --global url.\\\"https://**redacted**@github.com/\\\".insteadOf \\\"https://github.com/\\\" && go get -d ./... && go install github.com/marwan-at-work/mod/cmd/mod@latest && mod upgrade --mod-name=github.com/giantswarm/operatorkit/v4 -t=5 && mod upgrade --mod-name=github.com/giantswarm/resource/v2 -t=5 && go mod tidy && go mod tidy\"", "stdout": "", "stderr": "go: downloading github.com/giantswarm/microerror v0.3.0\ngo: downloading github.com/giantswarm/microkit v0.2.2\ngo: downloading github.com/giantswarm/micrologger v0.5.0\ngo: downloading github.com/spf13/viper v1.8.1\ngo: downloading github.com/giantswarm/microendpoint v0.2.0\ngo: downloading github.com/giantswarm/apiextensions/v3 v3.32.0\ngo: downloading github.com/giantswarm/k8sclient/v5 v5.12.0\ngo: downloading k8s.io/client-go v0.20.10\ngo: downloading github.com/giantswarm/cluster-api v0.3.13-gs\ngo: downloading github.com/giantswarm/exporterkit v0.2.1\ngo: downloading github.com/prometheus/client_golang v1.11.0\ngo: downloading github.com/giantswarm/k8smetadata v0.3.0\ngo: downloading k8s.io/apimachinery v0.20.10\ngo: downloading k8s.io/api v0.20.10\ngo: downloading sigs.k8s.io/yaml v1.2.0\ngo: downloading github.com/giantswarm/backoff v0.2.0\ngo: downloading github.com/patrickmn/go-cache v2.1.0+incompatible\ngo: downloading sigs.k8s.io/controller-runtime v0.6.5\ngo: downloading github.com/giantswarm/versionbundle v0.2.0\ngo: downloading github.com/spf13/cobra v1.0.0\ngo: downloading github.com/go-kit/kit v0.10.0\ngo: downloading github.com/gorilla/mux v1.8.0\ngo: downloading github.com/go-stack/stack v1.8.0\ngo: downloading github.com/fsnotify/fsnotify v1.4.9\ngo: downloading github.com/hashicorp/hcl v1.0.0\ngo: downloading github.com/magiconair/properties v1.8.5\ngo: downloading github.com/mitchellh/mapstructure v1.4.1\ngo: downloading github.com/pelletier/go-toml v1.9.3\ngo: downloading github.com/spf13/afero v1.6.0\ngo: downloading github.com/spf13/cast v1.3.1\ngo: downloading github.com/spf13/jwalterweatherman v1.1.0\ngo: downloading github.com/spf13/pflag v1.0.5\ngo: downloading github.com/subosito/gotenv v1.2.0\ngo: downloading gopkg.in/ini.v1 v1.62.0\ngo: downloading gopkg.in/yaml.v2 v2.4.0\ngo: downloading k8s.io/apiextensions-apiserver v0.18.19\ngo: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4\ngo: downloading k8s.io/klog/v2 v2.0.0\ngo: downloading k8s.io/klog v1.0.0\ngo: downloading k8s.io/utils v0.0.0-20201110183641-67b214c5f920\ngo: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c\ngo: downloading github.com/beorn7/perks v1.0.1\ngo: downloading github.com/cespare/xxhash/v2 v2.1.1\ngo: downloading github.com/cespare/xxhash v1.1.0\ngo: downloading github.com/golang/protobuf v1.5.2\ngo: downloading github.com/prometheus/client_model v0.2.0\ngo: downloading github.com/prometheus/common v0.26.0\ngo: downloading github.com/prometheus/procfs v0.6.0\ngo: downloading golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40\ngo: downloading github.com/gogo/protobuf v1.3.2\ngo: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2\ngo: downloading sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e\ngo: downloading github.com/google/gofuzz v1.1.0\ngo: downloading github.com/cenkalti/backoff v2.2.1+incompatible\ngo: downloading github.com/evanphx/json-patch v4.9.0+incompatible\ngo: downloading github.com/coreos/go-semver v0.3.0\ngo: downloading gopkg.in/resty.v1 v1.12.0\ngo: downloading github.com/inconshreveable/mousetrap v1.0.0\ngo: downloading github.com/go-logfmt/logfmt v0.5.0\ngo: downloading golang.org/x/text v0.3.5\ngo: downloading github.com/imdario/mergo v0.3.12\ngo: downloading golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0\ngo: downloading golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e\ngo: downloading github.com/davecgh/go-spew v1.1.1\ngo: downloading golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602\ngo: downloading github.com/go-logr/logr v0.1.0\ngo: downloading github.com/pkg/errors v0.9.1\ngo: downloading gomodules.xyz/jsonpatch/v2 v2.0.1\ngo: downloading k8s.io/cluster-bootstrap v0.18.6\ngo: downloading google.golang.org/protobuf v1.26.0\ngo: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1\ngo: downloading github.com/googleapis/gnostic v0.4.1\ngo: downloading github.com/json-iterator/go v1.1.11\ngo: downloading gopkg.in/inf.v0 v0.9.1\ngo: downloading github.com/modern-go/reflect2 v1.0.1\ngo: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd\ngo: downloading google.golang.org/appengine v1.6.7\ngo: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e\ngo: downloading k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd\ngo: downloading github.com/google/uuid v1.1.2\ngo: downloading github.com/google/go-cmp v0.5.6\ngo: downloading github.com/onsi/gomega v1.10.1\ngo: downloading github.com/hashicorp/golang-lru v0.5.4\ngo: downloading github.com/blang/semver v3.5.1+incompatible\ngo: downloading github.com/gobuffalo/flect v0.2.2\ngo: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1\ngo: downloading github.com/docker/distribution v2.7.1+incompatible\ngo: downloading github.com/opencontainers/go-digest v1.0.0\ngo: downloading github.com/giantswarm/operatorkit v1.2.0\ngo: downloading github.com/giantswarm/operatorkit/v4 v4.3.1\ngo: downloading github.com/giantswarm/resource v0.2.0\ngo: downloading github.com/giantswarm/resource/v2 v2.3.0\ngo: downloading github.com/giantswarm/to v0.3.0\ngo: downloading github.com/giantswarm/app/v4 v4.13.0\ngo: downloading github.com/getsentry/sentry-go v0.10.0\ngo get: added github.com/giantswarm/operatorkit/v4 v4.3.1\ngo get: added github.com/giantswarm/resource/v2 v2.3.0\ngo: downloading github.com/marwan-at-work/mod v0.4.1\ngo: downloading github.com/urfave/cli/v2 v2.3.0\ngo: downloading golang.org/x/mod v0.2.0\ngo: downloading golang.org/x/tools v0.0.0-20200417140056-c07e33ef3290\ngo: downloading github.com/PuerkitoBio/goquery v1.5.1\ngo: downloading github.com/google/go-github v17.0.0+incompatible\ngo: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d\ngo: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d\ngo: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543\ngo: downloading github.com/andybalholm/cascadia v1.1.0\ngo: downloading golang.org/x/net v0.0.0-20200226121028-0de0cce0169b\ngo: downloading github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135\ngo: downloading github.com/russross/blackfriday/v2 v2.0.1\ngo: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0\ngo: downloading github.com/giantswarm/operatorkit/v5 v5.0.0\ngo: downloading github.com/giantswarm/apptest v0.11.0\ngo: downloading github.com/stretchr/testify v1.7.0\ngo: downloading github.com/giantswarm/appcatalog v0.4.2\ngo: downloading github.com/onsi/ginkgo v1.12.1\ngo: downloading github.com/smartystreets/goconvey v1.6.4\ngo: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15\ngo: downloading github.com/pmezard/go-difflib v1.0.0\ngo: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b\ngo: downloading github.com/go-logr/zapr v0.1.0\ngo: downloading go.uber.org/zap v1.17.0\ngo: downloading github.com/jtolds/gls v4.20.0+incompatible\ngo: downloading github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d\ngo: downloading github.com/kr/pretty v0.2.0\ngo: downloading github.com/go-errors/errors v1.0.1\ngo: downloading github.com/pingcap/errors v0.11.4\ngo: downloading github.com/nxadm/tail v1.4.4\ngo: downloading go.uber.org/atomic v1.7.0\ngo: downloading go.uber.org/multierr v1.6.0\ngo: downloading github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1\ngo: downloading github.com/kr/text v0.1.0\ngo: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7\ngo: finding module for package github.com/giantswarm/resource/v5/appresource\ngithub.com/giantswarm/cluster-apps-operator/service/controller imports\n\tgithub.com/giantswarm/resource/v5/appresource: module github.com/giantswarm/resource@latest found (v0.2.0), but does not contain package github.com/giantswarm/resource/v5/appresource\n", "message": "Command failed: docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\":\"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/renovate-cache/others/go\":\"/tmp/renovate-cache/others/go\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" docker.io/renovate/go:1.17.0 bash -l -c \"git config --global url.\\\"https://**redacted**@github.com/\\\".insteadOf \\\"https://**redacted**@latest && mod upgrade --mod-name=github.com/giantswarm/operatorkit/v4 -t=5 && mod upgrade --mod-name=github.com/giantswarm/resource/v2 -t=5 && go mod tidy && go mod tidy\"\ngo: downloading github.com/giantswarm/microerror v0.3.0\ngo: downloading github.com/giantswarm/microkit v0.2.2\ngo: downloading github.com/giantswarm/micrologger v0.5.0\ngo: downloading github.com/spf13/viper v1.8.1\ngo: downloading github.com/giantswarm/microendpoint v0.2.0\ngo: downloading github.com/giantswarm/apiextensions/v3 v3.32.0\ngo: downloading github.com/giantswarm/k8sclient/v5 v5.12.0\ngo: downloading k8s.io/client-go v0.20.10\ngo: downloading github.com/giantswarm/cluster-api v0.3.13-gs\ngo: downloading github.com/giantswarm/exporterkit v0.2.1\ngo: downloading github.com/prometheus/client_golang v1.11.0\ngo: downloading github.com/giantswarm/k8smetadata v0.3.0\ngo: downloading k8s.io/apimachinery v0.20.10\ngo: downloading k8s.io/api v0.20.10\ngo: downloading sigs.k8s.io/yaml v1.2.0\ngo: downloading github.com/giantswarm/backoff v0.2.0\ngo: downloading github.com/patrickmn/go-cache v2.1.0+incompatible\ngo: downloading sigs.k8s.io/controller-runtime v0.6.5\ngo: downloading github.com/giantswarm/versionbundle v0.2.0\ngo: downloading github.com/spf13/cobra v1.0.0\ngo: downloading github.com/go-kit/kit v0.10.0\ngo: downloading github.com/gorilla/mux v1.8.0\ngo: downloading github.com/go-stack/stack v1.8.0\ngo: downloading github.com/fsnotify/fsnotify v1.4.9\ngo: downloading github.com/hashicorp/hcl v1.0.0\ngo: downloading github.com/magiconair/properties v1.8.5\ngo: downloading github.com/mitchellh/mapstructure v1.4.1\ngo: downloading github.com/pelletier/go-toml v1.9.3\ngo: downloading github.com/spf13/afero v1.6.0\ngo: downloading github.com/spf13/cast v1.3.1\ngo: downloading github.com/spf13/jwalterweatherman v1.1.0\ngo: downloading github.com/spf13/pflag v1.0.5\ngo: downloading github.com/subosito/gotenv v1.2.0\ngo: downloading gopkg.in/ini.v1 v1.62.0\ngo: downloading gopkg.in/yaml.v2 v2.4.0\ngo: downloading k8s.io/apiextensions-apiserver v0.18.19\ngo: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4\ngo: downloading k8s.io/klog/v2 v2.0.0\ngo: downloading k8s.io/klog v1.0.0\ngo: downloading k8s.io/utils v0.0.0-20201110183641-67b214c5f920\ngo: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c\ngo: downloading github.com/beorn7/perks v1.0.1\ngo: downloading github.com/cespare/xxhash/v2 v2.1.1\ngo: downloading github.com/cespare/xxhash v1.1.0\ngo: downloading github.com/golang/protobuf v1.5.2\ngo: downloading github.com/prometheus/client_model v0.2.0\ngo: downloading github.com/prometheus/common v0.26.0\ngo: downloading github.com/prometheus/procfs v0.6.0\ngo: downloading golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40\ngo: downloading github.com/gogo/protobuf v1.3.2\ngo: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2\ngo: downloading sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e\ngo: downloading github.com/google/gofuzz v1.1.0\ngo: downloading github.com/cenkalti/backoff v2.2.1+incompatible\ngo: downloading github.com/evanphx/json-patch v4.9.0+incompatible\ngo: downloading github.com/coreos/go-semver v0.3.0\ngo: downloading gopkg.in/resty.v1 v1.12.0\ngo: downloading github.com/inconshreveable/mousetrap v1.0.0\ngo: downloading github.com/go-logfmt/logfmt v0.5.0\ngo: downloading golang.org/x/text v0.3.5\ngo: downloading github.com/imdario/mergo v0.3.12\ngo: downloading golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0\ngo: downloading golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e\ngo: downloading github.com/davecgh/go-spew v1.1.1\ngo: downloading golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602\ngo: downloading github.com/go-logr/logr v0.1.0\ngo: downloading github.com/pkg/errors v0.9.1\ngo: downloading gomodules.xyz/jsonpatch/v2 v2.0.1\ngo: downloading k8s.io/cluster-bootstrap v0.18.6\ngo: downloading google.golang.org/protobuf v1.26.0\ngo: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1\ngo: downloading github.com/googleapis/gnostic v0.4.1\ngo: downloading github.com/json-iterator/go v1.1.11\ngo: downloading gopkg.in/inf.v0 v0.9.1\ngo: downloading github.com/modern-go/reflect2 v1.0.1\ngo: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd\ngo: downloading google.golang.org/appengine v1.6.7\ngo: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e\ngo: downloading k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd\ngo: downloading github.com/google/uuid v1.1.2\ngo: downloading github.com/google/go-cmp v0.5.6\ngo: downloading github.com/onsi/gomega v1.10.1\ngo: downloading github.com/hashicorp/golang-lru v0.5.4\ngo: downloading github.com/blang/semver v3.5.1+incompatible\ngo: downloading github.com/gobuffalo/flect v0.2.2\ngo: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1\ngo: downloading github.com/docker/distribution v2.7.1+incompatible\ngo: downloading github.com/opencontainers/go-digest v1.0.0\ngo: downloading github.com/giantswarm/operatorkit v1.2.0\ngo: downloading github.com/giantswarm/operatorkit/v4 v4.3.1\ngo: downloading github.com/giantswarm/resource v0.2.0\ngo: downloading github.com/giantswarm/resource/v2 v2.3.0\ngo: downloading github.com/giantswarm/to v0.3.0\ngo: downloading github.com/giantswarm/app/v4 v4.13.0\ngo: downloading github.com/getsentry/sentry-go v0.10.0\ngo get: added github.com/giantswarm/operatorkit/v4 v4.3.1\ngo get: added github.com/giantswarm/resource/v2 v2.3.0\ngo: downloading github.com/marwan-at-work/mod v0.4.1\ngo: downloading github.com/urfave/cli/v2 v2.3.0\ngo: downloading golang.org/x/mod v0.2.0\ngo: downloading golang.org/x/tools v0.0.0-20200417140056-c07e33ef3290\ngo: downloading github.com/PuerkitoBio/goquery v1.5.1\ngo: downloading github.com/google/go-github v17.0.0+incompatible\ngo: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d\ngo: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d\ngo: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543\ngo: downloading github.com/andybalholm/cascadia v1.1.0\ngo: downloading golang.org/x/net v0.0.0-20200226121028-0de0cce0169b\ngo: downloading github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135\ngo: downloading github.com/russross/blackfriday/v2 v2.0.1\ngo: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0\ngo: downloading github.com/giantswarm/operatorkit/v5 v5.0.0\ngo: downloading github.com/giantswarm/apptest v0.11.0\ngo: downloading github.com/stretchr/testify v1.7.0\ngo: downloading github.com/giantswarm/appcatalog v0.4.2\ngo: downloading github.com/onsi/ginkgo v1.12.1\ngo: downloading github.com/smartystreets/goconvey v1.6.4\ngo: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15\ngo: downloading github.com/pmezard/go-difflib v1.0.0\ngo: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b\ngo: downloading github.com/go-logr/zapr v0.1.0\ngo: downloading go.uber.org/zap v1.17.0\ngo: downloading github.com/jtolds/gls v4.20.0+incompatible\ngo: downloading github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d\ngo: downloading github.com/kr/pretty v0.2.0\ngo: downloading github.com/go-errors/errors v1.0.1\ngo: downloading github.com/pingcap/errors v0.11.4\ngo: downloading github.com/nxadm/tail v1.4.4\ngo: downloading go.uber.org/atomic v1.7.0\ngo: downloading go.uber.org/multierr v1.6.0\ngo: downloading github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1\ngo: downloading github.com/kr/text v0.1.0\ngo: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7\ngo: finding module for package github.com/giantswarm/resource/v5/appresource\ngithub.com/giantswarm/cluster-apps-operator/service/controller imports\n\tgithub.com/giantswarm/resource/v5/appresource: module github.com/giantswarm/resource@latest found (v0.2.0), but does not contain package github.com/giantswarm/resource/v5/appresource\n", "stack": "Error: Command failed: docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\":\"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/renovate-cache/others/go\":\"/tmp/renovate-cache/others/go\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" docker.io/renovate/go:1.17.0 bash -l -c \"git config --global url.\\\"https://**redacted**@github.com/\\\".insteadOf \\\"https://**redacted**@latest && mod upgrade --mod-name=github.com/giantswarm/operatorkit/v4 -t=5 && mod upgrade --mod-name=github.com/giantswarm/resource/v2 -t=5 && go mod tidy && go mod tidy\"\ngo: downloading github.com/giantswarm/microerror v0.3.0\ngo: downloading github.com/giantswarm/microkit v0.2.2\ngo: downloading github.com/giantswarm/micrologger v0.5.0\ngo: downloading github.com/spf13/viper v1.8.1\ngo: downloading github.com/giantswarm/microendpoint v0.2.0\ngo: downloading github.com/giantswarm/apiextensions/v3 v3.32.0\ngo: downloading github.com/giantswarm/k8sclient/v5 v5.12.0\ngo: downloading k8s.io/client-go v0.20.10\ngo: downloading github.com/giantswarm/cluster-api v0.3.13-gs\ngo: downloading github.com/giantswarm/exporterkit v0.2.1\ngo: downloading github.com/prometheus/client_golang v1.11.0\ngo: downloading github.com/giantswarm/k8smetadata v0.3.0\ngo: downloading k8s.io/apimachinery v0.20.10\ngo: downloading k8s.io/api v0.20.10\ngo: downloading sigs.k8s.io/yaml v1.2.0\ngo: downloading github.com/giantswarm/backoff v0.2.0\ngo: downloading github.com/patrickmn/go-cache v2.1.0+incompatible\ngo: downloading sigs.k8s.io/controller-runtime v0.6.5\ngo: downloading github.com/giantswarm/versionbundle v0.2.0\ngo: downloading github.com/spf13/cobra v1.0.0\ngo: downloading github.com/go-kit/kit v0.10.0\ngo: downloading github.com/gorilla/mux v1.8.0\ngo: downloading github.com/go-stack/stack v1.8.0\ngo: downloading github.com/fsnotify/fsnotify v1.4.9\ngo: downloading github.com/hashicorp/hcl v1.0.0\ngo: downloading github.com/magiconair/properties v1.8.5\ngo: downloading github.com/mitchellh/mapstructure v1.4.1\ngo: downloading github.com/pelletier/go-toml v1.9.3\ngo: downloading github.com/spf13/afero v1.6.0\ngo: downloading github.com/spf13/cast v1.3.1\ngo: downloading github.com/spf13/jwalterweatherman v1.1.0\ngo: downloading github.com/spf13/pflag v1.0.5\ngo: downloading github.com/subosito/gotenv v1.2.0\ngo: downloading gopkg.in/ini.v1 v1.62.0\ngo: downloading gopkg.in/yaml.v2 v2.4.0\ngo: downloading k8s.io/apiextensions-apiserver v0.18.19\ngo: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4\ngo: downloading k8s.io/klog/v2 v2.0.0\ngo: downloading k8s.io/klog v1.0.0\ngo: downloading k8s.io/utils v0.0.0-20201110183641-67b214c5f920\ngo: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c\ngo: downloading github.com/beorn7/perks v1.0.1\ngo: downloading github.com/cespare/xxhash/v2 v2.1.1\ngo: downloading github.com/cespare/xxhash v1.1.0\ngo: downloading github.com/golang/protobuf v1.5.2\ngo: downloading github.com/prometheus/client_model v0.2.0\ngo: downloading github.com/prometheus/common v0.26.0\ngo: downloading github.com/prometheus/procfs v0.6.0\ngo: downloading golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40\ngo: downloading github.com/gogo/protobuf v1.3.2\ngo: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2\ngo: downloading sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e\ngo: downloading github.com/google/gofuzz v1.1.0\ngo: downloading github.com/cenkalti/backoff v2.2.1+incompatible\ngo: downloading github.com/evanphx/json-patch v4.9.0+incompatible\ngo: downloading github.com/coreos/go-semver v0.3.0\ngo: downloading gopkg.in/resty.v1 v1.12.0\ngo: downloading github.com/inconshreveable/mousetrap v1.0.0\ngo: downloading github.com/go-logfmt/logfmt v0.5.0\ngo: downloading golang.org/x/text v0.3.5\ngo: downloading github.com/imdario/mergo v0.3.12\ngo: downloading golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0\ngo: downloading golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e\ngo: downloading github.com/davecgh/go-spew v1.1.1\ngo: downloading golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602\ngo: downloading github.com/go-logr/logr v0.1.0\ngo: downloading github.com/pkg/errors v0.9.1\ngo: downloading gomodules.xyz/jsonpatch/v2 v2.0.1\ngo: downloading k8s.io/cluster-bootstrap v0.18.6\ngo: downloading google.golang.org/protobuf v1.26.0\ngo: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1\ngo: downloading github.com/googleapis/gnostic v0.4.1\ngo: downloading github.com/json-iterator/go v1.1.11\ngo: downloading gopkg.in/inf.v0 v0.9.1\ngo: downloading github.com/modern-go/reflect2 v1.0.1\ngo: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd\ngo: downloading google.golang.org/appengine v1.6.7\ngo: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e\ngo: downloading k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd\ngo: downloading github.com/google/uuid v1.1.2\ngo: downloading github.com/google/go-cmp v0.5.6\ngo: downloading github.com/onsi/gomega v1.10.1\ngo: downloading github.com/hashicorp/golang-lru v0.5.4\ngo: downloading github.com/blang/semver v3.5.1+incompatible\ngo: downloading github.com/gobuffalo/flect v0.2.2\ngo: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1\ngo: downloading github.com/docker/distribution v2.7.1+incompatible\ngo: downloading github.com/opencontainers/go-digest v1.0.0\ngo: downloading github.com/giantswarm/operatorkit v1.2.0\ngo: downloading github.com/giantswarm/operatorkit/v4 v4.3.1\ngo: downloading github.com/giantswarm/resource v0.2.0\ngo: downloading github.com/giantswarm/resource/v2 v2.3.0\ngo: downloading github.com/giantswarm/to v0.3.0\ngo: downloading github.com/giantswarm/app/v4 v4.13.0\ngo: downloading github.com/getsentry/sentry-go v0.10.0\ngo get: added github.com/giantswarm/operatorkit/v4 v4.3.1\ngo get: added github.com/giantswarm/resource/v2 v2.3.0\ngo: downloading github.com/marwan-at-work/mod v0.4.1\ngo: downloading github.com/urfave/cli/v2 v2.3.0\ngo: downloading golang.org/x/mod v0.2.0\ngo: downloading golang.org/x/tools v0.0.0-20200417140056-c07e33ef3290\ngo: downloading github.com/PuerkitoBio/goquery v1.5.1\ngo: downloading github.com/google/go-github v17.0.0+incompatible\ngo: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d\ngo: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d\ngo: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543\ngo: downloading github.com/andybalholm/cascadia v1.1.0\ngo: downloading golang.org/x/net v0.0.0-20200226121028-0de0cce0169b\ngo: downloading github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135\ngo: downloading github.com/russross/blackfriday/v2 v2.0.1\ngo: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0\ngo: downloading github.com/giantswarm/operatorkit/v5 v5.0.0\ngo: downloading github.com/giantswarm/apptest v0.11.0\ngo: downloading github.com/stretchr/testify v1.7.0\ngo: downloading github.com/giantswarm/appcatalog v0.4.2\ngo: downloading github.com/onsi/ginkgo v1.12.1\ngo: downloading github.com/smartystreets/goconvey v1.6.4\ngo: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15\ngo: downloading github.com/pmezard/go-difflib v1.0.0\ngo: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b\ngo: downloading github.com/go-logr/zapr v0.1.0\ngo: downloading go.uber.org/zap v1.17.0\ngo: downloading github.com/jtolds/gls v4.20.0+incompatible\ngo: downloading github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d\ngo: downloading github.com/kr/pretty v0.2.0\ngo: downloading github.com/go-errors/errors v1.0.1\ngo: downloading github.com/pingcap/errors v0.11.4\ngo: downloading github.com/nxadm/tail v1.4.4\ngo: downloading go.uber.org/atomic v1.7.0\ngo: downloading go.uber.org/multierr v1.6.0\ngo: downloading github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1\ngo: downloading github.com/kr/text v0.1.0\ngo: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7\ngo: finding module for package github.com/giantswarm/resource/v5/appresource\ngithub.com/giantswarm/cluster-apps-operator/service/controller imports\n\tgithub.com/giantswarm/resource/v5/appresource: module github.com/giantswarm/resource@latest found (v0.2.0), but does not contain package github.com/giantswarm/resource/v5/appresource\n\n at ChildProcess.exithandler (child_process.js:308:12)\n at ChildProcess.emit (events.js:315:20)\n at ChildProcess.EventEmitter.emit (domain.js:467:12)\n at maybeClose (internal/child_process.js:1048:16)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)" } } DEBUG: Failed to update go.sum(branch="renovate/major-giantswarm-modules") { "err": { "killed": false, "code": 1, "signal": null, "cmd": "docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\":\"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/renovate-cache/others/go\":\"/tmp/renovate-cache/others/go\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" docker.io/renovate/go:1.17.0 bash -l -c \"git config --global url.\\\"https://**redacted**@github.com/\\\".insteadOf \\\"https://github.com/\\\" && go get -d ./... && go install github.com/marwan-at-work/mod/cmd/mod@latest && mod upgrade --mod-name=github.com/giantswarm/operatorkit/v4 -t=5 && mod upgrade --mod-name=github.com/giantswarm/resource/v2 -t=5 && go mod tidy && go mod tidy\"", "stdout": "", "stderr": "go: downloading github.com/giantswarm/microerror v0.3.0\ngo: downloading github.com/giantswarm/microkit v0.2.2\ngo: downloading github.com/giantswarm/micrologger v0.5.0\ngo: downloading github.com/spf13/viper v1.8.1\ngo: downloading github.com/giantswarm/microendpoint v0.2.0\ngo: downloading github.com/giantswarm/apiextensions/v3 v3.32.0\ngo: downloading github.com/giantswarm/k8sclient/v5 v5.12.0\ngo: downloading k8s.io/client-go v0.20.10\ngo: downloading github.com/giantswarm/cluster-api v0.3.13-gs\ngo: downloading github.com/giantswarm/exporterkit v0.2.1\ngo: downloading github.com/prometheus/client_golang v1.11.0\ngo: downloading github.com/giantswarm/k8smetadata v0.3.0\ngo: downloading k8s.io/apimachinery v0.20.10\ngo: downloading k8s.io/api v0.20.10\ngo: downloading sigs.k8s.io/yaml v1.2.0\ngo: downloading github.com/giantswarm/backoff v0.2.0\ngo: downloading github.com/patrickmn/go-cache v2.1.0+incompatible\ngo: downloading sigs.k8s.io/controller-runtime v0.6.5\ngo: downloading github.com/giantswarm/versionbundle v0.2.0\ngo: downloading github.com/spf13/cobra v1.0.0\ngo: downloading github.com/go-kit/kit v0.10.0\ngo: downloading github.com/gorilla/mux v1.8.0\ngo: downloading github.com/go-stack/stack v1.8.0\ngo: downloading github.com/fsnotify/fsnotify v1.4.9\ngo: downloading github.com/hashicorp/hcl v1.0.0\ngo: downloading github.com/magiconair/properties v1.8.5\ngo: downloading github.com/mitchellh/mapstructure v1.4.1\ngo: downloading github.com/pelletier/go-toml v1.9.3\ngo: downloading github.com/spf13/afero v1.6.0\ngo: downloading github.com/spf13/cast v1.3.1\ngo: downloading github.com/spf13/jwalterweatherman v1.1.0\ngo: downloading github.com/spf13/pflag v1.0.5\ngo: downloading github.com/subosito/gotenv v1.2.0\ngo: downloading gopkg.in/ini.v1 v1.62.0\ngo: downloading gopkg.in/yaml.v2 v2.4.0\ngo: downloading k8s.io/apiextensions-apiserver v0.18.19\ngo: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4\ngo: downloading k8s.io/klog/v2 v2.0.0\ngo: downloading k8s.io/klog v1.0.0\ngo: downloading k8s.io/utils v0.0.0-20201110183641-67b214c5f920\ngo: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c\ngo: downloading github.com/beorn7/perks v1.0.1\ngo: downloading github.com/cespare/xxhash/v2 v2.1.1\ngo: downloading github.com/cespare/xxhash v1.1.0\ngo: downloading github.com/golang/protobuf v1.5.2\ngo: downloading github.com/prometheus/client_model v0.2.0\ngo: downloading github.com/prometheus/common v0.26.0\ngo: downloading github.com/prometheus/procfs v0.6.0\ngo: downloading golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40\ngo: downloading github.com/gogo/protobuf v1.3.2\ngo: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2\ngo: downloading sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e\ngo: downloading github.com/google/gofuzz v1.1.0\ngo: downloading github.com/cenkalti/backoff v2.2.1+incompatible\ngo: downloading github.com/evanphx/json-patch v4.9.0+incompatible\ngo: downloading github.com/coreos/go-semver v0.3.0\ngo: downloading gopkg.in/resty.v1 v1.12.0\ngo: downloading github.com/inconshreveable/mousetrap v1.0.0\ngo: downloading github.com/go-logfmt/logfmt v0.5.0\ngo: downloading golang.org/x/text v0.3.5\ngo: downloading github.com/imdario/mergo v0.3.12\ngo: downloading golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0\ngo: downloading golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e\ngo: downloading github.com/davecgh/go-spew v1.1.1\ngo: downloading golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602\ngo: downloading github.com/go-logr/logr v0.1.0\ngo: downloading github.com/pkg/errors v0.9.1\ngo: downloading gomodules.xyz/jsonpatch/v2 v2.0.1\ngo: downloading k8s.io/cluster-bootstrap v0.18.6\ngo: downloading google.golang.org/protobuf v1.26.0\ngo: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1\ngo: downloading github.com/googleapis/gnostic v0.4.1\ngo: downloading github.com/json-iterator/go v1.1.11\ngo: downloading gopkg.in/inf.v0 v0.9.1\ngo: downloading github.com/modern-go/reflect2 v1.0.1\ngo: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd\ngo: downloading google.golang.org/appengine v1.6.7\ngo: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e\ngo: downloading k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd\ngo: downloading github.com/google/uuid v1.1.2\ngo: downloading github.com/google/go-cmp v0.5.6\ngo: downloading github.com/onsi/gomega v1.10.1\ngo: downloading github.com/hashicorp/golang-lru v0.5.4\ngo: downloading github.com/blang/semver v3.5.1+incompatible\ngo: downloading github.com/gobuffalo/flect v0.2.2\ngo: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1\ngo: downloading github.com/docker/distribution v2.7.1+incompatible\ngo: downloading github.com/opencontainers/go-digest v1.0.0\ngo: downloading github.com/giantswarm/operatorkit v1.2.0\ngo: downloading github.com/giantswarm/operatorkit/v4 v4.3.1\ngo: downloading github.com/giantswarm/resource v0.2.0\ngo: downloading github.com/giantswarm/resource/v2 v2.3.0\ngo: downloading github.com/giantswarm/to v0.3.0\ngo: downloading github.com/giantswarm/app/v4 v4.13.0\ngo: downloading github.com/getsentry/sentry-go v0.10.0\ngo get: added github.com/giantswarm/operatorkit/v4 v4.3.1\ngo get: added github.com/giantswarm/resource/v2 v2.3.0\ngo: downloading github.com/marwan-at-work/mod v0.4.1\ngo: downloading github.com/urfave/cli/v2 v2.3.0\ngo: downloading golang.org/x/mod v0.2.0\ngo: downloading golang.org/x/tools v0.0.0-20200417140056-c07e33ef3290\ngo: downloading github.com/PuerkitoBio/goquery v1.5.1\ngo: downloading github.com/google/go-github v17.0.0+incompatible\ngo: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d\ngo: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d\ngo: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543\ngo: downloading github.com/andybalholm/cascadia v1.1.0\ngo: downloading golang.org/x/net v0.0.0-20200226121028-0de0cce0169b\ngo: downloading github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135\ngo: downloading github.com/russross/blackfriday/v2 v2.0.1\ngo: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0\ngo: downloading github.com/giantswarm/operatorkit/v5 v5.0.0\ngo: downloading github.com/giantswarm/apptest v0.11.0\ngo: downloading github.com/stretchr/testify v1.7.0\ngo: downloading github.com/giantswarm/appcatalog v0.4.2\ngo: downloading github.com/onsi/ginkgo v1.12.1\ngo: downloading github.com/smartystreets/goconvey v1.6.4\ngo: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15\ngo: downloading github.com/pmezard/go-difflib v1.0.0\ngo: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b\ngo: downloading github.com/go-logr/zapr v0.1.0\ngo: downloading go.uber.org/zap v1.17.0\ngo: downloading github.com/jtolds/gls v4.20.0+incompatible\ngo: downloading github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d\ngo: downloading github.com/kr/pretty v0.2.0\ngo: downloading github.com/go-errors/errors v1.0.1\ngo: downloading github.com/pingcap/errors v0.11.4\ngo: downloading github.com/nxadm/tail v1.4.4\ngo: downloading go.uber.org/atomic v1.7.0\ngo: downloading go.uber.org/multierr v1.6.0\ngo: downloading github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1\ngo: downloading github.com/kr/text v0.1.0\ngo: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7\ngo: finding module for package github.com/giantswarm/resource/v5/appresource\ngithub.com/giantswarm/cluster-apps-operator/service/controller imports\n\tgithub.com/giantswarm/resource/v5/appresource: module github.com/giantswarm/resource@latest found (v0.2.0), but does not contain package github.com/giantswarm/resource/v5/appresource\n", "message": "Command failed: docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\":\"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/renovate-cache/others/go\":\"/tmp/renovate-cache/others/go\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" docker.io/renovate/go:1.17.0 bash -l -c \"git config --global url.\\\"https://**redacted**@github.com/\\\".insteadOf \\\"https://**redacted**@latest && mod upgrade --mod-name=github.com/giantswarm/operatorkit/v4 -t=5 && mod upgrade --mod-name=github.com/giantswarm/resource/v2 -t=5 && go mod tidy && go mod tidy\"\ngo: downloading github.com/giantswarm/microerror v0.3.0\ngo: downloading github.com/giantswarm/microkit v0.2.2\ngo: downloading github.com/giantswarm/micrologger v0.5.0\ngo: downloading github.com/spf13/viper v1.8.1\ngo: downloading github.com/giantswarm/microendpoint v0.2.0\ngo: downloading github.com/giantswarm/apiextensions/v3 v3.32.0\ngo: downloading github.com/giantswarm/k8sclient/v5 v5.12.0\ngo: downloading k8s.io/client-go v0.20.10\ngo: downloading github.com/giantswarm/cluster-api v0.3.13-gs\ngo: downloading github.com/giantswarm/exporterkit v0.2.1\ngo: downloading github.com/prometheus/client_golang v1.11.0\ngo: downloading github.com/giantswarm/k8smetadata v0.3.0\ngo: downloading k8s.io/apimachinery v0.20.10\ngo: downloading k8s.io/api v0.20.10\ngo: downloading sigs.k8s.io/yaml v1.2.0\ngo: downloading github.com/giantswarm/backoff v0.2.0\ngo: downloading github.com/patrickmn/go-cache v2.1.0+incompatible\ngo: downloading sigs.k8s.io/controller-runtime v0.6.5\ngo: downloading github.com/giantswarm/versionbundle v0.2.0\ngo: downloading github.com/spf13/cobra v1.0.0\ngo: downloading github.com/go-kit/kit v0.10.0\ngo: downloading github.com/gorilla/mux v1.8.0\ngo: downloading github.com/go-stack/stack v1.8.0\ngo: downloading github.com/fsnotify/fsnotify v1.4.9\ngo: downloading github.com/hashicorp/hcl v1.0.0\ngo: downloading github.com/magiconair/properties v1.8.5\ngo: downloading github.com/mitchellh/mapstructure v1.4.1\ngo: downloading github.com/pelletier/go-toml v1.9.3\ngo: downloading github.com/spf13/afero v1.6.0\ngo: downloading github.com/spf13/cast v1.3.1\ngo: downloading github.com/spf13/jwalterweatherman v1.1.0\ngo: downloading github.com/spf13/pflag v1.0.5\ngo: downloading github.com/subosito/gotenv v1.2.0\ngo: downloading gopkg.in/ini.v1 v1.62.0\ngo: downloading gopkg.in/yaml.v2 v2.4.0\ngo: downloading k8s.io/apiextensions-apiserver v0.18.19\ngo: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4\ngo: downloading k8s.io/klog/v2 v2.0.0\ngo: downloading k8s.io/klog v1.0.0\ngo: downloading k8s.io/utils v0.0.0-20201110183641-67b214c5f920\ngo: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c\ngo: downloading github.com/beorn7/perks v1.0.1\ngo: downloading github.com/cespare/xxhash/v2 v2.1.1\ngo: downloading github.com/cespare/xxhash v1.1.0\ngo: downloading github.com/golang/protobuf v1.5.2\ngo: downloading github.com/prometheus/client_model v0.2.0\ngo: downloading github.com/prometheus/common v0.26.0\ngo: downloading github.com/prometheus/procfs v0.6.0\ngo: downloading golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40\ngo: downloading github.com/gogo/protobuf v1.3.2\ngo: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2\ngo: downloading sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e\ngo: downloading github.com/google/gofuzz v1.1.0\ngo: downloading github.com/cenkalti/backoff v2.2.1+incompatible\ngo: downloading github.com/evanphx/json-patch v4.9.0+incompatible\ngo: downloading github.com/coreos/go-semver v0.3.0\ngo: downloading gopkg.in/resty.v1 v1.12.0\ngo: downloading github.com/inconshreveable/mousetrap v1.0.0\ngo: downloading github.com/go-logfmt/logfmt v0.5.0\ngo: downloading golang.org/x/text v0.3.5\ngo: downloading github.com/imdario/mergo v0.3.12\ngo: downloading golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0\ngo: downloading golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e\ngo: downloading github.com/davecgh/go-spew v1.1.1\ngo: downloading golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602\ngo: downloading github.com/go-logr/logr v0.1.0\ngo: downloading github.com/pkg/errors v0.9.1\ngo: downloading gomodules.xyz/jsonpatch/v2 v2.0.1\ngo: downloading k8s.io/cluster-bootstrap v0.18.6\ngo: downloading google.golang.org/protobuf v1.26.0\ngo: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1\ngo: downloading github.com/googleapis/gnostic v0.4.1\ngo: downloading github.com/json-iterator/go v1.1.11\ngo: downloading gopkg.in/inf.v0 v0.9.1\ngo: downloading github.com/modern-go/reflect2 v1.0.1\ngo: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd\ngo: downloading google.golang.org/appengine v1.6.7\ngo: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e\ngo: downloading k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd\ngo: downloading github.com/google/uuid v1.1.2\ngo: downloading github.com/google/go-cmp v0.5.6\ngo: downloading github.com/onsi/gomega v1.10.1\ngo: downloading github.com/hashicorp/golang-lru v0.5.4\ngo: downloading github.com/blang/semver v3.5.1+incompatible\ngo: downloading github.com/gobuffalo/flect v0.2.2\ngo: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1\ngo: downloading github.com/docker/distribution v2.7.1+incompatible\ngo: downloading github.com/opencontainers/go-digest v1.0.0\ngo: downloading github.com/giantswarm/operatorkit v1.2.0\ngo: downloading github.com/giantswarm/operatorkit/v4 v4.3.1\ngo: downloading github.com/giantswarm/resource v0.2.0\ngo: downloading github.com/giantswarm/resource/v2 v2.3.0\ngo: downloading github.com/giantswarm/to v0.3.0\ngo: downloading github.com/giantswarm/app/v4 v4.13.0\ngo: downloading github.com/getsentry/sentry-go v0.10.0\ngo get: added github.com/giantswarm/operatorkit/v4 v4.3.1\ngo get: added github.com/giantswarm/resource/v2 v2.3.0\ngo: downloading github.com/marwan-at-work/mod v0.4.1\ngo: downloading github.com/urfave/cli/v2 v2.3.0\ngo: downloading golang.org/x/mod v0.2.0\ngo: downloading golang.org/x/tools v0.0.0-20200417140056-c07e33ef3290\ngo: downloading github.com/PuerkitoBio/goquery v1.5.1\ngo: downloading github.com/google/go-github v17.0.0+incompatible\ngo: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d\ngo: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d\ngo: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543\ngo: downloading github.com/andybalholm/cascadia v1.1.0\ngo: downloading golang.org/x/net v0.0.0-20200226121028-0de0cce0169b\ngo: downloading github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135\ngo: downloading github.com/russross/blackfriday/v2 v2.0.1\ngo: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0\ngo: downloading github.com/giantswarm/operatorkit/v5 v5.0.0\ngo: downloading github.com/giantswarm/apptest v0.11.0\ngo: downloading github.com/stretchr/testify v1.7.0\ngo: downloading github.com/giantswarm/appcatalog v0.4.2\ngo: downloading github.com/onsi/ginkgo v1.12.1\ngo: downloading github.com/smartystreets/goconvey v1.6.4\ngo: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15\ngo: downloading github.com/pmezard/go-difflib v1.0.0\ngo: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b\ngo: downloading github.com/go-logr/zapr v0.1.0\ngo: downloading go.uber.org/zap v1.17.0\ngo: downloading github.com/jtolds/gls v4.20.0+incompatible\ngo: downloading github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d\ngo: downloading github.com/kr/pretty v0.2.0\ngo: downloading github.com/go-errors/errors v1.0.1\ngo: downloading github.com/pingcap/errors v0.11.4\ngo: downloading github.com/nxadm/tail v1.4.4\ngo: downloading go.uber.org/atomic v1.7.0\ngo: downloading go.uber.org/multierr v1.6.0\ngo: downloading github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1\ngo: downloading github.com/kr/text v0.1.0\ngo: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7\ngo: finding module for package github.com/giantswarm/resource/v5/appresource\ngithub.com/giantswarm/cluster-apps-operator/service/controller imports\n\tgithub.com/giantswarm/resource/v5/appresource: module github.com/giantswarm/resource@latest found (v0.2.0), but does not contain package github.com/giantswarm/resource/v5/appresource\n", "stack": "Error: Command failed: docker run --rm --name=renovate_go --label=renovate_child -v \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\":\"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/renovate-cache/others/go\":\"/tmp/renovate-cache/others/go\" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w \"/mnt/renovate/gh/giantswarm/cluster-apps-operator\" docker.io/renovate/go:1.17.0 bash -l -c \"git config --global url.\\\"https://**redacted**@github.com/\\\".insteadOf \\\"https://**redacted**@latest && mod upgrade --mod-name=github.com/giantswarm/operatorkit/v4 -t=5 && mod upgrade --mod-name=github.com/giantswarm/resource/v2 -t=5 && go mod tidy && go mod tidy\"\ngo: downloading github.com/giantswarm/microerror v0.3.0\ngo: downloading github.com/giantswarm/microkit v0.2.2\ngo: downloading github.com/giantswarm/micrologger v0.5.0\ngo: downloading github.com/spf13/viper v1.8.1\ngo: downloading github.com/giantswarm/microendpoint v0.2.0\ngo: downloading github.com/giantswarm/apiextensions/v3 v3.32.0\ngo: downloading github.com/giantswarm/k8sclient/v5 v5.12.0\ngo: downloading k8s.io/client-go v0.20.10\ngo: downloading github.com/giantswarm/cluster-api v0.3.13-gs\ngo: downloading github.com/giantswarm/exporterkit v0.2.1\ngo: downloading github.com/prometheus/client_golang v1.11.0\ngo: downloading github.com/giantswarm/k8smetadata v0.3.0\ngo: downloading k8s.io/apimachinery v0.20.10\ngo: downloading k8s.io/api v0.20.10\ngo: downloading sigs.k8s.io/yaml v1.2.0\ngo: downloading github.com/giantswarm/backoff v0.2.0\ngo: downloading github.com/patrickmn/go-cache v2.1.0+incompatible\ngo: downloading sigs.k8s.io/controller-runtime v0.6.5\ngo: downloading github.com/giantswarm/versionbundle v0.2.0\ngo: downloading github.com/spf13/cobra v1.0.0\ngo: downloading github.com/go-kit/kit v0.10.0\ngo: downloading github.com/gorilla/mux v1.8.0\ngo: downloading github.com/go-stack/stack v1.8.0\ngo: downloading github.com/fsnotify/fsnotify v1.4.9\ngo: downloading github.com/hashicorp/hcl v1.0.0\ngo: downloading github.com/magiconair/properties v1.8.5\ngo: downloading github.com/mitchellh/mapstructure v1.4.1\ngo: downloading github.com/pelletier/go-toml v1.9.3\ngo: downloading github.com/spf13/afero v1.6.0\ngo: downloading github.com/spf13/cast v1.3.1\ngo: downloading github.com/spf13/jwalterweatherman v1.1.0\ngo: downloading github.com/spf13/pflag v1.0.5\ngo: downloading github.com/subosito/gotenv v1.2.0\ngo: downloading gopkg.in/ini.v1 v1.62.0\ngo: downloading gopkg.in/yaml.v2 v2.4.0\ngo: downloading k8s.io/apiextensions-apiserver v0.18.19\ngo: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4\ngo: downloading k8s.io/klog/v2 v2.0.0\ngo: downloading k8s.io/klog v1.0.0\ngo: downloading k8s.io/utils v0.0.0-20201110183641-67b214c5f920\ngo: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c\ngo: downloading github.com/beorn7/perks v1.0.1\ngo: downloading github.com/cespare/xxhash/v2 v2.1.1\ngo: downloading github.com/cespare/xxhash v1.1.0\ngo: downloading github.com/golang/protobuf v1.5.2\ngo: downloading github.com/prometheus/client_model v0.2.0\ngo: downloading github.com/prometheus/common v0.26.0\ngo: downloading github.com/prometheus/procfs v0.6.0\ngo: downloading golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40\ngo: downloading github.com/gogo/protobuf v1.3.2\ngo: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2\ngo: downloading sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e\ngo: downloading github.com/google/gofuzz v1.1.0\ngo: downloading github.com/cenkalti/backoff v2.2.1+incompatible\ngo: downloading github.com/evanphx/json-patch v4.9.0+incompatible\ngo: downloading github.com/coreos/go-semver v0.3.0\ngo: downloading gopkg.in/resty.v1 v1.12.0\ngo: downloading github.com/inconshreveable/mousetrap v1.0.0\ngo: downloading github.com/go-logfmt/logfmt v0.5.0\ngo: downloading golang.org/x/text v0.3.5\ngo: downloading github.com/imdario/mergo v0.3.12\ngo: downloading golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0\ngo: downloading golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e\ngo: downloading github.com/davecgh/go-spew v1.1.1\ngo: downloading golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602\ngo: downloading github.com/go-logr/logr v0.1.0\ngo: downloading github.com/pkg/errors v0.9.1\ngo: downloading gomodules.xyz/jsonpatch/v2 v2.0.1\ngo: downloading k8s.io/cluster-bootstrap v0.18.6\ngo: downloading google.golang.org/protobuf v1.26.0\ngo: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1\ngo: downloading github.com/googleapis/gnostic v0.4.1\ngo: downloading github.com/json-iterator/go v1.1.11\ngo: downloading gopkg.in/inf.v0 v0.9.1\ngo: downloading github.com/modern-go/reflect2 v1.0.1\ngo: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd\ngo: downloading google.golang.org/appengine v1.6.7\ngo: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e\ngo: downloading k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd\ngo: downloading github.com/google/uuid v1.1.2\ngo: downloading github.com/google/go-cmp v0.5.6\ngo: downloading github.com/onsi/gomega v1.10.1\ngo: downloading github.com/hashicorp/golang-lru v0.5.4\ngo: downloading github.com/blang/semver v3.5.1+incompatible\ngo: downloading github.com/gobuffalo/flect v0.2.2\ngo: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1\ngo: downloading github.com/docker/distribution v2.7.1+incompatible\ngo: downloading github.com/opencontainers/go-digest v1.0.0\ngo: downloading github.com/giantswarm/operatorkit v1.2.0\ngo: downloading github.com/giantswarm/operatorkit/v4 v4.3.1\ngo: downloading github.com/giantswarm/resource v0.2.0\ngo: downloading github.com/giantswarm/resource/v2 v2.3.0\ngo: downloading github.com/giantswarm/to v0.3.0\ngo: downloading github.com/giantswarm/app/v4 v4.13.0\ngo: downloading github.com/getsentry/sentry-go v0.10.0\ngo get: added github.com/giantswarm/operatorkit/v4 v4.3.1\ngo get: added github.com/giantswarm/resource/v2 v2.3.0\ngo: downloading github.com/marwan-at-work/mod v0.4.1\ngo: downloading github.com/urfave/cli/v2 v2.3.0\ngo: downloading golang.org/x/mod v0.2.0\ngo: downloading golang.org/x/tools v0.0.0-20200417140056-c07e33ef3290\ngo: downloading github.com/PuerkitoBio/goquery v1.5.1\ngo: downloading github.com/google/go-github v17.0.0+incompatible\ngo: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d\ngo: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d\ngo: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543\ngo: downloading github.com/andybalholm/cascadia v1.1.0\ngo: downloading golang.org/x/net v0.0.0-20200226121028-0de0cce0169b\ngo: downloading github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135\ngo: downloading github.com/russross/blackfriday/v2 v2.0.1\ngo: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0\ngo: downloading github.com/giantswarm/operatorkit/v5 v5.0.0\ngo: downloading github.com/giantswarm/apptest v0.11.0\ngo: downloading github.com/stretchr/testify v1.7.0\ngo: downloading github.com/giantswarm/appcatalog v0.4.2\ngo: downloading github.com/onsi/ginkgo v1.12.1\ngo: downloading github.com/smartystreets/goconvey v1.6.4\ngo: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15\ngo: downloading github.com/pmezard/go-difflib v1.0.0\ngo: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b\ngo: downloading github.com/go-logr/zapr v0.1.0\ngo: downloading go.uber.org/zap v1.17.0\ngo: downloading github.com/jtolds/gls v4.20.0+incompatible\ngo: downloading github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d\ngo: downloading github.com/kr/pretty v0.2.0\ngo: downloading github.com/go-errors/errors v1.0.1\ngo: downloading github.com/pingcap/errors v0.11.4\ngo: downloading github.com/nxadm/tail v1.4.4\ngo: downloading go.uber.org/atomic v1.7.0\ngo: downloading go.uber.org/multierr v1.6.0\ngo: downloading github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1\ngo: downloading github.com/kr/text v0.1.0\ngo: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7\ngo: finding module for package github.com/giantswarm/resource/v5/appresource\ngithub.com/giantswarm/cluster-apps-operator/service/controller imports\n\tgithub.com/giantswarm/resource/v5/appresource: module github.com/giantswarm/resource@latest found (v0.2.0), but does not contain package github.com/giantswarm/resource/v5/appresource\n\n at ChildProcess.exithandler (child_process.js:308:12)\n at ChildProcess.emit (events.js:315:20)\n at ChildProcess.EventEmitter.emit (domain.js:467:12)\n at maybeClose (internal/child_process.js:1048:16)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)" } } ```

Have you created a minimal reproduction repository?

No reproduction, but I have linked to a public repo where it occurs

github-actions[bot] commented 3 years ago

Hi there,

Help us by making a minimal reproduction repository.

Before we can start work on your issue we first need to know exactly what's causing the current behavior. A minimal reproduction helps us with this.

To get started, please read our guide on creating a minimal reproduction to understand what is needed.

We may close the issue if you (or someone else) have not provided a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment.

Good luck,

The Renovate team

github-actions[bot] commented 3 years ago

When a bug has been marked as needing a reproduction, it means nobody can work on it until one is provided. In cases where no reproduction is possible, or the issue creator does not have the time to reproduce, we unfortunately need to close such issues as they are non-actionable and serve no benefit by remaining open. This issue will be closed after 7 days of inactivity.

github-actions[bot] commented 3 years ago

This bug report has been closed as we need a reproduction to work on this. If the original poster or anybody else with the same problem discovers that they can reproduce it, please create a new issue, and reference this issue.