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

Fix bugs which prevented upgrades from v1.0+ to v1.12 #8741

Merged
merged 16 commits into from
Jul 17, 2020

Conversation

tstromberg
Copy link
Contributor

@tstromberg tstromberg commented Jul 17, 2020

Fixes a couple of upgrade quirks I noticed during testing:

This also adds integration tests to assert that we can always upgrade from a stopped v1.0 cluster, or a newer running cluster.

There are likely other edge-cases provided by random command-line options, but this PR addresses the edge cases that affect most if not all users.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 17, 2020
@tstromberg tstromberg changed the title Make upgrades from v1.0.0 through v1.12.0 possible Make binary upgrades from v1.0.0 through v1.12.0 possible Jul 17, 2020
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 17, 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 the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 17, 2020
@tstromberg
Copy link
Contributor Author

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Jul 17, 2020
@minikube-pr-bot
Copy link

kvm2 Driver
docker Driver

@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.4.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.0/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.4.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.0/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.0 -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="0e6a81f8a1137de7aac5bb5b3c336501f69d9eee"" ./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/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: downloading k8s.io/apimachinery v0.17.3
go: downloading github.com/spf13/cobra v1.0.0
go: downloading k8s.io/client-go v0.17.3
go: downloading github.com/pkg/errors v0.9.1
go: downloading k8s.io/kubernetes v1.17.3
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/docker/go-units v0.4.0
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 github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading k8s.io/api v0.17.3
go: downloading k8s.io/klog v1.0.0
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading github.com/imdario/mergo v0.3.9
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading go.uber.org/zap v1.10.0
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading go.opencensus.io v0.22.3
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading golang.org/x/text v0.3.2
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading github.com/golang/protobuf v1.4.2
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading go.uber.org/atomic v1.4.0
go: downloading github.com/json-iterator/go v1.1.8
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading k8s.io/kubectl v0.17.3
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading github.com/google/gofuzz v1.0.0
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 golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading google.golang.org/protobuf v1.24.0
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading go.uber.org/multierr v1.1.0
go: downloading github.com/prometheus/client_golang v1.1.0
go: downloading cloud.google.com/go v0.57.0
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/aws/aws-sdk-go v1.31.6
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/miekg/dns v1.1.4
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading github.com/google/go-cmp v0.4.1
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading google.golang.org/grpc v1.29.1
go: downloading github.com/spf13/viper v1.7.0
go: downloading github.com/otiai10/copy v1.0.2
go: downloading k8s.io/kube-proxy v0.17.3
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/spf13/afero v1.2.2
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading google.golang.org/api v0.25.0
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading k8s.io/component-base v0.17.3
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/fatih/color v1.9.0
go: downloading k8s.io/kubelet v0.17.3
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/prometheus/common v0.6.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: downloading github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading github.com/prometheus/procfs v0.0.5
go: downloading github.com/magiconair/properties v1.8.1
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/jmespath/go-jmespath v0.3.0
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/evanphx/json-patch v4.5.0+incompatible
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
ok  	k8s.io/minikube/cmd/minikube/cmd	212.889s	coverage: 19.8% of statements
ok  	k8s.io/minikube/cmd/minikube/cmd/config	0.143s	coverage: 21.5% of statements
E0717 02:54:35.432611   12083 out.go:127] [unset errFile]: * 
E0717 02:54:35.432797   12083 out.go:127] [unset errFile]: X Error getting primary control plane: remove /tmp/profile191785099/.minikube/profiles/config.json: no such file or directory
E0717 02:54:35.432825   12083 out.go:127] [unset errFile]: * 
E0717 02:54:35.432839   12083 out.go:127] [unset errFile]: * minikube is exiting due to an error. If the above message is not useful, open an issue:
E0717 02:54:35.432851   12083 out.go:127] [unset errFile]:   - https://github.com/kubernetes/minikube/issues/new/choose
FAIL	k8s.io/minikube/pkg/addons	0.034s
ok  	k8s.io/minikube/pkg/drivers	0.006s	coverage: 19.6% of statements
ok  	k8s.io/minikube/pkg/drivers/hyperkit	0.003s	coverage: 77.3% of statements
ok  	k8s.io/minikube/pkg/drivers/kic/oci	0.007s	coverage: 0.0% of statements
ok  	k8s.io/minikube/pkg/drivers/kvm	0.016s	coverage: 2.3% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper	0.391s	coverage: 55.7% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil	0.055s	coverage: 62.4% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/ktmpl	0.007s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/images	0.003s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/cluster	0.036s	coverage: 16.7% of statements
ok  	k8s.io/minikube/pkg/minikube/command	0.017s	coverage: 4.3% of statements
ok  	k8s.io/minikube/pkg/minikube/config	0.067s	coverage: 70.0% of statements
ok  	k8s.io/minikube/pkg/minikube/cruntime	0.027s	coverage: 40.1% of statements
ok  	k8s.io/minikube/pkg/minikube/docker	0.016s	coverage: 20.8% of statements
ok  	k8s.io/minikube/pkg/minikube/driver	0.013s	coverage: 37.0% of statements
ok  	k8s.io/minikube/pkg/minikube/extract	0.005s	coverage: 58.8% of statements
ok  	k8s.io/minikube/pkg/minikube/image	0.013s	coverage: 3.0% of statements
ok  	k8s.io/minikube/pkg/minikube/kubeconfig	0.020s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/localpath	0.003s	coverage: 50.0% of statements
ok  	k8s.io/minikube/pkg/minikube/logs	0.021s	coverage: 1.3% of statements
ok  	k8s.io/minikube/pkg/minikube/machine	1.215s	coverage: 37.7% of statements
ok  	k8s.io/minikube/pkg/minikube/notify	0.013s	coverage: 92.9% of statements
ok  	k8s.io/minikube/pkg/minikube/out	0.049s	coverage: 64.8% of statements
ok  	k8s.io/minikube/pkg/minikube/out/register	0.006s	coverage: 62.2% of statements
ok  	k8s.io/minikube/pkg/minikube/perf	4.147s	coverage: 33.8% of statements
ok  	k8s.io/minikube/pkg/minikube/problem	0.010s	coverage: 91.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.008s	coverage: 75.5% of statements
ok  	k8s.io/minikube/pkg/minikube/service	0.036s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/shell	0.002s	coverage: 97.1% of statements
ok  	k8s.io/minikube/pkg/minikube/storageclass	0.015s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/sysinit	0.015s	coverage: 6.5% of statements
ok  	k8s.io/minikube/pkg/minikube/translate	0.003s	coverage: 10.5% of statements
ok  	k8s.io/minikube/pkg/minikube/tunnel	1.623s	coverage: 64.2% of statements
ok  	k8s.io/minikube/pkg/util	0.334s	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.002s	coverage: 0.0% of statements
FAIL
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 32
TravisBuddy Request Identifier: 5511c500-c7d9-11ea-ab6f-3547fdb4f9a3

@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.4.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.0/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.4.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.0/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.0 -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="4942da3f540b1435dcd6d3df682548dc8c5dbe11"" ./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/opencontainers/go-digest v1.0.0-rc1
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading k8s.io/kubernetes v1.17.3
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading google.golang.org/api v0.25.0
go: downloading github.com/spf13/cobra v1.0.0
go: downloading k8s.io/client-go v0.17.3
go: downloading github.com/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading k8s.io/apimachinery v0.17.3
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading github.com/otiai10/copy v1.0.2
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/spf13/viper v1.7.0
go: downloading github.com/aws/aws-sdk-go v1.31.6
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/magiconair/properties v1.8.1
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading k8s.io/api v0.17.3
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading k8s.io/kubectl v0.17.3
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading golang.org/x/text v0.3.2
go: downloading github.com/fatih/color v1.9.0
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading cloud.google.com/go v0.57.0
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading k8s.io/klog v1.0.0
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/prometheus/client_golang v1.1.0
go: downloading github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/golang/protobuf v1.4.2
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: downloading k8s.io/component-base v0.17.3
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading k8s.io/kubelet v0.17.3
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading k8s.io/kube-proxy v0.17.3
go: downloading google.golang.org/protobuf v1.24.0
go: downloading github.com/prometheus/common v0.6.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: downloading github.com/google/gofuzz v1.0.0
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading google.golang.org/grpc v1.29.1
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading github.com/google/go-cmp v0.4.1
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: downloading github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading github.com/beorn7/perks v1.0.1
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/imdario/mergo v0.3.9
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading github.com/jmespath/go-jmespath v0.3.0
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/prometheus/procfs v0.0.5
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/json-iterator/go v1.1.8
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading go.opencensus.io v0.22.3
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading go.uber.org/zap v1.10.0
go: downloading github.com/miekg/dns v1.1.4
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading go.uber.org/multierr v1.1.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading go.uber.org/atomic v1.4.0
go: downloading github.com/evanphx/json-patch v4.5.0+incompatible
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: downloading github.com/pmezard/go-difflib v1.0.0
ok  	k8s.io/minikube/cmd/minikube/cmd	3.872s	coverage: 19.6% of statements
ok  	k8s.io/minikube/cmd/minikube/cmd/config	0.154s	coverage: 21.5% of statements
E0717 03:07:25.360729   12199 out.go:127] [unset errFile]: * 
E0717 03:07:25.361076   12199 out.go:127] [unset errFile]: X Error getting primary control plane: remove /tmp/profile906290216/.minikube/profiles/config.json: no such file or directory
E0717 03:07:25.361093   12199 out.go:127] [unset errFile]: * 
E0717 03:07:25.361103   12199 out.go:127] [unset errFile]: * minikube is exiting due to an error. If the above message is not useful, open an issue:
E0717 03:07:25.361113   12199 out.go:127] [unset errFile]:   - https://github.com/kubernetes/minikube/issues/new/choose
FAIL	k8s.io/minikube/pkg/addons	0.079s
ok  	k8s.io/minikube/pkg/drivers	0.007s	coverage: 19.6% of statements
ok  	k8s.io/minikube/pkg/drivers/hyperkit	0.002s	coverage: 77.3% of statements
ok  	k8s.io/minikube/pkg/drivers/kic/oci	0.013s	coverage: 0.0% of statements
ok  	k8s.io/minikube/pkg/drivers/kvm	0.034s	coverage: 2.3% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper	1.437s	coverage: 55.7% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil	0.094s	coverage: 62.4% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/ktmpl	0.022s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/images	0.004s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/cluster	0.060s	coverage: 16.7% of statements
ok  	k8s.io/minikube/pkg/minikube/command	0.025s	coverage: 4.3% of statements
ok  	k8s.io/minikube/pkg/minikube/config	0.138s	coverage: 70.0% of statements
ok  	k8s.io/minikube/pkg/minikube/cruntime	0.049s	coverage: 40.1% of statements
ok  	k8s.io/minikube/pkg/minikube/docker	0.022s	coverage: 20.8% of statements
ok  	k8s.io/minikube/pkg/minikube/driver	0.022s	coverage: 37.0% of statements
ok  	k8s.io/minikube/pkg/minikube/extract	0.006s	coverage: 58.8% of statements
ok  	k8s.io/minikube/pkg/minikube/image	0.024s	coverage: 3.0% of statements
ok  	k8s.io/minikube/pkg/minikube/kubeconfig	0.027s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/localpath	0.004s	coverage: 50.0% of statements
ok  	k8s.io/minikube/pkg/minikube/logs	0.037s	coverage: 1.3% of statements
ok  	k8s.io/minikube/pkg/minikube/machine	1.205s	coverage: 37.7% of statements
ok  	k8s.io/minikube/pkg/minikube/notify	0.014s	coverage: 92.9% of statements
ok  	k8s.io/minikube/pkg/minikube/out	0.051s	coverage: 64.8% of statements
ok  	k8s.io/minikube/pkg/minikube/out/register	0.012s	coverage: 62.2% of statements
ok  	k8s.io/minikube/pkg/minikube/perf	4.245s	coverage: 33.8% of statements
ok  	k8s.io/minikube/pkg/minikube/problem	0.017s	coverage: 91.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.008s	coverage: 75.5% of statements
ok  	k8s.io/minikube/pkg/minikube/service	0.078s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/shell	0.002s	coverage: 97.1% of statements
ok  	k8s.io/minikube/pkg/minikube/storageclass	0.027s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/sysinit	0.030s	coverage: 6.5% of statements
ok  	k8s.io/minikube/pkg/minikube/translate	0.005s	coverage: 10.5% of statements
ok  	k8s.io/minikube/pkg/minikube/tunnel	1.635s	coverage: 64.2% of statements
ok  	k8s.io/minikube/pkg/util	0.830s	coverage: 77.9% of statements
ok  	k8s.io/minikube/pkg/util/lock	0.013s	coverage: 18.2% of statements
ok  	k8s.io/minikube/pkg/util/retry	0.003s	coverage: 0.0% of statements
FAIL
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 32
TravisBuddy Request Identifier: c3dba090-c7da-11ea-ab6f-3547fdb4f9a3

@tstromberg tstromberg changed the title Make binary upgrades from v1.0.0 through v1.12.0 possible Fix bugs which prevented upgrades from v1.0+ to HEAD Jul 17, 2020
@tstromberg tstromberg changed the title Fix bugs which prevented upgrades from v1.0+ to HEAD Fix bugs which prevented upgrades from v1.0+ to v1.12 Jul 17, 2020
@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [64.838014472 64.37720267499999 62.508127042999995]
Average time for minikube: 63.90778139666667

Times for Minikube (PR 8741): [64.46544553300001 61.04591257199999 67.607436357]
Average time for Minikube (PR 8741): 64.37293148733333

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8741) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.0 on Debian   |  0.054426 |           0.054488 |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.016724 |           0.017995 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.004708 |           0.012775 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 39.709681 |          41.285864 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 22.114428 |          21.556582 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.353301 |           1.270183 |
| components...                  |           |                    |
| * Enabled addons:              |  0.579058 |           0.102215 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.072527 |           0.069161 |
| configured to use "minikube"   |           |                    |
|                                |  0.002927 |           0.003669 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [25.822090926999998 25.828485478999998 26.252354901000004]
Average time for minikube: 25.967643769000002

Times for Minikube (PR 8741): [27.186333945999998 24.786307352999994 25.45797803]
Average time for Minikube (PR 8741): 25.810206443

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8741) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.0 on Debian   |  0.066124 |           0.072569 |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.002354 |           0.003388 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.053782 |           0.055380 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  7.272422 |           7.408786 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 17.557829 |          17.317906 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.774493 |           0.851631 |
| components...                  |           |                    |
| * Enabled addons:              |  0.175586 |           0.033299 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.060233 |           0.064068 |
| configured to use "minikube"   |           |                    |
|                                |  0.004821 |           0.003179 |
+--------------------------------+-----------+--------------------+

@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.4.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.0/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.4.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.0/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.0 -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="b428f6d97787593e65888e23883a485aa9c12100"" ./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/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/spf13/cobra v1.0.0
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading github.com/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading github.com/docker/go-units v0.4.0
go: downloading k8s.io/api v0.17.3
go: downloading k8s.io/apimachinery v0.17.3
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading k8s.io/client-go v0.17.3
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading golang.org/x/text v0.3.2
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading github.com/spf13/viper v1.7.0
go: downloading cloud.google.com/go v0.57.0
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading github.com/otiai10/copy v1.0.2
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/magiconair/properties v1.8.1
go: downloading k8s.io/kubernetes v1.17.3
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading google.golang.org/api v0.25.0
go: downloading go.opencensus.io v0.22.3
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: downloading github.com/google/gofuzz v1.0.0
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading google.golang.org/grpc v1.29.1
go: downloading github.com/fatih/color v1.9.0
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading k8s.io/kubectl v0.17.3
go: downloading go.uber.org/zap v1.10.0
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/google/go-cmp v0.4.1
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading github.com/golang/protobuf v1.4.2
go: downloading google.golang.org/protobuf v1.24.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/prometheus/client_golang v1.1.0
go: downloading go.uber.org/atomic v1.4.0
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: downloading github.com/imdario/mergo v0.3.9
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading go.uber.org/multierr v1.1.0
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading github.com/json-iterator/go v1.1.8
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading k8s.io/klog v1.0.0
go: downloading k8s.io/component-base v0.17.3
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading k8s.io/kube-proxy v0.17.3
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading github.com/aws/aws-sdk-go v1.31.6
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/prometheus/common v0.6.0
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/miekg/dns v1.1.4
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading k8s.io/kubelet v0.17.3
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/jmespath/go-jmespath v0.3.0
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/prometheus/procfs v0.0.5
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/evanphx/json-patch v4.5.0+incompatible
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
ok  	k8s.io/minikube/cmd/minikube/cmd	4.580s	coverage: 19.6% of statements
ok  	k8s.io/minikube/cmd/minikube/cmd/config	0.151s	coverage: 21.5% of statements
ok  	k8s.io/minikube/pkg/addons	0.065s	coverage: 53.5% of statements
ok  	k8s.io/minikube/pkg/drivers	0.014s	coverage: 19.6% of statements
ok  	k8s.io/minikube/pkg/drivers/hyperkit	0.007s	coverage: 77.3% of statements
ok  	k8s.io/minikube/pkg/drivers/kic/oci	0.009s	coverage: 0.0% of statements
ok  	k8s.io/minikube/pkg/drivers/kvm	0.026s	coverage: 2.3% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper	0.937s	coverage: 55.7% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil	0.124s	coverage: 62.4% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/ktmpl	0.010s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/images	0.003s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/cluster	0.067s	coverage: 16.7% of statements
ok  	k8s.io/minikube/pkg/minikube/command	0.022s	coverage: 4.3% of statements
ok  	k8s.io/minikube/pkg/minikube/config	0.155s	coverage: 70.0% of statements
ok  	k8s.io/minikube/pkg/minikube/cruntime	0.059s	coverage: 40.1% of statements
ok  	k8s.io/minikube/pkg/minikube/docker	0.025s	coverage: 20.8% of statements
ok  	k8s.io/minikube/pkg/minikube/driver	0.017s	coverage: 37.0% of statements
ok  	k8s.io/minikube/pkg/minikube/extract	0.025s	coverage: 58.8% of statements
ok  	k8s.io/minikube/pkg/minikube/image	0.018s	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.007s	coverage: 50.0% of statements
ok  	k8s.io/minikube/pkg/minikube/logs	0.032s	coverage: 1.3% of statements
127.0.0.1:35781
I0717 06:08:21.650566   13824 start.go:122] createHost starting for "minikube" (driver="mock")
W0717 06:08:21.653533   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:21.653621   13824 start.go:158] libmachine.API.Create for "" (driver="mock")
I0717 06:08:21.653672   13824 start.go:163] duration metric: libmachine.API.Create for "" took 51.973µs
I0717 06:08:21.653680   13824 start.go:204] post-start starting for "mock-machine-0.60466029" (driver="mock")
I0717 06:08:21.653685   13824 start.go:207] post-start completed in 201ns
I0717 06:08:21.654024   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.60466029/config.json ...
I0717 06:08:21.654118   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.60466029/config.json: {Name:mkc8727ec17776327991da8093f53325890080f3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:21.654227   13824 start.go:125] duration metric: createHost completed in 3.639446ms
I0717 06:08:21.654295   13824 start.go:122] createHost starting for "minikube" (driver="mock")
W0717 06:08:21.654737   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:21.654787   13824 start.go:158] libmachine.API.Create for "" (driver="mock")
I0717 06:08:21.654892   13824 start.go:163] duration metric: libmachine.API.Create for "" took 104.826µs
I0717 06:08:21.654910   13824 start.go:204] post-start starting for "mock-machine-0.94050909" (driver="mock")
I0717 06:08:21.654922   13824 start.go:207] post-start completed in 208ns
I0717 06:08:21.655012   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.94050909/config.json ...
I0717 06:08:21.655075   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.94050909/config.json: {Name:mk57fb20949088534dfa022be57f00d92f0d18fc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:21.655222   13824 start.go:125] duration metric: createHost completed in 918.876µs
I0717 06:08:21.655268   13824 start.go:241] acquiring machines lock for mock-machine-0.94050909: {Name:mk1ccbf0edac3d7105d7a54fdfddb1929ed5f46d Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0717 06:08:21.655339   13824 start.go:245] acquired machines lock for "mock-machine-0.94050909" in 56.578µs
I0717 06:08:21.655362   13824 start.go:89] Skipping create...Using existing machine configuration
I0717 06:08:21.655378   13824 fix.go:53] fixHost starting: mock-machine-0.94050909
I0717 06:08:21.655438   13824 fix.go:105] recreateIfNeeded on mock-machine-0.94050909: state=Running err=<nil>
W0717 06:08:21.655456   13824 fix.go:131] unexpected machine state, will restart: <nil>
W0717 06:08:21.655553   13824 out.go:100] [unset outFile]: * Updating the running mock "mock-machine-0.94050909" bare metal machine ...
I0717 06:08:21.655578   13824 fix.go:55] fixHost completed within 200.823µs
I0717 06:08:21.655593   13824 start.go:76] releasing machines lock for "mock-machine-0.94050909", held for 228.424µs
I0717 06:08:21.655713   13824 start.go:122] createHost starting for "minikube" (driver="mock")
W0717 06:08:21.656083   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:21.656141   13824 start.go:158] libmachine.API.Create for "" (driver="mock")
I0717 06:08:21.656223   13824 start.go:163] duration metric: libmachine.API.Create for "" took 82.693µs
I0717 06:08:21.656239   13824 start.go:204] post-start starting for "mock-machine-0.66456005" (driver="mock")
I0717 06:08:21.656250   13824 start.go:207] post-start completed in 215ns
I0717 06:08:21.656339   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.66456005/config.json ...
I0717 06:08:21.656396   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.66456005/config.json: {Name:mkb70de8af590809b01ac7ad8feb65ae56953479 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:21.656539   13824 start.go:125] duration metric: createHost completed in 808.423µs
I0717 06:08:21.656564   13824 start.go:241] acquiring machines lock for mock-machine-0.66456005: {Name:mk1ccbf0edac3d7105d7a54fdfddb1929ed5f46d Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0717 06:08:21.656608   13824 start.go:245] acquired machines lock for "mock-machine-0.66456005" in 29.182µs
I0717 06:08:21.656622   13824 start.go:89] Skipping create...Using existing machine configuration
I0717 06:08:21.656645   13824 fix.go:53] fixHost starting: mock-machine-0.66456005
I0717 06:08:21.656694   13824 fix.go:105] recreateIfNeeded on mock-machine-0.66456005: state=Error err=machine does not exist
I0717 06:08:21.656711   13824 fix.go:110] machineExists: false. err=machine does not exist
W0717 06:08:21.656831   13824 out.go:100] [unset outFile]: * mock "mock-machine-0.66456005" bare metal machine is missing, will recreate.
I0717 06:08:21.656858   13824 delete.go:123] DEMOLISHING mock-machine-0.66456005 ...
Stopping "mock-machine-0.66456005"...
Error getting machine state: machine does not exist
Machine "mock-machine-0.66456005" was stopped.
I0717 06:08:21.656977   13824 stop.go:64] duration metric: stop complete within 103.184µs
W0717 06:08:21.657141   13824 out.go:100] [unset outFile]: * Deleting "mock-machine-0.66456005" in mock ...
W0717 06:08:21.657192   13824 delete.go:138] delete failed (probably ok) <nil>
I0717 06:08:21.657205   13824 fix.go:117] Sleeping 1 second for extra luck!
I0717 06:08:22.657422   13824 start.go:122] createHost starting for "mock-machine-0.66456005" (driver="mock")
W0717 06:08:22.658098   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:22.658229   13824 start.go:158] libmachine.API.Create for "mock-machine-0.66456005" (driver="mock")
I0717 06:08:22.658315   13824 start.go:163] duration metric: libmachine.API.Create for "mock-machine-0.66456005" took 86.765µs
I0717 06:08:22.658325   13824 start.go:204] post-start starting for "mock-machine-0.43771419" (driver="mock")
I0717 06:08:22.658330   13824 start.go:207] post-start completed in 232ns
I0717 06:08:22.658602   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.43771419/config.json ...
I0717 06:08:22.658713   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.43771419/config.json: {Name:mk90ae21c38e153705ef8e616bcf5ef4c76aa852 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:22.658883   13824 start.go:125] duration metric: createHost completed in 1.435154ms
W0717 06:08:22.658918   13824 fix.go:131] unexpected machine state, will restart: <nil>
I0717 06:08:22.658929   13824 fix.go:55] fixHost completed within 1.002284554s
I0717 06:08:22.658935   13824 start.go:76] releasing machines lock for "mock-machine-0.66456005", held for 1.002313357s
I0717 06:08:22.658963   13824 start.go:241] acquiring machines lock for mock-machine-0.43771419-mock-machine-0.43771419: {Name:mk1ccbf0edac3d7105d7a54fdfddb1929ed5f46d Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0717 06:08:22.659017   13824 start.go:245] acquired machines lock for "mock-machine-0.43771419-mock-machine-0.43771419" in 43.539µs
I0717 06:08:22.659026   13824 start.go:85] Provisioning new machine with config: &{Name:mock-machine-0.43771419 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage: Memory:0 CPUs:0 DiskSize:0 VMDriver: Driver:mock HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[MOCK_MAKE_IT_PROVISION=true] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR: HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork: KVMQemuURI: KVMGPU:false KVMHidden:false DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot: UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:false HostOnlyNicType: NatNicType: KubernetesConfig:{KubernetesVersion: ClusterName: APIServerName: APIServerNames:[] APIServerIPs:[] DNSDomain: ContainerRuntime: CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR: ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: ExtraOptions:[] ShouldLoadCachedImages:false EnableDefaultCNI:false CNI: NodeIP: NodePort:0 NodeName:} Nodes:[{Name:minikube IP:127.0.0.1 Port:0 KubernetesVersion: ControlPlane:false Worker:false} {Name:mock-machine-0.66456005 IP:127.0.0.1 Port:0 KubernetesVersion: ControlPlane:false Worker:false}] Addons:map[] VerifyComponents:map[]} &{Name:mock-machine-0.43771419 IP:127.0.0.1 Port:0 KubernetesVersion: ControlPlane:false Worker:false}
I0717 06:08:22.659082   13824 start.go:122] createHost starting for "mock-machine-0.43771419" (driver="mock")
W0717 06:08:22.659612   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:22.659955   13824 start.go:158] libmachine.API.Create for "mock-machine-0.43771419" (driver="mock")
I0717 06:08:22.660439   13824 start.go:163] duration metric: libmachine.API.Create for "mock-machine-0.43771419" took 483.746µs
I0717 06:08:22.660493   13824 start.go:204] post-start starting for "mock-machine-0.42463750" (driver="mock")
I0717 06:08:22.660507   13824 start.go:207] post-start completed in 237ns
I0717 06:08:22.660620   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.42463750/config.json ...
I0717 06:08:22.660691   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.42463750/config.json: {Name:mkf514c64f8559185b4ee1146bc56e2ca69f92c7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:22.661064   13824 start.go:125] duration metric: createHost completed in 1.972063ms
I0717 06:08:22.661082   13824 start.go:76] releasing machines lock for "mock-machine-0.43771419-mock-machine-0.43771419", held for 2.056178ms
I0717 06:08:22.661155   13824 start.go:122] createHost starting for "minikube" (driver="mock")
W0717 06:08:22.667921   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:22.668030   13824 start.go:158] libmachine.API.Create for "" (driver="mock")
I0717 06:08:22.668123   13824 start.go:163] duration metric: libmachine.API.Create for "" took 93.175µs
I0717 06:08:22.668156   13824 start.go:204] post-start starting for "mock-machine-0.68682307" (driver="mock")
I0717 06:08:22.668250   13824 start.go:207] post-start completed in 239ns
I0717 06:08:22.668587   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0717 06:08:22.669358   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.68682307/config.json: {Name:mk5b7d348467f2836f29afb84a477cf5f5a175a3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:22.669676   13824 start.go:125] duration metric: createHost completed in 8.508011ms
I0717 06:08:22.669713   13824 start.go:241] acquiring machines lock for mock-machine-0.68682307: {Name:mk1ccbf0edac3d7105d7a54fdfddb1929ed5f46d Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0717 06:08:22.669780   13824 start.go:245] acquired machines lock for "mock-machine-0.68682307" in 33.751µs
I0717 06:08:22.669807   13824 start.go:89] Skipping create...Using existing machine configuration
I0717 06:08:22.669838   13824 fix.go:53] fixHost starting: mock-machine-0.68682307
I0717 06:08:22.669889   13824 fix.go:105] recreateIfNeeded on mock-machine-0.68682307: state=Stopped err=<nil>
W0717 06:08:22.669933   13824 fix.go:131] unexpected machine state, will restart: <nil>
W0717 06:08:22.670064   13824 out.go:100] [unset outFile]: * Restarting existing mock bare metal machine for "mock-machine-0.68682307" ...
I0717 06:08:22.670214   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0717 06:08:22.670447   13824 fix.go:55] fixHost completed within 609.909µs
I0717 06:08:22.670474   13824 start.go:76] releasing machines lock for "mock-machine-0.68682307", held for 667.7µs
I0717 06:08:22.670613   13824 start.go:241] acquiring machines lock for : {Name:mk1ccbf0edac3d7105d7a54fdfddb1929ed5f46d Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0717 06:08:22.670700   13824 start.go:245] acquired machines lock for "" in 59.617µs
I0717 06:08:22.670717   13824 start.go:85] Provisioning new machine with config: &{Name: KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage: Memory:0 CPUs:0 DiskSize:0 VMDriver: Driver:mock HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[MOCK_MAKE_IT_PROVISION=true] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR: HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork: KVMQemuURI: KVMGPU:false KVMHidden:false DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot: UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:false HostOnlyNicType: NatNicType: KubernetesConfig:{KubernetesVersion: ClusterName: APIServerName: APIServerNames:[] APIServerIPs:[] DNSDomain: ContainerRuntime: CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR: ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: ExtraOptions:[] ShouldLoadCachedImages:false EnableDefaultCNI:false CNI: NodeIP: NodePort:0 NodeName:} Nodes:[{Name:minikube IP:127.0.0.1 Port:0 KubernetesVersion: ControlPlane:false Worker:false}] Addons:map[] VerifyComponents:map[]} &{Name:minikube IP: Port:0 KubernetesVersion: ControlPlane:false Worker:false}
I0717 06:08:22.670793   13824 start.go:122] createHost starting for "minikube" (driver="mock")
W0717 06:08:22.671238   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:22.671326   13824 start.go:158] libmachine.API.Create for "" (driver="mock")
I0717 06:08:22.671409   13824 start.go:163] duration metric: libmachine.API.Create for "" took 83.349µs
I0717 06:08:22.671432   13824 start.go:204] post-start starting for "mock-machine-0.06563702" (driver="mock")
I0717 06:08:22.671447   13824 start.go:207] post-start completed in 167ns
I0717 06:08:22.671555   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.06563702/config.json ...
I0717 06:08:22.671641   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.06563702/config.json: {Name:mk56b59184687841eba8b2420bdd999555d584fe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:22.671774   13824 start.go:125] duration metric: createHost completed in 951.203µs
I0717 06:08:22.671810   13824 start.go:76] releasing machines lock for "", held for 1.093133ms
I0717 06:08:22.671911   13824 start.go:241] acquiring machines lock for -minikube: {Name:mk1ccbf0edac3d7105d7a54fdfddb1929ed5f46d Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0717 06:08:22.671986   13824 start.go:245] acquired machines lock for "-minikube" in 51.009µs
I0717 06:08:22.672003   13824 start.go:85] Provisioning new machine with config: &{Name: KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage: Memory:0 CPUs:0 DiskSize:0 VMDriver: Driver:mock HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[FOO=BAR] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR: HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork: KVMQemuURI: KVMGPU:false KVMHidden:false DockerOpt:[param=value] DisableDriverMounts:false NFSShare:[] NFSSharesRoot: UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:false HostOnlyNicType: NatNicType: KubernetesConfig:{KubernetesVersion: ClusterName: APIServerName: APIServerNames:[] APIServerIPs:[] DNSDomain: ContainerRuntime: CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR: ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: ExtraOptions:[] ShouldLoadCachedImages:false EnableDefaultCNI:false CNI: NodeIP: NodePort:0 NodeName:} Nodes:[] Addons:map[] VerifyComponents:map[]} &{Name:minikube IP: Port:0 KubernetesVersion: ControlPlane:false Worker:false}
I0717 06:08:22.672098   13824 start.go:122] createHost starting for "minikube" (driver="mock")
W0717 06:08:22.672500   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:22.672581   13824 start.go:158] libmachine.API.Create for "" (driver="mock")
I0717 06:08:22.672670   13824 start.go:163] duration metric: libmachine.API.Create for "" took 88.854µs
I0717 06:08:22.672691   13824 start.go:204] post-start starting for "mock-machine-0.15651925" (driver="mock")
I0717 06:08:22.672720   13824 start.go:207] post-start completed in 159ns
I0717 06:08:22.672811   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.15651925/config.json ...
I0717 06:08:22.672896   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.15651925/config.json: {Name:mk9fe54d948aa4df312d017681d86c09b27aee95 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:22.673050   13824 start.go:125] duration metric: createHost completed in 918.708µs
I0717 06:08:22.673075   13824 start.go:76] releasing machines lock for "-minikube", held for 1.072415ms
I0717 06:08:22.673161   13824 stop.go:36] StopHost: mock-machine-0.15651925
I0717 06:08:22.673267   13824 start.go:122] createHost starting for "minikube" (driver="mock")
W0717 06:08:22.673660   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:22.673742   13824 start.go:158] libmachine.API.Create for "" (driver="mock")
I0717 06:08:22.673839   13824 start.go:163] duration metric: libmachine.API.Create for "" took 96.173µs
I0717 06:08:22.673860   13824 start.go:204] post-start starting for "mock-machine-0.09696952" (driver="mock")
I0717 06:08:22.673874   13824 start.go:207] post-start completed in 159ns
I0717 06:08:22.673963   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.09696952/config.json ...
I0717 06:08:22.674049   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.09696952/config.json: {Name:mk3ff825b96ecb595994d3ca7219303c9406a3e4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:22.674177   13824 start.go:125] duration metric: createHost completed in 874.808µs
I0717 06:08:22.674211   13824 stop.go:36] StopHost: mock-machine-0.09696952
W0717 06:08:22.674339   13824 out.go:100] [unset outFile]: * Stopping "mock-machine-0.09696952" in mock ...
Stopping "mock-machine-0.09696952"...
Machine "mock-machine-0.09696952" was stopped.
I0717 06:08:22.674452   13824 stop.go:64] duration metric: stop complete within 90.58µs
I0717 06:08:22.674521   13824 start.go:122] createHost starting for "minikube" (driver="mock")
W0717 06:08:22.674898   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:22.674961   13824 start.go:158] libmachine.API.Create for "" (driver="mock")
I0717 06:08:22.675069   13824 start.go:163] duration metric: libmachine.API.Create for "" took 108.166µs
I0717 06:08:22.675090   13824 start.go:204] post-start starting for "mock-machine-0.30091186" (driver="mock")
I0717 06:08:22.675105   13824 start.go:207] post-start completed in 162ns
I0717 06:08:22.675206   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.30091186/config.json ...
I0717 06:08:22.675275   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.30091186/config.json: {Name:mk78453c0493a8be03befb5e9d76e4f92e164be4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:22.675430   13824 start.go:125] duration metric: createHost completed in 876.77µs
W0717 06:08:22.675584   13824 out.go:100] [unset outFile]: * Deleting "mock-machine-0.30091186" in mock ...
I0717 06:08:22.675653   13824 start.go:122] createHost starting for "minikube" (driver="mock")
W0717 06:08:22.676004   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:22.676069   13824 start.go:158] libmachine.API.Create for "" (driver="mock")
I0717 06:08:22.676136   13824 start.go:163] duration metric: libmachine.API.Create for "" took 67.103µs
I0717 06:08:22.676169   13824 start.go:204] post-start starting for "mock-machine-0.51521263" (driver="mock")
I0717 06:08:22.676183   13824 start.go:207] post-start completed in 170ns
I0717 06:08:22.676263   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.51521263/config.json ...
I0717 06:08:22.676335   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.51521263/config.json: {Name:mkd2d4c0c04c473bd7ee64719d99e7e276bc03b6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:22.676473   13824 start.go:125] duration metric: createHost completed in 804.682µs
I0717 06:08:22.676547   13824 start.go:122] createHost starting for "minikube" (driver="mock")
W0717 06:08:22.676903   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:22.676997   13824 start.go:158] libmachine.API.Create for "" (driver="mock")
I0717 06:08:22.677068   13824 start.go:163] duration metric: libmachine.API.Create for "" took 70.538µs
I0717 06:08:22.677097   13824 start.go:204] post-start starting for "mock-machine-0.81363996" (driver="mock")
I0717 06:08:22.677117   13824 start.go:207] post-start completed in 175ns
I0717 06:08:22.677210   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.81363996/config.json ...
I0717 06:08:22.677279   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.81363996/config.json: {Name:mk38f6a01be0c0a77bac4c86ba75fa3864e743f2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:22.677405   13824 start.go:125] duration metric: createHost completed in 842.012µs
I0717 06:08:22.677476   13824 start.go:122] createHost starting for "minikube" (driver="mock")
W0717 06:08:22.677844   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:22.677906   13824 start.go:158] libmachine.API.Create for "" (driver="mock")
I0717 06:08:22.678008   13824 start.go:163] duration metric: libmachine.API.Create for "" took 102.985µs
I0717 06:08:22.678030   13824 start.go:204] post-start starting for "mock-machine-0.21426387" (driver="mock")
I0717 06:08:22.678044   13824 start.go:207] post-start completed in 176ns
I0717 06:08:22.678136   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.21426387/config.json ...
I0717 06:08:22.678211   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.21426387/config.json: {Name:mk79b275e4fecc6d633193a4e13b2528605ef7a1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:22.678339   13824 start.go:125] duration metric: createHost completed in 847.193µs
I0717 06:08:22.678496   13824 start.go:122] createHost starting for "minikube" (driver="mock")
W0717 06:08:22.678839   13824 out.go:100] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0717 06:08:22.678902   13824 start.go:158] libmachine.API.Create for "mock-machine-0.21426387" (driver="mock")
I0717 06:08:22.678992   13824 start.go:163] duration metric: libmachine.API.Create for "mock-machine-0.21426387" took 75.783µs
I0717 06:08:22.679014   13824 start.go:204] post-start starting for "mock-machine-0.38065719" (driver="mock")
I0717 06:08:22.679028   13824 start.go:207] post-start completed in 177ns
I0717 06:08:22.679105   13824 profile.go:150] Saving config to /tmp/minipath959468695/.minikube/profiles/mock-machine-0.38065719/config.json ...
I0717 06:08:22.679176   13824 lock.go:35] WriteFile acquiring /tmp/minipath959468695/.minikube/profiles/mock-machine-0.38065719/config.json: {Name:mk35ce069d29641929ee157132ab51bc9cbbfd53 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 06:08:22.679366   13824 start.go:125] duration metric: createHost completed in 832.762µs
I0717 06:08:22.679421   13824 stop.go:36] StopHost: mock-machine-0.38065719
W0717 06:08:22.679538   13824 out.go:100] [unset outFile]: * Stopping "mock-machine-0.38065719" in mock ...
Stopping "mock-machine-0.38065719"...
Machine "mock-machine-0.38065719" was stopped.
I0717 06:08:22.679624   13824 stop.go:64] duration metric: stop complete within 62.905µs
I0717 06:08:22.875162   13824 host.go:65] Checking if "mock-machine-0.38065719" exists ...
Using SSH client type: native
&{{{<nil> 0 [] [] []} root [] 0xbe4f20 <nil>  [] 0s} localhost 43869 <nil> <nil>}
--- FAIL: TestCreateSSHShell (0.20s)
    ssh_mock.go:193: Listening on 127.0.0.1:43869
    ssh_mock.go:83: Serving ...
    ssh_mock.go:87: [loop 1] Accepting for &{0xc0000141a0 map[] false  0 {map[]} false 0xc00093bac0 0xc000802480}...
    api_mock.go:62: MockAPI.Load: &{ConfigVersion:0 Driver:0xc000827760 DriverName: HostOptions:<nil> Name: RawDriver:[]} - <nil>
    driver_mock.go:49: MockDriver.GetState called from /home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/cluster_test.go#457: returning "Running"
    ssh_mock.go:87: [loop 2] Accepting for &{0xc0000141a0 map[] false  0 {map[]} false 0xc00093bac0 0xc000802480}...
    ssh_mock.go:175: pty request received: &{Type:pty-req WantReply:true Payload:[0 0 0 5 120 116 101 114 109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 53 0 0 0 1 0] ch:0xc00083c6c0 mux:<nil>}
    ssh_mock.go:149: exec request received: &{Type:exec WantReply:true Payload:[0 0 0 4 101 120 105 116] ch:0xc00083c6c0 mux:<nil>}
    ssh_mock.go:161: returning output for exit ...
    ssh_mock.go:169: setting exit-status for exit ...
    ssh_mock.go:171: SendRequest failed: EOF
I0717 06:08:22.880648   13824 fix.go:209] guest clock: 1594966102.0000
I0717 06:08:22.880679   13824 fix.go:222] Guest: 2020-07-17 06:08:22 +0000 UTC Remote: 2020-07-17 06:08:22.880628862 +0000 UTC m=+1.266074220 (delta=-880.628862ms)
I0717 06:08:22.881137   13824 filesync.go:118] Scanning /tmp/minipath725093089/.minikube/addons for local assets ...
I0717 06:08:22.881267   13824 filesync.go:141] local asset: /tmp/minipath725093089/.minikube/addons/dir1/file1.txt -> file1.txt in /etc/kubernetes/addons
I0717 06:08:22.881308   13824 filesync.go:141] local asset: /tmp/minipath725093089/.minikube/addons/dir1/file2.txt -> file2.txt in /etc/kubernetes/addons
I0717 06:08:22.881357   13824 filesync.go:141] local asset: /tmp/minipath725093089/.minikube/addons/dir2/file1.txt -> file1.txt in /etc/kubernetes/addons
I0717 06:08:22.882049   13824 filesync.go:118] Scanning /tmp/minipath907089612/.minikube/files for local assets ...
I0717 06:08:22.882142   13824 filesync.go:141] local asset: /tmp/minipath907089612/.minikube/files/dir1/file1.txt -> file1.txt in /dir1
I0717 06:08:22.882173   13824 filesync.go:141] local asset: /tmp/minipath907089612/.minikube/files/dir1/file2.txt -> file2.txt in /dir1
I0717 06:08:22.882232   13824 filesync.go:141] local asset: /tmp/minipath907089612/.minikube/files/dir2/file1.txt -> file1.txt in /dir2
FAIL
coverage: 37.7% of statements
FAIL	k8s.io/minikube/pkg/minikube/machine	1.279s
ok  	k8s.io/minikube/pkg/minikube/notify	0.013s	coverage: 92.9% of statements
ok  	k8s.io/minikube/pkg/minikube/out	0.059s	coverage: 64.8% of statements
ok  	k8s.io/minikube/pkg/minikube/out/register	0.007s	coverage: 62.2% of statements
ok  	k8s.io/minikube/pkg/minikube/perf	4.222s	coverage: 33.8% of statements
ok  	k8s.io/minikube/pkg/minikube/problem	0.011s	coverage: 91.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.009s	coverage: 75.5% of statements
ok  	k8s.io/minikube/pkg/minikube/service	0.072s	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.040s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/sysinit	0.027s	coverage: 6.5% of statements
ok  	k8s.io/minikube/pkg/minikube/translate	0.004s	coverage: 10.5% of statements
ok  	k8s.io/minikube/pkg/minikube/tunnel	1.641s	coverage: 64.2% of statements
ok  	k8s.io/minikube/pkg/util	0.967s	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.003s	coverage: 0.0% of statements
FAIL
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 32
TravisBuddy Request Identifier: 1454f080-c7f4-11ea-ab6f-3547fdb4f9a3

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [63.240740317000004 63.83170435699999 63.94075808699999]
Average time for minikube: 63.671067587

Times for Minikube (PR 8741): [64.800166037 63.75637571699999 63.952538167]
Average time for Minikube (PR 8741): 64.169693307

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8741) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.0 on Debian   |  0.062915 |           0.058586 |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.021679 |           0.018991 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.003921 |           0.003460 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 40.837206 |          40.672463 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 21.194982 |          21.487348 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.288171 |           1.379580 |
| components...                  |           |                    |
| * Enabled addons:              |  0.185723 |           0.467646 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.072758 |           0.076221 |
| configured to use "minikube"   |           |                    |
|                                |  0.003713 |           0.005400 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [28.458502373000005 26.152484674 27.041493799999998]
Average time for minikube: 27.21749361566667

Times for Minikube (PR 8741): [26.047705659000002 26.329247827999996 25.888073077]
Average time for Minikube (PR 8741): 26.088342188

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8741) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.0 on Debian   |  0.072379 |           0.074930 |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.002492 |           0.003072 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.058165 |           0.057958 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  7.563640 |           7.386199 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 18.575306 |          17.587910 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.836649 |           0.890135 |
| components...                  |           |                    |
| * Enabled addons:              |  0.042759 |           0.011742 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.062754 |           0.070284 |
| configured to use "minikube"   |           |                    |
|                                |  0.003350 |           0.006111 |
+--------------------------------+-----------+--------------------+

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [59.963751804000005 66.78169928600002 60.149769128]
Average time for minikube: 62.29840673933334

Times for Minikube (PR 8741): [59.274288339 62.83340330000001 63.253749327]
Average time for Minikube (PR 8741): 61.78714698866667

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8741) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.0 on Debian   |  0.070769 |           0.058812 |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.019286 |           0.018955 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.003225 |           0.004882 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 38.839950 |          37.865956 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 21.665214 |          22.029585 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.622901 |           1.662760 |
| components...                  |           |                    |
| * Enabled addons:              |  0.002694 |           0.066751 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.070238 |           0.072713 |
| configured to use "minikube"   |           |                    |
|                                |  0.004128 |           0.006733 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [25.976811387 25.671987234999996 26.850691102000003]
Average time for minikube: 26.166496574666667

Times for Minikube (PR 8741): [24.919346797000003 26.670028803 26.552439665]
Average time for Minikube (PR 8741): 26.047271755

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8741) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.0 on Debian   |  0.074020 |           0.072049 |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.002475 |           0.002536 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.055249 |           0.057582 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  7.673420 |           7.463719 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 17.412690 |          17.228062 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.794813 |           1.154731 |
| components...                  |           |                    |
| * Enabled addons:              |  0.086917 |           0.002816 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.063077 |           0.060629 |
| configured to use "minikube"   |           |                    |
|                                |  0.003835 |           0.005148 |
+--------------------------------+-----------+--------------------+

