=== RUN TestFunctional/serial/StartWithProxy
functional_test.go:2233: (dbg) Run: out/minikube-darwin-amd64 start -p functional-303000 --memory=4000 --apiserver-port=8441 --wait=all --driver=hyperkit
functional_test.go:2233: (dbg) Non-zero exit: out/minikube-darwin-amd64 start -p functional-303000 --memory=4000 --apiserver-port=8441 --wait=all --driver=hyperkit : exit status 90 (15.335571184s)
-- stdout --
* [functional-303000] minikube v1.32.0 on Darwin 14.2
- MINIKUBE_LOCATION=17734
- KUBECONFIG=/Users/jenkins/minikube-integration/17734-1975/kubeconfig
- MINIKUBE_BIN=out/minikube-darwin-amd64
- MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
- MINIKUBE_HOME=/Users/jenkins/minikube-integration/17734-1975/.minikube
- MINIKUBE_FORCE_SYSTEMD=
* Using the hyperkit driver based on user configuration
* Starting control plane node functional-303000 in cluster functional-303000
* Creating hyperkit VM (CPUs=2, Memory=4000MB, Disk=20000MB) ...
* Found network options:
- HTTP_PROXY=localhost:49838
* Please see https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/ for more details
-- /stdout --
** stderr **
! Local proxy ignored: not passing HTTP_PROXY=localhost:49838 to docker env.
! Local proxy ignored: not passing HTTP_PROXY=localhost:49838 to docker env.
! You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP (192.169.0.5).
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 Tue 2023-12-12 20:03:23 UTC, ends at Tue 2023-12-12 20:03:30 UTC. --
Dec 12 20:03:24 minikube systemd[1]: Starting CRI Docker Socket for the API.
Dec 12 20:03:24 minikube systemd[1]: Listening on CRI Docker Socket for the API.
Dec 12 20:03:27 functional-303000 systemd[1]: cri-docker.socket: Succeeded.
Dec 12 20:03:27 functional-303000 systemd[1]: Closed CRI Docker Socket for the API.
Dec 12 20:03:27 functional-303000 systemd[1]: Stopping CRI Docker Socket for the API.
Dec 12 20:03:27 functional-303000 systemd[1]: Starting CRI Docker Socket for the API.
Dec 12 20:03:27 functional-303000 systemd[1]: Listening on CRI Docker Socket for the API.
Dec 12 20:03:30 functional-303000 systemd[1]: cri-docker.socket: Succeeded.
Dec 12 20:03:30 functional-303000 systemd[1]: Closed CRI Docker Socket for the API.
Dec 12 20:03:30 functional-303000 systemd[1]: Stopping CRI Docker Socket for the API.
Dec 12 20:03:30 functional-303000 systemd[1]: cri-docker.socket: Socket service cri-docker.service already active, refusing.
Dec 12 20:03:30 functional-303000 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 **
functional_test.go:2235: failed minikube start. args "out/minikube-darwin-amd64 start -p functional-303000 --memory=4000 --apiserver-port=8441 --wait=all --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 functional-303000 -n functional-303000
helpers_test.go:239: (dbg) Non-zero exit: out/minikube-darwin-amd64 status --format={{.Host}} -p functional-303000 -n functional-303000: exit status 6 (151.354397ms)
-- stdout --
Running
WARNING: Your kubectl is pointing to stale minikube-vm.
To fix the kubectl context, run `minikube update-context`
-- /stdout --
** stderr **
E1212 12:03:30.235199 4262 status.go:415] kubeconfig endpoint: extract IP: "functional-303000" does not appear in /Users/jenkins/minikube-integration/17734-1975/kubeconfig
** /stderr **
helpers_test.go:239: status error: exit status 6 (may be ok)
helpers_test.go:241: "functional-303000" 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: TestFunctional/serial/StartWithProxy (15.49s)