=== RUN TestImageBuild/serial/Setup
image_test.go:69: (dbg) Run: out/minikube-darwin-amd64 start -p image-900000 --driver=hyperkit
image_test.go:69: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p image-900000 --driver=hyperkit : exit status 90 (16.868397077s)
-- stdout --
* [image-900000] minikube v1.32.0 on Darwin 14.2
- MINIKUBE_LOCATION=17822
- KUBECONFIG=/Users/jenkins/minikube-integration/17822-999/kubeconfig
- MINIKUBE_BIN=out/minikube-darwin-amd64
- MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
- MINIKUBE_HOME=/Users/jenkins/minikube-integration/17822-999/.minikube
- MINIKUBE_FORCE_SYSTEMD=
* Using the hyperkit driver based on user configuration
* Starting control plane node image-900000 in cluster image-900000
* 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.
sudo journalctl --no-pager -u cri-docker.socket:
-- stdout --
-- Journal begins at Mon 2023-12-18 22:46:52 UTC, ends at Mon 2023-12-18 22:46:58 UTC. --
Dec 18 22:46:53 minikube systemd[1]: Starting CRI Docker Socket for the API.
Dec 18 22:46:53 minikube systemd[1]: Listening on CRI Docker Socket for the API.
Dec 18 22:46:55 image-900000 systemd[1]: cri-docker.socket: Succeeded.
Dec 18 22:46:55 image-900000 systemd[1]: Closed CRI Docker Socket for the API.
Dec 18 22:46:55 image-900000 systemd[1]: Stopping CRI Docker Socket for the API.
Dec 18 22:46:55 image-900000 systemd[1]: Starting CRI Docker Socket for the API.
Dec 18 22:46:55 image-900000 systemd[1]: Listening on CRI Docker Socket for the API.
Dec 18 22:46:58 image-900000 systemd[1]: cri-docker.socket: Succeeded.
Dec 18 22:46:58 image-900000 systemd[1]: Closed CRI Docker Socket for the API.
Dec 18 22:46:58 image-900000 systemd[1]: Stopping CRI Docker Socket for the API.
Dec 18 22:46:58 image-900000 systemd[1]: cri-docker.socket: Socket service cri-docker.service already active, refusing.
Dec 18 22:46:58 image-900000 systemd[1]: Failed to listen on CRI Docker Socket for the API.
-- /stdout --
*
╭─────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ * 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 **
image_test.go:70: failed to start minikube with args: "out/minikube-darwin-amd64 start -p image-900000 --driver=hyperkit " : exit status 90
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:239: (dbg) Run: out/minikube-darwin-amd64 status --format={{.Host}} -p image-900000 -n image-900000
helpers_test.go:239: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Host}} -p image-900000 -n image-900000: exit status 6 (153.300101ms)
-- stdout --
Running
WARNING: Your kubectl is pointing to stale minikube-vm.
To fix the kubectl context, run `minikube update-context`
-- /stdout --
** stderr **
E1218 14:46:59.025145 2839 status.go:415] kubeconfig endpoint: extract IP: "image-900000" does not appear in /Users/jenkins/minikube-integration/17822-999/kubeconfig
** /stderr **
helpers_test.go:239: status error: exit status 6 (may be ok)
helpers_test.go:241: "image-900000" 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`")
--- FAIL: TestImageBuild/serial/Setup (17.02s)