=== RUN TestMinikubeProfile
minikube_profile_test.go:42: (dbg) Run: out/minikube-linux-amd64 start -p minikube
minikube_profile_test.go:42: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p minikube: exit status 57 (248.164242ms)
-- stdout --
* minikube v1.26.0-beta.1 on Ubuntu 20.04 (kvm/amd64)
- MINIKUBE_LOCATION=14079
- MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
- KUBECONFIG=/home/jenkins/minikube-integration/linux-amd64-none--14079-86822-bc7278193255a66f30064dc56185dbbc87656da8/kubeconfig
- MINIKUBE_HOME=/home/jenkins/minikube-integration/linux-amd64-none--14079-86822-bc7278193255a66f30064dc56185dbbc87656da8/.minikube
- MINIKUBE_BIN=out/minikube-linux-amd64
* Automatically selected the docker driver. Other choices: kvm2, none, ssh, qemu (experimental), qemu2 (experimental)
-- /stdout --
** stderr **
* The "docker" driver should not be used with root privileges. If you wish to continue as root, use --force.
* If you are running minikube within a VM, consider using --driver=none:
* https://minikube.sigs.k8s.io/docs/reference/drivers/none/
X Exiting due to DRV_AS_ROOT: The "docker" driver should not be used with root privileges.
** /stderr **
minikube_profile_test.go:44: test pre-condition failed. args "out/minikube-linux-amd64 start -p minikube": exit status 57
panic.go:482: *** TestMinikubeProfile FAILED at 2022-05-31 17:25:34.352640204 +0000 UTC m=+785.830866881
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p minikube -n minikube
helpers_test.go:239: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p minikube -n minikube: exit status 85 (65.477818ms)
-- stdout --
* Profile "minikube" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start"
-- /stdout --
helpers_test.go:239: status error: exit status 85 (may be ok)
helpers_test.go:241: "minikube" host is not running, skipping log retrieval (state="* Profile \"minikube\" not found. Run \"minikube profile list\" to view all profiles.\n To start a cluster, run: \"minikube start\"")
helpers_test.go:175: Cleaning up "minikube" profile ...
helpers_test.go:178: (dbg) Run: out/minikube-linux-amd64 delete -p minikube
panic.go:482: *** TestMinikubeProfile FAILED at 2022-05-31 17:25:34.622172008 +0000 UTC m=+786.100398661
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p minikube -n minikube
helpers_test.go:239: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p minikube -n minikube: exit status 85 (62.977973ms)
-- stdout --
* Profile "minikube" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start"
-- /stdout --
helpers_test.go:239: status error: exit status 85 (may be ok)
helpers_test.go:241: "minikube" host is not running, skipping log retrieval (state="* Profile \"minikube\" not found. Run \"minikube profile list\" to view all profiles.\n To start a cluster, run: \"minikube start\"")
helpers_test.go:175: Cleaning up "minikube" profile ...
helpers_test.go:178: (dbg) Run: out/minikube-linux-amd64 delete -p minikube
--- FAIL: TestMinikubeProfile (0.78s)