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

status: Add experimental cluster JSON status with state transition support #8868

Merged
merged 10 commits into from
Jul 29, 2020

Conversation

tstromberg
Copy link
Contributor

@tstromberg tstromberg commented Jul 28, 2020

This implements state transitions on top of the recent CloudEvents JSON output work. Fixes #8730

In a nutshell:

  • minikube status now supports a --layout=cluster, which supports a status fields along with the current step:
{
  "Name": "minikube",
  "StatusCode": 418,
  "StatusName": "Paused",
  "Step": "Done",
  "StepDetail": "⏯️  Paused 24 containers in: kube-system, kubernetes-dashboard, storage-gluster, istio-operator",
  "BinaryVersion": "v1.12.1",
  "Components": {
    "kubeconfig": {
      "Name": "kubeconfig",
      "StatusCode": 200,
      "StatusName": ""
    }
  },
  "Nodes": [
    {
      "Name": "minikube",
      "StatusCode": 200,
      "StatusName": "OK",
      "Components": {
        "apiserver": {
          "Name": "apiserver",
          "StatusCode": 418,
          "StatusName": "Paused"
        },
        "kubelet": {
          "Name": "kubelet",
          "StatusCode": 405,
          "StatusName": "Stopped"
        }
      }
    },
    {
      "Name": "minikube-m02",
      "StatusCode": 200,
      "StatusName": "OK",
      "Components": {
        "kubelet": {
          "Name": "kubelet",
          "StatusCode": 405,
          "StatusName": "Stopped"
        }
      }
    },
    {
      "Name": "minikube-m03",
      "StatusCode": 200,
      "StatusName": "OK",
      "Components": {
        "kubelet": {
          "Name": "kubelet",
          "StatusCode": 405,
          "StatusName": "Stopped"
        }
      }
    }
  ]
}
  • CloudEvent steps from the most recent mutation command for a profile are stored in: $MINIKUBE_HOME/<profile>/events.json
  • Steps are now properly written out for non-start mutations (pause, delete, stop, unpause)
  • These events are read back if --layout=cluster is invoked.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jul 28, 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 28, 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 28, 2020
@TravisBuddy
Copy link

Travis tests have failed

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

1st Build

View build log

make test
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
MINIKUBE_LDFLAGS="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="7574e9ffe7b879e9cf1ebab32182be271d2b009b"" ./test.sh
= make lint =============================================================
golangci/golangci-lint info checking GitHub for tag 'v1.29.0'
golangci/golangci-lint info found version: 1.29.0 for v1.29.0/linux/amd64
golangci/golangci-lint info installed out/linters/golangci-lint
cmd/minikube/cmd/stop.go:96:5: should replace `stoppedNodes += 1` with `stoppedNodes++` (golint)
				stoppedNodes += 1
				^
Makefile:390: recipe for target 'lint-ci' failed
make[1]: *** [lint-ci] Error 1
= go mod ================================================================
ok
= boilerplate ===========================================================
ok
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 4

2nd Build

View build log

make test
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
MINIKUBE_LDFLAGS="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="7574e9ffe7b879e9cf1ebab32182be271d2b009b"" ./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/shirou/gopsutil v2.18.12+incompatible
go: downloading k8s.io/client-go v0.17.3
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading github.com/spf13/viper v1.7.0
go: downloading github.com/spf13/cobra v1.0.0
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading golang.org/x/text v0.3.2
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading github.com/magiconair/properties v1.8.1
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading k8s.io/api v0.17.3
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/otiai10/copy v1.0.2
go: downloading k8s.io/kubernetes v1.17.3
go: downloading github.com/google/gofuzz v1.0.0
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading github.com/pkg/errors v0.9.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: downloading github.com/imdario/mergo v0.3.9
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner/v5 v5.0.0
go: downloading k8s.io/klog v1.0.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/prometheus/client_golang v1.4.1
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/docker/go-connections v0.4.0
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading github.com/prometheus/procfs v0.0.8
go: downloading github.com/golang/protobuf v1.4.2
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading go.opencensus.io v0.22.3
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading go.uber.org/zap v1.10.0
go: downloading cloud.google.com/go v0.57.0
go: downloading github.com/json-iterator/go v1.1.9
go: downloading k8s.io/kubectl v0.17.3
go: downloading google.golang.org/protobuf v1.24.0
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: downloading github.com/prometheus/common v0.9.1
go: downloading github.com/google/go-cmp v0.4.1
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/miekg/dns v1.1.27
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading google.golang.org/grpc v1.29.1
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.1.1
go: downloading go.uber.org/atomic v1.4.0
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
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/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading k8s.io/kubelet v0.17.3
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading k8s.io/component-base v0.17.3
go: downloading k8s.io/kube-proxy v0.17.3
go: downloading github.com/fatih/color v1.9.0
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/aws/aws-sdk-go v1.31.6
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading go.uber.org/multierr v1.1.0
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading github.com/jmespath/go-jmespath v0.3.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
ERROR: logging before flag.Parse: I0728 20:35:00.194123   12149 translate.go:106] Setting Language to en-US ...
--- FAIL: TestGenerateDocs (0.01s)
    --- FAIL: TestGenerateDocs/status (0.00s)
        generate-docs_test.go:47: Docs are not updated. Please run `make generate-docs` to update commands documentation:   strings.Join({
              	... // 861 identical bytes
              	`nkubelet: {{.Kubelet}}\napiserver: {{.APIServer}}\nkubeconfig: {`,
              	"{.Kubeconfig}}\\n\\n\")\n  -h, --help            help for status\n  -",
            - 	"l, --layout string   output layout (EXPERIMENTAL, JSON only): 'n",
            - 	"odes' or 'cluster' (default \"nodes\")\n  -",
              	"n, --node string     The node to check status for. Defaults to c",
              	"ontrol plane. Leave blank with default format for status on all ",
              	... // 1092 identical bytes
              }, "")
E0728 20:35:04.380882   12149 out.go:144] [unset errFile]: ! Not passing HTTP_PROXY=127.0.0.1:3128 to docker env.
E0728 20:35:04.381519   12149 out.go:144] [unset errFile]: ! Not passing HTTP_PROXY=localhost:3128 to docker env.
FAIL
coverage: 18.9% of statements
FAIL	k8s.io/minikube/cmd/minikube/cmd	4.284s
ok  	k8s.io/minikube/cmd/minikube/cmd/config	0.154s	coverage: 21.3% of statements
ok  	k8s.io/minikube/pkg/addons	0.059s	coverage: 53.3% of statements
ok  	k8s.io/minikube/pkg/drivers	0.007s	coverage: 19.6% of statements
ok  	k8s.io/minikube/pkg/drivers/hyperkit	0.004s	coverage: 77.3% of statements
ok  	k8s.io/minikube/pkg/drivers/kic/oci	0.011s	coverage: 0.0% of statements
ok  	k8s.io/minikube/pkg/drivers/kvm	0.036s	coverage: 2.3% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper	1.325s	coverage: 55.7% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil	0.085s	coverage: 62.4% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/ktmpl	0.015s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/images	0.017s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/cluster	0.060s	coverage: 15.3% of statements
ok  	k8s.io/minikube/pkg/minikube/command	0.025s	coverage: 4.3% of statements
ok  	k8s.io/minikube/pkg/minikube/config	0.196s	coverage: 70.0% of statements
ok  	k8s.io/minikube/pkg/minikube/cruntime	0.050s	coverage: 36.6% of statements
ok  	k8s.io/minikube/pkg/minikube/docker	0.026s	coverage: 20.8% of statements
ok  	k8s.io/minikube/pkg/minikube/driver	0.039s	coverage: 34.9% of statements
ok  	k8s.io/minikube/pkg/minikube/extract	0.010s	coverage: 58.8% of statements
ok  	k8s.io/minikube/pkg/minikube/image	0.022s	coverage: 3.0% of statements
ok  	k8s.io/minikube/pkg/minikube/kubeconfig	0.027s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/localpath	0.013s	coverage: 49.3% of statements
ok  	k8s.io/minikube/pkg/minikube/logs	0.036s	coverage: 1.3% of statements
127.0.0.1:43203
I0728 20:35:35.118705   13796 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:35:35.119053   13796 register.go:123] unexpected first step: ""
W0728 20:35:35.121621   13796 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:35:35.121713   13796 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:35:35.121795   13796 start.go:163] duration metric: libmachine.API.Create for "" took 83.009µs
I0728 20:35:35.121809   13796 start.go:204] post-start starting for "mock-machine-0.60466029" (driver="mock")
I0728 20:35:35.121820   13796 start.go:207] post-start completed in 182ns
I0728 20:35:35.122139   13796 profile.go:150] Saving config to /tmp/minipath195113735/.minikube/profiles/mock-machine-0.60466029/config.json ...
I0728 20:35:35.122245   13796 lock.go:35] WriteFile acquiring /tmp/minipath195113735/.minikube/profiles/mock-machine-0.60466029/config.json: {Name:mk0bf5a59434582ec37ec4ac80ccefd5f4ed6754 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:35:35.122376   13796 start.go:125] duration metric: createHost completed in 3.643708ms
I0728 20:35:35.122464   13796 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:35:35.122744   13796 register.go:123] unexpected first step: ""
W0728 20:35:35.122910   13796 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:35:35.122974   13796 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:35:35.123050   13796 start.go:163] duration metric: libmachine.API.Create for "" took 75.849µs
I0728 20:35:35.123061   13796 start.go:204] post-start starting for "mock-machine-0.94050909" (driver="mock")
I0728 20:35:35.123081   13796 start.go:207] post-start completed in 190ns
I0728 20:35:35.123186   13796 profile.go:150] Saving config to /tmp/minipath195113735/.minikube/profiles/mock-machine-0.94050909/config.json ...
I0728 20:35:35.123247   13796 lock.go:35] WriteFile acquiring /tmp/minipath195113735/.minikube/profiles/mock-machine-0.94050909/config.json: {Name:mk538d87057c697b18b086fb47c6ce90ff10b770 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:35:35.123380   13796 start.go:125] duration metric: createHost completed in 904.145µs
I0728 20:35:35.123437   13796 start.go:241] acquiring machines lock for mock-machine-0.94050909: {Name:mkaf85a406b75eee8ad7095f6b6b72d8361591ba Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:35:35.123523   13796 start.go:245] acquired machines lock for "mock-machine-0.94050909" in 70.959µs
I0728 20:35:35.123535   13796 start.go:89] Skipping create...Using existing machine configuration
I0728 20:35:35.123561   13796 fix.go:53] fixHost starting: mock-machine-0.94050909
I0728 20:35:35.123608   13796 fix.go:105] recreateIfNeeded on mock-machine-0.94050909: state=Running err=<nil>
W0728 20:35:35.123629   13796 fix.go:131] unexpected machine state, will restart: <nil>
W0728 20:35:35.123762   13796 out.go:101] [unset outFile]: * Updating the running mock "mock-machine-0.94050909" bare metal machine ...
I0728 20:35:35.123790   13796 fix.go:55] fixHost completed within 230.671µs
I0728 20:35:35.123801   13796 start.go:76] releasing machines lock for "mock-machine-0.94050909", held for 265.801µs
I0728 20:35:35.123894   13796 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:35:35.124145   13796 register.go:123] unexpected first step: ""
W0728 20:35:35.124274   13796 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:35:35.124335   13796 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:35:35.124428   13796 start.go:163] duration metric: libmachine.API.Create for "" took 93.12µs
I0728 20:35:35.124438   13796 start.go:204] post-start starting for "mock-machine-0.66456005" (driver="mock")
I0728 20:35:35.124449   13796 start.go:207] post-start completed in 108ns
I0728 20:35:35.124538   13796 profile.go:150] Saving config to /tmp/minipath195113735/.minikube/profiles/mock-machine-0.66456005/config.json ...
I0728 20:35:35.124600   13796 lock.go:35] WriteFile acquiring /tmp/minipath195113735/.minikube/profiles/mock-machine-0.66456005/config.json: {Name:mkbe053e6157cf3c5c8cf01adc1c3fb637fb76f3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:35:35.124738   13796 start.go:125] duration metric: createHost completed in 831.528µs
I0728 20:35:35.124759   13796 start.go:241] acquiring machines lock for mock-machine-0.66456005: {Name:mkaf85a406b75eee8ad7095f6b6b72d8361591ba Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:35:35.124799   13796 start.go:245] acquired machines lock for "mock-machine-0.66456005" in 27.956µs
I0728 20:35:35.124811   13796 start.go:89] Skipping create...Using existing machine configuration
I0728 20:35:35.124816   13796 fix.go:53] fixHost starting: mock-machine-0.66456005
I0728 20:35:35.124875   13796 fix.go:105] recreateIfNeeded on mock-machine-0.66456005: state=Error err=machine does not exist
I0728 20:35:35.124889   13796 fix.go:110] machineExists: false. err=machine does not exist
W0728 20:35:35.124972   13796 out.go:101] [unset outFile]: * mock "mock-machine-0.66456005" bare metal machine is missing, will recreate.
I0728 20:35:35.124990   13796 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.
I0728 20:35:35.125095   13796 stop.go:66] duration metric: stop complete within 93.261µs
W0728 20:35:35.125203   13796 out.go:101] [unset outFile]: * Deleting "mock-machine-0.66456005" in mock ...
W0728 20:35:35.125239   13796 delete.go:138] delete failed (probably ok) <nil>
I0728 20:35:35.125250   13796 fix.go:117] Sleeping 1 second for extra luck!
I0728 20:35:36.125389   13796 start.go:122] createHost starting for "mock-machine-0.66456005" (driver="mock")
E0728 20:35:36.125779   13796 register.go:123] unexpected first step: ""
W0728 20:35:36.126052   13796 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:35:36.126151   13796 start.go:158] libmachine.API.Create for "mock-machine-0.66456005" (driver="mock")
I0728 20:35:36.126224   13796 start.go:163] duration metric: libmachine.API.Create for "mock-machine-0.66456005" took 72.692µs
I0728 20:35:36.126241   13796 start.go:204] post-start starting for "mock-machine-0.43771419" (driver="mock")
I0728 20:35:36.126251   13796 start.go:207] post-start completed in 196ns
I0728 20:35:36.126359   13796 profile.go:150] Saving config to /tmp/minipath195113735/.minikube/profiles/mock-machine-0.43771419/config.json ...
I0728 20:35:36.126460   13796 lock.go:35] WriteFile acquiring /tmp/minipath195113735/.minikube/profiles/mock-machine-0.43771419/config.json: {Name:mk910609716f0ada5339cc5ebd266203a1bb7553 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:35:36.126617   13796 start.go:125] duration metric: createHost completed in 1.203299ms
W0728 20:35:36.126653   13796 fix.go:131] unexpected machine state, will restart: <nil>
I0728 20:35:36.126668   13796 fix.go:55] fixHost completed within 1.001852881s
I0728 20:35:36.126674   13796 start.go:76] releasing machines lock for "mock-machine-0.66456005", held for 1.001863795s
I0728 20:35:36.126710   13796 start.go:241] acquiring machines lock for mock-machine-0.43771419-mock-machine-0.43771419: {Name:mkaf85a406b75eee8ad7095f6b6b72d8361591ba Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:35:36.126774   13796 start.go:245] acquired machines lock for "mock-machine-0.43771419-mock-machine-0.43771419" in 49.17µs
I0728 20:35:36.126786   13796 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}
I0728 20:35:36.126860   13796 start.go:122] createHost starting for "mock-machine-0.43771419" (driver="mock")
E0728 20:35:36.127118   13796 register.go:123] unexpected first step: ""
W0728 20:35:36.127245   13796 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:35:36.127329   13796 start.go:158] libmachine.API.Create for "mock-machine-0.43771419" (driver="mock")
I0728 20:35:36.127395   13796 start.go:163] duration metric: libmachine.API.Create for "mock-machine-0.43771419" took 65.636µs
I0728 20:35:36.127405   13796 start.go:204] post-start starting for "mock-machine-0.42463750" (driver="mock")
I0728 20:35:36.127411   13796 start.go:207] post-start completed in 208ns
I0728 20:35:36.127504   13796 profile.go:150] Saving config to /tmp/minipath195113735/.minikube/profiles/mock-machine-0.42463750/config.json ...
I0728 20:35:36.127582   13796 lock.go:35] WriteFile acquiring /tmp/minipath195113735/.minikube/profiles/mock-machine-0.42463750/config.json: {Name:mk561d1b2d941fe22e9df2a421cc1e0ac664596b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:35:36.127707   13796 start.go:125] duration metric: createHost completed in 834.872µs
I0728 20:35:36.127718   13796 start.go:76] releasing machines lock for "mock-machine-0.43771419-mock-machine-0.43771419", held for 932.04µs
I0728 20:35:36.127803   13796 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:35:36.128059   13796 register.go:123] unexpected first step: ""
W0728 20:35:36.128219   13796 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:35:36.128286   13796 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:35:36.128371   13796 start.go:163] duration metric: libmachine.API.Create for "" took 84.268µs
I0728 20:35:36.128392   13796 start.go:204] post-start starting for "mock-machine-0.68682307" (driver="mock")
I0728 20:35:36.128417   13796 start.go:207] post-start completed in 135ns
I0728 20:35:36.128505   13796 profile.go:150] Saving config to /tmp/minipath195113735/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0728 20:35:36.128589   13796 lock.go:35] WriteFile acquiring /tmp/minipath195113735/.minikube/profiles/mock-machine-0.68682307/config.json: {Name:mkd3912e6127d061545d89926f88f5ea1817a3b6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:35:36.128746   13796 start.go:125] duration metric: createHost completed in 931.235µs
I0728 20:35:36.128771   13796 start.go:241] acquiring machines lock for mock-machine-0.68682307: {Name:mkaf85a406b75eee8ad7095f6b6b72d8361591ba Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:35:36.128827   13796 start.go:245] acquired machines lock for "mock-machine-0.68682307" in 32.912µs
I0728 20:35:36.128858   13796 start.go:89] Skipping create...Using existing machine configuration
I0728 20:35:36.128868   13796 fix.go:53] fixHost starting: mock-machine-0.68682307
I0728 20:35:36.128913   13796 fix.go:105] recreateIfNeeded on mock-machine-0.68682307: state=Stopped err=<nil>
W0728 20:35:36.128949   13796 fix.go:131] unexpected machine state, will restart: <nil>
W0728 20:35:36.129054   13796 out.go:101] [unset outFile]: * Restarting existing mock bare metal machine for "mock-machine-0.68682307" ...
I0728 20:35:36.129163   13796 profile.go:150] Saving config to /tmp/minipath195113735/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0728 20:35:36.129366   13796 fix.go:55] fixHost completed within 498.666µs
I0728 20:35:36.129378   13796 start.go:76] releasing machines lock for "mock-machine-0.68682307", held for 540.25µs
I0728 20:35:36.129535   13796 start.go:241] acquiring machines lock for : {Name:mkaf85a406b75eee8ad7095f6b6b72d8361591ba Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:35:36.129616   13796 start.go:245] acquired machines lock for "" in 45.867µs
I0728 20:35:36.129627   13796 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}
I0728 20:35:36.129676   13796 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:35:36.129979   13796 register.go:123] unexpected first step: ""
W0728 20:35:36.130105   13796 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:35:36.130181   13796 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:35:36.130271   13796 start.go:163] duration metric: libmachine.API.Create for "" took 89.643µs
I0728 20:35:36.130281   13796 start.go:204] post-start starting for "mock-machine-0.06563702" (driver="mock")
I0728 20:35:36.130309   13796 start.go:207] post-start completed in 133ns
I0728 20:35:36.130410   13796 profile.go:150] Saving config to /tmp/minipath195113735/.minikube/profiles/mock-machine-0.06563702/config.json ...
I0728 20:35:36.130488   13796 lock.go:35] WriteFile acquiring /tmp/minipath195113735/.minikube/profiles/mock-machine-0.06563702/config.json: {Name:mk3d1e4e05b5dd9c4f179293edfe837f1bd0c7af Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:35:36.130639   13796 start.go:125] duration metric: createHost completed in 928.222µs
I0728 20:35:36.130649   13796 start.go:76] releasing machines lock for "", held for 1.022924ms
I0728 20:35:36.130771   13796 start.go:241] acquiring machines lock for -minikube: {Name:mkaf85a406b75eee8ad7095f6b6b72d8361591ba Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:35:36.130844   13796 start.go:245] acquired machines lock for "-minikube" in 38.443µs
I0728 20:35:36.130855   13796 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}
I0728 20:35:36.130926   13796 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:35:36.131173   13796 register.go:123] unexpected first step: ""
W0728 20:35:36.131308   13796 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:35:36.131366   13796 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:35:36.131442   13796 start.go:163] duration metric: libmachine.API.Create for "" took 76.224µs
I0728 20:35:36.131474   13796 start.go:204] post-start starting for "mock-machine-0.15651925" (driver="mock")
I0728 20:35:36.131483   13796 start.go:207] post-start completed in 118ns
I0728 20:35:36.131571   13796 profile.go:150] Saving config to /tmp/minipath195113735/.minikube/profiles/mock-machine-0.15651925/config.json ...
I0728 20:35:36.131646   13796 lock.go:35] WriteFile acquiring /tmp/minipath195113735/.minikube/profiles/mock-machine-0.15651925/config.json: {Name:mk556170dc46ba7ad74d30d2476a35bd5fae9dce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:35:36.131791   13796 start.go:125] duration metric: createHost completed in 851.318µs
I0728 20:35:36.131802   13796 start.go:76] releasing machines lock for "-minikube", held for 947.899µs
I0728 20:35:36.131859   13796 stop.go:38] StopHost: mock-machine-0.15651925
I0728 20:35:36.131941   13796 start.go:122] createHost starting for "minikube" (driver="mock")
I0728 20:35:36.132242   13796 start.go:125] duration metric: createHost completed in 290.85µs
--- FAIL: TestStopHost (0.00s)
panic: "Running on Localhost" is in the expected steps for "Stopping": [Stopping Done] [recovered]
	panic: "Running on Localhost" is in the expected steps for "Stopping": [Stopping Done]