Copy link

@priyawadhwa priyawadhwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, pending integration tests

@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.4.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.0/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.4.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.0/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.0 -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="d4da9fd7f33974fe0496a7daa5ae16a32a65cc0f"" ./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 goanalysis_metalinter: assign: failed prerequisites: [inspect@k8s.io/minikube/test/integration [k8s.io/minikube/test/integration.test]: analysis skipped: errors in package: [/home/travis/gopath/src/github.com/kubernetes/minikube/test/integration/version_upgrade_test.go:272:6: TestMissingContainerUpgrade redeclared in this block /home/travis/gopath/src/github.com/kubernetes/minikube/test/integration/version_upgrade_test.go:223:6: 	other declaration of TestMissingContainerUpgrade]] 
WARN [runner] Can't run linter unused: buildssa: analysis skipped: errors in package: [/home/travis/gopath/src/github.com/kubernetes/minikube/test/integration/version_upgrade_test.go:272:6: TestMissingContainerUpgrade redeclared in this block /home/travis/gopath/src/github.com/kubernetes/minikube/test/integration/version_upgrade_test.go:223:6: 	other declaration of TestMissingContainerUpgrade] 
ERRO Running error: buildssa: analysis skipped: errors in package: [/home/travis/gopath/src/github.com/kubernetes/minikube/test/integration/version_upgrade_test.go:272:6: TestMissingContainerUpgrade redeclared in this block /home/travis/gopath/src/github.com/kubernetes/minikube/test/integration/version_upgrade_test.go:223:6: 	other declaration of TestMissingContainerUpgrade] 
Makefile:390: recipe for target 'lint-ci' failed
make[1]: *** [lint-ci] Error 3
= go mod ================================================================
ok
= boilerplate ===========================================================
ok
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 4
TravisBuddy Request Identifier: 0c5aaf30-c850-11ea-8ad2-cd0863c1f5b3

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [64.17903548999999 62.914676648 65.73996881499998]
Average time for minikube: 64.277893651

Times for Minikube (PR 8741): [62.909318156000005 64.56984379500001 63.383608354]
Average time for Minikube (PR 8741): 63.62092343500001

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8741) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.0 on Debian   |  0.060682 |           0.062152 |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.018831 |           0.020954 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.024771 |           0.003243 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 41.252218 |          39.701869 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 21.289646 |          21.796266 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.235876 |           1.664630 |
| components...                  |           |                    |
| * Enabled addons:              |  0.309306 |           0.287478 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.083566 |           0.079331 |
| configured to use "minikube"   |           |                    |
|                                |  0.002999 |           0.005001 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [26.284369016 25.46661025 25.500370915000005]
Average time for minikube: 25.750450060333336

Times for Minikube (PR 8741): [25.39144246 25.24434769 24.448585883]
Average time for Minikube (PR 8741): 25.028125344333333

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8741) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.0 on Debian   |  0.073909 |           0.074047 |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.002436 |           0.003215 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.056383 |           0.061761 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  7.588330 |           7.511941 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 17.108415 |          16.411073 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.850615 |           0.861152 |
| components...                  |           |                    |
| * Enabled addons:              |  0.002973 |           0.038584 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.064626 |           0.062744 |
| configured to use "minikube"   |           |                    |
|                                |  0.002762 |           0.003610 |
+--------------------------------+-----------+--------------------+

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [63.457784282999995 63.300467152 63.46861929999999]
Average time for minikube: 63.40895691166667

Times for Minikube (PR 8741): [63.965903511 64.84103810799999 63.441705235]
Average time for Minikube (PR 8741): 64.08288228466667

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8741) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.0 on Debian   |  0.059533 |           0.062851 |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.020145 |           0.020369 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.011402 |           0.004634 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 40.594112 |          40.523402 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 21.084295 |          21.372657 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.290849 |           1.670043 |
| components...                  |           |                    |
| * Enabled addons:              |  0.262626 |           0.348561 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.082794 |           0.076360 |
| configured to use "minikube"   |           |                    |
|                                |  0.003202 |           0.004005 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [26.595071166 25.256438443999997 25.719792063]
Average time for minikube: 25.857100557666666

Times for Minikube (PR 8741): [25.821001348 26.224065408 24.759466165]
Average time for Minikube (PR 8741): 25.601510973666667

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8741) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.0 on Debian   |  0.073774 |           0.072261 |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.002745 |           0.003017 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.057281 |           0.058890 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  7.673257 |           7.317232 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 17.151324 |          17.160111 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.788596 |           0.870267 |
| components...                  |           |                    |
| * Enabled addons:              |  0.037556 |           0.050479 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.067136 |           0.063361 |
| configured to use "minikube"   |           |                    |
|                                |  0.005431 |           0.005892 |
+--------------------------------+-----------+--------------------+

@priyawadhwa priyawadhwa merged commit 5223979 into kubernetes:master Jul 17, 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. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants