Skip to content
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

WIP: status-ng: support for transition states, errors, warnings #8813

Closed
wants to merge 2 commits into from

Conversation

tstromberg
Copy link
Contributor

@tstromberg tstromberg commented Jul 23, 2020

Fixes #8730

Don't expect this code to compile just yet, but here is the TL;DR:

  • minikube status has been upgraded to communicate errors and transition states

Old Output

minikube
type: Control Plane
host: Running
kubelet: Stopped
apiserver: Paused
kubeconfig: Configured

New Output

* overall: WARNING (node "minikube" has DiskPressure condition)
* kubeconfig: OK (endpoint: 127.0.0.1:8080)

nodes:
  * minikube: WARNING (DiskPressure condition)

Old JSON

{"Name":"minikube","Host":"Running","Kubelet":"Stopped","APIServer":"Paused","Kubeconfig":"Configured","Worker":false}⏎

New JSON

{
  "Name": "minikube"
  "Kind": "cluster"
  "Condition": "Starting"
  "ConditionDetail": "Downloading Kubernetes ..."

  Warnings: {"node "minikube" has DiskPressure condition"}, 
  components: {
  }
  nodes: {
    "Name": "minikube"
    "Kind": "control-plane"
    "Condition": "Starting"

  }
}
  • To support a richer set of conditions, this replaces many uses of libmachine/state with minikube/state
  • This preserves old output behind a --compat flag, which will be initially set to true.

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jul 23, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tstromberg

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jul 23, 2020
@tstromberg tstromberg changed the title WIP: status-ng: support for communicating errors & transition states WIP: status-ng: support for communicating warnings & transition states Jul 23, 2020
@tstromberg tstromberg changed the title WIP: status-ng: support for communicating warnings & transition states WIP: status-ng: support for transition states, errors, warnings Jul 23, 2020
@TravisBuddy
Copy link

Travis tests have failed

Hey @tstromberg,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

make test
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
MINIKUBE_LDFLAGS="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="2daf91951c01d9784e600f0b73775d9f475d408d"" ./test.sh
= make lint =============================================================
golangci/golangci-lint info checking GitHub for tag 'v1.26.0'
golangci/golangci-lint info found version: 1.26.0 for v1.26.0/linux/amd64
golangci/golangci-lint info installed out/linters/golangci-lint
WARN [runner] Can't run linter unused: buildssa: analysis skipped: errors in package: [/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/bootstrapper/bsutil/kverify/api_server.go:42:2: could not import k8s.io/minikube/pkg/minikube/state (pkg/minikube/bootstrapper/bsutil/kverify/api_server.go:42:2: cannot find module providing package k8s.io/minikube/pkg/minikube/state: module k8s.io/minikube/pkg/minikube/state: reading https://proxy.golang.org/k8s.io/minikube/pkg/minikube/state/@v/list: 410 Gone
	server response: not found: module k8s.io/minikube/pkg/minikube/state: no matching versions for query "latest") /home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/bootstrapper/bsutil/kverify/api_server.go:217:2: start declared but not used] 
WARN [runner] Can't run linter goanalysis_metalinter: ST1001: failed prerequisites: [(isgenerated@k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/kverify, config@k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/kverify): analysis skipped: errors in package: [/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/bootstrapper/bsutil/kverify/api_server.go:42:2: could not import k8s.io/minikube/pkg/minikube/state (pkg/minikube/bootstrapper/bsutil/kverify/api_server.go:42:2: cannot find module providing package k8s.io/minikube/pkg/minikube/state: module k8s.io/minikube/pkg/minikube/state: reading https://proxy.golang.org/k8s.io/minikube/pkg/minikube/state/@v/list: 410 Gone
	server response: not found: module k8s.io/minikube/pkg/minikube/state: no matching versions for query "latest") /home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/bootstrapper/bsutil/kverify/api_server.go:217:2: start declared but not used]] 
ERRO Running error: ST1001: failed prerequisites: [(isgenerated@k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/kverify, config@k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/kverify): analysis skipped: errors in package: [/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/bootstrapper/bsutil/kverify/api_server.go:42:2: could not import k8s.io/minikube/pkg/minikube/state (pkg/minikube/bootstrapper/bsutil/kverify/api_server.go:42:2: cannot find module providing package k8s.io/minikube/pkg/minikube/state: module k8s.io/minikube/pkg/minikube/state: reading https://proxy.golang.org/k8s.io/minikube/pkg/minikube/state/@v/list: 410 Gone
	server response: not found: module k8s.io/minikube/pkg/minikube/state: no matching versions for query "latest") /home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/bootstrapper/bsutil/kverify/api_server.go:217:2: start declared but not used]] 
Makefile:390: recipe for target 'lint-ci' failed
make[1]: *** [lint-ci] Error 3
= go mod ================================================================
go: finding module for package k8s.io/minikube/pkg/minikube/state
ok
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 6

2nd Build

View build log

make test
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
MINIKUBE_LDFLAGS="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="2daf91951c01d9784e600f0b73775d9f475d408d"" ./test.sh
= schema_check ==========================================================
go: downloading github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
ok
= go test ===============================================================
go: downloading github.com/spf13/cobra v1.0.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/otiai10/copy v1.0.2
go: downloading github.com/google/uuid v1.1.1
go: downloading k8s.io/api v0.17.3
go: downloading github.com/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading k8s.io/client-go v0.17.3
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading k8s.io/apimachinery v0.17.3
go: downloading k8s.io/kubernetes v1.17.3
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: downloading cloud.google.com/go v0.57.0
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading golang.org/x/text v0.3.2
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner/v5 v5.0.0
go: finding module for package k8s.io/minikube/pkg/minikube/state
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/prometheus/client_golang v1.4.1
go: downloading github.com/spf13/viper v1.7.0
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/magiconair/properties v1.8.1
go: downloading github.com/prometheus/common v0.9.1
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading github.com/prometheus/procfs v0.0.8
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading k8s.io/kubectl v0.17.3
go: downloading github.com/golang/protobuf v1.4.2
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/spf13/afero v1.2.2
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading google.golang.org/protobuf v1.24.0
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading go.uber.org/zap v1.10.0
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading google.golang.org/api v0.25.0
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading go.opencensus.io v0.22.3
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading k8s.io/klog v1.0.0
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/cespare/xxhash/v2 v2.1.1
go: downloading github.com/docker/go-units v0.4.0
go: downloading k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/google/go-cmp v0.4.1
go: downloading github.com/imdario/mergo v0.3.9
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading go.uber.org/atomic v1.4.0
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading github.com/json-iterator/go v1.1.9
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading go.uber.org/multierr v1.1.0
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/miekg/dns v1.1.27
go: downloading github.com/aws/aws-sdk-go v1.31.6
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading google.golang.org/grpc v1.29.1
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/google/gofuzz v1.0.0
go: downloading github.com/jmespath/go-jmespath v0.3.0
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading k8s.io/kubelet v0.17.3
go: downloading k8s.io/kube-proxy v0.17.3
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading k8s.io/component-base v0.17.3
go: downloading github.com/fatih/color v1.9.0
go: finding module for package k8s.io/minikube/pkg/minikube/state
go: downloading github.com/evanphx/json-patch v4.5.0+incompatible
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
pkg/minikube/bootstrapper/bsutil/kverify/api_server.go:42:2: cannot find module providing package k8s.io/minikube/pkg/minikube/state: module k8s.io/minikube/pkg/minikube/state: reading https://proxy.golang.org/k8s.io/minikube/pkg/minikube/state/@v/list: 410 Gone
	server response: not found: module k8s.io/minikube/pkg/minikube/state: no matching versions for query "latest"
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 32

3rd Build

View build log