goroutine 113 [running]:
testing.tRunner.func1.1(0x11db360, 0xc0003fd640)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:988 +0x30d
testing.tRunner.func1(0xc000677440)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:991 +0x3f9
panic(0x11db360, 0xc0003fd640)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/runtime/panic.go:969 +0x166
k8s.io/minikube/pkg/minikube/out/register.(*Register).currentStep(0x2152040, 0xc000636750, 0x141fe00)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/register/register.go:113 +0x363
k8s.io/minikube/pkg/minikube/out/register.NewStep(0xc00019e050, 0x41, 0x4e7e41)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/register/log.go:41 +0x142
k8s.io/minikube/pkg/minikube/out/register.RecordStep(0xc00019e050, 0x41)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/register/json.go:27 +0x35
k8s.io/minikube/pkg/minikube/out.T(0x36, 0x146c1f4, 0x65, 0xc0008ac5b8, 0x1, 0x1)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/out.go:81 +0xc2
k8s.io/minikube/pkg/minikube/machine.showHostInfo(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/start.go:257 +0x27c
k8s.io/minikube/pkg/minikube/machine.createHost(0x17a8720, 0xc000196180, 0x2143a80, 0xc0008ad8d0, 0x0, 0x0, 0x0)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/start.go:134 +0x228
k8s.io/minikube/pkg/minikube/machine.TestStopHost(0xc000677440)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/cluster_test.go:316 +0x135
testing.tRunner(0xc000677440, 0x14c9a50)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:1039 +0xdc
created by testing.(*T).Run
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:1090 +0x372
FAIL	k8s.io/minikube/pkg/minikube/machine	1.063s
ok  	k8s.io/minikube/pkg/minikube/notify	0.014s	coverage: 92.9% of statements
ok  	k8s.io/minikube/pkg/minikube/out	0.055s	coverage: 58.7% of statements
--- FAIL: TestPrintStep (0.00s)
    json_test.go:44: expected didn't match actual:
        Expected:
        {"data":{"currentstep":"0","message":"message","name":"Initial Minikube Setup","totalsteps":"-1"},"datacontenttype":"application/json","id":"random-id","source":"https://minikube.sigs.k8s.io/","specversion":"1.0","type":"io.k8s.sigs.minikube.step"}
        
        
        Actual:
        {"data":{"currentstep":"0","message":"message","name":"Initial Minikube Setup","totalsteps":"12"},"datacontenttype":"application/json","id":"random-id","source":"https://minikube.sigs.k8s.io/","specversion":"1.0","type":"io.k8s.sigs.minikube.step"}
FAIL
coverage: 55.1% of statements
FAIL	k8s.io/minikube/pkg/minikube/out/register	0.011s
ok  	k8s.io/minikube/pkg/minikube/perf	4.130s	coverage: 33.8% of statements
ok  	k8s.io/minikube/pkg/minikube/problem	0.013s	coverage: 92.7% of statements
ok  	k8s.io/minikube/pkg/minikube/proxy	0.010s	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.070s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/shell	0.005s	coverage: 97.1% of statements
ok  	k8s.io/minikube/pkg/minikube/storageclass	0.026s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/sysinit	0.036s	coverage: 6.5% of statements
ok  	k8s.io/minikube/pkg/minikube/translate	0.007s	coverage: 10.5% of statements
ok  	k8s.io/minikube/pkg/minikube/tunnel	1.637s	coverage: 64.2% of statements
ok  	k8s.io/minikube/pkg/util	0.856s	coverage: 77.9% of statements
ok  	k8s.io/minikube/pkg/util/lock	0.012s	coverage: 18.2% of statements
ok  	k8s.io/minikube/pkg/util/retry	0.007s	coverage: 0.0% of statements
FAIL
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 32
TravisBuddy Request Identifier: 124acd10-d112-11ea-b8d2-e37d5f97d09d

@minikube-pr-bot
Copy link

kvm2 Driver
docker Driver

@tstromberg
Copy link
Contributor Author

/ok-to-test

@TravisBuddy
Copy link

Travis tests have failed

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

1st Build

View build log

make test
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
MINIKUBE_LDFLAGS="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="dbc21da34b90cb5cbdb8724579cea32648306fd1"" ./test.sh
= make lint =============================================================
golangci/golangci-lint info checking GitHub for tag 'v1.29.0'
golangci/golangci-lint info found version: 1.29.0 for v1.29.0/linux/amd64
golangci/golangci-lint info installed out/linters/golangci-lint
cmd/minikube/cmd/stop.go:96:5: should replace `stoppedNodes += 1` with `stoppedNodes++` (golint)
				stoppedNodes += 1
				^
Makefile:390: recipe for target 'lint-ci' failed
make[1]: *** [lint-ci] Error 1
= go mod ================================================================
ok
= boilerplate ===========================================================
ok
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 4

2nd Build

View build log

make test
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
MINIKUBE_LDFLAGS="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="dbc21da34b90cb5cbdb8724579cea32648306fd1"" ./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 github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading k8s.io/kubectl v0.17.3
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading k8s.io/kubernetes v1.17.3
go: downloading k8s.io/client-go v0.17.3
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading github.com/otiai10/copy v1.0.2
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading k8s.io/apimachinery v0.17.3
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading google.golang.org/api v0.25.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading github.com/docker/go-units v0.4.0
go: downloading go.opencensus.io v0.22.3
go: downloading k8s.io/klog v1.0.0
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/aws/aws-sdk-go v1.31.6
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading k8s.io/api v0.17.3
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading cloud.google.com/go v0.57.0
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading github.com/imdario/mergo v0.3.9
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/json-iterator/go v1.1.9
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading go.uber.org/zap v1.10.0
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/fatih/color v1.9.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading go.uber.org/multierr v1.1.0
go: downloading google.golang.org/grpc v1.29.1
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading k8s.io/component-base v0.17.3
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading go.uber.org/atomic v1.4.0
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
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/opencontainers/image-spec v1.0.1
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading k8s.io/kubelet v0.17.3
go: downloading k8s.io/kube-proxy v0.17.3
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner/v5 v5.0.0
go: downloading github.com/jmespath/go-jmespath v0.3.0
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading golang.org/x/text v0.3.2
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading github.com/google/gofuzz v1.0.0
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/google/go-cmp v0.4.1
go: downloading github.com/spf13/cobra v1.0.0
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 sigs.k8s.io/yaml v1.1.0
go: downloading github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/golang/protobuf v1.4.2
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading github.com/prometheus/client_golang v1.4.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: downloading github.com/prometheus/common v0.9.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/prometheus/procfs v0.0.8
go: downloading github.com/cespare/xxhash/v2 v2.1.1
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/spf13/viper v1.7.0
go: downloading github.com/miekg/dns v1.1.27
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/magiconair/properties v1.8.1
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/evanphx/json-patch v4.5.0+incompatible
ok  	k8s.io/minikube/cmd/minikube/cmd	3.946s	coverage: 18.9% of statements
ok  	k8s.io/minikube/cmd/minikube/cmd/config	0.161s	coverage: 21.3% of statements
ok  	k8s.io/minikube/pkg/addons	0.100s	coverage: 53.3% of statements
ok  	k8s.io/minikube/pkg/drivers	0.011s	coverage: 19.6% of statements
ok  	k8s.io/minikube/pkg/drivers/hyperkit	0.006s	coverage: 77.3% of statements
ok  	k8s.io/minikube/pkg/drivers/kic/oci	0.012s	coverage: 0.0% of statements
ok  	k8s.io/minikube/pkg/drivers/kvm	0.028s	coverage: 2.3% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper	1.112s	coverage: 55.7% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil	0.086s	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.005s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/cluster	0.071s	coverage: 15.3% of statements
ok  	k8s.io/minikube/pkg/minikube/command	0.054s	coverage: 4.3% of statements
ok  	k8s.io/minikube/pkg/minikube/config	0.179s	coverage: 70.0% of statements
ok  	k8s.io/minikube/pkg/minikube/cruntime	0.050s	coverage: 36.6% of statements
ok  	k8s.io/minikube/pkg/minikube/docker	0.024s	coverage: 20.8% of statements
ok  	k8s.io/minikube/pkg/minikube/driver	0.031s	coverage: 34.9% of statements
ok  	k8s.io/minikube/pkg/minikube/extract	0.010s	coverage: 58.8% of statements
ok  	k8s.io/minikube/pkg/minikube/image	0.021s	coverage: 3.0% of statements
ok  	k8s.io/minikube/pkg/minikube/kubeconfig	0.040s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/localpath	0.016s	coverage: 49.3% of statements
ok  	k8s.io/minikube/pkg/minikube/logs	0.039s	coverage: 1.3% of statements
127.0.0.1:40271
I0728 20:57:36.148025   13677 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:57:36.148305   13677 register.go:123] unexpected first step: ""
W0728 20:57:36.151401   13677 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:57:36.151513   13677 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:57:36.151613   13677 start.go:163] duration metric: libmachine.API.Create for "" took 91.938µs
I0728 20:57:36.151629   13677 start.go:204] post-start starting for "mock-machine-0.60466029" (driver="mock")
I0728 20:57:36.151636   13677 start.go:207] post-start completed in 261ns
I0728 20:57:36.152018   13677 profile.go:150] Saving config to /tmp/minipath297376107/.minikube/profiles/mock-machine-0.60466029/config.json ...
I0728 20:57:36.152133   13677 lock.go:35] WriteFile acquiring /tmp/minipath297376107/.minikube/profiles/mock-machine-0.60466029/config.json: {Name:mka9233e3494cc20a2c5045f6696617a22322b35 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:57:36.152282   13677 start.go:125] duration metric: createHost completed in 4.229047ms
I0728 20:57:36.152375   13677 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:57:36.152614   13677 register.go:123] unexpected first step: ""
W0728 20:57:36.152821   13677 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:57:36.152879   13677 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:57:36.152932   13677 start.go:163] duration metric: libmachine.API.Create for "" took 52.613µs
I0728 20:57:36.152943   13677 start.go:204] post-start starting for "mock-machine-0.94050909" (driver="mock")
I0728 20:57:36.152948   13677 start.go:207] post-start completed in 149ns
I0728 20:57:36.153029   13677 profile.go:150] Saving config to /tmp/minipath297376107/.minikube/profiles/mock-machine-0.94050909/config.json ...
I0728 20:57:36.153086   13677 lock.go:35] WriteFile acquiring /tmp/minipath297376107/.minikube/profiles/mock-machine-0.94050909/config.json: {Name:mk0cb20a5be863ff05489828d64c732c48b78b7b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:57:36.153202   13677 start.go:125] duration metric: createHost completed in 814.494µs
I0728 20:57:36.153245   13677 start.go:241] acquiring machines lock for mock-machine-0.94050909: {Name:mk2e8c6d8e41b1c4cda14b76221ae107b1139ba5 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:57:36.153303   13677 start.go:245] acquired machines lock for "mock-machine-0.94050909" in 43.718µs
I0728 20:57:36.153317   13677 start.go:89] Skipping create...Using existing machine configuration
I0728 20:57:36.153329   13677 fix.go:53] fixHost starting: mock-machine-0.94050909
I0728 20:57:36.153372   13677 fix.go:105] recreateIfNeeded on mock-machine-0.94050909: state=Running err=<nil>
W0728 20:57:36.153381   13677 fix.go:131] unexpected machine state, will restart: <nil>
W0728 20:57:36.153534   13677 out.go:101] [unset outFile]: * Updating the running mock "mock-machine-0.94050909" bare metal machine ...
I0728 20:57:36.153554   13677 fix.go:55] fixHost completed within 226.377µs
I0728 20:57:36.153564   13677 start.go:76] releasing machines lock for "mock-machine-0.94050909", held for 243.012µs
I0728 20:57:36.153632   13677 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:57:36.153847   13677 register.go:123] unexpected first step: ""
W0728 20:57:36.153962   13677 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:57:36.154013   13677 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:57:36.154069   13677 start.go:163] duration metric: libmachine.API.Create for "" took 59.388µs
I0728 20:57:36.154079   13677 start.go:204] post-start starting for "mock-machine-0.66456005" (driver="mock")
I0728 20:57:36.154085   13677 start.go:207] post-start completed in 337ns
I0728 20:57:36.154152   13677 profile.go:150] Saving config to /tmp/minipath297376107/.minikube/profiles/mock-machine-0.66456005/config.json ...
I0728 20:57:36.154203   13677 lock.go:35] WriteFile acquiring /tmp/minipath297376107/.minikube/profiles/mock-machine-0.66456005/config.json: {Name:mkd90af1db7c6d448b33164ad63fd9865c1274e1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:57:36.154293   13677 start.go:125] duration metric: createHost completed in 651.2µs
I0728 20:57:36.154309   13677 start.go:241] acquiring machines lock for mock-machine-0.66456005: {Name:mk2e8c6d8e41b1c4cda14b76221ae107b1139ba5 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:57:36.154343   13677 start.go:245] acquired machines lock for "mock-machine-0.66456005" in 25.846µs
I0728 20:57:36.154354   13677 start.go:89] Skipping create...Using existing machine configuration
I0728 20:57:36.154363   13677 fix.go:53] fixHost starting: mock-machine-0.66456005
I0728 20:57:36.154403   13677 fix.go:105] recreateIfNeeded on mock-machine-0.66456005: state=Error err=machine does not exist
I0728 20:57:36.154417   13677 fix.go:110] machineExists: false. err=machine does not exist
W0728 20:57:36.154513   13677 out.go:101] [unset outFile]: * mock "mock-machine-0.66456005" bare metal machine is missing, will recreate.
I0728 20:57:36.154532   13677 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.
I0728 20:57:36.154625   13677 stop.go:66] duration metric: stop complete within 84.893µs
W0728 20:57:36.154757   13677 out.go:101] [unset outFile]: * Deleting "mock-machine-0.66456005" in mock ...
W0728 20:57:36.154796   13677 delete.go:138] delete failed (probably ok) <nil>
I0728 20:57:36.154807   13677 fix.go:117] Sleeping 1 second for extra luck!
I0728 20:57:37.154956   13677 start.go:122] createHost starting for "mock-machine-0.66456005" (driver="mock")
E0728 20:57:37.155270   13677 register.go:123] unexpected first step: ""
W0728 20:57:37.155575   13677 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:57:37.155675   13677 start.go:158] libmachine.API.Create for "mock-machine-0.66456005" (driver="mock")
I0728 20:57:37.155739   13677 start.go:163] duration metric: libmachine.API.Create for "mock-machine-0.66456005" took 64.918µs
I0728 20:57:37.155749   13677 start.go:204] post-start starting for "mock-machine-0.43771419" (driver="mock")
I0728 20:57:37.155754   13677 start.go:207] post-start completed in 167ns
I0728 20:57:37.155858   13677 profile.go:150] Saving config to /tmp/minipath297376107/.minikube/profiles/mock-machine-0.43771419/config.json ...
I0728 20:57:37.155950   13677 lock.go:35] WriteFile acquiring /tmp/minipath297376107/.minikube/profiles/mock-machine-0.43771419/config.json: {Name:mkc7259f1306113b082d47c0e0d5f1b53b587631 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:57:37.156081   13677 start.go:125] duration metric: createHost completed in 1.093368ms
W0728 20:57:37.156104   13677 fix.go:131] unexpected machine state, will restart: <nil>
I0728 20:57:37.156117   13677 fix.go:55] fixHost completed within 1.001758754s
I0728 20:57:37.156123   13677 start.go:76] releasing machines lock for "mock-machine-0.66456005", held for 1.001768431s
I0728 20:57:37.156156   13677 start.go:241] acquiring machines lock for mock-machine-0.43771419-mock-machine-0.43771419: {Name:mk2e8c6d8e41b1c4cda14b76221ae107b1139ba5 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:57:37.156195   13677 start.go:245] acquired machines lock for "mock-machine-0.43771419-mock-machine-0.43771419" in 30.434µs
I0728 20:57:37.156202   13677 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}
I0728 20:57:37.156277   13677 start.go:122] createHost starting for "mock-machine-0.43771419" (driver="mock")
E0728 20:57:37.156496   13677 register.go:123] unexpected first step: ""
W0728 20:57:37.156672   13677 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:57:37.156756   13677 start.go:158] libmachine.API.Create for "mock-machine-0.43771419" (driver="mock")
I0728 20:57:37.156815   13677 start.go:163] duration metric: libmachine.API.Create for "mock-machine-0.43771419" took 59.267µs
I0728 20:57:37.156823   13677 start.go:204] post-start starting for "mock-machine-0.42463750" (driver="mock")
I0728 20:57:37.156827   13677 start.go:207] post-start completed in 141ns
I0728 20:57:37.156915   13677 profile.go:150] Saving config to /tmp/minipath297376107/.minikube/profiles/mock-machine-0.42463750/config.json ...
I0728 20:57:37.156980   13677 lock.go:35] WriteFile acquiring /tmp/minipath297376107/.minikube/profiles/mock-machine-0.42463750/config.json: {Name:mkd1ff8ad4674957851bcd3a80b26ec2f3339151 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:57:37.157077   13677 start.go:125] duration metric: createHost completed in 792.929µs
I0728 20:57:37.157083   13677 start.go:76] releasing machines lock for "mock-machine-0.43771419-mock-machine-0.43771419", held for 881.157µs
I0728 20:57:37.157170   13677 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:57:37.157377   13677 register.go:123] unexpected first step: ""
W0728 20:57:37.157537   13677 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:57:37.157613   13677 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:57:37.157709   13677 start.go:163] duration metric: libmachine.API.Create for "" took 95.842µs
I0728 20:57:37.157728   13677 start.go:204] post-start starting for "mock-machine-0.68682307" (driver="mock")
I0728 20:57:37.157740   13677 start.go:207] post-start completed in 119ns
I0728 20:57:37.157859   13677 profile.go:150] Saving config to /tmp/minipath297376107/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0728 20:57:37.157947   13677 lock.go:35] WriteFile acquiring /tmp/minipath297376107/.minikube/profiles/mock-machine-0.68682307/config.json: {Name:mkf1d5b140d1a38575cb41e095b418664d56ca48 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:57:37.158109   13677 start.go:125] duration metric: createHost completed in 932.013µs
I0728 20:57:37.158144   13677 start.go:241] acquiring machines lock for mock-machine-0.68682307: {Name:mk2e8c6d8e41b1c4cda14b76221ae107b1139ba5 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:57:37.158210   13677 start.go:245] acquired machines lock for "mock-machine-0.68682307" in 48.87µs
I0728 20:57:37.158229   13677 start.go:89] Skipping create...Using existing machine configuration
I0728 20:57:37.158256   13677 fix.go:53] fixHost starting: mock-machine-0.68682307
I0728 20:57:37.158316   13677 fix.go:105] recreateIfNeeded on mock-machine-0.68682307: state=Stopped err=<nil>
W0728 20:57:37.158338   13677 fix.go:131] unexpected machine state, will restart: <nil>
W0728 20:57:37.158479   13677 out.go:101] [unset outFile]: * Restarting existing mock bare metal machine for "mock-machine-0.68682307" ...
I0728 20:57:37.158602   13677 profile.go:150] Saving config to /tmp/minipath297376107/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0728 20:57:37.158808   13677 fix.go:55] fixHost completed within 552.31µs
I0728 20:57:37.158829   13677 start.go:76] releasing machines lock for "mock-machine-0.68682307", held for 600.792µs
I0728 20:57:37.158934   13677 start.go:241] acquiring machines lock for : {Name:mk2e8c6d8e41b1c4cda14b76221ae107b1139ba5 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:57:37.159018   13677 start.go:245] acquired machines lock for "" in 43.662µs
I0728 20:57:37.159060   13677 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}
I0728 20:57:37.159123   13677 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:57:37.159417   13677 register.go:123] unexpected first step: ""
W0728 20:57:37.159593   13677 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:57:37.159651   13677 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:57:37.159735   13677 start.go:163] duration metric: libmachine.API.Create for "" took 82.857µs
I0728 20:57:37.159771   13677 start.go:204] post-start starting for "mock-machine-0.06563702" (driver="mock")
I0728 20:57:37.159786   13677 start.go:207] post-start completed in 116ns
I0728 20:57:37.159891   13677 profile.go:150] Saving config to /tmp/minipath297376107/.minikube/profiles/mock-machine-0.06563702/config.json ...
I0728 20:57:37.159967   13677 lock.go:35] WriteFile acquiring /tmp/minipath297376107/.minikube/profiles/mock-machine-0.06563702/config.json: {Name:mkd6f2d570829ed8a1bb62bc96181acd8b9218b2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:57:37.160105   13677 start.go:125] duration metric: createHost completed in 958.779µs
I0728 20:57:37.160133   13677 start.go:76] releasing machines lock for "", held for 1.067154ms
I0728 20:57:37.160277   13677 start.go:241] acquiring machines lock for -minikube: {Name:mk2e8c6d8e41b1c4cda14b76221ae107b1139ba5 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:57:37.160352   13677 start.go:245] acquired machines lock for "-minikube" in 33.134µs
I0728 20:57:37.160371   13677 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}
I0728 20:57:37.160444   13677 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:57:37.160715   13677 register.go:123] unexpected first step: ""
W0728 20:57:37.160857   13677 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:57:37.160912   13677 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:57:37.160994   13677 start.go:163] duration metric: libmachine.API.Create for "" took 81.602µs
I0728 20:57:37.161036   13677 start.go:204] post-start starting for "mock-machine-0.15651925" (driver="mock")
I0728 20:57:37.161050   13677 start.go:207] post-start completed in 131ns
I0728 20:57:37.161153   13677 profile.go:150] Saving config to /tmp/minipath297376107/.minikube/profiles/mock-machine-0.15651925/config.json ...
I0728 20:57:37.161258   13677 lock.go:35] WriteFile acquiring /tmp/minipath297376107/.minikube/profiles/mock-machine-0.15651925/config.json: {Name:mk2daf5a4acb8e6496741d3f662f96112cbfd807 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:57:37.161380   13677 start.go:125] duration metric: createHost completed in 918.258µs
I0728 20:57:37.161405   13677 start.go:76] releasing machines lock for "-minikube", held for 1.034168ms
I0728 20:57:37.161465   13677 stop.go:38] StopHost: mock-machine-0.15651925
I0728 20:57:37.161552   13677 start.go:122] createHost starting for "minikube" (driver="mock")
I0728 20:57:37.161897   13677 start.go:125] duration metric: createHost completed in 313.351µs
--- FAIL: TestStopHost (0.00s)
panic: "Running on Localhost" is in the expected steps for "Stopping": [Stopping Done] [recovered]
	panic: "Running on Localhost" is in the expected steps for "Stopping": [Stopping Done]

goroutine 110 [running]:
testing.tRunner.func1.1(0x11db360, 0xc000230c20)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:988 +0x30d
testing.tRunner.func1(0xc000297e60)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:991 +0x3f9
panic(0x11db360, 0xc000230c20)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/runtime/panic.go:969 +0x166
k8s.io/minikube/pkg/minikube/out/register.(*Register).currentStep(0x2152040, 0xc000395a70, 0x141fe00)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/register/register.go:113 +0x363
k8s.io/minikube/pkg/minikube/out/register.NewStep(0xc000782000, 0x41, 0x4e7e41)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/register/log.go:41 +0x142
k8s.io/minikube/pkg/minikube/out/register.RecordStep(0xc000782000, 0x41)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/register/json.go:27 +0x35
k8s.io/minikube/pkg/minikube/out.T(0x36, 0x146c1f4, 0x65, 0xc0007d25b8, 0x1, 0x1)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/out.go:81 +0xc2
k8s.io/minikube/pkg/minikube/machine.showHostInfo(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/start.go:257 +0x27c
k8s.io/minikube/pkg/minikube/machine.createHost(0x17a8720, 0xc000505cc0, 0x2143a80, 0xc0007d38d0, 0x0, 0x0, 0x0)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/start.go:134 +0x228
k8s.io/minikube/pkg/minikube/machine.TestStopHost(0xc000297e60)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/cluster_test.go:316 +0x135
testing.tRunner(0xc000297e60, 0x14c9a50)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:1039 +0xdc
created by testing.(*T).Run
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:1090 +0x372
FAIL	k8s.io/minikube/pkg/minikube/machine	1.076s
ok  	k8s.io/minikube/pkg/minikube/notify	0.015s	coverage: 92.9% of statements
ok  	k8s.io/minikube/pkg/minikube/out	0.057s	coverage: 58.7% of statements
--- FAIL: TestPrintStep (0.00s)
    json_test.go:44: expected didn't match actual:
        Expected:
        {"data":{"currentstep":"0","message":"message","name":"Initial Minikube Setup","totalsteps":"-1"},"datacontenttype":"application/json","id":"random-id","source":"https://minikube.sigs.k8s.io/","specversion":"1.0","type":"io.k8s.sigs.minikube.step"}
        
        
        Actual:
        {"data":{"currentstep":"0","message":"message","name":"Initial Minikube Setup","totalsteps":"12"},"datacontenttype":"application/json","id":"random-id","source":"https://minikube.sigs.k8s.io/","specversion":"1.0","type":"io.k8s.sigs.minikube.step"}
FAIL
coverage: 55.1% of statements
FAIL	k8s.io/minikube/pkg/minikube/out/register	0.010s
ok  	k8s.io/minikube/pkg/minikube/perf	4.147s	coverage: 33.8% of statements
ok  	k8s.io/minikube/pkg/minikube/problem	0.011s	coverage: 92.7% of statements
ok  	k8s.io/minikube/pkg/minikube/proxy	0.010s	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.065s	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.051s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/sysinit	0.032s	coverage: 6.5% of statements
ok  	k8s.io/minikube/pkg/minikube/translate	0.012s	coverage: 10.5% of statements
ok  	k8s.io/minikube/pkg/minikube/tunnel	1.745s	coverage: 64.2% of statements
ok  	k8s.io/minikube/pkg/util	1.573s	coverage: 77.9% of statements
ok  	k8s.io/minikube/pkg/util/lock	0.009s	coverage: 18.2% of statements
ok  	k8s.io/minikube/pkg/util/retry	0.011s	coverage: 0.0% of statements
FAIL
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 32
TravisBuddy Request Identifier: 209dc3b0-d115-11ea-b8d2-e37d5f97d09d

@TravisBuddy
Copy link

Travis tests have failed

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

1st Build

View build log

make test
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
MINIKUBE_LDFLAGS="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="1c59c775decdadbee210e610dfb754a17547d8b5"" ./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/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/mattn/go-isatty v0.0.12
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/cheggaaa/pb v1.0.27
go: downloading cloud.google.com/go v0.57.0
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading github.com/fatih/color v1.9.0
go: downloading k8s.io/client-go v0.17.3
go: downloading google.golang.org/api v0.25.0
go: downloading github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading k8s.io/kubectl v0.17.3
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading k8s.io/api v0.17.3
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: downloading github.com/docker/go-units v0.4.0
go: downloading k8s.io/klog v1.0.0
go: downloading github.com/spf13/cobra v1.0.0
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading go.opencensus.io v0.22.3
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading github.com/aws/aws-sdk-go v1.31.6
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading github.com/spf13/viper v1.7.0
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/text v0.3.2
go: downloading github.com/google/gofuzz v1.0.0
go: downloading google.golang.org/grpc v1.29.1
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading github.com/magiconair/properties v1.8.1
go: downloading go.uber.org/zap v1.10.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/otiai10/copy v1.0.2
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading google.golang.org/protobuf v1.24.0
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/golang/protobuf v1.4.2
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading go.uber.org/multierr v1.1.0
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: downloading go.uber.org/atomic v1.4.0
go: downloading github.com/json-iterator/go v1.1.9
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading k8s.io/kubernetes v1.17.3
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner/v5 v5.0.0
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/jmespath/go-jmespath v0.3.0
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading github.com/prometheus/client_golang v1.4.1
go: downloading github.com/imdario/mergo v0.3.9
go: downloading k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: downloading github.com/miekg/dns v1.1.27
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/google/go-cmp v0.4.1
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/prometheus/common v0.9.1
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/prometheus/procfs v0.0.8
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.1.1
go: downloading k8s.io/component-base v0.17.3
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading k8s.io/kubelet v0.17.3
go: downloading k8s.io/kube-proxy v0.17.3
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	3.871s	coverage: 18.9% of statements
ok  	k8s.io/minikube/cmd/minikube/cmd/config	0.169s	coverage: 21.3% of statements
ok  	k8s.io/minikube/pkg/addons	0.108s	coverage: 53.3% of statements
ok  	k8s.io/minikube/pkg/drivers	0.021s	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.017s	coverage: 0.0% of statements
ok  	k8s.io/minikube/pkg/drivers/kvm	0.028s	coverage: 2.3% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper	0.710s	coverage: 55.7% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil	0.157s	coverage: 62.4% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/ktmpl	0.023s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/images	0.009s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/cluster	0.074s	coverage: 15.3% of statements
ok  	k8s.io/minikube/pkg/minikube/command	0.018s	coverage: 4.3% of statements
ok  	k8s.io/minikube/pkg/minikube/config	0.150s	coverage: 70.0% of statements
ok  	k8s.io/minikube/pkg/minikube/cruntime	0.061s	coverage: 36.6% of statements
ok  	k8s.io/minikube/pkg/minikube/docker	0.041s	coverage: 20.8% of statements
ok  	k8s.io/minikube/pkg/minikube/driver	0.022s	coverage: 34.9% of statements
ok  	k8s.io/minikube/pkg/minikube/extract	0.021s	coverage: 58.8% of statements
ok  	k8s.io/minikube/pkg/minikube/image	0.023s	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.006s	coverage: 49.3% of statements
ok  	k8s.io/minikube/pkg/minikube/logs	0.044s	coverage: 1.3% of statements
127.0.0.1:39403
I0728 20:58:34.251542   13688 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:58:34.251825   13688 register.go:123] unexpected first step: ""
W0728 20:58:34.255032   13688 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:58:34.255149   13688 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:58:34.255226   13688 start.go:163] duration metric: libmachine.API.Create for "" took 76.909µs
I0728 20:58:34.255236   13688 start.go:204] post-start starting for "mock-machine-0.60466029" (driver="mock")
I0728 20:58:34.255242   13688 start.go:207] post-start completed in 274ns
I0728 20:58:34.255629   13688 profile.go:150] Saving config to /tmp/minipath038008355/.minikube/profiles/mock-machine-0.60466029/config.json ...
I0728 20:58:34.255761   13688 lock.go:35] WriteFile acquiring /tmp/minipath038008355/.minikube/profiles/mock-machine-0.60466029/config.json: {Name:mkb9072bad5910350d4ce6274d4931c1d967246b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:58:34.255936   13688 start.go:125] duration metric: createHost completed in 4.363323ms
I0728 20:58:34.256043   13688 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:58:34.256315   13688 register.go:123] unexpected first step: ""
W0728 20:58:34.256519   13688 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:58:34.256621   13688 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:58:34.256704   13688 start.go:163] duration metric: libmachine.API.Create for "" took 83.057µs
I0728 20:58:34.256734   13688 start.go:204] post-start starting for "mock-machine-0.94050909" (driver="mock")
I0728 20:58:34.256760   13688 start.go:207] post-start completed in 246ns
I0728 20:58:34.256885   13688 profile.go:150] Saving config to /tmp/minipath038008355/.minikube/profiles/mock-machine-0.94050909/config.json ...
I0728 20:58:34.256993   13688 lock.go:35] WriteFile acquiring /tmp/minipath038008355/.minikube/profiles/mock-machine-0.94050909/config.json: {Name:mk9c50f807f308df0f21b85d279c04cb7050d08c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:58:34.257181   13688 start.go:125] duration metric: createHost completed in 1.12752ms
I0728 20:58:34.257254   13688 start.go:241] acquiring machines lock for mock-machine-0.94050909: {Name:mkeebe89b7a05d534985c228020068b1482bf857 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:58:34.257364   13688 start.go:245] acquired machines lock for "mock-machine-0.94050909" in 87.396µs
I0728 20:58:34.257392   13688 start.go:89] Skipping create...Using existing machine configuration
I0728 20:58:34.257423   13688 fix.go:53] fixHost starting: mock-machine-0.94050909
I0728 20:58:34.257513   13688 fix.go:105] recreateIfNeeded on mock-machine-0.94050909: state=Running err=<nil>
W0728 20:58:34.257538   13688 fix.go:131] unexpected machine state, will restart: <nil>
W0728 20:58:34.257697   13688 out.go:101] [unset outFile]: * Updating the running mock "mock-machine-0.94050909" bare metal machine ...
I0728 20:58:34.257783   13688 fix.go:55] fixHost completed within 370.763µs
I0728 20:58:34.257817   13688 start.go:76] releasing machines lock for "mock-machine-0.94050909", held for 418.661µs
I0728 20:58:34.257929   13688 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:58:34.258229   13688 register.go:123] unexpected first step: ""
W0728 20:58:34.258431   13688 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:58:34.258511   13688 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:58:34.258612   13688 start.go:163] duration metric: libmachine.API.Create for "" took 99.877µs
I0728 20:58:34.258638   13688 start.go:204] post-start starting for "mock-machine-0.66456005" (driver="mock")
I0728 20:58:34.258653   13688 start.go:207] post-start completed in 205ns
I0728 20:58:34.258754   13688 profile.go:150] Saving config to /tmp/minipath038008355/.minikube/profiles/mock-machine-0.66456005/config.json ...
I0728 20:58:34.258832   13688 lock.go:35] WriteFile acquiring /tmp/minipath038008355/.minikube/profiles/mock-machine-0.66456005/config.json: {Name:mk5cc4d59b0b839d584995dae98679b260deb8f0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:58:34.258985   13688 start.go:125] duration metric: createHost completed in 1.03042ms
I0728 20:58:34.259021   13688 start.go:241] acquiring machines lock for mock-machine-0.66456005: {Name:mkeebe89b7a05d534985c228020068b1482bf857 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:58:34.259109   13688 start.go:245] acquired machines lock for "mock-machine-0.66456005" in 69.976µs
I0728 20:58:34.259135   13688 start.go:89] Skipping create...Using existing machine configuration
I0728 20:58:34.259151   13688 fix.go:53] fixHost starting: mock-machine-0.66456005
I0728 20:58:34.259218   13688 fix.go:105] recreateIfNeeded on mock-machine-0.66456005: state=Error err=machine does not exist
I0728 20:58:34.259244   13688 fix.go:110] machineExists: false. err=machine does not exist
W0728 20:58:34.259438   13688 out.go:101] [unset outFile]: * mock "mock-machine-0.66456005" bare metal machine is missing, will recreate.
I0728 20:58:34.259488   13688 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.
I0728 20:58:34.259651   13688 stop.go:66] duration metric: stop complete within 144.394µs
W0728 20:58:34.259844   13688 out.go:101] [unset outFile]: * Deleting "mock-machine-0.66456005" in mock ...
W0728 20:58:34.259922   13688 delete.go:138] delete failed (probably ok) <nil>
I0728 20:58:34.260019   13688 fix.go:117] Sleeping 1 second for extra luck!
I0728 20:58:35.260162   13688 start.go:122] createHost starting for "mock-machine-0.66456005" (driver="mock")
E0728 20:58:35.260616   13688 register.go:123] unexpected first step: ""
W0728 20:58:35.260930   13688 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:58:35.261040   13688 start.go:158] libmachine.API.Create for "mock-machine-0.66456005" (driver="mock")
I0728 20:58:35.261120   13688 start.go:163] duration metric: libmachine.API.Create for "mock-machine-0.66456005" took 80.646µs
I0728 20:58:35.261131   13688 start.go:204] post-start starting for "mock-machine-0.43771419" (driver="mock")
I0728 20:58:35.261138   13688 start.go:207] post-start completed in 363ns
I0728 20:58:35.261241   13688 profile.go:150] Saving config to /tmp/minipath038008355/.minikube/profiles/mock-machine-0.43771419/config.json ...
I0728 20:58:35.261348   13688 lock.go:35] WriteFile acquiring /tmp/minipath038008355/.minikube/profiles/mock-machine-0.43771419/config.json: {Name:mk7c03aa65fe4ac94adef5fb7d608485dac06c5c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:58:35.261548   13688 start.go:125] duration metric: createHost completed in 1.351622ms
W0728 20:58:35.261581   13688 fix.go:131] unexpected machine state, will restart: <nil>
I0728 20:58:35.261597   13688 fix.go:55] fixHost completed within 1.002446573s
I0728 20:58:35.261603   13688 start.go:76] releasing machines lock for "mock-machine-0.66456005", held for 1.002469363s
I0728 20:58:35.261632   13688 start.go:241] acquiring machines lock for mock-machine-0.43771419-mock-machine-0.43771419: {Name:mkeebe89b7a05d534985c228020068b1482bf857 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:58:35.261701   13688 start.go:245] acquired machines lock for "mock-machine-0.43771419-mock-machine-0.43771419" in 55.566µs
I0728 20:58:35.261710   13688 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}
I0728 20:58:35.261771   13688 start.go:122] createHost starting for "mock-machine-0.43771419" (driver="mock")
E0728 20:58:35.262045   13688 register.go:123] unexpected first step: ""
W0728 20:58:35.262262   13688 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:58:35.262359   13688 start.go:158] libmachine.API.Create for "mock-machine-0.43771419" (driver="mock")
I0728 20:58:35.262452   13688 start.go:163] duration metric: libmachine.API.Create for "mock-machine-0.43771419" took 92.28µs
I0728 20:58:35.262462   13688 start.go:204] post-start starting for "mock-machine-0.42463750" (driver="mock")
I0728 20:58:35.262468   13688 start.go:207] post-start completed in 220ns
I0728 20:58:35.262574   13688 profile.go:150] Saving config to /tmp/minipath038008355/.minikube/profiles/mock-machine-0.42463750/config.json ...
I0728 20:58:35.262651   13688 lock.go:35] WriteFile acquiring /tmp/minipath038008355/.minikube/profiles/mock-machine-0.42463750/config.json: {Name:mk6a5118bac765c87a42507fe4ed345cb5a5b7cd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:58:35.262802   13688 start.go:125] duration metric: createHost completed in 1.02156ms
I0728 20:58:35.262811   13688 start.go:76] releasing machines lock for "mock-machine-0.43771419-mock-machine-0.43771419", held for 1.101848ms
I0728 20:58:35.262919   13688 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:58:35.263371   13688 register.go:123] unexpected first step: ""
W0728 20:58:35.263635   13688 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:58:35.263709   13688 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:58:35.263775   13688 start.go:163] duration metric: libmachine.API.Create for "" took 66.593µs
I0728 20:58:35.263795   13688 start.go:204] post-start starting for "mock-machine-0.68682307" (driver="mock")
I0728 20:58:35.263801   13688 start.go:207] post-start completed in 154ns
I0728 20:58:35.263873   13688 profile.go:150] Saving config to /tmp/minipath038008355/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0728 20:58:35.263954   13688 lock.go:35] WriteFile acquiring /tmp/minipath038008355/.minikube/profiles/mock-machine-0.68682307/config.json: {Name:mke12a5a556777a8e1aa38836812be69c6106753 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:58:35.264081   13688 start.go:125] duration metric: createHost completed in 1.153271ms
I0728 20:58:35.264098   13688 start.go:241] acquiring machines lock for mock-machine-0.68682307: {Name:mkeebe89b7a05d534985c228020068b1482bf857 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:58:35.264151   13688 start.go:245] acquired machines lock for "mock-machine-0.68682307" in 38.569µs
I0728 20:58:35.264164   13688 start.go:89] Skipping create...Using existing machine configuration
I0728 20:58:35.264171   13688 fix.go:53] fixHost starting: mock-machine-0.68682307
I0728 20:58:35.264224   13688 fix.go:105] recreateIfNeeded on mock-machine-0.68682307: state=Stopped err=<nil>
W0728 20:58:35.264241   13688 fix.go:131] unexpected machine state, will restart: <nil>
W0728 20:58:35.264376   13688 out.go:101] [unset outFile]: * Restarting existing mock bare metal machine for "mock-machine-0.68682307" ...
I0728 20:58:35.264520   13688 profile.go:150] Saving config to /tmp/minipath038008355/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0728 20:58:35.264748   13688 fix.go:55] fixHost completed within 576.002µs
I0728 20:58:35.264783   13688 start.go:76] releasing machines lock for "mock-machine-0.68682307", held for 619.838µs
I0728 20:58:35.264943   13688 start.go:241] acquiring machines lock for : {Name:mkeebe89b7a05d534985c228020068b1482bf857 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:58:35.265042   13688 start.go:245] acquired machines lock for "" in 51.57µs
I0728 20:58:35.265079   13688 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}
I0728 20:58:35.265159   13688 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:58:35.265504   13688 register.go:123] unexpected first step: ""
W0728 20:58:35.265667   13688 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:58:35.265741   13688 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:58:35.265865   13688 start.go:163] duration metric: libmachine.API.Create for "" took 123.071µs
I0728 20:58:35.265890   13688 start.go:204] post-start starting for "mock-machine-0.06563702" (driver="mock")
I0728 20:58:35.265905   13688 start.go:207] post-start completed in 235ns
I0728 20:58:35.266010   13688 profile.go:150] Saving config to /tmp/minipath038008355/.minikube/profiles/mock-machine-0.06563702/config.json ...
I0728 20:58:35.266099   13688 lock.go:35] WriteFile acquiring /tmp/minipath038008355/.minikube/profiles/mock-machine-0.06563702/config.json: {Name:mkebbe0cc7137bd5302f9767e2b3a48e8605e127 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:58:35.266287   13688 start.go:125] duration metric: createHost completed in 1.104857ms
I0728 20:58:35.266319   13688 start.go:76] releasing machines lock for "", held for 1.24047ms
I0728 20:58:35.266491   13688 start.go:241] acquiring machines lock for -minikube: {Name:mkeebe89b7a05d534985c228020068b1482bf857 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0728 20:58:35.266578   13688 start.go:245] acquired machines lock for "-minikube" in 52.731µs
I0728 20:58:35.266614   13688 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}
I0728 20:58:35.266687   13688 start.go:122] createHost starting for "minikube" (driver="mock")
E0728 20:58:35.267042   13688 register.go:123] unexpected first step: ""
W0728 20:58:35.267205   13688 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0728 20:58:35.267273   13688 start.go:158] libmachine.API.Create for "" (driver="mock")
I0728 20:58:35.267406   13688 start.go:163] duration metric: libmachine.API.Create for "" took 125.301µs
I0728 20:58:35.267433   13688 start.go:204] post-start starting for "mock-machine-0.15651925" (driver="mock")
I0728 20:58:35.267483   13688 start.go:207] post-start completed in 218ns
I0728 20:58:35.267630   13688 profile.go:150] Saving config to /tmp/minipath038008355/.minikube/profiles/mock-machine-0.15651925/config.json ...
I0728 20:58:35.267694   13688 lock.go:35] WriteFile acquiring /tmp/minipath038008355/.minikube/profiles/mock-machine-0.15651925/config.json: {Name:mkedce72f61987dd7c412c096a16df40a9a11cce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0728 20:58:35.267819   13688 start.go:125] duration metric: createHost completed in 1.113902ms
I0728 20:58:35.267835   13688 start.go:76] releasing machines lock for "-minikube", held for 1.221414ms
I0728 20:58:35.267894   13688 stop.go:38] StopHost: mock-machine-0.15651925
I0728 20:58:35.267982   13688 start.go:122] createHost starting for "minikube" (driver="mock")
I0728 20:58:35.268278   13688 start.go:125] duration metric: createHost completed in 282.634µs
--- FAIL: TestStopHost (0.00s)
panic: "Running on Localhost" is in the expected steps for "Stopping": [Stopping Done] [recovered]
	panic: "Running on Localhost" is in the expected steps for "Stopping": [Stopping Done]

goroutine 114 [running]:
testing.tRunner.func1.1(0x11db360, 0xc00033cfb0)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:988 +0x30d
testing.tRunner.func1(0xc0007d2c60)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:991 +0x3f9
panic(0x11db360, 0xc00033cfb0)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/runtime/panic.go:969 +0x166
k8s.io/minikube/pkg/minikube/out/register.(*Register).currentStep(0x2152040, 0xc0007d5a70, 0x141fe00)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/register/register.go:113 +0x363
k8s.io/minikube/pkg/minikube/out/register.NewStep(0xc0007fa3c0, 0x41, 0x4e7e41)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/register/log.go:41 +0x142
k8s.io/minikube/pkg/minikube/out/register.RecordStep(0xc0007fa3c0, 0x41)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/register/json.go:27 +0x35
k8s.io/minikube/pkg/minikube/out.T(0x36, 0x146c1f4, 0x65, 0xc00075c5b8, 0x1, 0x1)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/out.go:81 +0xc2
k8s.io/minikube/pkg/minikube/machine.showHostInfo(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/start.go:257 +0x27c
k8s.io/minikube/pkg/minikube/machine.createHost(0x17a8720, 0xc0007af3e0, 0x2143a80, 0xc00075d8d0, 0x0, 0x0, 0x0)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/start.go:134 +0x228
k8s.io/minikube/pkg/minikube/machine.TestStopHost(0xc0007d2c60)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/cluster_test.go:316 +0x135
testing.tRunner(0xc0007d2c60, 0x14c9a50)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:1039 +0xdc
created by testing.(*T).Run
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:1090 +0x372
FAIL	k8s.io/minikube/pkg/minikube/machine	1.097s
ok  	k8s.io/minikube/pkg/minikube/notify	0.031s	coverage: 92.9% of statements
ok  	k8s.io/minikube/pkg/minikube/out	0.048s	coverage: 58.7% of statements
--- FAIL: TestPrintStep (0.00s)
    json_test.go:44: expected didn't match actual:
        Expected:
        {"data":{"currentstep":"0","message":"message","name":"Initial Minikube Setup","totalsteps":"-1"},"datacontenttype":"application/json","id":"random-id","source":"https://minikube.sigs.k8s.io/","specversion":"1.0","type":"io.k8s.sigs.minikube.step"}
        
        
        Actual:
        {"data":{"currentstep":"0","message":"message","name":"Initial Minikube Setup","totalsteps":"12"},"datacontenttype":"application/json","id":"random-id","source":"https://minikube.sigs.k8s.io/","specversion":"1.0","type":"io.k8s.sigs.minikube.step"}
FAIL
coverage: 55.1% of statements
FAIL	k8s.io/minikube/pkg/minikube/out/register	0.009s
ok  	k8s.io/minikube/pkg/minikube/perf	4.189s	coverage: 33.8% of statements
ok  	k8s.io/minikube/pkg/minikube/problem	0.012s	coverage: 92.7% of statements
ok  	k8s.io/minikube/pkg/minikube/proxy	0.010s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/registry	0.010s	coverage: 75.5% of statements
ok  	k8s.io/minikube/pkg/minikube/service	0.068s	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.026s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/sysinit	0.041s	coverage: 6.5% of statements
ok  	k8s.io/minikube/pkg/minikube/translate	0.012s	coverage: 10.5% of statements
ok  	k8s.io/minikube/pkg/minikube/tunnel	1.689s	coverage: 64.2% of statements
ok  	k8s.io/minikube/pkg/util	0.661s	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.007s	coverage: 0.0% of statements
FAIL
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 32
TravisBuddy Request Identifier: 40829700-d115-11ea-b8d2-e37d5f97d09d

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [63.069673851 64.52823085699998 65.637054556]
Average time for minikube: 64.411653088

Times for Minikube (PR 8868): [63.09456805600001 64.910569062 63.339984964]
Average time for Minikube (PR 8868): 63.78170736066667

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8868) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.059942 |           0.059071 |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.031852 |           0.020013 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.009264 |           0.003226 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 41.305336 |          40.982766 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 21.545670 |          21.059107 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.370272 |           1.416795 |
| components...                  |           |                    |
| * Enabled addons:              |  0.009513 |           0.158544 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.074306 |           0.076123 |
| configured to use "minikube"   |           |                    |
|                                |  0.005498 |           0.006062 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [26.293256535999998 26.140003508 26.639137898999998]
Average time for minikube: 26.357465981

Times for Minikube (PR 8868): [26.915811311000006 27.28603208 25.966488966]
Average time for Minikube (PR 8868): 26.722777452333332

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8868) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.073498 |           0.075824 |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.098519 |           0.104396 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.056157 |           0.055489 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  8.295035 |           8.441813 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 16.850820 |          17.189592 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.890149 |           0.784832 |
| components...                  |           |                    |
| * Enabled addons:              |  0.025826 |           0.002806 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.063673 |           0.063900 |
| configured to use "minikube"   |           |                    |
|                                |  0.003788 |           0.004125 |
+--------------------------------+-----------+--------------------+

Copy link
Member

@medyagh medyagh 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 with nits

@TravisBuddy
Copy link

Travis tests have failed

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

1st Build

View build log

make test
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
MINIKUBE_LDFLAGS="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="1750a10b012cfcd379187744c065346830d2d8d3"" ./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 github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading github.com/spf13/cobra v1.0.0
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: downloading k8s.io/client-go v0.17.3
go: downloading github.com/spf13/pflag v1.0.5
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner/v5 v5.0.0
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading k8s.io/api v0.17.3
go: downloading github.com/otiai10/copy v1.0.2
go: downloading github.com/pkg/errors v0.9.1
go: downloading k8s.io/apimachinery v0.17.3
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading k8s.io/klog v1.0.0
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading k8s.io/kubernetes v1.17.3
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading golang.org/x/text v0.3.2
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/prometheus/client_golang v1.4.1
go: downloading go.uber.org/zap v1.10.0
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading go.opencensus.io v0.22.3
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/cespare/xxhash/v2 v2.1.1
go: downloading google.golang.org/api v0.25.0
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading github.com/prometheus/common v0.9.1
go: downloading github.com/aws/aws-sdk-go v1.31.6
go: downloading go.uber.org/atomic v1.4.0
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/miekg/dns v1.1.27
go: downloading github.com/google/gofuzz v1.0.0
go: downloading go.uber.org/multierr v1.1.0
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading github.com/beorn7/perks v1.0.1
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading cloud.google.com/go v0.57.0
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/google/uuid v1.1.1
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading github.com/json-iterator/go v1.1.9
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading github.com/fatih/color v1.9.0
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading github.com/golang/protobuf v1.4.2
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading google.golang.org/protobuf v1.24.0
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading google.golang.org/grpc v1.29.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading github.com/prometheus/procfs v0.0.8
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading github.com/jmespath/go-jmespath v0.3.0
go: downloading github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading k8s.io/kubectl v0.17.3
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading github.com/spf13/viper v1.7.0
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/google/go-cmp v0.4.1
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading k8s.io/component-base v0.17.3
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/magiconair/properties v1.8.1
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading k8s.io/kube-proxy v0.17.3
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/imdario/mergo v0.3.9
go: downloading k8s.io/kubelet v0.17.3
go: downloading k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: downloading github.com/evanphx/json-patch v4.5.0+incompatible
ok  	k8s.io/minikube/cmd/minikube/cmd	3.558s	coverage: 18.8% of statements
ok  	k8s.io/minikube/cmd/minikube/cmd/config	0.042s	coverage: 21.5% of statements
ok  	k8s.io/minikube/pkg/addons	0.080s	coverage: 53.3% of statements
ok  	k8s.io/minikube/pkg/drivers	0.008s	coverage: 19.6% of statements
ok  	k8s.io/minikube/pkg/drivers/hyperkit	0.008s	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.025s	coverage: 2.3% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper	1.210s	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.016s	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.102s	coverage: 15.3% of statements
ok  	k8s.io/minikube/pkg/minikube/command	0.026s	coverage: 4.3% of statements
ok  	k8s.io/minikube/pkg/minikube/config	0.150s	coverage: 70.0% of statements
ok  	k8s.io/minikube/pkg/minikube/cruntime	0.059s	coverage: 36.6% of statements
ok  	k8s.io/minikube/pkg/minikube/docker	0.021s	coverage: 20.8% of statements
ok  	k8s.io/minikube/pkg/minikube/driver	0.019s	coverage: 34.9% of statements
ok  	k8s.io/minikube/pkg/minikube/extract	0.014s	coverage: 58.8% of statements
ok  	k8s.io/minikube/pkg/minikube/image	0.022s	coverage: 3.0% of statements
ok  	k8s.io/minikube/pkg/minikube/kubeconfig	0.031s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/localpath	0.004s	coverage: 49.3% of statements
ok  	k8s.io/minikube/pkg/minikube/logs	0.029s	coverage: 1.3% of statements
127.0.0.1:35307
I0729 21:02:51.602198   13797 start.go:122] createHost starting for "minikube" (driver="mock")
E0729 21:02:51.602492   13797 register.go:123] unexpected first step: ""
W0729 21:02:51.605539   13797 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0729 21:02:51.605639   13797 start.go:158] libmachine.API.Create for "" (driver="mock")
I0729 21:02:51.605721   13797 start.go:163] duration metric: libmachine.API.Create for "" took 82.399µs
I0729 21:02:51.605735   13797 start.go:204] post-start starting for "mock-machine-0.60466029" (driver="mock")
I0729 21:02:51.605742   13797 start.go:207] post-start completed in 200ns
I0729 21:02:51.606112   13797 profile.go:150] Saving config to /tmp/minipath819845095/.minikube/profiles/mock-machine-0.60466029/config.json ...
I0729 21:02:51.606226   13797 lock.go:35] WriteFile acquiring /tmp/minipath819845095/.minikube/profiles/mock-machine-0.60466029/config.json: {Name:mk48feaed7346973df1bd1b659e786c0326d3b5a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 21:02:51.606412   13797 start.go:125] duration metric: createHost completed in 4.192469ms
I0729 21:02:51.606506   13797 start.go:122] createHost starting for "minikube" (driver="mock")
E0729 21:02:51.606757   13797 register.go:123] unexpected first step: ""
W0729 21:02:51.606922   13797 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0729 21:02:51.607004   13797 start.go:158] libmachine.API.Create for "" (driver="mock")
I0729 21:02:51.607077   13797 start.go:163] duration metric: libmachine.API.Create for "" took 72.731µs
I0729 21:02:51.607088   13797 start.go:204] post-start starting for "mock-machine-0.94050909" (driver="mock")
I0729 21:02:51.607093   13797 start.go:207] post-start completed in 123ns
I0729 21:02:51.607212   13797 profile.go:150] Saving config to /tmp/minipath819845095/.minikube/profiles/mock-machine-0.94050909/config.json ...
I0729 21:02:51.607296   13797 lock.go:35] WriteFile acquiring /tmp/minipath819845095/.minikube/profiles/mock-machine-0.94050909/config.json: {Name:mk93535bcadf7d281c1f95dc7f9873fad44599de Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 21:02:51.607453   13797 start.go:125] duration metric: createHost completed in 934.915µs
I0729 21:02:51.607496   13797 start.go:241] acquiring machines lock for mock-machine-0.94050909: {Name:mk42dceb73634b75e9bd35898e525646352d735a Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0729 21:02:51.607572   13797 start.go:245] acquired machines lock for "mock-machine-0.94050909" in 48.741µs
I0729 21:02:51.607585   13797 start.go:89] Skipping create...Using existing machine configuration
I0729 21:02:51.607613   13797 fix.go:53] fixHost starting: mock-machine-0.94050909
I0729 21:02:51.607661   13797 fix.go:105] recreateIfNeeded on mock-machine-0.94050909: state=Running err=<nil>
W0729 21:02:51.607685   13797 fix.go:131] unexpected machine state, will restart: <nil>
W0729 21:02:51.607798   13797 out.go:101] [unset outFile]: * Updating the running mock "mock-machine-0.94050909" bare metal machine ...
I0729 21:02:51.607817   13797 fix.go:55] fixHost completed within 205.371µs
I0729 21:02:51.607827   13797 start.go:76] releasing machines lock for "mock-machine-0.94050909", held for 238.685µs
I0729 21:02:51.607904   13797 start.go:122] createHost starting for "minikube" (driver="mock")
E0729 21:02:51.608238   13797 register.go:123] unexpected first step: ""
W0729 21:02:51.608414   13797 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0729 21:02:51.608478   13797 start.go:158] libmachine.API.Create for "" (driver="mock")
I0729 21:02:51.608567   13797 start.go:163] duration metric: libmachine.API.Create for "" took 88.709µs
I0729 21:02:51.608577   13797 start.go:204] post-start starting for "mock-machine-0.66456005" (driver="mock")
I0729 21:02:51.608598   13797 start.go:207] post-start completed in 115ns
I0729 21:02:51.608688   13797 profile.go:150] Saving config to /tmp/minipath819845095/.minikube/profiles/mock-machine-0.66456005/config.json ...
I0729 21:02:51.608761   13797 lock.go:35] WriteFile acquiring /tmp/minipath819845095/.minikube/profiles/mock-machine-0.66456005/config.json: {Name:mkc72527f7c23d1e185d08d259286e68f4e05410 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 21:02:51.608879   13797 start.go:125] duration metric: createHost completed in 965.84µs
I0729 21:02:51.608897   13797 start.go:241] acquiring machines lock for mock-machine-0.66456005: {Name:mk42dceb73634b75e9bd35898e525646352d735a Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0729 21:02:51.608949   13797 start.go:245] acquired machines lock for "mock-machine-0.66456005" in 41.802µs
I0729 21:02:51.608967   13797 start.go:89] Skipping create...Using existing machine configuration
I0729 21:02:51.608975   13797 fix.go:53] fixHost starting: mock-machine-0.66456005
I0729 21:02:51.609044   13797 fix.go:105] recreateIfNeeded on mock-machine-0.66456005: state=Error err=machine does not exist
I0729 21:02:51.609060   13797 fix.go:110] machineExists: false. err=machine does not exist
W0729 21:02:51.609211   13797 out.go:101] [unset outFile]: * mock "mock-machine-0.66456005" bare metal machine is missing, will recreate.
I0729 21:02:51.609233   13797 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.
I0729 21:02:51.609349   13797 stop.go:66] duration metric: stop complete within 102.574µs
W0729 21:02:51.609523   13797 out.go:101] [unset outFile]: * Deleting "mock-machine-0.66456005" in mock ...
W0729 21:02:51.609574   13797 delete.go:138] delete failed (probably ok) <nil>
I0729 21:02:51.609597   13797 fix.go:117] Sleeping 1 second for extra luck!
I0729 21:02:52.609709   13797 start.go:122] createHost starting for "mock-machine-0.66456005" (driver="mock")
E0729 21:02:52.609973   13797 register.go:123] unexpected first step: ""
W0729 21:02:52.610193   13797 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0729 21:02:52.610336   13797 start.go:158] libmachine.API.Create for "mock-machine-0.66456005" (driver="mock")
I0729 21:02:52.610406   13797 start.go:163] duration metric: libmachine.API.Create for "mock-machine-0.66456005" took 70.719µs
I0729 21:02:52.610418   13797 start.go:204] post-start starting for "mock-machine-0.43771419" (driver="mock")
I0729 21:02:52.610424   13797 start.go:207] post-start completed in 486ns
I0729 21:02:52.610552   13797 profile.go:150] Saving config to /tmp/minipath819845095/.minikube/profiles/mock-machine-0.43771419/config.json ...
I0729 21:02:52.610619   13797 lock.go:35] WriteFile acquiring /tmp/minipath819845095/.minikube/profiles/mock-machine-0.43771419/config.json: {Name:mkee73252739cf884d0436e70a0e48098dbeb78d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 21:02:52.610747   13797 start.go:125] duration metric: createHost completed in 1.013695ms
W0729 21:02:52.610776   13797 fix.go:131] unexpected machine state, will restart: <nil>
I0729 21:02:52.610789   13797 fix.go:55] fixHost completed within 1.001815122s
I0729 21:02:52.610795   13797 start.go:76] releasing machines lock for "mock-machine-0.66456005", held for 1.001835531s
I0729 21:02:52.610817   13797 start.go:241] acquiring machines lock for mock-machine-0.43771419-mock-machine-0.43771419: {Name:mk42dceb73634b75e9bd35898e525646352d735a Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0729 21:02:52.610861   13797 start.go:245] acquired machines lock for "mock-machine-0.43771419-mock-machine-0.43771419" in 31.784µs
I0729 21:02:52.610875   13797 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}
I0729 21:02:52.610952   13797 start.go:122] createHost starting for "mock-machine-0.43771419" (driver="mock")
E0729 21:02:52.611225   13797 register.go:123] unexpected first step: ""
W0729 21:02:52.611374   13797 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0729 21:02:52.611456   13797 start.go:158] libmachine.API.Create for "mock-machine-0.43771419" (driver="mock")
I0729 21:02:52.611516   13797 start.go:163] duration metric: libmachine.API.Create for "mock-machine-0.43771419" took 60.671µs
I0729 21:02:52.611525   13797 start.go:204] post-start starting for "mock-machine-0.42463750" (driver="mock")
I0729 21:02:52.611529   13797 start.go:207] post-start completed in 111ns
I0729 21:02:52.611628   13797 profile.go:150] Saving config to /tmp/minipath819845095/.minikube/profiles/mock-machine-0.42463750/config.json ...
I0729 21:02:52.611675   13797 lock.go:35] WriteFile acquiring /tmp/minipath819845095/.minikube/profiles/mock-machine-0.42463750/config.json: {Name:mk3497ccb2d150a516d472ac8463e68a6b269c5e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 21:02:52.611771   13797 start.go:125] duration metric: createHost completed in 807.59µs
I0729 21:02:52.611778   13797 start.go:76] releasing machines lock for "mock-machine-0.43771419-mock-machine-0.43771419", held for 905.398µs
I0729 21:02:52.611853   13797 start.go:122] createHost starting for "minikube" (driver="mock")
E0729 21:02:52.612963   13797 register.go:123] unexpected first step: ""
W0729 21:02:52.613167   13797 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0729 21:02:52.613221   13797 start.go:158] libmachine.API.Create for "" (driver="mock")
I0729 21:02:52.613282   13797 start.go:163] duration metric: libmachine.API.Create for "" took 60.425µs
I0729 21:02:52.613301   13797 start.go:204] post-start starting for "mock-machine-0.68682307" (driver="mock")
I0729 21:02:52.613306   13797 start.go:207] post-start completed in 130ns
I0729 21:02:52.613380   13797 profile.go:150] Saving config to /tmp/minipath819845095/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0729 21:02:52.613427   13797 lock.go:35] WriteFile acquiring /tmp/minipath819845095/.minikube/profiles/mock-machine-0.68682307/config.json: {Name:mk6c5b6f14167ceaf9d2b0af15ee5b04281bcc5b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 21:02:52.613537   13797 start.go:125] duration metric: createHost completed in 1.678184ms
I0729 21:02:52.613552   13797 start.go:241] acquiring machines lock for mock-machine-0.68682307: {Name:mk42dceb73634b75e9bd35898e525646352d735a Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0729 21:02:52.613595   13797 start.go:245] acquired machines lock for "mock-machine-0.68682307" in 34.734µs
I0729 21:02:52.613602   13797 start.go:89] Skipping create...Using existing machine configuration
I0729 21:02:52.613613   13797 fix.go:53] fixHost starting: mock-machine-0.68682307
I0729 21:02:52.613664   13797 fix.go:105] recreateIfNeeded on mock-machine-0.68682307: state=Stopped err=<nil>
W0729 21:02:52.613676   13797 fix.go:131] unexpected machine state, will restart: <nil>
W0729 21:02:52.613771   13797 out.go:101] [unset outFile]: * Restarting existing mock bare metal machine for "mock-machine-0.68682307" ...
I0729 21:02:52.613855   13797 profile.go:150] Saving config to /tmp/minipath819845095/.minikube/profiles/mock-machine-0.68682307/config.json ...
I0729 21:02:52.613988   13797 fix.go:55] fixHost completed within 380.872µs
I0729 21:02:52.613993   13797 start.go:76] releasing machines lock for "mock-machine-0.68682307", held for 392.064µs
I0729 21:02:52.614077   13797 start.go:241] acquiring machines lock for : {Name:mk42dceb73634b75e9bd35898e525646352d735a Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0729 21:02:52.614138   13797 start.go:245] acquired machines lock for "" in 38.343µs
I0729 21:02:52.614144   13797 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}
I0729 21:02:52.614198   13797 start.go:122] createHost starting for "minikube" (driver="mock")
E0729 21:02:52.614431   13797 register.go:123] unexpected first step: ""
W0729 21:02:52.614553   13797 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0729 21:02:52.614595   13797 start.go:158] libmachine.API.Create for "" (driver="mock")
I0729 21:02:52.614666   13797 start.go:163] duration metric: libmachine.API.Create for "" took 70.759µs
I0729 21:02:52.614692   13797 start.go:204] post-start starting for "mock-machine-0.06563702" (driver="mock")
I0729 21:02:52.614697   13797 start.go:207] post-start completed in 113ns
I0729 21:02:52.614766   13797 profile.go:150] Saving config to /tmp/minipath819845095/.minikube/profiles/mock-machine-0.06563702/config.json ...
I0729 21:02:52.614809   13797 lock.go:35] WriteFile acquiring /tmp/minipath819845095/.minikube/profiles/mock-machine-0.06563702/config.json: {Name:mkbc8b7d9c1f823050000e32b6868ba84a983618 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 21:02:52.614924   13797 start.go:125] duration metric: createHost completed in 719.502µs
I0729 21:02:52.614930   13797 start.go:76] releasing machines lock for "", held for 786.442µs
I0729 21:02:52.615023   13797 start.go:241] acquiring machines lock for -minikube: {Name:mk42dceb73634b75e9bd35898e525646352d735a Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0729 21:02:52.615064   13797 start.go:245] acquired machines lock for "-minikube" in 31.817µs
I0729 21:02:52.615070   13797 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}
I0729 21:02:52.615126   13797 start.go:122] createHost starting for "minikube" (driver="mock")
E0729 21:02:52.615337   13797 register.go:123] unexpected first step: ""
W0729 21:02:52.615445   13797 out.go:101] [unset outFile]: * Running on localhost (CPUs=2, Memory=7976MB, Disk=69422MB) ...
I0729 21:02:52.615497   13797 start.go:158] libmachine.API.Create for "" (driver="mock")
I0729 21:02:52.615554   13797 start.go:163] duration metric: libmachine.API.Create for "" took 57.302µs
I0729 21:02:52.615560   13797 start.go:204] post-start starting for "mock-machine-0.15651925" (driver="mock")
I0729 21:02:52.615580   13797 start.go:207] post-start completed in 111ns
I0729 21:02:52.615659   13797 profile.go:150] Saving config to /tmp/minipath819845095/.minikube/profiles/mock-machine-0.15651925/config.json ...
I0729 21:02:52.615699   13797 lock.go:35] WriteFile acquiring /tmp/minipath819845095/.minikube/profiles/mock-machine-0.15651925/config.json: {Name:mk29bffd2838b99098ac00b5bc41e7e243595116 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 21:02:52.615817   13797 start.go:125] duration metric: createHost completed in 684.346µs
I0729 21:02:52.615829   13797 start.go:76] releasing machines lock for "-minikube", held for 759.391µs
I0729 21:02:52.615894   13797 stop.go:38] StopHost: mock-machine-0.15651925
I0729 21:02:52.615987   13797 start.go:122] createHost starting for "minikube" (driver="mock")
I0729 21:02:52.616256   13797 start.go:125] duration metric: createHost completed in 258.789µs
--- FAIL: TestStopHost (0.00s)
panic: "Running on Localhost" is in the expected steps for "Stopping": [Stopping Done] [recovered]
	panic: "Running on Localhost" is in the expected steps for "Stopping": [Stopping Done]

goroutine 109 [running]:
testing.tRunner.func1.1(0x11db360, 0xc0003fcf60)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:988 +0x30d
testing.tRunner.func1(0xc000891d40)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:991 +0x3f9
panic(0x11db360, 0xc0003fcf60)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/runtime/panic.go:969 +0x166
k8s.io/minikube/pkg/minikube/out/register.(*Register).currentStep(0x2152040, 0xc00015c240, 0x141fe00)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/register/register.go:113 +0x363
k8s.io/minikube/pkg/minikube/out/register.NewStep(0xc000056640, 0x41, 0x4e7e41)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/register/log.go:41 +0x142
k8s.io/minikube/pkg/minikube/out/register.RecordStep(0xc000056640, 0x41)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/register/json.go:27 +0x35
k8s.io/minikube/pkg/minikube/out.T(0x36, 0x146c1f4, 0x65, 0xc0008f65b8, 0x1, 0x1)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/out/out.go:81 +0xc2
k8s.io/minikube/pkg/minikube/machine.showHostInfo(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/start.go:257 +0x27c
k8s.io/minikube/pkg/minikube/machine.createHost(0x17a8720, 0xc0000cb540, 0x2143a80, 0xc0008f78d0, 0x0, 0x0, 0x0)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/start.go:134 +0x228
k8s.io/minikube/pkg/minikube/machine.TestStopHost(0xc000891d40)
	/home/travis/gopath/src/github.com/kubernetes/minikube/pkg/minikube/machine/cluster_test.go:316 +0x135
testing.tRunner(0xc000891d40, 0x14c9a50)
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:1039 +0xdc
created by testing.(*T).Run
	/home/travis/.gimme/versions/go1.14.6.linux.amd64/src/testing/testing.go:1090 +0x372
FAIL	k8s.io/minikube/pkg/minikube/machine	1.079s
ok  	k8s.io/minikube/pkg/minikube/notify	0.016s	coverage: 92.9% of statements
ok  	k8s.io/minikube/pkg/minikube/out	0.052s	coverage: 58.7% of statements
--- FAIL: TestPrintStep (0.00s)
    json_test.go:44: expected didn't match actual:
        Expected:
        {"data":{"currentstep":"0","message":"message","name":"Initial Minikube Setup","totalsteps":"-1"},"datacontenttype":"application/json","id":"random-id","source":"https://minikube.sigs.k8s.io/","specversion":"1.0","type":"io.k8s.sigs.minikube.step"}
        
        
        Actual:
        {"data":{"currentstep":"0","message":"message","name":"Initial Minikube Setup","totalsteps":"12"},"datacontenttype":"application/json","id":"random-id","source":"https://minikube.sigs.k8s.io/","specversion":"1.0","type":"io.k8s.sigs.minikube.step"}
FAIL
coverage: 55.1% of statements
FAIL	k8s.io/minikube/pkg/minikube/out/register	0.008s
ok  	k8s.io/minikube/pkg/minikube/perf	4.156s	coverage: 33.8% of statements
ok  	k8s.io/minikube/pkg/minikube/problem	0.012s	coverage: 92.7% of statements
ok  	k8s.io/minikube/pkg/minikube/proxy	0.009s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/registry	0.009s	coverage: 75.5% of statements
ok  	k8s.io/minikube/pkg/minikube/service	0.073s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/shell	0.015s	coverage: 97.1% of statements
ok  	k8s.io/minikube/pkg/minikube/storageclass	0.025s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/sysinit	0.049s	coverage: 6.5% of statements
ok  	k8s.io/minikube/pkg/minikube/translate	0.010s	coverage: 10.5% of statements
ok  	k8s.io/minikube/pkg/minikube/tunnel	1.676s	coverage: 64.2% of statements
ok  	k8s.io/minikube/pkg/util	1.018s	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.010s	coverage: 0.0% of statements
FAIL
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 32
TravisBuddy Request Identifier: f49d8410-d1de-11ea-bb2f-e1a2ee6530fc

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [65.329410764 61.41514579500001 65.40851068299999]
Average time for minikube: 64.051022414

Times for Minikube (PR 8868): [67.525950823 61.612314134 61.22690773699999]
Average time for Minikube (PR 8868): 63.45505756466665

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8868) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.057077 |           0.056022 |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.019369 |           0.019431 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.008582 |           0.006815 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 41.240208 |          40.165068 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 21.330014 |          21.367016 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.247600 |           1.319172 |
| components...                  |           |                    |
| * Enabled addons:              |  0.065710 |           0.442297 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.078963 |           0.073864 |
| configured to use "minikube"   |           |                    |
|                                |  0.003500 |           0.005374 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [28.55805835 25.361361248 25.590466069]
Average time for minikube: 26.503295222333335

Times for Minikube (PR 8868): [26.122615714 25.347114805 24.899249598]
Average time for Minikube (PR 8868): 25.456326705666665

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8868) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.075500 |           0.075402 |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.097828 |           0.098578 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.058241 |           0.054963 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  8.359704 |           8.102843 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 16.943911 |          16.236540 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.835542 |           0.809301 |
| components...                  |           |                    |
| * Enabled addons:              |  0.069700 |           0.004957 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.058322 |           0.068714 |
| configured to use "minikube"   |           |                    |
|                                |  0.004546 |           0.005028 |
+--------------------------------+-----------+--------------------+

@tstromberg
Copy link
Contributor Author

/ok-to-test

@TravisBuddy
Copy link

Travis tests have failed

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

1st Build

View build log

make test
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/...
gofmt -s -w pkg/minikube/assets/assets.go
which go-bindata || GO111MODULE=off GOBIN="/home/travis/gopath/bin" go get github.com/jteeuwen/go-bindata/...
/home/travis/gopath/bin/go-bindata
PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.14.6.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin:/home/travis/gopath/bin" go-bindata -nomemcopy -o pkg/minikube/translate/translations.go -pkg translate translations/...
gofmt -s -w pkg/minikube/translate/translations.go
MINIKUBE_LDFLAGS="-X k8s.io/minikube/pkg/version.version=v1.12.1 -X k8s.io/minikube/pkg/version.isoVersion=v1.12.0 -X k8s.io/minikube/pkg/version.isoPath=minikube/iso -X k8s.io/minikube/pkg/version.gitCommitID="7a21a7869065801db99fd04f362debf530d5d8d2"" ./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 github.com/spf13/cobra v1.0.0
go: downloading k8s.io/apimachinery v0.17.3
go: downloading github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c
go: downloading golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
go: downloading github.com/pkg/browser v0.0.0-20160118053552-9302be274faa
go: downloading k8s.io/client-go v0.17.3
go: downloading github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: downloading github.com/libvirt/libvirt-go v3.4.0+incompatible
go: downloading github.com/afbjorklund/go-containerregistry v0.0.0-20200602203322-347d93793dc9
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d
go: downloading k8s.io/api v0.17.3
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/shirou/gopsutil v2.18.12+incompatible
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/hooklift/iso9660 v0.0.0-20170318115843-1cf07e5970d8
go: downloading github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
go: downloading github.com/google/gofuzz v1.0.0
go: downloading golang.org/x/text v0.3.2
go: downloading k8s.io/kubectl v0.17.3
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/russross/blackfriday v1.5.3-0.20200218234912-41c5fccfd6f6
go: downloading github.com/cloudevents/sdk-go/v2 v2.1.0
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/docker/cli v0.0.0-20200303162255-7d407207c304
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
go: downloading github.com/gogo/protobuf v1.3.1
go: downloading cloud.google.com/go v0.57.0
go: downloading github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
go: downloading k8s.io/kubernetes v1.17.3
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner v4.0.0+incompatible
go: downloading github.com/blang/semver v3.5.0+incompatible
go: downloading github.com/google/uuid v1.1.1
go: downloading go.uber.org/zap v1.10.0
go: downloading github.com/google/slowjam v0.0.0-20200530021616-df27e642fe7b
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/pkg/profile v0.0.0-20161223203901-3a8809bd8a80
go: downloading github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
go: downloading sigs.k8s.io/sig-storage-lib-external-provisioner/v5 v5.0.0
go: downloading github.com/googleapis/gnostic v0.3.0
go: downloading google.golang.org/api v0.25.0
go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
go: downloading github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
go: downloading go.opencensus.io v0.22.3
go: downloading github.com/golang/protobuf v1.4.2
go: downloading google.golang.org/protobuf v1.24.0
go: downloading cloud.google.com/go/storage v1.8.0
go: downloading github.com/c4milo/gotoolkit v0.0.0-20170318115440-bcc06269efa9
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac
go: downloading github.com/sayboras/dockerclient v1.0.0
go: downloading github.com/google/go-cmp v0.4.1
go: downloading go.uber.org/multierr v1.1.0
go: downloading google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/spf13/viper v1.7.0
go: downloading github.com/olekukonko/tablewriter v0.0.4
go: downloading github.com/afbjorklund/go-getter v1.4.1-0.20190910175809-eb9f6c26742c
go: downloading github.com/prometheus/client_golang v1.4.1
go: downloading github.com/magiconair/properties v1.8.1
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading gopkg.in/ini.v1 v1.56.0
go: downloading github.com/cheggaaa/pb v1.0.27
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/cheggaaa/pb/v3 v3.0.1
go: downloading github.com/prometheus/common v0.9.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/aws/aws-sdk-go v1.31.6
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/spf13/cast v1.3.1
go: downloading go.uber.org/atomic v1.4.0
go: downloading github.com/hashicorp/go-version v1.2.0
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/spf13/afero v1.2.2
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/imdario/mergo v0.3.9
go: downloading github.com/intel-go/cpuid v0.0.0-20181003105527-1a4a6f06a1c6
go: downloading github.com/fsnotify/fsnotify v1.4.9
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/ulikunitz/xz v0.5.7
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.0
go: downloading github.com/miekg/dns v1.1.27
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/machine-drivers/docker-machine-driver-vmware v0.1.1
go: downloading github.com/fatih/color v1.9.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/docker/docker-credential-helpers v0.6.3
go: downloading k8s.io/klog v1.0.0
go: downloading google.golang.org/grpc v1.29.1
go: downloading github.com/prometheus/procfs v0.0.8
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/VividCortex/ewma v1.1.1
go: downloading github.com/json-iterator/go v1.1.9
go: downloading k8s.io/cluster-bootstrap v0.17.3
go: downloading github.com/cespare/xxhash/v2 v2.1.1
go: downloading k8s.io/component-base v0.17.3
go: downloading github.com/otiai10/copy v1.0.2
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/mitchellh/go-testing-interface v1.0.0
go: downloading k8s.io/kube-proxy v0.17.3
go: downloading k8s.io/kubelet v0.17.3
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading github.com/hashicorp/golang-lru v0.5.3
go: downloading github.com/jmespath/go-jmespath v0.3.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
go: downloading github.com/evanphx/json-patch v4.5.0+incompatible
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
ok  	k8s.io/minikube/cmd/minikube/cmd	4.121s	coverage: 18.8% of statements
ok  	k8s.io/minikube/cmd/minikube/cmd/config	0.044s	coverage: 21.5% of statements
ok  	k8s.io/minikube/pkg/addons	0.078s	coverage: 53.3% of statements
ok  	k8s.io/minikube/pkg/drivers	0.007s	coverage: 19.6% of statements
ok  	k8s.io/minikube/pkg/drivers/hyperkit	0.009s	coverage: 77.3% of statements
ok  	k8s.io/minikube/pkg/drivers/kic/oci	0.012s	coverage: 0.0% of statements
ok  	k8s.io/minikube/pkg/drivers/kvm	0.028s	coverage: 2.3% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper	1.541s	coverage: 55.7% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil	0.106s	coverage: 62.4% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/bsutil/ktmpl	0.016s	coverage: 100.0% of statements
ok  	k8s.io/minikube/pkg/minikube/bootstrapper/images	0.006s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/cluster	0.048s	coverage: 15.3% of statements
ok  	k8s.io/minikube/pkg/minikube/command	0.022s	coverage: 4.3% of statements
ok  	k8s.io/minikube/pkg/minikube/config	0.156s	coverage: 70.0% of statements
ok  	k8s.io/minikube/pkg/minikube/cruntime	0.046s	coverage: 36.6% of statements
ok  	k8s.io/minikube/pkg/minikube/docker	0.026s	coverage: 20.8% of statements
ok  	k8s.io/minikube/pkg/minikube/driver	0.024s	coverage: 34.9% of statements
ok  	k8s.io/minikube/pkg/minikube/extract	0.009s	coverage: 58.8% of statements
ok  	k8s.io/minikube/pkg/minikube/image	0.029s	coverage: 3.0% of statements
ok  	k8s.io/minikube/pkg/minikube/kubeconfig	0.098s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/localpath	0.010s	coverage: 49.3% of statements
ok  	k8s.io/minikube/pkg/minikube/logs	0.032s	coverage: 1.3% of statements
ok  	k8s.io/minikube/pkg/minikube/machine	1.423s	coverage: 37.8% of statements
ok  	k8s.io/minikube/pkg/minikube/notify	0.015s	coverage: 92.9% of statements
ok  	k8s.io/minikube/pkg/minikube/out	0.055s	coverage: 58.7% of statements
ok  	k8s.io/minikube/pkg/minikube/out/register	0.008s	coverage: 54.5% of statements
2020/07/29 21:13:56 Running: [sh -c echo hi && sleep 3 && echo hey && sleep 1]...
--- FAIL: TestTimeCommandLogs (4.02s)
    logs_test.go:42: expected log "hi" to take more time than it actually did. got 2.999930229, expected > 3
FAIL
coverage: 33.8% of statements
FAIL	k8s.io/minikube/pkg/minikube/perf	4.139s
ok  	k8s.io/minikube/pkg/minikube/problem	0.012s	coverage: 92.7% of statements
ok  	k8s.io/minikube/pkg/minikube/proxy	0.010s	coverage: 77.0% of statements
ok  	k8s.io/minikube/pkg/minikube/registry	0.010s	coverage: 75.5% of statements
ok  	k8s.io/minikube/pkg/minikube/service	0.103s	coverage: 84.2% of statements
ok  	k8s.io/minikube/pkg/minikube/shell	0.009s	coverage: 97.1% of statements
ok  	k8s.io/minikube/pkg/minikube/storageclass	0.033s	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.657s	coverage: 64.2% of statements
ok  	k8s.io/minikube/pkg/util	0.969s	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.003s	coverage: 0.0% of statements
FAIL
Makefile:274: recipe for target 'test' failed
make: *** [test] Error 32
TravisBuddy Request Identifier: 975e98a0-d1e0-11ea-bb2f-e1a2ee6530fc

@minikube-pr-bot
Copy link

kvm2 Driver
Times for minikube: [60.223901803000004 62.937962351 63.31760727999999]
Average time for minikube: 62.159823811333325

Times for Minikube (PR 8868): [64.071216339 63.20287118900001 63.43389517699999]
Average time for Minikube (PR 8868): 63.569327568333335

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8868) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.057879 |           0.055720 |
|                           9.11 |           |                    |
| * Using the kvm2 driver based  |  0.025141 |           0.019125 |
| on existing profile            |           |                    |
| * Starting control plane node  |  0.004726 |           0.002822 |
| minikube in cluster minikube   |           |                    |
| * Creating kvm2 VM (CPUs=2,    | 39.626055 |          40.902174 |
| Memory=3700MB, Disk=20000MB)   |           |                    |
| ...                            |           |                    |
| * Preparing Kubernetes v1.18.3 | 20.716800 |          20.465799 |
| on Docker 19.03.12 ...         |           |                    |
| * Verifying Kubernetes         |  1.426525 |           1.272563 |
| components...                  |           |                    |
| * Enabled addons:              |  0.219057 |           0.775830 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.079501 |           0.070689 |
| configured to use "minikube"   |           |                    |
|                                |  0.004140 |           0.004604 |
+--------------------------------+-----------+--------------------+

docker Driver
Times for minikube: [25.037571712000002 27.003694779999996 26.971234415999998]
Average time for minikube: 26.337500302666665

Times for Minikube (PR 8868): [26.827779532000005 27.324959196000002 26.955427038999996]
Average time for Minikube (PR 8868): 27.036055255666668

Averages Time Per Log

+--------------------------------+-----------+--------------------+
|              LOG               | MINIKUBE  | MINIKUBE (PR 8868) |
+--------------------------------+-----------+--------------------+
| * minikube v1.12.1 on Debian   |  0.070891 |           0.070703 |
|                           9.11 |           |                    |
| * Using the docker driver      |  0.099147 |           0.101056 |
| based on existing profile      |           |                    |
| * Starting control plane node  |  0.054928 |           0.056428 |
| minikube in cluster minikube   |           |                    |
| * Creating docker container    |  8.235005 |           8.370830 |
| (CPUs=2, Memory=3700MB) ...    |           |                    |
| * Preparing Kubernetes v1.18.3 | 16.958915 |          17.457811 |
| on Docker 19.03.2 ...          |           |                    |
| * Verifying Kubernetes         |  0.850531 |           0.837537 |
| components...                  |           |                    |
| * Enabled addons:              |  0.002440 |           0.075128 |
| default-storageclass,          |           |                    |
| storage-provisioner            |           |                    |
| * Done! kubectl is now         |  0.062319 |           0.062128 |
| configured to use "minikube"   |           |                    |
|                                |  0.003324 |           0.004435 |
+--------------------------------+-----------+--------------------+

@tstromberg tstromberg merged commit 47435d9 into kubernetes:master Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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