=== RUN TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run: out/minikube-darwin-amd64 start -p first-959000 --driver=hyperkit
minikube_profile_test.go:44: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p first-959000 --driver=hyperkit : exit status 90 (18.296928076s)
-- stdout --
* [first-959000] minikube v1.31.2 on Darwin 13.5.2
- MINIKUBE_LOCATION=17194
- KUBECONFIG=/Users/jenkins/minikube-integration/17194-1069/kubeconfig
- MINIKUBE_BIN=out/minikube-darwin-amd64
- MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
- MINIKUBE_HOME=/Users/jenkins/minikube-integration/17194-1069/.minikube
- MINIKUBE_FORCE_SYSTEMD=
* Using the hyperkit driver based on user configuration
* Starting control plane node first-959000 in cluster first-959000
* Creating hyperkit VM (CPUs=2, Memory=6000MB, Disk=20000MB) ...
-- /stdout --
** stderr **
X Exiting due to RUNTIME_ENABLE: Failed to enable container runtime: sudo systemctl restart cri-docker.socket: Process exited with status 1
stdout:
stderr:
Job failed. See "journalctl -xe" for details.
*
╭─────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ * If the above advice does not help, please let us know: │
│ https://github.com/kubernetes/minikube/issues/new/choose │
│ │
│ * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue. │
│ │
╰─────────────────────────────────────────────────────────────────────────────────────────────╯
** /stderr **
minikube_profile_test.go:46: test pre-condition failed. args "out/minikube-darwin-amd64 start -p first-959000 --driver=hyperkit ": exit status 90
panic.go:523: *** TestMinikubeProfile FAILED at 2023-09-12 14:58:26.374709 -0700 PDT m=+917.291159395
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:239: (dbg) Run: out/minikube-darwin-amd64 status --format={{.Host}} -p second-961000 -n second-961000
helpers_test.go:239: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Host}} -p second-961000 -n second-961000: exit status 85 (130.115704ms)
-- stdout --
* Profile "second-961000" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p second-961000"
-- /stdout --
helpers_test.go:239: status error: exit status 85 (may be ok)
helpers_test.go:241: "second-961000" host is not running, skipping log retrieval (state="* Profile \"second-961000\" not found. Run \"minikube profile list\" to view all profiles.\n To start a cluster, run: \"minikube start -p second-961000\"")
helpers_test.go:175: Cleaning up "second-961000" profile ...
helpers_test.go:178: (dbg) Run: out/minikube-darwin-amd64 delete -p second-961000
panic.go:523: *** TestMinikubeProfile FAILED at 2023-09-12 14:58:26.862556 -0700 PDT m=+917.779018075
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:239: (dbg) Run: out/minikube-darwin-amd64 status --format={{.Host}} -p first-959000 -n first-959000
helpers_test.go:239: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Host}} -p first-959000 -n first-959000: exit status 6 (130.397941ms)
-- stdout --
Running
WARNING: Your kubectl is pointing to stale minikube-vm.
To fix the kubectl context, run `minikube update-context`
-- /stdout --
** stderr **
E0912 14:58:26.983225 3874 status.go:415] kubeconfig endpoint: extract IP: "first-959000" does not appear in /Users/jenkins/minikube-integration/17194-1069/kubeconfig
** /stderr **
helpers_test.go:239: status error: exit status 6 (may be ok)
helpers_test.go:241: "first-959000" host is not running, skipping log retrieval (state="Running\nWARNING: Your kubectl is pointing to stale minikube-vm.\nTo fix the kubectl context, run `minikube update-context`")
helpers_test.go:175: Cleaning up "first-959000" profile ...
helpers_test.go:178: (dbg) Run: out/minikube-darwin-amd64 delete -p first-959000
E0912 14:58:29.979491 2256 cert_rotation.go:168] key failed with : open /Users/jenkins/minikube-integration/17194-1069/.minikube/profiles/functional-051000/client.crt: no such file or directory
helpers_test.go:178: (dbg) Done: out/minikube-darwin-amd64 delete -p first-959000: (5.328060374s)
--- FAIL: TestMinikubeProfile (24.24s)