make
cmake version 3.12.4
heroku version
heroku/7.42.1 linux-x64 node-v12.16.2
imagemagick version
Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-11-12 http://www.imagemagick.org
md5deep version
4.4
mercurial version
version 4.8
mysql version
mysql  Ver 14.14 Distrib 5.7.30, for Linux (x86_64) using  EditLine wrapper
openssl version
OpenSSL 1.0.2g  1 Mar 2016
packer version
1.3.3
postgresql client version
psql (PostgreSQL) 10.13 (Ubuntu 10.13-1.pgdg16.04+1)
ragel version
Ragel State Machine Compiler version 6.8 Feb 2013
sudo version
1.8.16
gzip version
gzip 1.6
zip version
Zip 3.0
vim version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Mar 18 2020 14:06:17)
iptables version
iptables v1.6.0
curl version
curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3
wget version
GNU Wget 1.17.1 built on linux-gnu.
rsync version
rsync  version 3.1.1  protocol version 31
gimme version
v1.5.4
nvm version
0.35.3
perlbrew version
/home/travis/perl5/perlbrew/bin/perlbrew  - App::perlbrew/0.88
phpenv version
rbenv 1.1.2-30-gc879cb0
rvm version
rvm 1.29.10 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io]
default ruby version
ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux]
CouchDB version
couchdb 1.6.1
ElasticSearch version
5.5.0
Installed Firefox version
firefox 63.0.1
MongoDB version
MongoDB 4.0.19
PhantomJS version
2.1.1
Pre-installed PostgreSQL versions
9.4.26
9.5.22
9.6.18
Redis version
redis-server 6.0.5
Pre-installed Go versions
1.11.1
ant version
Apache Ant(TM) version 1.9.6 compiled on July 20 2018
mvn version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
gradle version
Gradle 5.1.1!
lein version
Leiningen 2.9.3 on Java 11.0.2 OpenJDK 64-Bit Server VM
Pre-installed Node.js versions
v10.21.0
v11.0.0
v12.18.1
v4.9.1
v6.17.1
v8.12.0
v8.17.0
v8.9
phpenv versions
  system
  5.6
  5.6.40
  7.1
  7.1.27
  7.2
* 7.2.15 (set by /home/travis/.phpenv/version)
  hhvm
  hhvm-stable
composer --version
Composer version 1.8.4 2019-02-11 10:52:10
Pre-installed Ruby versions
ruby-2.3.8
ruby-2.4.5
ruby-2.5.3
travis_fold:end:system_info

travis_time:end:0dfc68b6:start=1595517446523850617,finish=1595517446530494732,duration=6644115,event=show_system_info
travis_time:start:0d29ed29
travis_time:end:0d29ed29:start=1595517446534843995,finish=1595517446547791144,duration=12947149,event=rm_riak_source
travis_time:start:02854c70
travis_time:end:02854c70:start=1595517446553058781,finish=1595517446560390125,duration=7331344,event=fix_rwky_redis
travis_time:start:062a8058
travis_time:end:062a8058:start=1595517446566942697,finish=1595517446954807869,duration=387865172,event=wait_for_network
travis_time:start:1216a9c4
travis_time:end:1216a9c4:start=1595517446958234098,finish=1595517447179544496,duration=221310398,event=update_apt_keys
travis_time:start:04ddf92a
travis_time:end:04ddf92a:start=1595517447182838265,finish=1595517447237050483,duration=54212218,event=fix_hhvm_source
travis_time:start:070d7ca8
travis_time:end:070d7ca8:start=1595517447240454016,finish=1595517447243214704,duration=2760688,event=update_mongo_arch
travis_time:start:00243a92
travis_time:end:00243a92:start=1595517447246268393,finish=1595517447288826969,duration=42558576,event=fix_sudo_enabled_trusty
travis_time:start:15525570
travis_time:end:15525570:start=1595517447292195750,finish=1595517447294589815,duration=2394065,event=update_glibc
travis_time:start:00d71e70
travis_time:end:00d71e70:start=1595517447297726337,finish=1595517447305936188,duration=8209851,event=clean_up_path
travis_time:start:24030320
travis_time:end:24030320:start=1595517447309026285,finish=1595517447317834544,duration=8808259,event=fix_resolv_conf
travis_time:start:0503c459
travis_time:end:0503c459:start=1595517447321064661,finish=1595517447330584705,duration=9520044,event=fix_etc_hosts
travis_time:start:036778b0
travis_time:end:036778b0:start=1595517447333885533,finish=1595517447344926261,duration=11040728,event=fix_mvn_settings_xml
travis_time:start:0f397316
travis_time:end:0f397316:start=1595517447348370259,finish=1595517447358799209,duration=10428950,event=no_ipv6_localhost
travis_time:start:0c156ede
travis_time:end:0c156ede:start=1595517447362331771,finish=1595517447364898444,duration=2566673,event=fix_etc_mavenrc
travis_time:start:02070831
travis_time:end:02070831:start=1595517447368077784,finish=1595517447371249662,duration=3171878,event=fix_wwdr_certificate
travis_time:start:016bba78
travis_time:end:016bba78:start=1595517447374456754,finish=1595517447400379358,duration=25922604,event=put_localhost_first
travis_time:start:2a774082
travis_time:end:2a774082:start=1595517447403560662,finish=1595517447406516548,duration=2955886,event=home_paths
travis_time:start:00778848
travis_time:end:00778848:start=1595517447409503652,finish=1595517447422589420,duration=13085768,event=disable_initramfs
travis_time:start:1eafa5f2
travis_time:end:1eafa5f2:start=1595517447425936600,finish=1595517447718483150,duration=292546550,event=disable_ssh_roaming
travis_time:start:0eebea16
travis_time:end:0eebea16:start=1595517447721594816,finish=1595517447724014511,duration=2419695,event=debug_tools
travis_time:start:0d60ceaf
travis_time:end:0d60ceaf:start=1595517447727053383,finish=1595517447730017352,duration=2963969,event=uninstall_oclint
travis_time:start:00675edf
travis_time:end:00675edf:start=1595517447733089402,finish=1595517447736046685,duration=2957283,event=rvm_use
travis_time:start:1daa4101
travis_time:end:1daa4101:start=1595517447739096107,finish=1595517447747032517,duration=7936410,event=rm_etc_boto_cfg
travis_time:start:0221e7d2
travis_time:end:0221e7d2:start=1595517447750096161,finish=1595517447753162757,duration=3066596,event=rm_oraclejdk8_symlink
travis_time:start:002ad90a
travis_time:end:002ad90a:start=1595517447756258805,finish=1595517447872397852,duration=116139047,event=enable_i386
travis_time:start:120bb809
travis_time:end:120bb809:start=1595517447875645688,finish=1595517447880894342,duration=5248654,event=update_rubygems
travis_time:start:1efe7c1a
travis_time:end:1efe7c1a:start=1595517447883941042,finish=1595517448712940634,duration=828999592,event=ensure_path_components
travis_time:start:0209c1fc
travis_time:end:0209c1fc:start=1595517448716256613,finish=1595517448718626581,duration=2369968,event=redefine_curl
travis_time:start:13959a5c
travis_time:end:13959a5c:start=1595517448721806317,finish=1595517448724434476,duration=2628159,event=nonblock_pipe
travis_time:start:0ca42194
travis_time:end:0ca42194:start=1595517448727458882,finish=1595517454762661181,duration=6035202299,event=apt_get_update
travis_time:start:02b67526
travis_time:end:02b67526:start=1595517454766295144,finish=1595517454768903594,duration=2608450,event=deprecate_xcode_64
travis_time:start:1073f863
travis_time:end:1073f863:start=1595517454772094634,finish=1595517457313331774,duration=2541237140,event=update_heroku
travis_time:start:07379948
travis_time:end:07379948:start=1595517457316720541,finish=1595517457319073287,duration=2352746,event=shell_session_update
travis_time:start:0d3f308e
travis_fold:start:docker_mtu
travis_fold:end:docker_mtu
travis_time:end:0d3f308e:start=1595517457322137705,finish=1595517459702494365,duration=2380356660,event=set_docker_mtu
travis_time:start:023e6e30
travis_fold:start:resolvconf
travis_fold:end:resolvconf
travis_time:end:023e6e30:start=1595517459706471269,finish=1595517459773014406,duration=66543137,event=resolvconf
travis_time:start:1f9b9d20
travis_time:end:1f9b9d20:start=1595517459778356057,finish=1595517459926001974,duration=147645917,event=maven_central_mirror
travis_time:start:0f6c9588
travis_time:end:0f6c9588:start=1595517459929324837,finish=1595517460028506001,duration=99181164,event=maven_https
travis_time:start:06581d39
travis_time:end:06581d39:start=1595517460032072149,finish=1595517460034384352,duration=2312203,event=fix_ps4
Updating gimme
travis_time:start:02ad3acf

travis_fold:start:git.checkout
travis_time:start:0bc6c349
$ git clone --depth=50 https://github.com/kubernetes/minikube.git kubernetes/minikube
Cloning into 'kubernetes/minikube'...
remote: Enumerating objects: 22080, done.
remote: Counting objects:   0% (1/22080)
remote: Counting objects:   1% (221/22080)
remote: Counting objects:   2% (442/22080)
remote: Counting objects:   3% (663/22080)
remote: Counting objects:   4% (884/22080)
remote: Counting objects:   5% (1104/22080)
remote: Counting objects:   6% (1325/22080)
remote: Counting objects:   7% (1546/22080)
remote: Counting objects:   8% (1767/22080)
remote: Counting objects:   9% (1988/22080)
remote: Counting objects:  10% (2208/22080)
remote: Counting objects:  11% (2429/22080)
remote: Counting objects:  12% (2650/22080)
remote: Counting objects:  13% (2871/22080)
remote: Counting objects:  14% (3092/22080)
remote: Counting objects:  15% (3312/22080)
remote: Counting objects:  16% (3533/22080)
remote: Counting objects:  17% (3754/22080)
remote: Counting objects:  18% (3975/22080)
remote: Counting objects:  19% (4196/22080)
remote: Counting objects:  20% (4416/22080)
remote: Counting objects:  21% (4637/22080)
remote: Counting objects:  22% (4858/22080)
remote: Counting objects:  23% (5079/22080)
remote: Counting objects:  24% (5300/22080)
remote: Counting objects:  25% (5520/22080)
remote: Counting objects:  26% (5741/22080)
remote: Counting objects:  27% (5962/22080)
remote: Counting objects:  28% (6183/22080)
remote: Counting objects:  29% (6404/22080)
remote: Counting objects:  30% (6624/22080)
remote: Counting objects:  31% (6845/22080)
remote: Counting objects:  32% (7066/22080)
remote: Counting objects:  33% (7287/22080)
remote: Counting objects:  34% (7508/22080)
remote: Counting objects:  35% (7728/22080)
remote: Counting objects:  36% (7949/22080)
remote: Counting objects:  37% (8170/22080)
remote: Counting objects:  38% (8391/22080)
remote: Counting objects:  39% (8612/22080)
remote: Counting objects:  40% (8832/22080)
remote: Counting objects:  41% (9053/22080)
remote: Counting objects:  42% (9274/22080)
remote: Counting objects:  43% (9495/22080)
remote: Counting objects:  44% (9716/22080)
remote: Counting objects:  45% (9936/22080)
remote: Counting objects:  46% (10157/22080)
remote: Counting objects:  47% (10378/22080)
remote: Counting objects:  48% (10599/22080)
remote: Counting objects:  49% (10820/22080)
remote: Counting objects:  50% (11040/22080)
remote: Counting objects:  51% (11261/22080)
remote: Counting objects:  52% (11482/22080)
remote: Counting objects:  53% (11703/22080)
remote: Counting objects:  54% (11924/22080)
remote: Counting objects:  55% (12144/22080)
remote: Counting objects:  56% (12365/22080)
remote: Counting objects:  57% (12586/22080)
remote: Counting objects:  58% (12807/22080)
remote: Counting objects:  59% (13028/22080)
remote: Counting objects:  60% (13248/22080)
remote: Counting objects:  61% (13469/22080)
remote: Counting objects:  62% (13690/22080)
remote: Counting objects:  63% (13911/22080)
remote: Counting objects:  64% (14132/22080)
remote: Counting objects:  65% (14352/22080)
remote: Counting objects:  66% (14573/22080)
remote: Counting objects:  67% (14794/22080)
remote: Counting objects:  68% (15015/22080)
remote: Counting objects:  69% (15236/22080)
remote: Counting objects:  70% (15456/22080)
remote: Counting objects:  71% (15677/22080)
remote: Counting objects:  72% (15898/22080)
remote: Counting objects:  73% (16119/22080)
remote: Counting objects:  74% (16340/22080)
remote: Counting objects:  75% (16560/22080)
remote: Counting objects:  76% (16781/22080)
remote: Counting objects:  77% (17002/22080)
remote: Counting objects:  78% (17223/22080)
remote: Counting objects:  79% (17444/22080)
remote: Counting objects:  80% (17664/22080)
remote: Counting objects:  81% (17885/22080)
remote: Counting objects:  82% (18106/22080)
remote: Counting objects:  83% (18327/22080)
remote: Counting objects:  84% (18548/22080)
remote: Counting objects:  85% (18768/22080)
remote: Counting objects:  86% (18989/22080)
remote: Counting objects:  87% (19210/22080)
remote: Counting objects:  88% (19431/22080)
remote: Counting objects:  89% (19652/22080)
remote: Counting objects:  90% (19872/22080)
remote: Counting objects:  91% (20093/22080)
remote: Counting objects:  92% (20314/22080)
remote: Counting objects:  93% (20535/22080)
remote: Counting objects:  94% (20756/22080)
remote: Counting objects:  95% (20976/22080)
remote: Counting objects:  96% (21197/22080)
remote: Counting objects:  97% (21418/22080)
remote: Counting objects:  98% (21639/22080)
remote: Counting objects:  99% (21860/22080)
remote: Counting objects: 100% (22080/22080)
remote: Counting objects: 100% (22080/22080), done.
remote: Compressing objects:   0% (1/6957)
remote: Compressing objects:   1% (70/6957)
remote: Compressing objects:   2% (140/6957)
remote: Compressing objects:   3% (209/6957)
remote: Compressing objects:   4% (279/6957)
remote: Compressing objects:   5% (348/6957)
remote: Compressing objects:   6% (418/6957)
remote: Compressing objects:   7% (487/6957)
remote: Compressing objects:   8% (557/6957)
remote: Compressing objects:   9% (627/6957)
remote: Compressing objects:  10% (696/6957)
remote: Compressing objects:  11% (766/6957)
remote: Compressing objects:  12% (835/6957)
remote: Compressing objects:  13% (905/6957)
remote: Compressing objects:  14% (974/6957)
remote: Compressing objects:  15% (1044/6957)
remote: Compressing objects:  16% (1114/6957)
remote: Compressing objects:  17% (1183/6957)
remote: Compressing objects:  18% (1253/6957)
remote: Compressing objects:  19% (1322/6957)
remote: Compressing objects:  20% (1392/6957)
remote: Compressing objects:  21% (1461/6957)
remote: Compressing objects:  22% (1531/6957)
remote: Compressing objects:  23% (1601/6957)
remote: Compressing objects:  24% (1670/6957)
remote: Compressing objects:  25% (1740/6957)
remote: Compressing objects:  26% (1809/6957)
remote: Compressing objects:  27% (1879/6957)
remote: Compressing objects:  28% (1948/6957)
remote: Compressing objects:  29% (2018/6957)
remote: Compressing objects:  30% (2088/6957)
remote: Compressing objects:  31% (2157/6957)
remote: Compressing objects:  32% (2227/6957)
remote: Compressing objects:  33% (2296/6957)
remote: Compressing objects:  34% (2366/6957)
remote: Compressing objects:  35% (2435/6957)
remote: Compressing objects:  36% (2505/6957)
remote: Compressing objects:  37% (2575/6957)
remote: Compressing objects:  38% (2644/6957)
remote: Compressing objects:  39% (2714/6957)
remote: Compressing objects:  40% (2783/6957)
remote: Compressing objects:  41% (2853/6957)
remote: Compressing objects:  42% (2922/6957)
remote: Compressing objects:  43% (2992/6957)
remote: Compressing objects:  44% (3062/6957)
remote: Compressing objects:  45% (3131/6957)
remote: Compressing objects:  46% (3201/6957)
remote: Compressing objects:  47% (3270/6957)
remote: Compressing objects:  48% (3340/6957)
remote: Compressing objects:  49% (3409/6957)
remote: Compressing objects:  50% (3479/6957)
remote: Compressing objects:  51% (3549/6957)
remote: Compressing objects:  52% (3618/6957)
remote: Compressing objects:  53% (3688/6957)
remote: Compressing objects:  54% (3757/6957)
remote: Compressing objects:  55% (3827/6957)
remote: Compressing objects:  56% (3896/6957)
remote: Compressing objects:  57% (3966/6957)
remote: Compressing objects:  58% (4036/6957)
remote: Compressing objects:  59% (4105/6957)
remote: Compressing objects:  60% (4175/6957)
remote: Compressing objects:  61% (4244/6957)
remote: Compressing objects:  62% (4314/6957)
remote: Compressing objects:  63% (4383/6957)
remote: Compressing objects:  64% (4453/6957)
remote: Compressing objects:  65% (4523/6957)
remote: Compressing objects:  66% (4592/6957)
remote: Compressing objects:  67% (4662/6957)
remote: Compressing objects:  68% (4731/6957)
remote: Compressing objects:  69% (4801/6957)
remote: Compressing objects:  70% (4870/6957)
remote: Compressing objects:  71% (4940/6957)
remote: Compressing objects:  72% (5010/6957)
remote: Compressing objects:  73% (5079/6957)
remote: Compressing objects:  74% (5149/6957)
remote: Compressing objects:  75% (5218/6957)
remote: Compressing objects:  76% (5288/6957)
remote: Compressing objects:  77% (5357/6957)
remote: Compressing objects:  78% (5427/6957)
remote: Compressing objects:  79% (5497/6957)
remote: Compressing objects:  80% (5566/6957)
remote: Compressing objects:  81% (5636/6957)
remote: Compressing objects:  82% (5705/6957)
remote: Compressing objects:  83% (5775/6957)
remote: Compressing objects:  84% (5844/6957)
remote: Compressing objects:  85% (5914/6957)
remote: Compressing objects:  86% (5984/6957)
remote: Compressing objects:  87% (6053/6957)
remote: Compressing objects:  88% (6123/6957)
remote: Compressing objects:  89% (6192/6957)
remote: Compressing objects:  90% (6262/6957)
remote: Compressing objects:  91% (6331/6957)
remote: Compressing objects:  92% (6401/6957)
remote: Compressing objects:  93% (6471/6957)
remote: Compressing objects:  94% (6540/6957)
remote: Compressing objects:  95% (6610/6957)
remote: Compressing objects:  96% (6679/6957)
remote: Compressing objects:  97% (6749/6957)
remote: Compressing objects:  98% (6818/6957)
remote: Compressing objects:  99% (6888/6957)
remote: Compressing objects: 100% (6957/6957)
remote: Compressing objects: 100% (6957/6957), done.
Receiving objects:   0% (1/22080)
Receiving objects:   1% (221/22080)
Receiving objects:   2% (442/22080)
Receiving objects:   3% (663/22080)
Receiving objects:   4% (884/22080)
Receiving objects:   5% (1104/22080)
Receiving objects:   6% (1325/22080)
Receiving objects:   7% (1546/22080)
Receiving objects:   8% (1767/22080)
Receiving objects:   9% (1988/22080)
Receiving objects:  10% (2208/22080)
Receiving objects:  11% (2429/22080)
Receiving objects:  12% (2650/22080)
Receiving objects:  13% (2871/22080)
Receiving objects:  14% (3092/22080)
Receiving objects:  15% (3312/22080)
Receiving objects:  16% (3533/22080)
Receiving objects:  17% (3754/22080)
Receiving objects:  18% (3975/22080)
Receiving objects:  19% (4196/22080)
Receiving objects:  20% (4416/22080)
Receiving objects:  21% (4637/22080)
Receiving objects:  22% (4858/22080)
Receiving objects:  23% (5079/22080)
Receiving objects:  24% (5300/22080)
Receiving objects:  25% (5520/22080)
Receiving objects:  26% (5741/22080)
Receiving objects:  27% (5962/22080)
Receiving objects:  28% (6183/22080)
Receiving objects:  29% (6404/22080)
Receiving objects:  30% (6624/22080)
Receiving objects:  31% (6845/22080)
Receiving objects:  32% (7066/22080)
Receiving objects:  33% (7287/22080)
Receiving objects:  34% (7508/22080)
Receiving objects:  35% (7728/22080)
Receiving objects:  36% (7949/22080)
Receiving objects:  37% (8170/22080)
Receiving objects:  38% (8391/22080)
Receiving objects:  39% (8612/22080)
Receiving objects:  40% (8832/22080)
Receiving objects:  41% (9053/22080)
Receiving objects:  42% (9274/22080)
Receiving objects:  43% (9495/22080)
Receiving objects:  44% (9716/22080)
Receiving objects:  45% (9936/22080)
Receiving objects:  46% (10157/22080)
Receiving objects:  47% (10378/22080)
Receiving objects:  48% (10599/22080)
Receiving objects:  49% (10820/22080)
Receiving objects:  50% (11040/22080)
Receiving objects:  51% (11261/22080)
Receiving objects:  52% (11482/22080)
Receiving objects:  53% (11703/22080)
Receiving objects:  54% (11924/22080)
Receiving objects:  55% (12144/22080)
Receiving objects:  56% (12365/22080)
Receiving objects:  57% (12586/22080)
Receiving objects:  58% (12807/22080)
Receiving objects:  59% (13028/22080)
Receiving objects:  60% (13248/22080)
Receiving objects:  61% (13469/22080)
Receiving objects:  62% (13690/22080)
Receiving objects:  63% (13911/22080)
Receiving objects:  64% (14132/22080)
Receiving objects:  65% (14352/22080)
Receiving objects:  66% (14573/22080)
Receiving objects:  66% (14718/22080), 24.61 MiB | 24.63 MiB/s
Receiving objects:  66% (14719/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  67% (14794/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  68% (15015/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  69% (15236/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  70% (15456/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  71% (15677/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  72% (15898/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  73% (16119/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  74% (16340/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  75% (16560/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  76% (16781/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  77% (17002/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  78% (17223/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  79% (17444/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  80% (17664/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  81% (17885/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  82% (18106/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  83% (18327/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  84% (18548/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  85% (18768/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  86% (18989/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  87% (19210/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  88% (19431/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  89% (19652/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  90% (19872/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  91% (20093/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  92% (20314/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  93% (20535/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  94% (20756/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  95% (20976/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  96% (21197/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  97% (21418/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects:  98% (21639/22080), 53.08 MiB | 26.55 MiB/s
remote: Total 22080 (delta 15407), reused 20087 (delta 13994), pack-reused 0
Receiving objects:  99% (21860/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects: 100% (22080/22080), 53.08 MiB | 26.55 MiB/s
Receiving objects: 100% (22080/22080), 68.41 MiB | 29.72 MiB/s, done.
Resolving deltas:   0% (0/15407)
Resolving deltas:   1% (223/15407)
Resolving deltas:   2% (309/15407)
Resolving deltas:   3% (463/15407)
Resolving deltas:   4% (652/15407)
Resolving deltas:   5% (772/15407)
Resolving deltas:   6% (934/15407)
Resolving deltas:   7% (1098/15407)
Resolving deltas:   8% (1365/15407)
Resolving deltas:   9% (1397/15407)
Resolving deltas:  10% (1592/15407)
Resolving deltas:  11% (1793/15407)
Resolving deltas:  13% (2134/15407)
Resolving deltas:  16% (2511/15407)
Resolving deltas:  17% (2625/15407)
Resolving deltas:  18% (2784/15407)
Resolving deltas:  19% (2928/15407)
Resolving deltas:  20% (3104/15407)
Resolving deltas:  21% (3255/15407)
Resolving deltas:  22% (3393/15407)
Resolving deltas:  23% (3550/15407)
Resolving deltas:  24% (3737/15407)
Resolving deltas:  25% (3869/15407)
Resolving deltas:  26% (4019/15407)
Resolving deltas:  27% (4174/15407)
Resolving deltas:  28% (4324/15407)
Resolving deltas:  30% (4700/15407)
Resolving deltas:  32% (4969/15407)
Resolving deltas:  33% (5105/15407)
Resolving deltas:  34% (5264/15407)
Resolving deltas:  35% (5510/15407)
Resolving deltas:  36% (5668/15407)
Resolving deltas:  37% (5707/15407)
Resolving deltas:  38% (5860/15407)
Resolving deltas:  39% (6041/15407)
Resolving deltas:  40% (6213/15407)
Resolving deltas:  41% (6324/15407)
Resolving deltas:  42% (6484/15407)
Resolving deltas:  43% (6628/15407)
Resolving deltas:  44% (6803/15407)
Resolving deltas:  45% (7030/15407)
Resolving deltas:  46% (7092/15407)
Resolving deltas:  47% (7263/15407)
Resolving deltas:  48% (7434/15407)
Resolving deltas:  49% (7550/15407)
Resolving deltas:  50% (7718/15407)
Resolving deltas:  51% (7866/15407)
Resolving deltas:  53% (8291/15407)
Resolving deltas:  54% (8374/15407)
Resolving deltas:  55% (8550/15407)
Resolving deltas:  56% (8639/15407)
Resolving deltas:  60% (9284/15407)
Resolving deltas:  61% (9436/15407)
Resolving deltas:  62% (9568/15407)
Resolving deltas:  63% (9715/15407)
Resolving deltas:  64% (9861/15407)
Resolving deltas:  65% (10082/15407)
Resolving deltas:  66% (10172/15407)
Resolving deltas:  67% (10327/15407)
Resolving deltas:  68% (10565/15407)
Resolving deltas:  69% (10634/15407)
Resolving deltas:  70% (10830/15407)
Resolving deltas:  71% (10941/15407)
Resolving deltas:  72% (11109/15407)
Resolving deltas:  73% (11250/15407)
Resolving deltas:  74% (11408/15407)
Resolving deltas:  78% (12084/15407)
Resolving deltas:  79% (12244/15407)
Resolving deltas:  80% (12330/15407)
Resolving deltas:  81% (12493/15407)
Resolving deltas:  82% (12646/15407)
Resolving deltas:  83% (12798/15407)
Resolving deltas:  84% (12968/15407)
Resolving deltas:  85% (13097/15407)
Resolving deltas:  86% (13276/15407)
Resolving deltas:  87% (13412/15407)
Resolving deltas:  88% (13563/15407)
Resolving deltas:  89% (13714/15407)
Resolving deltas:  90% (13873/15407)
Resolving deltas:  91% (14023/15407)
Resolving deltas:  92% (14175/15407)
Resolving deltas:  93% (14333/15407)
Resolving deltas:  94% (14497/15407)
Resolving deltas:  95% (14650/15407)
Resolving deltas:  96% (14842/15407)
Resolving deltas:  97% (14954/15407)
Resolving deltas:  98% (15099/15407)
Resolving deltas:  99% (15258/15407)
Resolving deltas: 100% (15407/15407)
Resolving deltas: 100% (15407/15407), done.
Updating files:  93% (963/1025)
Updating files:  94% (964/1025)
Updating files:  95% (974/1025)
Updating files:  96% (984/1025)
Updating files:  97% (995/1025)
Updating files:  98% (1005/1025)
Updating files:  99% (1015/1025)
Updating files: 100% (1025/1025)
Updating files: 100% (1025/1025), done.
travis_time:end:0bc6c349:start=1595517465476241628,finish=1595517470912711581,duration=5436469953,event=checkout
$ cd kubernetes/minikube
travis_time:start:0dd288e8
$ git fetch origin +refs/pull/8813/merge:
remote: Enumerating objects: 71, done.
remote: Counting objects:   1% (1/52)
remote: Counting objects:   3% (2/52)
remote: Counting objects:   5% (3/52)
remote: Counting objects:   7% (4/52)
remote: Counting objects:   9% (5/52)
remote: Counting objects:  11% (6/52)
remote: Counting objects:  13% (7/52)
remote: Counting objects:  15% (8/52)
remote: Counting objects:  17% (9/52)
remote: Counting objects:  19% (10/52)
remote: Counting objects:  21% (11/52)
remote: Counting objects:  23% (12/52)
remote: Counting objects:  25% (13/52)
remote: Counting objects:  26% (14/52)
remote: Counting objects:  28% (15/52)
remote: Counting objects:  30% (16/52)
remote: Counting objects:  32% (17/52)
remote: Counting objects:  34% (18/52)
remote: Counting objects:  36% (19/52)
remote: Counting objects:  38% (20/52)
remote: Counting objects:  40% (21/52)
remote: Counting objects:  42% (22/52)
remote: Counting objects:  44% (23/52)
remote: Counting objects:  46% (24/52)
remote: Counting objects:  48% (25/52)
remote: Counting objects:  50% (26/52)
remote: Counting objects:  51% (27/52)
remote: Counting objects:  53% (28/52)
remote: Counting objects:  55% (29/52)
remote: Counting objects:  57% (30/52)
remote: Counting objects:  59% (31/52)
remote: Counting objects:  61% (32/52)
remote: Counting objects:  63% (33/52)
remote: Counting objects:  65% (34/52)
remote: Counting objects:  67% (35/52)
remote: Counting objects:  69% (36/52)
remote: Counting objects:  71% (37/52)
remote: Counting objects:  73% (38/52)
remote: Counting objects:  75% (39/52)
remote: Counting objects:  76% (40/52)
remote: Counting objects:  78% (41/52)
remote: Counting objects:  80% (42/52)
remote: Counting objects:  82% (43/52)
remote: Counting objects:  84% (44/52)
remote: Counting objects:  86% (45/52)
remote: Counting objects:  88% (46/52)
remote: Counting objects:  90% (47/52)
remote: Counting objects:  92% (48/52)
remote: Counting objects:  94% (49/52)
remote: Counting objects:  96% (50/52)
remote: Counting objects:  98% (51/52)
remote: Counting objects: 100% (52/52)
remote: Counting objects: 100% (52/52), done.
remote: Compressing objects:   7% (1/13)
remote: Compressing objects:  15% (2/13)
remote: Compressing objects:  23% (3/13)
remote: Compressing objects:  30% (4/13)
remote: Compressing objects:  38% (5/13)
remote: Compressing objects:  46% (6/13)
remote: Compressing objects:  53% (7/13)
remote: Compressing objects:  61% (8/13)
remote: Compressing objects:  69% (9/13)
remote: Compressing objects:  76% (10/13)
remote: Compressing objects:  84% (11/13)
remote: Compressing objects:  92% (12/13)
remote: Compressing objects: 100% (13/13)
remote: Compressing objects: 100% (13/13), done.
remote: Total 27 (delta 21), reused 18 (delta 13), pack-reused 0
Unpacking objects:   3% (1/27)
Unpacking objects:   7% (2/27)
Unpacking objects:  11% (3/27)
Unpacking objects:  14% (4/27)
Unpacking objects:  18% (5/27)
Unpacking objects:  22% (6/27)
Unpacking objects:  25% (7/27)
Unpacking objects:  29% (8/27)
Unpacking objects:  33% (9/27)
Unpacking objects:  37% (10/27)
Unpacking objects:  40% (11/27)
Unpacking objects:  44% (12/27)
Unpacking objects:  48% (13/27)
Unpacking objects:  51% (14/27)
Unpacking objects:  55% (15/27)
Unpacking objects:  59% (16/27)
Unpacking objects:  62% (17/27)
Unpacking objects:  66% (18/27)
Unpacking objects:  70% (19/27)
Unpacking objects:  74% (20/27)
Unpacking objects:  77% (21/27)
Unpacking objects:  81% (22/27)
Unpacking objects:  85% (23/27)
Unpacking objects:  88% (24/27)
Unpacking objects:  92% (25/27)
Unpacking objects:  96% (26/27)
Unpacking objects: 100% (27/27)
Unpacking objects: 100% (27/27), 5.58 KiB | 439.00 KiB/s, done.
From https://github.com/kubernetes/minikube
 * branch              refs/pull/8813/merge -> FETCH_HEAD
travis_time:end:0dd288e8:start=1595517470916728539,finish=1595517471338653861,duration=421925322,event=checkout
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

travis_fold:start:git.submodule
travis_time:start:0111ee54
$ git submodule update --init --recursive
Submodule 'site/themes/docsy' (https://github.com/google/docsy.git) registered for path 'site/themes/docsy'
Cloning into '/home/travis/build/kubernetes/minikube/site/themes/docsy'...
Submodule path 'site/themes/docsy': checked out 'dd303fd19cc13ffc01bcbe86ff54f21e423d04de'
Submodule 'assets/vendor/Font-Awesome' (https://github.com/FortAwesome/Font-Awesome.git) registered for path 'site/themes/docsy/assets/vendor/Font-Awesome'
Submodule 'assets/vendor/bootstrap' (https://github.com/twbs/bootstrap.git) registered for path 'site/themes/docsy/assets/vendor/bootstrap'
Cloning into '/home/travis/build/kubernetes/minikube/site/themes/docsy/assets/vendor/Font-Awesome'...
Cloning into '/home/travis/build/kubernetes/minikube/site/themes/docsy/assets/vendor/bootstrap'...
Submodule path 'site/themes/docsy/assets/vendor/Font-Awesome': checked out '538a5bc4cf7989821d052e3ff919e2bead07021c'
Submodule path 'site/themes/docsy/assets/vendor/bootstrap': checked out '3b558734382ce58b51e5fc676453bfd53bba9201'
travis_time:end:0111ee54:start=1595517472464008764,finish=1595517497758769138,duration=25294760374,event=checkout
travis_fold:end:git.submodule
travis_time:end:0111ee54:start=1595517472464008764,finish=1595517497761479242,duration=25297470478,event=checkout
$ travis_export_go 1.14.6 github.com/kubernetes/minikube
travis_time:start:182e4cbb

Setting environment variables from .travis.yml
$ export GOPROXY=https://proxy.golang.org

travis_time:end:182e4cbb:start=1595517497767412861,finish=1595517497774412819,duration=6999958,event=env
travis_time:start:0dd8985a
$ travis_setup_go
go version go1.14.6 linux/amd64
$ export GOPATH="/home/travis/gopath"
$ export PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin"
$ export GO111MODULE="auto"
travis_time:end:0dd8985a:start=1595517497777941985,finish=1595517528680815322,duration=30902873337,event=
$ gimme version
v1.5.4
$ go version
go version go1.14.6 linux/amd64
travis_fold:start:go.env
$ go env
GO111MODULE="auto"
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/travis/.cache/go-build"
GOENV="/home/travis/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/travis/gopath"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org"
GOROOT="/home/travis/.gimme/versions/go1.14.6.linux.amd64"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/home/travis/.gimme/versions/go1.14.6.linux.amd64/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/travis/gopath/src/github.com/kubernetes/minikube/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-build471241704=/tmp/go-build -gno-record-gcc-switches"
travis_fold:end:go.env
travis_fold:start:install
travis_time:start:06d0de59
$ travis_install_go_dependencies 1.14.6 -v
Makefile detected
travis_time:end:06d0de59:start=1595517529240132351,finish=1595517529243403767,duration=3271416,event=install
travis_fold:end:install
travis_time:start:09add64e
$ make
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
go build  -tags "container_image_ostree_stub containers_image_openpgp go_getter_nos3 go_getter_nogcs" -ldflags="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="2daf91951c01d9784e600f0b73775d9f475d408d"" -o out/minikube k8s.io/minikube/cmd/minikube
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading k8s.io/client-go v0.17.3
go: downloading github.com/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: downloading k8s.io/kubectl v0.17.3
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/spf13/cobra v1.0.0
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading k8s.io/apimachinery v0.17.3
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading cloud.google.com/go v0.57.0
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading github.com/otiai10/copy v1.0.2
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: finding module for package k8s.io/minikube/pkg/minikube/state
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading k8s.io/api v0.17.3
go: downloading github.com/fatih/color v1.9.0
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/imdario/mergo v0.3.9
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading golang.org/x/text v0.3.2
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading k8s.io/kubernetes v1.17.3
go: downloading github.com/google/gofuzz v1.0.0
go: downloading google.golang.org/api v0.25.0
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading google.golang.org/grpc v1.29.1
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading github.com/spf13/viper v1.7.0
go: downloading github.com/spf13/cast v1.3.1
go: downloading k8s.io/klog v1.0.0
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading go.opencensus.io v0.22.3
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading github.com/golang/protobuf v1.4.2
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading k8s.io/component-base v0.17.3
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/google/uuid v1.1.1
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading k8s.io/kube-proxy v0.17.3
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading google.golang.org/protobuf v1.24.0
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading k8s.io/kubelet v0.17.3
go: downloading go.uber.org/zap v1.10.0
go: downloading github.com/google/go-cmp v0.4.1
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/magiconair/properties v1.8.1
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading go.uber.org/atomic v1.4.0
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading go.uber.org/multierr v1.1.0
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading github.com/json-iterator/go v1.1.9
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
pkg/minikube/bootstrapper/bsutil/kverify/api_server.go:42:2: cannot find module providing package k8s.io/minikube/pkg/minikube/state: module k8s.io/minikube/pkg/minikube/state: reading https://proxy.golang.org/k8s.io/minikube/pkg/minikube/state/@v/list: 410 Gone
	server response: not found: module k8s.io/minikube/pkg/minikube/state: no matching versions for query "latest"
Makefile:165: recipe for target 'out/minikube' failed
make: *** [out/minikube] Error 1
travis_time:end:09add64e:start=1595517529247572415,finish=1595517571826227712,duration=42578655297,event=script
TravisBuddy Request Identifier: 5f41e090-ccf8-11ea-a3f9-a5c55cea7642

@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jul 23, 2020
@TravisBuddy
Copy link

Travis tests have failed

Hey @tstromberg,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

make test
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
MINIKUBE_LDFLAGS="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="6e81d79fab635a6c9a10fb0a3b8cb3da2559ac3d"" ./test.sh
= make lint =============================================================
golangci/golangci-lint info checking GitHub for tag 'v1.26.0'
golangci/golangci-lint info found version: 1.26.0 for v1.26.0/linux/amd64
golangci/golangci-lint info installed out/linters/golangci-lint
WARN [runner] Can't run linter unused: buildssa: analysis skipped: errors in package: [/home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/legacy_status.go:107:20: undeclared name: cc /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/legacy_status.go:108:38: undeclared name: cc /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/legacy_status.go:110:27: undeclared name: api /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/legacy_status.go:110:33: undeclared name: cc /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/legacy_status.go:110:14: cannot initialize 2 variables with 1 values /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/legacy_status.go:162:20: undeclared name: cs /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/status.go:126:34: cannot use cc (variable of type *"k8s.io/minikube/pkg/minikube/config".ClusterConfig) as "k8s.io/minikube/pkg/minikube/config".ClusterConfig value in argument to cluster.Status /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/status.go:127:13: cannot convert nil (untyped nil value) to cluster.State /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/status.go:133:4: undeclared name: nodeStatus /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/status.go:136:3: undeclared name: clusterStatus /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/status.go:143:28: cannot use cc (variable of type *"k8s.io/minikube/pkg/minikube/config".ClusterConfig) as "k8s.io/minikube/pkg/minikube/config".ClusterConfig value in argument to cluster.Status /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/status.go:143:8: cannot initialize 1 variables with 2 values /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/status.go:144:8: sc.CompatMode undefined (type statusConfig has no field or method CompatMode) /home/travis/gopath/src/github.com/kubernetes/minikube/cmd/minikube/cmd/status.go:145:10: no result values expected] 
WARN [runner] Can't run linter goanalysis_metalinter: ST1005: failed prerequisites: [buildssa@k8s.io/minikube/pkg/drivers/none: analysis skipped: errors in package: [/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/drivers/none/none.go:137:10: cannot use ast (variable of type state.Component) as state.State value in return statement /home/travis/gopath/src/github.com/kubernetes/minikube/pkg/drivers/none/none.go:141:5: cannot compare ast == state.Paused (mismatched types state.Component and state.State) /home/travis/gopath/src/github.com/kubernetes/minikube/pkg/drivers/none/none.go:141:28: cannot compare ast == state.Running (mismatched types state.Component and state.State)]] 
ERRO Running error: ST1005: failed prerequisites: [buildssa@k8s.io/minikube/pkg/drivers/none: analysis skipped: errors in package: [/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/drivers/none/none.go:137:10: cannot use ast (variable of type state.Component) as state.State value in return statement /home/travis/gopath/src/github.com/kubernetes/minikube/pkg/drivers/none/none.go:141:5: cannot compare ast == state.Paused (mismatched types state.Component and state.State) /home/travis/gopath/src/github.com/kubernetes/minikube/pkg/drivers/none/none.go:141:28: cannot compare ast == state.Running (mismatched types state.Component and state.State)]] 
Makefile:390: recipe for target 'lint-ci' failed
make[1]: *** [lint-ci] Error 3
= go mod ================================================================
ok
= boilerplate ===========================================================
boilerplate missing: /home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/ip.go
/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/state/state.go
consider running: /home/travis/gopath/src/github.com/kubernetes/minikube/hack/boilerplate/fix.sh
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 12

2nd Build

View build log

make test
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
MINIKUBE_LDFLAGS="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="6e81d79fab635a6c9a10fb0a3b8cb3da2559ac3d"" ./test.sh
= schema_check ==========================================================
go: downloading github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
ok
= go test ===============================================================
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading github.com/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading k8s.io/client-go v0.17.3
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/spf13/cobra v1.0.0
go: downloading k8s.io/apimachinery v0.17.3
go: downloading k8s.io/api v0.17.3
go: downloading github.com/otiai10/copy v1.0.2
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/google/uuid v1.1.1
go: downloading k8s.io/kubectl v0.17.3
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/json-iterator/go v1.1.9
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner/v5 v5.0.0
go: downloading github.com/imdario/mergo v0.3.9
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading cloud.google.com/go v0.57.0
go: downloading github.com/spf13/viper v1.7.0
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/magiconair/properties v1.8.1
go: downloading go.uber.org/zap v1.10.0
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading k8s.io/kubernetes v1.17.3
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading github.com/google/gofuzz v1.0.0
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading github.com/spf13/pflag v1.0.5
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading golang.org/x/text v0.3.2
go: downloading go.opencensus.io v0.22.3
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/google/go-cmp v0.4.1
go: downloading google.golang.org/api v0.25.0
go: downloading go.uber.org/multierr v1.1.0
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: downloading github.com/prometheus/client_golang v1.4.1
go: downloading github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/golang/protobuf v1.4.2
go: downloading k8s.io/component-base v0.17.3
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading google.golang.org/protobuf v1.24.0
go: downloading github.com/prometheus/common v0.9.1
go: downloading google.golang.org/grpc v1.29.1
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/aws/aws-sdk-go v1.31.6
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/miekg/dns v1.1.27
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading go.uber.org/atomic v1.4.0
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading github.com/prometheus/procfs v0.0.8
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/cespare/xxhash/v2 v2.1.1
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading k8s.io/kubelet v0.17.3
go: downloading k8s.io/kube-proxy v0.17.3
go: downloading k8s.io/klog v1.0.0
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading github.com/fatih/color v1.9.0
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading github.com/jmespath/go-jmespath v0.3.0
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: downloading github.com/evanphx/json-patch v4.5.0+incompatible
go: downloading github.com/pmezard/go-difflib v1.0.0
# k8s.io/minikube/cmd/minikube/cmd [k8s.io/minikube/cmd/minikube/cmd.test]
cmd/minikube/cmd/legacy_status.go:107: undefined: cc in cc.Nodes
cmd/minikube/cmd/legacy_status.go:108: undefined: cc
cmd/minikube/cmd/legacy_status.go:110: assignment mismatch: 2 variables but legacyStatus returns 1 values
cmd/minikube/cmd/legacy_status.go:110: too many arguments in call to legacyStatus
cmd/minikube/cmd/legacy_status.go:110: undefined: api
cmd/minikube/cmd/legacy_status.go:110: undefined: cc
cmd/minikube/cmd/legacy_status.go:162: undefined: cs in cs.Nodes
cmd/minikube/cmd/status.go:143: assignment mismatch: 1 variable but cluster.Status returns 2 values
cmd/minikube/cmd/status.go:143: cannot use cc (type *"k8s.io/minikube/pkg/minikube/config".ClusterConfig) as type "k8s.io/minikube/pkg/minikube/config".ClusterConfig in argument to cluster.Status
cmd/minikube/cmd/status.go:144: sc.CompatMode undefined (type statusConfig has no field or method CompatMode, but does have compatMode)
cmd/minikube/cmd/status.go:144: too many errors
FAIL	k8s.io/minikube/cmd/minikube/cmd [build failed]
ok  	k8s.io/minikube/cmd/minikube/cmd/config	0.522s	coverage: 21.5% of statements
ok  	k8s.io/minikube/pkg/addons	0.054s	coverage: 53.3% of statements
ok  	k8s.io/minikube/pkg/drivers	0.007s	coverage: 19.6% of statements
ok  	k8s.io/minikube/pkg/drivers/hyperkit	0.010s	coverage: 77.3% of statements
ok  	k8s.io/minikube/pkg/drivers/kic/oci	0.012s	coverage: 0.0% of statements
ok  	k8s.io/minikube/pkg/drivers/kvm	0.042s	coverage: 2.3% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper	0.605s	coverage: 55.7% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil	0.127s	coverage: 62.4% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/ktmpl	0.019s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/images	0.013s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/cluster	0.074s	coverage: 27.4% of statements
ok  	k8s.io/minikube/pkg/minikube/command	0.021s	coverage: 4.3% of statements
ok  	k8s.io/minikube/pkg/minikube/config	0.150s	coverage: 70.0% of statements
ok  	k8s.io/minikube/pkg/minikube/cruntime	0.056s	coverage: 36.6% of statements
ok  	k8s.io/minikube/pkg/minikube/docker	0.027s	coverage: 20.8% of statements
ok  	k8s.io/minikube/pkg/minikube/driver	0.037s	coverage: 34.9% of statements
ok  	k8s.io/minikube/pkg/minikube/extract	0.006s	coverage: 58.8% of statements
ok  	k8s.io/minikube/pkg/minikube/image	0.022s	coverage: 3.0% of statements
ok  	k8s.io/minikube/pkg/minikube/kubeconfig	0.033s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/localpath	0.005s	coverage: 50.0% of statements
ok  	k8s.io/minikube/pkg/minikube/logs	0.043s	coverage: 1.3% of statements
ok  	k8s.io/minikube/pkg/minikube/machine	1.295s	coverage: 34.3% of statements
ok  	k8s.io/minikube/pkg/minikube/notify	0.016s	coverage: 92.9% of statements
ok  	k8s.io/minikube/pkg/minikube/out	0.072s	coverage: 58.0% of statements
ok  	k8s.io/minikube/pkg/minikube/out/register	0.008s	coverage: 76.5% of statements
ok  	k8s.io/minikube/pkg/minikube/perf	4.195s	coverage: 33.8% of statements
ok  	k8s.io/minikube/pkg/minikube/problem	0.012s	coverage: 92.7% of statements
ok  	k8s.io/minikube/pkg/minikube/proxy	0.009s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/registry	0.010s	coverage: 75.5% of statements
ok  	k8s.io/minikube/pkg/minikube/service	0.111s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/shell	0.003s	coverage: 97.1% of statements
ok  	k8s.io/minikube/pkg/minikube/storageclass	0.055s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/sysinit	0.047s	coverage: 6.5% of statements
ok  	k8s.io/minikube/pkg/minikube/translate	0.010s	coverage: 10.5% of statements
ok  	k8s.io/minikube/pkg/minikube/tunnel	1.708s	coverage: 64.2% of statements
ok  	k8s.io/minikube/pkg/util	0.950s	coverage: 77.9% of statements
ok  	k8s.io/minikube/pkg/util/lock	0.004s	coverage: 18.2% of statements
ok  	k8s.io/minikube/pkg/util/retry	0.004s	coverage: 0.0% of statements
FAIL
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 32

3rd Build

View build log

make
cmake version 3.12.4
heroku version
heroku/7.42.1 linux-x64 node-v12.16.2
imagemagick version
Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-11-12 http://www.imagemagick.org
md5deep version
4.4
mercurial version
version 4.8
mysql version
mysql  Ver 14.14 Distrib 5.7.30, for Linux (x86_64) using  EditLine wrapper
openssl version
OpenSSL 1.0.2g  1 Mar 2016
packer version
1.3.3
postgresql client version
psql (PostgreSQL) 10.13 (Ubuntu 10.13-1.pgdg16.04+1)
ragel version
Ragel State Machine Compiler version 6.8 Feb 2013
sudo version
1.8.16
gzip version
gzip 1.6
zip version
Zip 3.0
vim version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Mar 18 2020 14:06:17)
iptables version
iptables v1.6.0
curl version
curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3
wget version
GNU Wget 1.17.1 built on linux-gnu.
rsync version
rsync  version 3.1.1  protocol version 31
gimme version
v1.5.4
nvm version
0.35.3
perlbrew version
/home/travis/perl5/perlbrew/bin/perlbrew  - App::perlbrew/0.88
phpenv version
rbenv 1.1.2-30-gc879cb0
rvm version
rvm 1.29.10 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io]
default ruby version
ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux]
CouchDB version
couchdb 1.6.1
ElasticSearch version
5.5.0
Installed Firefox version
firefox 63.0.1
MongoDB version
MongoDB 4.0.19
PhantomJS version
2.1.1
Pre-installed PostgreSQL versions
9.4.26
9.5.22
9.6.18
Redis version
redis-server 6.0.5
Pre-installed Go versions
1.11.1
ant version
Apache Ant(TM) version 1.9.6 compiled on July 20 2018
mvn version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
gradle version
Gradle 5.1.1!
lein version
Leiningen 2.9.3 on Java 11.0.2 OpenJDK 64-Bit Server VM
Pre-installed Node.js versions
v10.21.0
v11.0.0
v12.18.1
v4.9.1
v6.17.1
v8.12.0
v8.17.0
v8.9
phpenv versions
  system
  5.6
  5.6.40
  7.1
  7.1.27
  7.2
* 7.2.15 (set by /home/travis/.phpenv/version)
  hhvm
  hhvm-stable
composer --version
Composer version 1.8.4 2019-02-11 10:52:10
Pre-installed Ruby versions
ruby-2.3.8
ruby-2.4.5
ruby-2.5.3

Updating gimme

$ git clone --depth=50 https://github.com/kubernetes/minikube.git kubernetes/minikube
Cloning into 'kubernetes/minikube'...
remote: Enumerating objects: 20731, done.
remote: Counting objects: 100% (20731/20731), done.
remote: Compressing objects: 100% (6773/6773), done.
remote: Total 20731 (delta 14456), reused 18544 (delta 12877), pack-reused 0
Receiving objects: 100% (20731/20731), 67.97 MiB | 31.03 MiB/s, done.
Resolving deltas: 100% (14456/14456), done.
Updating files: 100% (1026/1026), done.
$ cd kubernetes/minikube
$ git fetch origin +refs/pull/8813/merge:
remote: Enumerating objects: 99, done.
remote: Counting objects: 100% (88/88), done.
remote: Compressing objects: 100% (29/29), done.
remote: Total 53 (delta 36), reused 35 (delta 22), pack-reused 0
Unpacking objects: 100% (53/53), 14.20 KiB | 440.00 KiB/s, done.
From https://github.com/kubernetes/minikube
 * branch              refs/pull/8813/merge -> FETCH_HEAD
$ git checkout -qf FETCH_HEAD

$ git submodule update --init --recursive
Submodule 'site/themes/docsy' (https://github.com/google/docsy.git) registered for path 'site/themes/docsy'
Cloning into '/home/travis/build/kubernetes/minikube/site/themes/docsy'...
Submodule path 'site/themes/docsy': checked out 'dd303fd19cc13ffc01bcbe86ff54f21e423d04de'
Submodule 'assets/vendor/Font-Awesome' (https://github.com/FortAwesome/Font-Awesome.git) registered for path 'site/themes/docsy/assets/vendor/Font-Awesome'
Submodule 'assets/vendor/bootstrap' (https://github.com/twbs/bootstrap.git) registered for path 'site/themes/docsy/assets/vendor/bootstrap'
Cloning into '/home/travis/build/kubernetes/minikube/site/themes/docsy/assets/vendor/Font-Awesome'...
Cloning into '/home/travis/build/kubernetes/minikube/site/themes/docsy/assets/vendor/bootstrap'...
Submodule path 'site/themes/docsy/assets/vendor/Font-Awesome': checked out '538a5bc4cf7989821d052e3ff919e2bead07021c'
Submodule path 'site/themes/docsy/assets/vendor/bootstrap': checked out '3b558734382ce58b51e5fc676453bfd53bba9201'
$ travis_export_go 1.14.6 github.com/kubernetes/minikube

Setting environment variables from .travis.yml
$ export GOPROXY=https://proxy.golang.org

$ travis_setup_go
go version go1.14.6 linux/amd64
$ export GOPATH="/home/travis/gopath"
$ export PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin"
$ export GO111MODULE="auto"
$ gimme version
v1.5.4
$ go version
go version go1.14.6 linux/amd64
$ go env
GO111MODULE="auto"
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/travis/.cache/go-build"
GOENV="/home/travis/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/travis/gopath"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org"
GOROOT="/home/travis/.gimme/versions/go1.14.6.linux.amd64"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/home/travis/.gimme/versions/go1.14.6.linux.amd64/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/travis/gopath/src/github.com/kubernetes/minikube/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-build161148835=/tmp/go-build -gno-record-gcc-switches"
$ travis_install_go_dependencies 1.14.6 -v
Makefile detected
$ make
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
go build  -tags "container_image_ostree_stub containers_image_openpgp go_getter_nos3 go_getter_nogcs" -ldflags="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="6e81d79fab635a6c9a10fb0a3b8cb3da2559ac3d"" -o out/minikube k8s.io/minikube/cmd/minikube
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading github.com/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: downloading github.com/spf13/viper v1.7.0
go: downloading k8s.io/client-go v0.17.3
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: downloading github.com/docker/go-units v0.4.0
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading golang.org/x/text v0.3.2
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading google.golang.org/api v0.25.0
go: downloading k8s.io/klog v1.0.0
go: downloading k8s.io/apimachinery v0.17.3
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading github.com/otiai10/copy v1.0.2
go: downloading k8s.io/api v0.17.3
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/spf13/cobra v1.0.0
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading github.com/fatih/color v1.9.0
go: downloading k8s.io/kubectl v0.17.3
go: downloading github.com/imdario/mergo v0.3.9
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading github.com/magiconair/properties v1.8.1
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading k8s.io/kubernetes v1.17.3
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading google.golang.org/grpc v1.29.1
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading go.opencensus.io v0.22.3
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading go.uber.org/zap v1.10.0
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading cloud.google.com/go v0.57.0
go: downloading github.com/google/gofuzz v1.0.0
go: downloading go.uber.org/atomic v1.4.0
go: downloading github.com/golang/protobuf v1.4.2
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading go.uber.org/multierr v1.1.0
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/json-iterator/go v1.1.9
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading google.golang.org/protobuf v1.24.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading k8s.io/kube-proxy v0.17.3
go: downloading k8s.io/kubelet v0.17.3
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading k8s.io/component-base v0.17.3
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading github.com/google/go-cmp v0.4.1
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
# k8s.io/minikube/pkg/drivers/none
pkg/drivers/none/none.go:137:3: cannot use ast (type "k8s.io/minikube/pkg/minikube/state".Component) as type "github.com/docker/machine/libmachine/state".State in return argument
pkg/drivers/none/none.go:141:9: invalid operation: ast == "github.com/docker/machine/libmachine/state".Paused (mismatched types "k8s.io/minikube/pkg/minikube/state".Component and "github.com/docker/machine/libmachine/state".State)
pkg/drivers/none/none.go:141:32: invalid operation: ast == "github.com/docker/machine/libmachine/state".Running (mismatched types "k8s.io/minikube/pkg/minikube/state".Component and "github.com/docker/machine/libmachine/state".State)
# k8s.io/minikube/cmd/minikube/cmd
cmd/minikube/cmd/legacy_status.go:107:20: undefined: cc
cmd/minikube/cmd/legacy_status.go:108:38: undefined: cc
cmd/minikube/cmd/legacy_status.go:110:11: assignment mismatch: 2 variables but legacyStatus returns 1 values
cmd/minikube/cmd/legacy_status.go:110:26: too many arguments in call to legacyStatus
cmd/minikube/cmd/legacy_status.go:110:27: undefined: api
cmd/minikube/cmd/legacy_status.go:110:33: undefined: cc
cmd/minikube/cmd/legacy_status.go:162:20: undefined: cs
cmd/minikube/cmd/status.go:143:5: assignment mismatch: 1 variable but cluster.Status returns 2 values
cmd/minikube/cmd/status.go:143:22: cannot use cc (type *"k8s.io/minikube/pkg/minikube/config".ClusterConfig) as type "k8s.io/minikube/pkg/minikube/config".ClusterConfig in argument to cluster.Status
cmd/minikube/cmd/status.go:144:7: sc.CompatMode undefined (type statusConfig has no field or method CompatMode, but does have compatMode)
cmd/minikube/cmd/status.go:144:7: too many errors
Makefile:165: recipe for target 'out/minikube' failed
make: *** [out/minikube] Error 2
TravisBuddy Request Identifier: 66774270-cd24-11ea-a3f9-a5c55cea7642

@tstromberg
Copy link
Contributor Author

Obsoleted by #8868

@tstromberg tstromberg closed this Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. july-chill size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add transient states ("stopping", "starting")
3 participants