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

bump default kubernetes version to 1.18.3 #8307

Merged
merged 1 commit into from
May 28, 2020

Conversation

medyagh
Copy link
Member

@medyagh medyagh commented May 28, 2020

No description provided.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 28, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: medyagh

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 May 28, 2020
@TravisBuddy
Copy link

Travis tests have failed

Hey @medyagh,
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.13.8.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.13.8.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.10.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.10.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="ffaf8c5da17c80bf32de3f1fd7a589656291cfdd"" ./test.sh
= schema_check ==========================================================
go: downloading github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f
go: extracting github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: extracting github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
go: extracting github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
go: finding github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f
go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
ok
= go test ===============================================================
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading k8s.io/client-go v0.17.3
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: extracting github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: extracting github.com/olekukonko/tablewriter v0.0.4
go: extracting github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading github.com/docker/go-units v0.4.0
go: extracting github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading k8s.io/api v0.17.3
go: extracting github.com/shirou/gopsutil v2.18.12+incompatible
go: extracting github.com/docker/go-units v0.4.0
go: downloading golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
go: extracting github.com/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: downloading github.com/spf13/cobra v1.0.0
go: extracting k8s.io/client-go v0.17.3
go: downloading github.com/blang/semver v3.5.0+incompatible
go: extracting github.com/spf13/cobra v1.0.0
go: extracting golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
go: extracting github.com/blang/semver v3.5.0+incompatible
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading github.com/spf13/viper v1.6.1
go: extracting github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading k8s.io/apimachinery v0.17.3
go: extracting github.com/spf13/viper v1.6.1
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: extracting github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: extracting k8s.io/apimachinery v0.17.3
go: extracting k8s.io/api v0.17.3
go: extracting github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading github.com/pkg/errors v0.9.1
go: downloading gopkg.in/ini.v1 v1.51.1
go: downloading github.com/spf13/afero v1.2.2
go: extracting github.com/pkg/errors v0.9.1
go: downloading github.com/hashicorp/hcl v1.0.0
go: extracting gopkg.in/ini.v1 v1.51.1
go: extracting github.com/spf13/afero v1.2.2
go: downloading golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading k8s.io/kubernetes v1.17.3
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/google/gofuzz v1.0.0
go: extracting github.com/subosito/gotenv v1.2.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: extracting golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
go: extracting github.com/hashicorp/hcl v1.0.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: extracting github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: extracting github.com/davecgh/go-spew v1.1.1
go: extracting github.com/google/gofuzz v1.0.0
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
go: downloading github.com/mattn/go-isatty v0.0.11
go: downloading github.com/otiai10/copy v1.0.2
go: downloading github.com/pelletier/go-toml v1.6.0
go: downloading golang.org/x/text v0.3.2
go: extracting github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/mitchellh/mapstructure v1.1.2
go: extracting github.com/mitchellh/mapstructure v1.1.2
go: extracting github.com/mattn/go-isatty v0.0.11
go: extracting github.com/pelletier/go-toml v1.6.0
go: extracting github.com/otiai10/copy v1.0.2
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/spf13/pflag v1.0.5
go: extracting github.com/google/uuid v1.1.1
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: extracting github.com/spf13/pflag v1.0.5
go: extracting github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: extracting github.com/spf13/jwalterweatherman v1.1.0
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: downloading k8s.io/klog v1.0.0
go: extracting sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: extracting k8s.io/klog v1.0.0
go: downloading github.com/magiconair/properties v1.8.1
go: extracting golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
go: downloading github.com/prometheus/client_golang v1.1.0
go: extracting github.com/magiconair/properties v1.8.1
go: downloading github.com/sayboras/dockerclient v0.0.0-20191231050035-015626177a97
go: extracting github.com/prometheus/client_golang v1.1.0
go: extracting github.com/gogo/protobuf v1.3.1
go: extracting github.com/sayboras/dockerclient v0.0.0-20191231050035-015626177a97
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: extracting github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/fsnotify/fsnotify v1.4.7
go: extracting github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: extracting golang.org/x/text v0.3.2
go: extracting github.com/fsnotify/fsnotify v1.4.7
go: downloading github.com/prometheus/procfs v0.0.5
go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/prometheus/common v0.6.0
go: extracting github.com/prometheus/procfs v0.0.5
go: extracting github.com/prometheus/common v0.6.0
go: downloading github.com/golang/protobuf v1.3.2
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: extracting github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading cloud.google.com/go v0.45.1
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: extracting github.com/golang/protobuf v1.3.2
go: extracting github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading github.com/miekg/dns v1.1.4
go: extracting github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
go: extracting github.com/russross/blackfriday/v2 v2.0.1
go: extracting github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading github.com/modern-go/reflect2 v1.0.1
go: extracting github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: extracting github.com/docker/go-connections v0.4.0
go: extracting k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef
go: extracting k8s.io/kubernetes v1.17.3
go: extracting github.com/modern-go/reflect2 v1.0.1
go: downloading golang.org/x/net v0.0.0-20200301022130-244492dfa37a
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: extracting golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading github.com/json-iterator/go v1.1.8
go: extracting github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/cheggaaa/pb v1.0.27
go: extracting github.com/miekg/dns v1.1.4
go: downloading github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
go: extracting cloud.google.com/go v0.45.1
go: extracting github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef
go: extracting github.com/cheggaaa/pb v1.0.27
go: extracting github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
go: downloading github.com/google/go-containerregistry v0.0.0-20200131185320-aec8da010de2
go: extracting github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: extracting github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: extracting github.com/json-iterator/go v1.1.8
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: extracting golang.org/x/net v0.0.0-20200301022130-244492dfa37a
go: downloading github.com/aws/aws-sdk-go v1.27.1
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: extracting github.com/google/go-containerregistry v0.0.0-20200131185320-aec8da010de2
go: extracting github.com/spf13/cast v1.3.1
go: extracting github.com/cheggaaa/pb/v3 v3.0.1
go: downloading google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24
go: extracting github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: extracting github.com/beorn7/perks v1.0.1
go: extracting gopkg.in/inf.v0 v0.9.1
go: extracting github.com/googleapis/gnostic v0.3.0
go: downloading google.golang.org/api v0.9.0
go: extracting github.com/googleapis/gax-go/v2 v2.0.5
go: extracting github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading sigs.k8s.io/yaml v1.1.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/hashicorp/golang-lru v0.5.3
go: extracting github.com/aws/aws-sdk-go v1.27.1
go: extracting github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/hashicorp/go-version v1.1.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.0
go: extracting github.com/hashicorp/golang-lru v0.5.3
go: extracting github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: extracting sigs.k8s.io/yaml v1.1.0
go: extracting github.com/opencontainers/image-spec v1.0.1
go: downloading go.opencensus.io v0.22.0
go: downloading github.com/imdario/mergo v0.3.8
go: downloading google.golang.org/grpc v1.26.0
go: extracting google.golang.org/api v0.9.0
go: downloading github.com/sirupsen/logrus v1.4.2
go: downloading k8s.io/kubectl v0.17.3
go: extracting google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading github.com/ulikunitz/xz v0.5.5
go: extracting github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: extracting github.com/hashicorp/go-version v1.1.0
go: extracting github.com/hashicorp/go-cleanhttp v0.5.0
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/VividCortex/ewma v1.1.1
go: extracting go.opencensus.io v0.22.0
go: extracting google.golang.org/grpc v1.26.0
go: extracting github.com/mitchellh/go-testing-interface v1.0.0
go: extracting github.com/sirupsen/logrus v1.4.2
go: downloading gopkg.in/yaml.v2 v2.2.8
go: extracting github.com/ulikunitz/xz v0.5.5
go: extracting github.com/imdario/mergo v0.3.8
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
go: extracting k8s.io/kubectl v0.17.3
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: extracting github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: extracting github.com/VividCortex/ewma v1.1.1
go: downloading k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: extracting github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: extracting github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: extracting gopkg.in/yaml.v2 v2.2.8
go: extracting k8s.io/cluster-bootstrap v0.17.3
go: extracting golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/fatih/color v1.7.0
go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
go: downloading github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading k8s.io/component-base v0.17.3
go: extracting k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: extracting github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: extracting github.com/mitchellh/go-wordwrap v1.0.0
go: extracting github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/google/go-cmp v0.3.2-0.20191028172631-481baca67f93
go: extracting github.com/hashicorp/go-safetemp v1.0.0
go: downloading k8s.io/kubelet v0.17.3
go: downloading github.com/mattn/go-colorable v0.1.2
go: downloading k8s.io/kube-proxy v0.17.3
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: extracting github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
go: extracting github.com/fatih/color v1.7.0
go: extracting github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
go: extracting k8s.io/component-base v0.17.3
go: extracting github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: extracting k8s.io/kube-proxy v0.17.3
go: extracting k8s.io/kubelet v0.17.3
go: extracting github.com/google/go-cmp v0.3.2-0.20191028172631-481baca67f93
go: extracting github.com/mattn/go-colorable v0.1.2
go: extracting github.com/docker/docker-credential-helpers v0.6.3
go: extracting github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: extracting github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
go: finding github.com/machine-drivers/machine v0.7.1-0.20200323212942-41eb826190d8
go: finding github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: finding github.com/pkg/errors v0.9.1
go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: finding github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: finding github.com/docker/go-units v0.4.0
go: finding github.com/spf13/cobra v1.0.0
go: finding github.com/olekukonko/tablewriter v0.0.4
go: finding github.com/blang/semver v3.5.0+incompatible
go: finding k8s.io/client-go v0.17.3
go: finding github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: finding github.com/libvirt/libvirt-go v3.4.0+incompatible
go: finding github.com/spf13/viper v1.6.1
go: finding golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
go: finding github.com/mattn/go-runewidth v0.0.7
go: finding github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: finding k8s.io/api v0.17.3
go: finding github.com/mattn/go-isatty v0.0.11
go: finding github.com/imdario/mergo v0.3.8
go: finding github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: finding github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: finding github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: finding k8s.io/apimachinery v0.17.3
go: finding github.com/spf13/pflag v1.0.5
go: finding golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
go: finding github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: finding github.com/google/go-containerregistry v0.0.0-20200131185320-aec8da010de2
go: finding github.com/gogo/protobuf v1.3.1
go: finding github.com/google/uuid v1.1.1
go: finding github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: finding github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: finding github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
go: finding github.com/hashicorp/hcl v1.0.0
go: finding github.com/shirou/gopsutil v2.18.12+incompatible
go: finding cloud.google.com/go v0.45.1
go: finding github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: finding github.com/magiconair/properties v1.8.1
go: finding github.com/google/gofuzz v1.0.0
go: finding github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: finding github.com/mitchellh/mapstructure v1.1.2
go: finding sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: finding golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
go: finding k8s.io/klog v1.0.0
go: finding golang.org/x/text v0.3.2
go: finding github.com/docker/distribution v2.7.1+incompatible
go: finding github.com/docker/docker-credential-helpers v0.6.3
go: finding github.com/pelletier/go-toml v1.6.0
go: finding github.com/otiai10/copy v1.0.2
go: finding github.com/cenkalti/backoff v2.2.1+incompatible
go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
go: finding github.com/golang/protobuf v1.3.2
go: finding gopkg.in/inf.v0 v0.9.1
go: finding github.com/spf13/afero v1.2.2
go: finding github.com/googleapis/gnostic v0.3.0
go: finding github.com/spf13/cast v1.3.1
go: finding golang.org/x/net v0.0.0-20200301022130-244492dfa37a
go: finding github.com/russross/blackfriday/v2 v2.0.1
go: finding github.com/prometheus/client_golang v1.1.0
go: finding github.com/googleapis/gax-go/v2 v2.0.5
go: finding github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: finding github.com/spf13/jwalterweatherman v1.1.0
go: finding k8s.io/kubernetes v1.17.3
go: finding gopkg.in/yaml.v2 v2.2.8
go: finding github.com/cheggaaa/pb/v3 v3.0.1
go: finding google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24
go: finding github.com/opencontainers/go-digest v1.0.0-rc1
go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
go: finding github.com/subosito/gotenv v1.2.0
go: finding google.golang.org/grpc v1.26.0
go: finding google.golang.org/api v0.9.0
go: finding github.com/shurcooL/sanitized_anchor_name v1.0.0
go: finding github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: finding go.opencensus.io v0.22.0
go: finding gopkg.in/ini.v1 v1.51.1
go: finding github.com/VividCortex/ewma v1.1.1
go: finding github.com/docker/go-connections v0.4.0
go: finding k8s.io/component-base v0.17.3
go: finding k8s.io/kubectl v0.17.3
go: finding github.com/fatih/color v1.7.0
go: finding github.com/json-iterator/go v1.1.8
go: finding github.com/beorn7/perks v1.0.1
go: finding github.com/modern-go/reflect2 v1.0.1
go: finding github.com/mattn/go-colorable v0.1.2
go: finding github.com/opencontainers/image-spec v1.0.1
go: finding github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
go: finding golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
go: finding github.com/hashicorp/golang-lru v0.5.3
go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: finding github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: finding github.com/sayboras/dockerclient v0.0.0-20191231050035-015626177a97
go: finding github.com/prometheus/common v0.6.0
go: finding github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: finding github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: finding github.com/davecgh/go-spew v1.1.1
go: finding github.com/sirupsen/logrus v1.4.2
go: finding k8s.io/cluster-bootstrap v0.17.3
go: finding github.com/prometheus/procfs v0.0.5
go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
go: finding k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: finding sigs.k8s.io/yaml v1.1.0
go: finding github.com/mitchellh/go-wordwrap v1.0.0
go: finding github.com/aws/aws-sdk-go v1.27.1
go: finding github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef
go: finding k8s.io/kube-proxy v0.17.3
go: finding k8s.io/kubelet v0.17.3
go: finding github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: finding github.com/hashicorp/go-cleanhttp v0.5.0
go: finding github.com/miekg/dns v1.1.4
go: finding github.com/hashicorp/go-safetemp v1.0.0
go: finding github.com/hashicorp/go-version v1.1.0
go: finding github.com/mitchellh/go-homedir v1.1.0
go: finding github.com/mitchellh/go-testing-interface v1.0.0
go: finding github.com/ulikunitz/xz v0.5.5
go: finding k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: finding github.com/google/go-cmp v0.3.2-0.20191028172631-481baca67f93
go: finding github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
go: finding github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: finding github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/evanphx/json-patch v4.5.0+incompatible
go: downloading github.com/pmezard/go-difflib v1.0.0
go: extracting github.com/evanphx/json-patch v4.5.0+incompatible
go: extracting github.com/pmezard/go-difflib v1.0.0
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/evanphx/json-patch v4.5.0+incompatible
ok  	k8s.io/minikube/cmd/minikube/cmd	5.853s	coverage: 20.6% of statements
ok  	k8s.io/minikube/cmd/minikube/cmd/config	0.180s	coverage: 21.6% of statements
ok  	k8s.io/minikube/pkg/addons	0.059s	coverage: 56.9% of statements
ok  	k8s.io/minikube/pkg/drivers	0.015s	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/kvm	0.077s	coverage: 2.3% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper	1.158s	coverage: 55.7% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil	0.088s	coverage: 63.2% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/ktmpl	0.017s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/images	0.018s	coverage: 88.9% of statements
ok  	k8s.io/minikube/pkg/minikube/cluster	0.056s	coverage: 16.9% of statements
ok  	k8s.io/minikube/pkg/minikube/command	0.021s	coverage: 3.8% of statements
ok  	k8s.io/minikube/pkg/minikube/config	0.163s	coverage: 67.3% of statements
ok  	k8s.io/minikube/pkg/minikube/cruntime	0.037s	coverage: 40.6% of statements
ok  	k8s.io/minikube/pkg/minikube/docker	0.031s	coverage: 20.8% of statements
ok  	k8s.io/minikube/pkg/minikube/driver	0.018s	coverage: 37.3% of statements
ok  	k8s.io/minikube/pkg/minikube/extract	0.014s	coverage: 58.8% of statements
ok  	k8s.io/minikube/pkg/minikube/kubeconfig	0.023s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/localpath	0.010s	coverage: 51.9% of statements
ok  	k8s.io/minikube/pkg/minikube/logs	0.033s	coverage: 1.3% of statements
127.0.0.1:33913
I0528 20:50:27.250545   13017 start.go:121] createHost starting for "minikube" (driver="mock")
W0528 20:50:27.253812   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:27.253978   13017 start.go:157] libmachine.API.Create for "" (driver="mock")
I0528 20:50:27.254053   13017 start.go:162] duration metric: libmachine.API.Create for "" took 75.621µs
I0528 20:50:27.254084   13017 start.go:203] post-start starting for "mock-machine-0.60466029" (driver="mock")
I0528 20:50:27.254092   13017 start.go:206] post-start completed in 309ns
I0528 20:50:27.254501   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.60466029/config.json ...
I0528 20:50:27.254656   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.60466029/config.json: {Name:mka0926de529a0ad1746448e92cca875badcec16 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:27.254858   13017 start.go:124] duration metric: createHost completed in 4.290716ms
I0528 20:50:27.254988   13017 start.go:121] createHost starting for "minikube" (driver="mock")
W0528 20:50:27.255617   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:27.255705   13017 start.go:157] libmachine.API.Create for "" (driver="mock")
I0528 20:50:27.255772   13017 start.go:162] duration metric: libmachine.API.Create for "" took 67.187µs
I0528 20:50:27.255782   13017 start.go:203] post-start starting for "mock-machine-0.94050909" (driver="mock")
I0528 20:50:27.255788   13017 start.go:206] post-start completed in 285ns
I0528 20:50:27.255876   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.94050909/config.json ...
I0528 20:50:27.255953   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.94050909/config.json: {Name:mkddcbfbcac053de9e99ad115a3e3a4bedcca7d8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:27.256112   13017 start.go:124] duration metric: createHost completed in 1.116092ms
I0528 20:50:27.256159   13017 start.go:240] acquiring machines lock for mock-machine-0.94050909: {Name:mk302caa70ed39d371b86dc62a759a851877f0d3 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0528 20:50:27.256216   13017 start.go:244] acquired machines lock for "mock-machine-0.94050909" in 48.163µs
I0528 20:50:27.256226   13017 start.go:88] Skipping create...Using existing machine configuration
I0528 20:50:27.256241   13017 fix.go:53] fixHost starting: mock-machine-0.94050909
I0528 20:50:27.256316   13017 fix.go:105] recreateIfNeeded on mock-machine-0.94050909: state=Running err=<nil>
W0528 20:50:27.256324   13017 fix.go:131] unexpected machine state, will restart: <nil>
W0528 20:50:27.256496   13017 out.go:79] [unset outFile]: * Updating the running mock "mock-machine-0.94050909" bare metal machine ...
I0528 20:50:27.256529   13017 fix.go:55] fixHost completed within 278.894µs
I0528 20:50:27.256543   13017 start.go:75] releasing machines lock for "mock-machine-0.94050909", held for 319.308µs
I0528 20:50:27.256719   13017 start.go:121] createHost starting for "minikube" (driver="mock")
W0528 20:50:27.257230   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:27.257317   13017 start.go:157] libmachine.API.Create for "" (driver="mock")
I0528 20:50:27.257464   13017 start.go:162] duration metric: libmachine.API.Create for "" took 147.642µs
I0528 20:50:27.257486   13017 start.go:203] post-start starting for "mock-machine-0.66456005" (driver="mock")
I0528 20:50:27.257503   13017 start.go:206] post-start completed in 314ns
I0528 20:50:27.257612   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.66456005/config.json ...
I0528 20:50:27.257728   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.66456005/config.json: {Name:mk94e7eff9d67462b65301344b05b0558c151af8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:27.257890   13017 start.go:124] duration metric: createHost completed in 1.134549ms
I0528 20:50:27.257951   13017 start.go:240] acquiring machines lock for mock-machine-0.66456005: {Name:mk302caa70ed39d371b86dc62a759a851877f0d3 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0528 20:50:27.258036   13017 start.go:244] acquired machines lock for "mock-machine-0.66456005" in 62.876µs
I0528 20:50:27.258056   13017 start.go:88] Skipping create...Using existing machine configuration
I0528 20:50:27.258093   13017 fix.go:53] fixHost starting: mock-machine-0.66456005
I0528 20:50:27.258191   13017 fix.go:105] recreateIfNeeded on mock-machine-0.66456005: state=Error err=machine does not exist
I0528 20:50:27.258220   13017 fix.go:110] machineExists: false. err=machine does not exist
W0528 20:50:27.258364   13017 out.go:79] [unset outFile]: * mock "mock-machine-0.66456005" bare metal machine is missing, will recreate.
I0528 20:50:27.258399   13017 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.
I0528 20:50:27.258543   13017 stop.go:64] duration metric: stop complete within 128.261µs
W0528 20:50:27.259082   13017 out.go:79] [unset outFile]: * Deleting "mock-machine-0.66456005" in mock ...
W0528 20:50:27.259158   13017 delete.go:138] delete failed (probably ok) <nil>
I0528 20:50:27.259173   13017 fix.go:117] Sleeping 1 second for extra luck!
I0528 20:50:28.259328   13017 start.go:121] createHost starting for "mock-machine-0.66456005" (driver="mock")
W0528 20:50:28.260054   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:28.260202   13017 start.go:157] libmachine.API.Create for "mock-machine-0.66456005" (driver="mock")
I0528 20:50:28.260306   13017 start.go:162] duration metric: libmachine.API.Create for "mock-machine-0.66456005" took 103.808µs
I0528 20:50:28.260323   13017 start.go:203] post-start starting for "mock-machine-0.43771419" (driver="mock")
I0528 20:50:28.260329   13017 start.go:206] post-start completed in 330ns
I0528 20:50:28.260483   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.66456005/config.json ...
I0528 20:50:28.260817   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.43771419/config.json ...
I0528 20:50:28.260885   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.43771419/config.json: {Name:mkc05c5260e3606f5cdb98a7989e5333c67e1554 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:28.261087   13017 start.go:124] duration metric: createHost completed in 1.721807ms
W0528 20:50:28.261124   13017 fix.go:131] unexpected machine state, will restart: <nil>
I0528 20:50:28.261137   13017 fix.go:55] fixHost completed within 1.003068151s
I0528 20:50:28.261143   13017 start.go:75] releasing machines lock for "mock-machine-0.66456005", held for 1.003087272s
I0528 20:50:28.261178   13017 start.go:240] acquiring machines lock for mock-machine-0.43771419-mock-machine-0.43771419: {Name:mk302caa70ed39d371b86dc62a759a851877f0d3 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0528 20:50:28.261228   13017 start.go:244] acquired machines lock for "mock-machine-0.43771419-mock-machine-0.43771419" in 38.11µs
I0528 20:50:28.261236   13017 start.go:84] Provisioning new machine with config: &{Name:mock-machine-0.43771419 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage: Memory:0 CPUs:0 DiskSize:0 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:cni FeatureGates: ServiceCIDR: ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:10.244.0.0/16}] ShouldLoadCachedImages:false EnableDefaultCNI:false 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}
I0528 20:50:28.261316   13017 start.go:121] createHost starting for "mock-machine-0.43771419" (driver="mock")
W0528 20:50:28.261832   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:28.261946   13017 start.go:157] libmachine.API.Create for "mock-machine-0.43771419" (driver="mock")
I0528 20:50:28.262041   13017 start.go:162] duration metric: libmachine.API.Create for "mock-machine-0.43771419" took 94.72µs
I0528 20:50:28.262071   13017 start.go:203] post-start starting for "mock-machine-0.42463750" (driver="mock")
I0528 20:50:28.262083   13017 start.go:206] post-start completed in 211ns
I0528 20:50:28.262238   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.42463750/config.json ...
I0528 20:50:28.262348   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.42463750/config.json: {Name:mk92fc7b2dfa1acf0b8f68ddc5f3e0332efb33b4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:28.262531   13017 start.go:124] duration metric: createHost completed in 1.205855ms
I0528 20:50:28.262566   13017 start.go:75] releasing machines lock for "mock-machine-0.43771419-mock-machine-0.43771419", held for 1.313743ms
I0528 20:50:28.262685   13017 start.go:121] createHost starting for "minikube" (driver="mock")
W0528 20:50:28.263261   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:28.263330   13017 start.go:157] libmachine.API.Create for "" (driver="mock")
I0528 20:50:28.263384   13017 start.go:162] duration metric: libmachine.API.Create for "" took 53.864µs
I0528 20:50:28.263390   13017 start.go:203] post-start starting for "mock-machine-0.68682307" (driver="mock")
I0528 20:50:28.263395   13017 start.go:206] post-start completed in 177ns
I0528 20:50:28.263483   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0528 20:50:28.263544   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.68682307/config.json: {Name:mkf4883f0fd70f3d67fba87d1ad5cb74a8d78861 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:28.263646   13017 start.go:124] duration metric: createHost completed in 946.547µs
I0528 20:50:28.263664   13017 start.go:240] acquiring machines lock for mock-machine-0.68682307: {Name:mk302caa70ed39d371b86dc62a759a851877f0d3 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0528 20:50:28.263703   13017 start.go:244] acquired machines lock for "mock-machine-0.68682307" in 30.266µs
I0528 20:50:28.263711   13017 start.go:88] Skipping create...Using existing machine configuration
I0528 20:50:28.263717   13017 fix.go:53] fixHost starting: mock-machine-0.68682307
I0528 20:50:28.263779   13017 fix.go:105] recreateIfNeeded on mock-machine-0.68682307: state=Stopped err=<nil>
W0528 20:50:28.263791   13017 fix.go:131] unexpected machine state, will restart: <nil>
W0528 20:50:28.263929   13017 out.go:79] [unset outFile]: * Restarting existing mock bare metal machine for "mock-machine-0.68682307" ...
I0528 20:50:28.264044   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0528 20:50:28.264313   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0528 20:50:28.264902   13017 fix.go:55] fixHost completed within 1.184682ms
I0528 20:50:28.264926   13017 start.go:75] releasing machines lock for "mock-machine-0.68682307", held for 1.215079ms
I0528 20:50:28.265056   13017 start.go:240] acquiring machines lock for : {Name:mk302caa70ed39d371b86dc62a759a851877f0d3 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0528 20:50:28.265119   13017 start.go:244] acquired machines lock for "" in 49.578µs
I0528 20:50:28.265127   13017 start.go:84] Provisioning new machine with config: &{Name: KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage: Memory:0 CPUs:0 DiskSize:0 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 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}
I0528 20:50:28.265180   13017 start.go:121] createHost starting for "minikube" (driver="mock")
W0528 20:50:28.265607   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:28.265673   13017 start.go:157] libmachine.API.Create for "" (driver="mock")
I0528 20:50:28.265749   13017 start.go:162] duration metric: libmachine.API.Create for "" took 75.766µs
I0528 20:50:28.265757   13017 start.go:203] post-start starting for "mock-machine-0.06563702" (driver="mock")
I0528 20:50:28.265762   13017 start.go:206] post-start completed in 325ns
I0528 20:50:28.265842   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.06563702/config.json ...
I0528 20:50:28.265900   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.06563702/config.json: {Name:mkc97e64a51cd4ecfda333efb191adeb781b9aac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:28.266029   13017 start.go:124] duration metric: createHost completed in 839.911µs
I0528 20:50:28.266035   13017 start.go:75] releasing machines lock for "", held for 909.111µs
I0528 20:50:28.266123   13017 start.go:240] acquiring machines lock for -minikube: {Name:mk302caa70ed39d371b86dc62a759a851877f0d3 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0528 20:50:28.266170   13017 start.go:244] acquired machines lock for "-minikube" in 34.372µs
I0528 20:50:28.266176   13017 start.go:84] Provisioning new machine with config: &{Name: KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage: Memory:0 CPUs:0 DiskSize:0 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 NodeIP: NodePort:0 NodeName:} Nodes:[] Addons:map[] VerifyComponents:map[]} &{Name:minikube IP: Port:0 KubernetesVersion: ControlPlane:false Worker:false}
I0528 20:50:28.266228   13017 start.go:121] createHost starting for "minikube" (driver="mock")
W0528 20:50:28.266764   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:28.266853   13017 start.go:157] libmachine.API.Create for "" (driver="mock")
I0528 20:50:28.266939   13017 start.go:162] duration metric: libmachine.API.Create for "" took 87.068µs
I0528 20:50:28.266973   13017 start.go:203] post-start starting for "mock-machine-0.15651925" (driver="mock")
I0528 20:50:28.266985   13017 start.go:206] post-start completed in 232ns
I0528 20:50:28.267109   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.15651925/config.json ...
I0528 20:50:28.267199   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.15651925/config.json: {Name:mk035aab7005268d8b49a24c77f53f518f8a48bf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:28.267375   13017 start.go:124] duration metric: createHost completed in 1.139166ms
I0528 20:50:28.267407   13017 start.go:75] releasing machines lock for "-minikube", held for 1.231411ms
I0528 20:50:28.267487   13017 stop.go:36] StopHost: mock-machine-0.15651925
I0528 20:50:28.267580   13017 start.go:121] createHost starting for "minikube" (driver="mock")
W0528 20:50:28.267980   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:28.268077   13017 start.go:157] libmachine.API.Create for "" (driver="mock")
I0528 20:50:28.268151   13017 start.go:162] duration metric: libmachine.API.Create for "" took 74.458µs
I0528 20:50:28.268165   13017 start.go:203] post-start starting for "mock-machine-0.09696952" (driver="mock")
I0528 20:50:28.268176   13017 start.go:206] post-start completed in 194ns
I0528 20:50:28.268258   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.09696952/config.json ...
I0528 20:50:28.268369   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.09696952/config.json: {Name:mk4425e8ba705993ce9810f695f08212bf0286fd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:28.269575   13017 start.go:124] duration metric: createHost completed in 1.977611ms
I0528 20:50:28.269613   13017 stop.go:36] StopHost: mock-machine-0.09696952
W0528 20:50:28.269795   13017 out.go:79] [unset outFile]: * Stopping "mock-machine-0.09696952" in mock ...
Stopping "mock-machine-0.09696952"...
Machine "mock-machine-0.09696952" was stopped.
I0528 20:50:28.269863   13017 stop.go:64] duration metric: stop complete within 55.107µs
I0528 20:50:28.269927   13017 start.go:121] createHost starting for "minikube" (driver="mock")
W0528 20:50:28.270377   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:28.270441   13017 start.go:157] libmachine.API.Create for "" (driver="mock")
I0528 20:50:28.270512   13017 start.go:162] duration metric: libmachine.API.Create for "" took 71.504µs
I0528 20:50:28.270519   13017 start.go:203] post-start starting for "mock-machine-0.30091186" (driver="mock")
I0528 20:50:28.270524   13017 start.go:206] post-start completed in 173ns
I0528 20:50:28.270614   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.30091186/config.json ...
I0528 20:50:28.270690   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.30091186/config.json: {Name:mkf66251842f8eb29ab8302207e556166e0d314c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:28.270805   13017 start.go:124] duration metric: createHost completed in 868.421µs
W0528 20:50:28.271052   13017 out.go:79] [unset outFile]: * Deleting "mock-machine-0.30091186" in mock ...
I0528 20:50:28.271137   13017 start.go:121] createHost starting for "minikube" (driver="mock")
W0528 20:50:28.271611   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:28.271693   13017 start.go:157] libmachine.API.Create for "" (driver="mock")
I0528 20:50:28.271776   13017 start.go:162] duration metric: libmachine.API.Create for "" took 82.861µs
I0528 20:50:28.271794   13017 start.go:203] post-start starting for "mock-machine-0.51521263" (driver="mock")
I0528 20:50:28.271805   13017 start.go:206] post-start completed in 198ns
I0528 20:50:28.271985   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.51521263/config.json ...
I0528 20:50:28.272086   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.51521263/config.json: {Name:mk8115bf916c8d40e69a195bc9b88c4c5eacc87e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:28.272245   13017 start.go:124] duration metric: createHost completed in 1.091107ms
I0528 20:50:28.272380   13017 start.go:121] createHost starting for "minikube" (driver="mock")
W0528 20:50:28.272846   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:28.272933   13017 start.go:157] libmachine.API.Create for "" (driver="mock")
I0528 20:50:28.273031   13017 start.go:162] duration metric: libmachine.API.Create for "" took 97.712µs
I0528 20:50:28.273051   13017 start.go:203] post-start starting for "mock-machine-0.81363996" (driver="mock")
I0528 20:50:28.273072   13017 start.go:206] post-start completed in 191ns
I0528 20:50:28.273173   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.81363996/config.json ...
I0528 20:50:28.273260   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.81363996/config.json: {Name:mk0f31bba310530f852dbd8b215b039ef749c245 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:28.273406   13017 start.go:124] duration metric: createHost completed in 986.678µs
I0528 20:50:28.273492   13017 start.go:121] createHost starting for "minikube" (driver="mock")
W0528 20:50:28.273958   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:28.274058   13017 start.go:157] libmachine.API.Create for "" (driver="mock")
I0528 20:50:28.274170   13017 start.go:162] duration metric: libmachine.API.Create for "" took 94.518µs
I0528 20:50:28.274187   13017 start.go:203] post-start starting for "mock-machine-0.21426387" (driver="mock")
I0528 20:50:28.274199   13017 start.go:206] post-start completed in 240ns
I0528 20:50:28.274321   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.21426387/config.json ...
I0528 20:50:28.274393   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.21426387/config.json: {Name:mk3fe292642ac5aea723c360a8e5097dc558c38e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:28.274550   13017 start.go:124] duration metric: createHost completed in 1.018893ms
I0528 20:50:28.274665   13017 start.go:121] createHost starting for "minikube" (driver="mock")
W0528 20:50:28.275080   13017 out.go:79] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0528 20:50:28.275165   13017 start.go:157] libmachine.API.Create for "mock-machine-0.21426387" (driver="mock")
I0528 20:50:28.275340   13017 start.go:162] duration metric: libmachine.API.Create for "mock-machine-0.21426387" took 173.398µs
I0528 20:50:28.275380   13017 start.go:203] post-start starting for "mock-machine-0.38065719" (driver="mock")
I0528 20:50:28.275426   13017 start.go:206] post-start completed in 338ns
I0528 20:50:28.275549   13017 profile.go:156] Saving config to /tmp/minipath612519283/.minikube/profiles/mock-machine-0.38065719/config.json ...
I0528 20:50:28.275649   13017 lock.go:35] WriteFile acquiring /tmp/minipath612519283/.minikube/profiles/mock-machine-0.38065719/config.json: {Name:mk84c764f17ebf9d7a7b41f0d56cfc2862bd07d3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0528 20:50:28.275793   13017 start.go:124] duration metric: createHost completed in 1.105524ms
I0528 20:50:28.275840   13017 stop.go:36] StopHost: mock-machine-0.38065719
W0528 20:50:28.275971   13017 out.go:79] [unset outFile]: * Stopping "mock-machine-0.38065719" in mock ...
Stopping "mock-machine-0.38065719"...
Machine "mock-machine-0.38065719" was stopped.
I0528 20:50:28.276045   13017 stop.go:64] duration metric: stop complete within 56.412µs
I0528 20:50:28.442459   13017 host.go:65] Checking if "mock-machine-0.38065719" exists ...
Using SSH client type: native
&{{{<nil> 0 [] [] []} root [] 0xb78ea0 <nil>  [] 0s} localhost 43965 <nil> <nil>}
panic: Fail in goroutine after TestCreateSSHShell has completed

goroutine 89 [running]:
testing.(*common).Fail(0xc0008e6200)
	/home/travis/.gimme/versions/go1.13.8.linux.amd64/src/testing/testing.go:609 +0x151
testing.(*common).Errorf(0xc0008e6200, 0x135dcde, 0x16, 0xc0005efef0, 0x1, 0x1)
	/home/travis/.gimme/versions/go1.13.8.linux.amd64/src/testing/testing.go:704 +0x90
k8s.io/minikube/pkg/minikube/tests.(*SSHServer).handleRequest(0xc00089d680, 0x16753e0, 0xc0007ae0c0, 0xc00030e900, 0xc000704a50)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/tests/ssh_mock.go:171 +0x694
k8s.io/minikube/pkg/minikube/tests.(*SSHServer).handleIncomingConnection(0xc00089d680, 0x167a4e0, 0xc0000c2020)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/tests/ssh_mock.go:128 +0x1bd
created by k8s.io/minikube/pkg/minikube/tests.(*SSHServer).serve
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/tests/ssh_mock.go:96 +0x86
FAIL	k8s.io/minikube/pkg/minikube/machine	1.269s
ok  	k8s.io/minikube/pkg/minikube/notify	0.014s	coverage: 92.9% of statements
ok  	k8s.io/minikube/pkg/minikube/out	0.055s	coverage: 67.4% of statements
ok  	k8s.io/minikube/pkg/minikube/perf	0.164s	coverage: 54.7% of statements
ok  	k8s.io/minikube/pkg/minikube/problem	0.010s	coverage: 91.7% of statements
ok  	k8s.io/minikube/pkg/minikube/proxy	0.040s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/registry	0.031s	coverage: 75.5% of statements
ok  	k8s.io/minikube/pkg/minikube/service	0.075s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/storageclass	0.019s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/sysinit	0.025s	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.825s	coverage: 64.2% of statements
ok  	k8s.io/minikube/pkg/util	0.413s	coverage: 77.9% of statements
ok  	k8s.io/minikube/pkg/util/lock	0.005s	coverage: 18.2% of statements
ok  	k8s.io/minikube/pkg/util/retry	0.005s	coverage: 0.0% of statements
FAIL
Makefile:271: recipe for target 'test' failed
make: *** [test] Error 32
TravisBuddy Request Identifier: ff4ecb70-a124-11ea-8dbc-21d9b9d6c42b

@priyawadhwa
Copy link

/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 May 28, 2020
@medyagh medyagh merged commit 15bb221 into kubernetes:master May 28, 2020
@medyagh medyagh deleted the update_k8s_vers branch March 2, 2021 21:38
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/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants