Test Report: Docker_Windows 17822

                    
                      1b14f6e8a127ccddfb64acb15c203e20bb49b800:2023-12-19:32341
                    
                

Test fail (3/327)

Order failed test Duration
50 TestCertExpiration 276.87
59 TestErrorSpam/setup 67.17
90 TestFunctional/parallel/ConfigCmd 2.07
x
+
TestCertExpiration (276.87s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-windows-amd64.exe start -p cert-expiration-788900 --memory=2048 --cert-expiration=3m --driver=docker
cert_options_test.go:123: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p cert-expiration-788900 --memory=2048 --cert-expiration=3m --driver=docker: exit status 85 (1m23.3163464s)

                                                
                                                
-- stdout --
	* [cert-expiration-788900] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	  - KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=17822
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Using the docker driver based on user configuration
	* Using Docker Desktop driver with root privileges
	* Starting control plane node cert-expiration-788900 in cluster cert-expiration-788900
	* Pulling base image v0.0.42-1702920864-17822 ...
	* Creating docker container (CPUs=2, Memory=2048MB) ...
	* Stopping node "cert-expiration-788900"  ...
	* Powering off "cert-expiration-788900" via SSH ...
	* Deleting "cert-expiration-788900" in docker ...
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:36:19.981620    3868 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	! StartHost failed, but will try again: creating host: create: provisioning: ssh command error:
	command : sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
	err     : Process exited with status 1
	output  : --- /lib/systemd/system/docker.service	2023-10-26 09:06:22.000000000 +0000
	+++ /lib/systemd/system/docker.service.new	2023-12-18 23:37:27.981162793 +0000
	@@ -1,30 +1,32 @@
	 [Unit]
	 Description=Docker Application Container Engine
	 Documentation=https://docs.docker.com
	-After=network-online.target docker.socket firewalld.service containerd.service time-set.target
	-Wants=network-online.target containerd.service
	+BindsTo=containerd.service
	+After=network-online.target firewalld.service containerd.service
	+Wants=network-online.target
	 Requires=docker.socket
	+StartLimitBurst=3
	+StartLimitIntervalSec=60
	 
	 [Service]
	 Type=notify
	-# the default is not to use systemd for cgroups because the delegate issues still
	-# exists and systemd currently does not support the cgroup feature set required
	-# for containers run by docker
	-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
	-ExecReload=/bin/kill -s HUP $MAINPID
	-TimeoutStartSec=0
	-RestartSec=2
	-Restart=always
	+Restart=on-failure
	 
	-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
	-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
	-# to make them work for either version of systemd.
	-StartLimitBurst=3
	 
	-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
	-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
	-# this option work for either version of systemd.
	-StartLimitInterval=60s
	+
	+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	+# The base configuration already specifies an 'ExecStart=...' command. The first directive
	+# here is to clear out that command inherited from the base configuration. Without this,
	+# the command from the base configuration and the command specified here are treated as
	+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	+# will catch this invalid input and refuse to start the service with an error like:
	+#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	+
	+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	+ExecStart=
	+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	+ExecReload=/bin/kill -s HUP $MAINPID
	 
	 # Having non-zero Limit*s causes performance problems due to accounting overhead
	 # in the kernel. We recommend using cgroups to do container-local accounting.
	@@ -32,16 +34,16 @@
	 LimitNPROC=infinity
	 LimitCORE=infinity
	 
	-# Comment TasksMax if your systemd version does not support it.
	-# Only systemd 226 and above support this option.
	+# Uncomment TasksMax if your systemd version supports it.
	+# Only systemd 226 and above support this version.
	 TasksMax=infinity
	+TimeoutStartSec=0
	 
	 # set delegate yes so that systemd does not reset the cgroups of docker containers
	 Delegate=yes
	 
	 # kill only the docker process, not all processes in the cgroup
	 KillMode=process
	-OOMScoreAdjust=-500
	 
	 [Install]
	 WantedBy=multi-user.target
	Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
	Executing: /lib/systemd/systemd-sysv-install enable docker
	Job for docker.service failed because the control process exited with error code.
	See "systemctl status docker.service" and "journalctl -xeu docker.service" for details.
	
	* Failed to start docker container. Running "minikube delete -p cert-expiration-788900" may fix it: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-788900": open C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\cert-expiration-788900\config.json: The system cannot find the file specified.
	X Exiting due to GUEST_NOT_FOUND: Failed to start host: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-788900": open C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\cert-expiration-788900\config.json: The system cannot find the file specified.
	* Suggestion: minikube is missing files relating to your guest environment. This can be fixed by running 'minikube delete'
	* Related issue: https://github.com/kubernetes/minikube/issues/9130

                                                
                                                
** /stderr **
cert_options_test.go:125: failed to start minikube with args: "out/minikube-windows-amd64.exe start -p cert-expiration-788900 --memory=2048 --cert-expiration=3m --driver=docker" : exit status 85
E1218 23:37:54.245373    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
cert_options_test.go:131: (dbg) Run:  out/minikube-windows-amd64.exe start -p cert-expiration-788900 --memory=2048 --cert-expiration=8760h --driver=docker
cert_options_test.go:131: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p cert-expiration-788900 --memory=2048 --cert-expiration=8760h --driver=docker: exit status 85 (9.1574597s)

                                                
                                                
-- stdout --
	* [cert-expiration-788900] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	  - KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=17822
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Using the docker driver based on existing profile
	* Starting control plane node cert-expiration-788900 in cluster cert-expiration-788900
	* Pulling base image v0.0.42-1702920864-17822 ...
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:40:43.296219    2096 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	! StartHost failed, but will try again: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-788900": open C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\cert-expiration-788900\config.json: The system cannot find the file specified.
	* Failed to start docker container. Running "minikube delete -p cert-expiration-788900" may fix it: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-788900": open C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\cert-expiration-788900\config.json: The system cannot find the file specified.
	X Exiting due to GUEST_NOT_FOUND: Failed to start host: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-788900": open C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\cert-expiration-788900\config.json: The system cannot find the file specified.
	* Suggestion: minikube is missing files relating to your guest environment. This can be fixed by running 'minikube delete'
	* Related issue: https://github.com/kubernetes/minikube/issues/9130

                                                
                                                
** /stderr **
cert_options_test.go:133: failed to start minikube after cert expiration: "out/minikube-windows-amd64.exe start -p cert-expiration-788900 --memory=2048 --cert-expiration=8760h --driver=docker" : exit status 85
cert_options_test.go:136: minikube start output did not warn about expired certs: 
-- stdout --
	* [cert-expiration-788900] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	  - KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=17822
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Using the docker driver based on existing profile
	* Starting control plane node cert-expiration-788900 in cluster cert-expiration-788900
	* Pulling base image v0.0.42-1702920864-17822 ...
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:40:43.296219    2096 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	! StartHost failed, but will try again: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-788900": open C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\cert-expiration-788900\config.json: The system cannot find the file specified.
	* Failed to start docker container. Running "minikube delete -p cert-expiration-788900" may fix it: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-788900": open C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\cert-expiration-788900\config.json: The system cannot find the file specified.
	X Exiting due to GUEST_NOT_FOUND: Failed to start host: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-788900": open C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\cert-expiration-788900\config.json: The system cannot find the file specified.
	* Suggestion: minikube is missing files relating to your guest environment. This can be fixed by running 'minikube delete'
	* Related issue: https://github.com/kubernetes/minikube/issues/9130

                                                
                                                
** /stderr **
cert_options_test.go:138: *** TestCertExpiration FAILED at 2023-12-18 23:40:52.3113589 +0000 UTC m=+3764.857227001
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestCertExpiration]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect cert-expiration-788900
helpers_test.go:235: (dbg) docker inspect cert-expiration-788900:

                                                
                                                
-- stdout --
	[
	    {
	        "CreatedAt": "2023-12-18T23:36:23Z",
	        "Driver": "local",
	        "Labels": {
	            "created_by.minikube.sigs.k8s.io": "true",
	            "name.minikube.sigs.k8s.io": "cert-expiration-788900"
	        },
	        "Mountpoint": "/var/lib/docker/volumes/cert-expiration-788900/_data",
	        "Name": "cert-expiration-788900",
	        "Options": null,
	        "Scope": "local"
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p cert-expiration-788900 -n cert-expiration-788900
helpers_test.go:239: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p cert-expiration-788900 -n cert-expiration-788900: exit status 7 (334.6257ms)

                                                
                                                
-- stdout --
	Nonexistent

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:40:52.714836   10492 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	E1218 23:40:52.854820   10492 status.go:249] status error: host: load: filestore "cert-expiration-788900": open C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\cert-expiration-788900\config.json: The system cannot find the file specified.

                                                
                                                
** /stderr **
helpers_test.go:239: status error: exit status 7 (may be ok)
helpers_test.go:241: "cert-expiration-788900" host is not running, skipping log retrieval (state="Nonexistent")
helpers_test.go:175: Cleaning up "cert-expiration-788900" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p cert-expiration-788900
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p cert-expiration-788900: (3.8062776s)
--- FAIL: TestCertExpiration (276.87s)

                                                
                                    
x
+
TestErrorSpam/setup (67.17s)

                                                
                                                
=== RUN   TestErrorSpam/setup
error_spam_test.go:81: (dbg) Run:  out/minikube-windows-amd64.exe start -p nospam-935800 -n=1 --memory=2250 --wait=false --log_dir=C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 --driver=docker
error_spam_test.go:81: (dbg) Done: out/minikube-windows-amd64.exe start -p nospam-935800 -n=1 --memory=2250 --wait=false --log_dir=C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 --driver=docker: (1m7.1675508s)
error_spam_test.go:96: unexpected stderr: "W1218 22:49:29.760746   10932 main.go:291] Unable to resolve the current Docker CLI context \"default\": context \"default\": context not found: open C:\\Users\\jenkins.minikube2\\.docker\\contexts\\meta\\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\\meta.json: The system cannot find the path specified."
error_spam_test.go:110: minikube stdout:
* [nospam-935800] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
- KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
- MINIKUBE_FORCE_SYSTEMD=
- MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
- MINIKUBE_LOCATION=17822
- MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
* Using the docker driver based on user configuration
* Using Docker Desktop driver with root privileges
* Starting control plane node nospam-935800 in cluster nospam-935800
* Pulling base image v0.0.42-1702920864-17822 ...
* Creating docker container (CPUs=2, Memory=2250MB) ...
* Preparing Kubernetes v1.28.4 on Docker 24.0.7 ...
- Generating certificates and keys ...
- Booting up control plane ...
- Configuring RBAC rules ...
* Configuring bridge CNI (Container Networking Interface) ...
- Using image gcr.io/k8s-minikube/storage-provisioner:v5
* Verifying Kubernetes components...
* Enabled addons: storage-provisioner, default-storageclass
* Done! kubectl is now configured to use "nospam-935800" cluster and "default" namespace by default
error_spam_test.go:111: minikube stderr:
W1218 22:49:29.760746   10932 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
--- FAIL: TestErrorSpam/setup (67.17s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (2.07s)

                                                
                                                
=== RUN   TestFunctional/parallel/ConfigCmd
=== PAUSE TestFunctional/parallel/ConfigCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd
functional_test.go:1195: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 config unset cpus
functional_test.go:1206: expected config error for "out/minikube-windows-amd64.exe -p functional-858300 config unset cpus" to be -""- but got *"W1218 22:54:48.561377    6676 main.go:291] Unable to resolve the current Docker CLI context \"default\": context \"default\": context not found: open C:\\Users\\jenkins.minikube2\\.docker\\contexts\\meta\\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\\meta.json: The system cannot find the path specified."*
functional_test.go:1195: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 config get cpus
functional_test.go:1195: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-858300 config get cpus: exit status 14 (284.7ms)

                                                
                                                
** stderr ** 
	W1218 22:54:48.889649   12408 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	Error: specified key could not be found in config

                                                
                                                
** /stderr **
functional_test.go:1206: expected config error for "out/minikube-windows-amd64.exe -p functional-858300 config get cpus" to be -"Error: specified key could not be found in config"- but got *"W1218 22:54:48.889649   12408 main.go:291] Unable to resolve the current Docker CLI context \"default\": context \"default\": context not found: open C:\\Users\\jenkins.minikube2\\.docker\\contexts\\meta\\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\\meta.json: The system cannot find the path specified.\nError: specified key could not be found in config"*
functional_test.go:1195: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 config set cpus 2
functional_test.go:1206: expected config error for "out/minikube-windows-amd64.exe -p functional-858300 config set cpus 2" to be -"! These changes will take effect upon a minikube delete and then a minikube start"- but got *"W1218 22:54:49.172927    9316 main.go:291] Unable to resolve the current Docker CLI context \"default\": context \"default\": context not found: open C:\\Users\\jenkins.minikube2\\.docker\\contexts\\meta\\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\\meta.json: The system cannot find the path specified.\n! These changes will take effect upon a minikube delete and then a minikube start"*
functional_test.go:1195: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 config get cpus
functional_test.go:1206: expected config error for "out/minikube-windows-amd64.exe -p functional-858300 config get cpus" to be -""- but got *"W1218 22:54:49.542697    9632 main.go:291] Unable to resolve the current Docker CLI context \"default\": context \"default\": context not found: open C:\\Users\\jenkins.minikube2\\.docker\\contexts\\meta\\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\\meta.json: The system cannot find the path specified."*
functional_test.go:1195: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 config unset cpus
functional_test.go:1206: expected config error for "out/minikube-windows-amd64.exe -p functional-858300 config unset cpus" to be -""- but got *"W1218 22:54:49.984726    9132 main.go:291] Unable to resolve the current Docker CLI context \"default\": context \"default\": context not found: open C:\\Users\\jenkins.minikube2\\.docker\\contexts\\meta\\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\\meta.json: The system cannot find the path specified."*
functional_test.go:1195: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 config get cpus
functional_test.go:1195: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-858300 config get cpus: exit status 14 (299.005ms)

                                                
                                                
** stderr ** 
	W1218 22:54:50.324496    6408 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	Error: specified key could not be found in config

                                                
                                                
** /stderr **
functional_test.go:1206: expected config error for "out/minikube-windows-amd64.exe -p functional-858300 config get cpus" to be -"Error: specified key could not be found in config"- but got *"W1218 22:54:50.324496    6408 main.go:291] Unable to resolve the current Docker CLI context \"default\": context \"default\": context not found: open C:\\Users\\jenkins.minikube2\\.docker\\contexts\\meta\\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\\meta.json: The system cannot find the path specified.\nError: specified key could not be found in config"*
--- FAIL: TestFunctional/parallel/ConfigCmd (2.07s)

                                                
                                    

Test pass (296/327)

Order passed test Duration
3 TestDownloadOnly/v1.16.0/json-events 12.47
4 TestDownloadOnly/v1.16.0/preload-exists 0.09
7 TestDownloadOnly/v1.16.0/kubectl 0
8 TestDownloadOnly/v1.16.0/LogsDuration 0.6
10 TestDownloadOnly/v1.28.4/json-events 11.21
11 TestDownloadOnly/v1.28.4/preload-exists 0
14 TestDownloadOnly/v1.28.4/kubectl 0
15 TestDownloadOnly/v1.28.4/LogsDuration 0.3
17 TestDownloadOnly/v1.29.0-rc.2/json-events 11.69
18 TestDownloadOnly/v1.29.0-rc.2/preload-exists 0
21 TestDownloadOnly/v1.29.0-rc.2/kubectl 0
22 TestDownloadOnly/v1.29.0-rc.2/LogsDuration 0.3
23 TestDownloadOnly/DeleteAll 2.18
24 TestDownloadOnly/DeleteAlwaysSucceeds 1.39
25 TestDownloadOnlyKic 4.49
26 TestBinaryMirror 3.68
27 TestOffline 134.37
30 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.3
31 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.28
32 TestAddons/Setup 484.24
36 TestAddons/parallel/InspektorGadget 16.71
37 TestAddons/parallel/MetricsServer 8.36
38 TestAddons/parallel/HelmTiller 37.42
40 TestAddons/parallel/CSI 90.08
41 TestAddons/parallel/Headlamp 32.14
42 TestAddons/parallel/CloudSpanner 8.89
43 TestAddons/parallel/LocalPath 87.37
44 TestAddons/parallel/NvidiaDevicePlugin 8.01
47 TestAddons/serial/GCPAuth/Namespaces 0.4
48 TestAddons/StoppedEnableDisable 14.81
49 TestCertOptions 76.59
51 TestDockerFlags 79.8
52 TestForceSystemdFlag 109.24
53 TestForceSystemdEnv 93.69
60 TestErrorSpam/start 4.64
61 TestErrorSpam/status 4.71
62 TestErrorSpam/pause 4.81
63 TestErrorSpam/unpause 4.98
64 TestErrorSpam/stop 20.86
67 TestFunctional/serial/CopySyncFile 0.03
68 TestFunctional/serial/StartWithProxy 81.79
69 TestFunctional/serial/AuditLog 0
70 TestFunctional/serial/SoftStart 42.49
71 TestFunctional/serial/KubeContext 0.14
72 TestFunctional/serial/KubectlGetPods 0.36
75 TestFunctional/serial/CacheCmd/cache/add_remote 7.48
76 TestFunctional/serial/CacheCmd/cache/add_local 4.09
77 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.26
78 TestFunctional/serial/CacheCmd/cache/list 0.3
79 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 1.28
80 TestFunctional/serial/CacheCmd/cache/cache_reload 5.85
81 TestFunctional/serial/CacheCmd/cache/delete 0.56
82 TestFunctional/serial/MinikubeKubectlCmd 0.53
83 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.45
84 TestFunctional/serial/ExtraConfig 48.18
85 TestFunctional/serial/ComponentHealth 0.2
86 TestFunctional/serial/LogsCmd 2.77
87 TestFunctional/serial/LogsFileCmd 2.99
88 TestFunctional/serial/InvalidService 6.5
92 TestFunctional/parallel/DryRun 3.38
93 TestFunctional/parallel/InternationalLanguage 1.24
94 TestFunctional/parallel/StatusCmd 5.36
99 TestFunctional/parallel/AddonsCmd 0.83
100 TestFunctional/parallel/PersistentVolumeClaim 60.46
102 TestFunctional/parallel/SSHCmd 3.36
103 TestFunctional/parallel/CpCmd 9.35
104 TestFunctional/parallel/MySQL 78.79
105 TestFunctional/parallel/FileSync 1.59
106 TestFunctional/parallel/CertSync 8.79
110 TestFunctional/parallel/NodeLabels 0.28
112 TestFunctional/parallel/NonActiveRuntimeDisabled 1.52
114 TestFunctional/parallel/License 4.32
115 TestFunctional/parallel/ImageCommands/ImageListShort 1.27
116 TestFunctional/parallel/ImageCommands/ImageListTable 1.21
117 TestFunctional/parallel/ImageCommands/ImageListJson 1.03
118 TestFunctional/parallel/ImageCommands/ImageListYaml 1.06
119 TestFunctional/parallel/ImageCommands/ImageBuild 10.22
120 TestFunctional/parallel/ImageCommands/Setup 4.45
121 TestFunctional/parallel/ServiceCmd/DeployApp 22.99
122 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 13.92
124 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 1.43
125 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0.01
127 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 22.65
128 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 6.1
129 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 17.18
130 TestFunctional/parallel/ServiceCmd/List 1.81
131 TestFunctional/parallel/ServiceCmd/JSONOutput 1.98
132 TestFunctional/parallel/ServiceCmd/HTTPS 15.04
133 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.21
138 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.22
139 TestFunctional/parallel/ImageCommands/ImageSaveToFile 5.41
140 TestFunctional/parallel/ServiceCmd/Format 15.03
141 TestFunctional/parallel/Version/short 0.33
142 TestFunctional/parallel/Version/components 2.78
143 TestFunctional/parallel/ImageCommands/ImageRemove 2.14
144 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 6.05
145 TestFunctional/parallel/DockerEnv/powershell 10.19
146 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 4.29
147 TestFunctional/parallel/ServiceCmd/URL 15.03
148 TestFunctional/parallel/UpdateContextCmd/no_changes 0.81
149 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.81
150 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.79
151 TestFunctional/parallel/ProfileCmd/profile_not_create 2.44
152 TestFunctional/parallel/ProfileCmd/profile_list 2.31
153 TestFunctional/parallel/ProfileCmd/profile_json_output 2.05
154 TestFunctional/delete_addon-resizer_images 0.51
155 TestFunctional/delete_my-image_image 0.21
156 TestFunctional/delete_minikube_cached_images 0.2
160 TestImageBuild/serial/Setup 66.35
161 TestImageBuild/serial/NormalBuild 3.97
162 TestImageBuild/serial/BuildWithBuildArg 2.88
163 TestImageBuild/serial/BuildWithDockerIgnore 1.9
164 TestImageBuild/serial/BuildWithSpecifiedDockerfile 2.55
167 TestIngressAddonLegacy/StartLegacyK8sCluster 142.51
169 TestIngressAddonLegacy/serial/ValidateIngressAddonActivation 33.92
170 TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation 1.89
174 TestJSONOutput/start/Command 97.07
175 TestJSONOutput/start/Audit 0
177 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
178 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
180 TestJSONOutput/pause/Command 1.83
181 TestJSONOutput/pause/Audit 0
183 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
184 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
186 TestJSONOutput/unpause/Command 1.62
187 TestJSONOutput/unpause/Audit 0
189 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
190 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
192 TestJSONOutput/stop/Command 7.89
193 TestJSONOutput/stop/Audit 0
195 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
196 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
197 TestErrorJSONOutput 1.53
199 TestKicCustomNetwork/create_custom_network 76.61
200 TestKicCustomNetwork/use_default_bridge_network 74.42
201 TestKicExistingNetwork 77.48
202 TestKicCustomSubnet 79.75
203 TestKicStaticIP 80.79
204 TestMainNoArgs 0.28
205 TestMinikubeProfile 153.19
208 TestMountStart/serial/StartWithMountFirst 21.48
209 TestMountStart/serial/VerifyMountFirst 1.31
210 TestMountStart/serial/StartWithMountSecond 21
211 TestMountStart/serial/VerifyMountSecond 1.37
212 TestMountStart/serial/DeleteFirst 4.55
213 TestMountStart/serial/VerifyMountPostDelete 1.36
214 TestMountStart/serial/Stop 2.8
215 TestMountStart/serial/RestartStopped 14.4
216 TestMountStart/serial/VerifyMountPostStop 1.29
219 TestMultiNode/serial/FreshStart2Nodes 148.31
220 TestMultiNode/serial/DeployApp2Nodes 25.81
221 TestMultiNode/serial/PingHostFrom2Pods 2.73
222 TestMultiNode/serial/AddNode 53.45
223 TestMultiNode/serial/MultiNodeLabels 0.24
224 TestMultiNode/serial/ProfileList 1.46
225 TestMultiNode/serial/CopyFile 46.71
226 TestMultiNode/serial/StopNode 7.44
227 TestMultiNode/serial/StartAfterStop 26.1
228 TestMultiNode/serial/RestartKeepsNodes 130.31
229 TestMultiNode/serial/DeleteNode 12.62
230 TestMultiNode/serial/StopMultiNode 25.77
231 TestMultiNode/serial/RestartMultiNode 107.5
232 TestMultiNode/serial/ValidateNameConflict 73.56
236 TestPreload 206.15
237 TestScheduledStopWindows 137.38
241 TestInsufficientStorage 48.52
242 TestRunningBinaryUpgrade 292.33
244 TestKubernetesUpgrade 317.81
245 TestMissingContainerUpgrade 323.04
247 TestNoKubernetes/serial/StartNoK8sWithVersion 0.41
248 TestNoKubernetes/serial/StartWithK8s 102.07
249 TestNoKubernetes/serial/StartWithStopK8s 37.84
250 TestNoKubernetes/serial/Start 26.94
251 TestNoKubernetes/serial/VerifyK8sNotRunning 1.36
252 TestNoKubernetes/serial/ProfileList 10.12
253 TestNoKubernetes/serial/Stop 2.73
254 TestNoKubernetes/serial/StartNoArgs 14.35
266 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 1.37
267 TestStoppedBinaryUpgrade/Setup 1.79
268 TestStoppedBinaryUpgrade/Upgrade 324.55
276 TestStoppedBinaryUpgrade/MinikubeLogs 3.89
278 TestPause/serial/Start 118.91
279 TestNetworkPlugins/group/auto/Start 133.45
280 TestNetworkPlugins/group/calico/Start 191.17
281 TestNetworkPlugins/group/custom-flannel/Start 124.16
282 TestPause/serial/SecondStartNoReconfiguration 46.72
283 TestNetworkPlugins/group/auto/KubeletFlags 1.54
284 TestNetworkPlugins/group/auto/NetCatPod 18.94
285 TestNetworkPlugins/group/auto/DNS 0.51
286 TestNetworkPlugins/group/auto/Localhost 0.41
287 TestNetworkPlugins/group/auto/HairPin 0.39
288 TestPause/serial/Pause 2.14
289 TestPause/serial/VerifyStatus 1.66
290 TestPause/serial/Unpause 1.87
291 TestPause/serial/PauseAgain 2.32
292 TestPause/serial/DeletePaused 6.97
293 TestPause/serial/VerifyDeletedResources 5.26
294 TestNetworkPlugins/group/false/Start 104.14
295 TestNetworkPlugins/group/custom-flannel/KubeletFlags 1.51
296 TestNetworkPlugins/group/custom-flannel/NetCatPod 21.08
297 TestNetworkPlugins/group/calico/ControllerPod 6.04
298 TestNetworkPlugins/group/kindnet/Start 118.31
299 TestNetworkPlugins/group/calico/KubeletFlags 1.47
300 TestNetworkPlugins/group/calico/NetCatPod 27.94
301 TestNetworkPlugins/group/custom-flannel/DNS 0.71
302 TestNetworkPlugins/group/custom-flannel/Localhost 0.51
303 TestNetworkPlugins/group/custom-flannel/HairPin 0.39
304 TestNetworkPlugins/group/calico/DNS 0.46
305 TestNetworkPlugins/group/calico/Localhost 0.37
306 TestNetworkPlugins/group/calico/HairPin 0.43
307 TestNetworkPlugins/group/false/KubeletFlags 1.84
308 TestNetworkPlugins/group/false/NetCatPod 20.46
309 TestNetworkPlugins/group/false/DNS 0.52
310 TestNetworkPlugins/group/false/Localhost 0.37
311 TestNetworkPlugins/group/false/HairPin 0.37
312 TestNetworkPlugins/group/flannel/Start 141.98
313 TestNetworkPlugins/group/enable-default-cni/Start 113.52
314 TestNetworkPlugins/group/kindnet/ControllerPod 6.03
315 TestNetworkPlugins/group/kindnet/KubeletFlags 1.67
316 TestNetworkPlugins/group/kindnet/NetCatPod 24.45
317 TestNetworkPlugins/group/kindnet/DNS 0.46
318 TestNetworkPlugins/group/kindnet/Localhost 0.38
319 TestNetworkPlugins/group/kindnet/HairPin 0.41
320 TestNetworkPlugins/group/kubenet/Start 123.91
321 TestNetworkPlugins/group/bridge/Start 101.7
322 TestNetworkPlugins/group/flannel/ControllerPod 6.02
323 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 1.43
324 TestNetworkPlugins/group/enable-default-cni/NetCatPod 26.04
325 TestNetworkPlugins/group/flannel/KubeletFlags 1.54
326 TestNetworkPlugins/group/flannel/NetCatPod 26.12
327 TestNetworkPlugins/group/enable-default-cni/DNS 0.57
328 TestNetworkPlugins/group/enable-default-cni/Localhost 0.36
329 TestNetworkPlugins/group/enable-default-cni/HairPin 0.37
330 TestNetworkPlugins/group/flannel/DNS 0.4
331 TestNetworkPlugins/group/flannel/Localhost 0.37
332 TestNetworkPlugins/group/flannel/HairPin 0.33
333 TestNetworkPlugins/group/kubenet/KubeletFlags 1.55
334 TestNetworkPlugins/group/kubenet/NetCatPod 20.87
335 TestNetworkPlugins/group/kubenet/DNS 0.45
336 TestNetworkPlugins/group/kubenet/Localhost 0.43
337 TestNetworkPlugins/group/kubenet/HairPin 0.41
338 TestNetworkPlugins/group/bridge/KubeletFlags 1.49
339 TestNetworkPlugins/group/bridge/NetCatPod 22.39
341 TestStartStop/group/old-k8s-version/serial/FirstStart 203.57
343 TestStartStop/group/no-preload/serial/FirstStart 154.67
344 TestNetworkPlugins/group/bridge/DNS 0.44
345 TestNetworkPlugins/group/bridge/Localhost 0.39
346 TestNetworkPlugins/group/bridge/HairPin 0.36
348 TestStartStop/group/embed-certs/serial/FirstStart 125.75
350 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 109.28
351 TestStartStop/group/no-preload/serial/DeployApp 9.86
352 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 3.08
353 TestStartStop/group/embed-certs/serial/DeployApp 9.92
354 TestStartStop/group/no-preload/serial/Stop 13.18
355 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 3.21
356 TestStartStop/group/embed-certs/serial/Stop 12.96
357 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 1.37
358 TestStartStop/group/no-preload/serial/SecondStart 357.31
359 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 1.34
360 TestStartStop/group/embed-certs/serial/SecondStart 356.81
361 TestStartStop/group/old-k8s-version/serial/DeployApp 10.2
362 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 11.12
363 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 2.82
364 TestStartStop/group/old-k8s-version/serial/Stop 13.11
365 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 3.31
366 TestStartStop/group/default-k8s-diff-port/serial/Stop 13.52
367 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 1.31
368 TestStartStop/group/old-k8s-version/serial/SecondStart 706.16
369 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 1.54
370 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 381.13
371 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 46.03
372 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 45.03
373 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.47
374 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 1.04
375 TestStartStop/group/no-preload/serial/Pause 11.59
376 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.56
377 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 1.19
378 TestStartStop/group/embed-certs/serial/Pause 12.85
379 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 30.09
381 TestStartStop/group/newest-cni/serial/FirstStart 91.25
382 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 6.96
383 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 1.56
384 TestStartStop/group/default-k8s-diff-port/serial/Pause 12.82
385 TestStartStop/group/newest-cni/serial/DeployApp 0
386 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 2.56
387 TestStartStop/group/newest-cni/serial/Stop 7.72
388 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 1.23
389 TestStartStop/group/newest-cni/serial/SecondStart 48.84
390 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
391 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
392 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.95
393 TestStartStop/group/newest-cni/serial/Pause 11.1
394 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.03
395 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.62
396 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.97
397 TestStartStop/group/old-k8s-version/serial/Pause 9.83
x
+
TestDownloadOnly/v1.16.0/json-events (12.47s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.16.0/json-events
aaa_download_only_test.go:69: (dbg) Run:  out/minikube-windows-amd64.exe start -o=json --download-only -p download-only-445700 --force --alsologtostderr --kubernetes-version=v1.16.0 --container-runtime=docker --driver=docker
aaa_download_only_test.go:69: (dbg) Done: out/minikube-windows-amd64.exe start -o=json --download-only -p download-only-445700 --force --alsologtostderr --kubernetes-version=v1.16.0 --container-runtime=docker --driver=docker: (12.4732325s)
--- PASS: TestDownloadOnly/v1.16.0/json-events (12.47s)

                                                
                                    
x
+
TestDownloadOnly/v1.16.0/preload-exists (0.09s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.16.0/preload-exists
--- PASS: TestDownloadOnly/v1.16.0/preload-exists (0.09s)

                                                
                                    
x
+
TestDownloadOnly/v1.16.0/kubectl (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.16.0/kubectl
--- PASS: TestDownloadOnly/v1.16.0/kubectl (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.16.0/LogsDuration (0.6s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.16.0/LogsDuration
aaa_download_only_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe logs -p download-only-445700
aaa_download_only_test.go:172: (dbg) Non-zero exit: out/minikube-windows-amd64.exe logs -p download-only-445700: exit status 85 (602.2655ms)

                                                
                                                
-- stdout --
	* 
	* ==> Audit <==
	* |---------|--------------------------------|----------------------|-------------------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |       User        | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|-------------------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-445700 | minikube2\jenkins | v1.32.0 | 18 Dec 23 22:38 UTC |          |
	|         | -p download-only-445700        |                      |                   |         |                     |          |
	|         | --force --alsologtostderr      |                      |                   |         |                     |          |
	|         | --kubernetes-version=v1.16.0   |                      |                   |         |                     |          |
	|         | --container-runtime=docker     |                      |                   |         |                     |          |
	|         | --driver=docker                |                      |                   |         |                     |          |
	|---------|--------------------------------|----------------------|-------------------|---------|---------------------|----------|
	
	* 
	* ==> Last Start <==
	* Log file created at: 2023/12/18 22:38:07
	Running on machine: minikube2
	Binary: Built with gc go1.21.5 for windows/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1218 22:38:07.701423    3956 out.go:296] Setting OutFile to fd 588 ...
	I1218 22:38:07.702406    3956 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I1218 22:38:07.702406    3956 out.go:309] Setting ErrFile to fd 592...
	I1218 22:38:07.702406    3956 out.go:343] TERM=,COLORTERM=, which probably does not support color
	W1218 22:38:07.717396    3956 root.go:314] Error reading config file at C:\Users\jenkins.minikube2\minikube-integration\.minikube\config\config.json: open C:\Users\jenkins.minikube2\minikube-integration\.minikube\config\config.json: The system cannot find the path specified.
	I1218 22:38:07.729457    3956 out.go:303] Setting JSON to true
	I1218 22:38:07.733443    3956 start.go:128] hostinfo: {"hostname":"minikube2","uptime":2968,"bootTime":1702936119,"procs":195,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.3803 Build 19045.3803","kernelVersion":"10.0.19045.3803 Build 19045.3803","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"29dced62-21fb-45d8-a34e-472b66ced002"}
	W1218 22:38:07.733443    3956 start.go:136] gopshost.Virtualization returned error: not implemented yet
	I1218 22:38:07.740445    3956 out.go:97] [download-only-445700] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	I1218 22:38:07.740445    3956 notify.go:220] Checking for updates...
	W1218 22:38:07.740445    3956 preload.go:295] Failed to list preload files: open C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\preloaded-tarball: The system cannot find the file specified.
	I1218 22:38:07.742404    3956 out.go:169] KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	I1218 22:38:07.745457    3956 out.go:169] MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	I1218 22:38:07.748430    3956 out.go:169] MINIKUBE_LOCATION=17822
	I1218 22:38:07.750405    3956 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	W1218 22:38:07.756407    3956 out.go:272] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I1218 22:38:07.756407    3956 driver.go:392] Setting default libvirt URI to qemu:///system
	I1218 22:38:08.036688    3956 docker.go:122] docker version: linux-24.0.7:Docker Desktop 4.26.0 (130397)
	I1218 22:38:08.045129    3956 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1218 22:38:09.534214    3956 cli_runner.go:217] Completed: docker system info --format "{{json .}}": (1.4890159s)
	I1218 22:38:09.535002    3956 info.go:266] docker info: {ID:fddc6918-7749-4ebe-a6e7-06311fb56dc1 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:43 OomKillDisable:true NGoroutines:64 SystemTime:2023-12-18 22:38:09.486312387 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:9 KernelVersion:5.15.133.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:
x86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:33657516032 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f Expected:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=secc
omp,profile=unconfined] ProductLicense: Warnings:[WARNING: No blkio throttle.read_bps_device support WARNING: No blkio throttle.write_bps_device support WARNING: No blkio throttle.read_iops_device support WARNING: No blkio throttle.write_iops_device support WARNING: daemon is not using the default seccomp profile] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.12.0-desktop.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.23.3-desktop.2] map[Name:dev Path:C:\Program Files\Docker\cli-plugins\docker-dev.exe SchemaVersion:0.1.0 ShortDescription:Docker Dev Environments Vendor:Docker Inc. Version:v0.1.0] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Ven
dor:Docker Inc. Version:v0.2.21] map[Name:feedback Path:C:\Program Files\Docker\cli-plugins\docker-feedback.exe SchemaVersion:0.1.0 ShortDescription:Provide feedback, right in your terminal! Vendor:Docker Inc. Version:0.1] map[Name:init Path:C:\Program Files\Docker\cli-plugins\docker-init.exe SchemaVersion:0.1.0 ShortDescription:Creates Docker-related starter files for your project Vendor:Docker Inc. Version:v0.1.0-beta.10] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-plugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.26.0] map[Name:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.2.0]] Warnings:<nil>}}
	I1218 22:38:09.540666    3956 out.go:97] Using the docker driver based on user configuration
	I1218 22:38:09.541197    3956 start.go:298] selected driver: docker
	I1218 22:38:09.541197    3956 start.go:902] validating driver "docker" against <nil>
	I1218 22:38:09.557845    3956 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1218 22:38:09.924739    3956 info.go:266] docker info: {ID:fddc6918-7749-4ebe-a6e7-06311fb56dc1 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:43 OomKillDisable:true NGoroutines:64 SystemTime:2023-12-18 22:38:09.87672445 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:9 KernelVersion:5.15.133.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:33657516032 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f Expected:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=secco
mp,profile=unconfined] ProductLicense: Warnings:[WARNING: No blkio throttle.read_bps_device support WARNING: No blkio throttle.write_bps_device support WARNING: No blkio throttle.read_iops_device support WARNING: No blkio throttle.write_iops_device support WARNING: daemon is not using the default seccomp profile] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.12.0-desktop.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.23.3-desktop.2] map[Name:dev Path:C:\Program Files\Docker\cli-plugins\docker-dev.exe SchemaVersion:0.1.0 ShortDescription:Docker Dev Environments Vendor:Docker Inc. Version:v0.1.0] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Vend
or:Docker Inc. Version:v0.2.21] map[Name:feedback Path:C:\Program Files\Docker\cli-plugins\docker-feedback.exe SchemaVersion:0.1.0 ShortDescription:Provide feedback, right in your terminal! Vendor:Docker Inc. Version:0.1] map[Name:init Path:C:\Program Files\Docker\cli-plugins\docker-init.exe SchemaVersion:0.1.0 ShortDescription:Creates Docker-related starter files for your project Vendor:Docker Inc. Version:v0.1.0-beta.10] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-plugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.26.0] map[Name:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.2.0]] Warnings:<nil>}}
	I1218 22:38:09.925261    3956 start_flags.go:309] no existing cluster config was found, will generate one from the flags 
	I1218 22:38:10.045551    3956 start_flags.go:394] Using suggested 16300MB memory alloc based on sys=65534MB, container=32098MB
	I1218 22:38:10.046289    3956 start_flags.go:913] Wait components to verify : map[apiserver:true system_pods:true]
	I1218 22:38:10.050356    3956 out.go:169] Using Docker Desktop driver with root privileges
	I1218 22:38:10.052461    3956 cni.go:84] Creating CNI manager for ""
	I1218 22:38:10.052461    3956 cni.go:162] CNI unnecessary in this configuration, recommending no CNI
	I1218 22:38:10.052989    3956 start_flags.go:323] config:
	{Name:download-only-445700 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 Memory:16300 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.16.0 ClusterName:download-only-445700 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerR
untime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube2:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
	I1218 22:38:10.056232    3956 out.go:97] Starting control plane node download-only-445700 in cluster download-only-445700
	I1218 22:38:10.056232    3956 cache.go:121] Beginning downloading kic base image for docker with docker
	I1218 22:38:10.059040    3956 out.go:97] Pulling base image v0.0.42-1702920864-17822 ...
	I1218 22:38:10.059040    3956 preload.go:132] Checking if preload exists for k8s version v1.16.0 and runtime docker
	I1218 22:38:10.059040    3956 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 in local docker daemon
	I1218 22:38:10.099527    3956 preload.go:119] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.16.0/preloaded-images-k8s-v18-v1.16.0-docker-overlay2-amd64.tar.lz4
	I1218 22:38:10.099527    3956 cache.go:56] Caching tarball of preloaded images
	I1218 22:38:10.099527    3956 preload.go:132] Checking if preload exists for k8s version v1.16.0 and runtime docker
	I1218 22:38:10.102530    3956 out.go:97] Downloading Kubernetes v1.16.0 preload ...
	I1218 22:38:10.102530    3956 preload.go:238] getting checksum for preloaded-images-k8s-v18-v1.16.0-docker-overlay2-amd64.tar.lz4 ...
	I1218 22:38:10.160543    3956 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.16.0/preloaded-images-k8s-v18-v1.16.0-docker-overlay2-amd64.tar.lz4?checksum=md5:326f3ce331abb64565b50b8c9e791244 -> C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.16.0-docker-overlay2-amd64.tar.lz4
	I1218 22:38:10.250190    3956 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 to local cache
	I1218 22:38:10.250389    3956 localpath.go:146] windows sanitize: C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0.tar -> C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.42-1702920864-17822@sha256_4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0.tar
	I1218 22:38:10.250602    3956 localpath.go:146] windows sanitize: C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0.tar -> C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.42-1702920864-17822@sha256_4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0.tar
	I1218 22:38:10.250602    3956 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 in local cache directory
	I1218 22:38:10.251711    3956 image.go:118] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 to local cache
	I1218 22:38:13.586842    3956 preload.go:249] saving checksum for preloaded-images-k8s-v18-v1.16.0-docker-overlay2-amd64.tar.lz4 ...
	I1218 22:38:13.605387    3956 preload.go:256] verifying checksum of C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.16.0-docker-overlay2-amd64.tar.lz4 ...
	I1218 22:38:14.729863    3956 cache.go:59] Finished verifying existence of preloaded tar for  v1.16.0 on docker
	I1218 22:38:14.730906    3956 profile.go:148] Saving config to C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\download-only-445700\config.json ...
	I1218 22:38:14.731540    3956 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\download-only-445700\config.json: {Name:mk9bc322d1b1c943ac9666a1baba02e602cafddb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1218 22:38:14.754665    3956 preload.go:132] Checking if preload exists for k8s version v1.16.0 and runtime docker
	I1218 22:38:14.756085    3956 download.go:107] Downloading: https://dl.k8s.io/release/v1.16.0/bin/windows/amd64/kubectl.exe?checksum=file:https://dl.k8s.io/release/v1.16.0/bin/windows/amd64/kubectl.exe.sha1 -> C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\windows\amd64\v1.16.0/kubectl.exe
	I1218 22:38:15.150080    3956 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 as a tarball
	
	* 
	* The control plane node "" does not exist.
	  To start a cluster, run: "minikube start -p download-only-445700"

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:38:20.195623    7584 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
aaa_download_only_test.go:173: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.16.0/LogsDuration (0.60s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.4/json-events (11.21s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.4/json-events
aaa_download_only_test.go:69: (dbg) Run:  out/minikube-windows-amd64.exe start -o=json --download-only -p download-only-445700 --force --alsologtostderr --kubernetes-version=v1.28.4 --container-runtime=docker --driver=docker
aaa_download_only_test.go:69: (dbg) Done: out/minikube-windows-amd64.exe start -o=json --download-only -p download-only-445700 --force --alsologtostderr --kubernetes-version=v1.28.4 --container-runtime=docker --driver=docker: (11.2080204s)
--- PASS: TestDownloadOnly/v1.28.4/json-events (11.21s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.4/preload-exists (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.4/preload-exists
--- PASS: TestDownloadOnly/v1.28.4/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.4/kubectl (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.4/kubectl
--- PASS: TestDownloadOnly/v1.28.4/kubectl (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.4/LogsDuration (0.3s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.4/LogsDuration
aaa_download_only_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe logs -p download-only-445700
aaa_download_only_test.go:172: (dbg) Non-zero exit: out/minikube-windows-amd64.exe logs -p download-only-445700: exit status 85 (295.9775ms)

                                                
                                                
-- stdout --
	* 
	* ==> Audit <==
	* |---------|--------------------------------|----------------------|-------------------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |       User        | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|-------------------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-445700 | minikube2\jenkins | v1.32.0 | 18 Dec 23 22:38 UTC |          |
	|         | -p download-only-445700        |                      |                   |         |                     |          |
	|         | --force --alsologtostderr      |                      |                   |         |                     |          |
	|         | --kubernetes-version=v1.16.0   |                      |                   |         |                     |          |
	|         | --container-runtime=docker     |                      |                   |         |                     |          |
	|         | --driver=docker                |                      |                   |         |                     |          |
	| start   | -o=json --download-only        | download-only-445700 | minikube2\jenkins | v1.32.0 | 18 Dec 23 22:38 UTC |          |
	|         | -p download-only-445700        |                      |                   |         |                     |          |
	|         | --force --alsologtostderr      |                      |                   |         |                     |          |
	|         | --kubernetes-version=v1.28.4   |                      |                   |         |                     |          |
	|         | --container-runtime=docker     |                      |                   |         |                     |          |
	|         | --driver=docker                |                      |                   |         |                     |          |
	|---------|--------------------------------|----------------------|-------------------|---------|---------------------|----------|
	
	* 
	* ==> Last Start <==
	* Log file created at: 2023/12/18 22:38:20
	Running on machine: minikube2
	Binary: Built with gc go1.21.5 for windows/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1218 22:38:20.883030    4024 out.go:296] Setting OutFile to fd 648 ...
	I1218 22:38:20.883813    4024 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I1218 22:38:20.883887    4024 out.go:309] Setting ErrFile to fd 652...
	I1218 22:38:20.883887    4024 out.go:343] TERM=,COLORTERM=, which probably does not support color
	W1218 22:38:20.897548    4024 root.go:314] Error reading config file at C:\Users\jenkins.minikube2\minikube-integration\.minikube\config\config.json: open C:\Users\jenkins.minikube2\minikube-integration\.minikube\config\config.json: The system cannot find the file specified.
	I1218 22:38:20.911326    4024 out.go:303] Setting JSON to true
	I1218 22:38:20.915709    4024 start.go:128] hostinfo: {"hostname":"minikube2","uptime":2981,"bootTime":1702936119,"procs":196,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.3803 Build 19045.3803","kernelVersion":"10.0.19045.3803 Build 19045.3803","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"29dced62-21fb-45d8-a34e-472b66ced002"}
	W1218 22:38:20.915709    4024 start.go:136] gopshost.Virtualization returned error: not implemented yet
	I1218 22:38:20.922267    4024 out.go:97] [download-only-445700] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	I1218 22:38:20.922686    4024 notify.go:220] Checking for updates...
	I1218 22:38:20.924787    4024 out.go:169] KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	I1218 22:38:20.927748    4024 out.go:169] MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	I1218 22:38:20.930407    4024 out.go:169] MINIKUBE_LOCATION=17822
	I1218 22:38:20.933904    4024 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	W1218 22:38:20.938607    4024 out.go:272] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I1218 22:38:20.939276    4024 config.go:182] Loaded profile config "download-only-445700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.16.0
	W1218 22:38:20.939276    4024 start.go:810] api.Load failed for download-only-445700: filestore "download-only-445700": Docker machine "download-only-445700" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
	I1218 22:38:20.939276    4024 driver.go:392] Setting default libvirt URI to qemu:///system
	W1218 22:38:20.940384    4024 start.go:810] api.Load failed for download-only-445700: filestore "download-only-445700": Docker machine "download-only-445700" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
	I1218 22:38:21.252011    4024 docker.go:122] docker version: linux-24.0.7:Docker Desktop 4.26.0 (130397)
	I1218 22:38:21.260462    4024 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1218 22:38:21.672778    4024 info.go:266] docker info: {ID:fddc6918-7749-4ebe-a6e7-06311fb56dc1 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:43 OomKillDisable:true NGoroutines:64 SystemTime:2023-12-18 22:38:21.609733624 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:9 KernelVersion:5.15.133.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:
x86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:33657516032 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f Expected:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=secc
omp,profile=unconfined] ProductLicense: Warnings:[WARNING: No blkio throttle.read_bps_device support WARNING: No blkio throttle.write_bps_device support WARNING: No blkio throttle.read_iops_device support WARNING: No blkio throttle.write_iops_device support WARNING: daemon is not using the default seccomp profile] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.12.0-desktop.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.23.3-desktop.2] map[Name:dev Path:C:\Program Files\Docker\cli-plugins\docker-dev.exe SchemaVersion:0.1.0 ShortDescription:Docker Dev Environments Vendor:Docker Inc. Version:v0.1.0] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Ven
dor:Docker Inc. Version:v0.2.21] map[Name:feedback Path:C:\Program Files\Docker\cli-plugins\docker-feedback.exe SchemaVersion:0.1.0 ShortDescription:Provide feedback, right in your terminal! Vendor:Docker Inc. Version:0.1] map[Name:init Path:C:\Program Files\Docker\cli-plugins\docker-init.exe SchemaVersion:0.1.0 ShortDescription:Creates Docker-related starter files for your project Vendor:Docker Inc. Version:v0.1.0-beta.10] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-plugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.26.0] map[Name:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.2.0]] Warnings:<nil>}}
	I1218 22:38:22.013337    4024 out.go:97] Using the docker driver based on existing profile
	I1218 22:38:22.013567    4024 start.go:298] selected driver: docker
	I1218 22:38:22.013567    4024 start.go:902] validating driver "docker" against &{Name:download-only-445700 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 Memory:16300 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.16.0 ClusterName:download-only-445700 Namespace:default APIServerName
:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.16.0 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube2:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVM
netClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
	I1218 22:38:22.029583    4024 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1218 22:38:22.393312    4024 info.go:266] docker info: {ID:fddc6918-7749-4ebe-a6e7-06311fb56dc1 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:43 OomKillDisable:true NGoroutines:64 SystemTime:2023-12-18 22:38:22.344124429 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:9 KernelVersion:5.15.133.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:
x86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:33657516032 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f Expected:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=secc
omp,profile=unconfined] ProductLicense: Warnings:[WARNING: No blkio throttle.read_bps_device support WARNING: No blkio throttle.write_bps_device support WARNING: No blkio throttle.read_iops_device support WARNING: No blkio throttle.write_iops_device support WARNING: daemon is not using the default seccomp profile] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.12.0-desktop.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.23.3-desktop.2] map[Name:dev Path:C:\Program Files\Docker\cli-plugins\docker-dev.exe SchemaVersion:0.1.0 ShortDescription:Docker Dev Environments Vendor:Docker Inc. Version:v0.1.0] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Ven
dor:Docker Inc. Version:v0.2.21] map[Name:feedback Path:C:\Program Files\Docker\cli-plugins\docker-feedback.exe SchemaVersion:0.1.0 ShortDescription:Provide feedback, right in your terminal! Vendor:Docker Inc. Version:0.1] map[Name:init Path:C:\Program Files\Docker\cli-plugins\docker-init.exe SchemaVersion:0.1.0 ShortDescription:Creates Docker-related starter files for your project Vendor:Docker Inc. Version:v0.1.0-beta.10] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-plugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.26.0] map[Name:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.2.0]] Warnings:<nil>}}
	I1218 22:38:22.440035    4024 cni.go:84] Creating CNI manager for ""
	I1218 22:38:22.440035    4024 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I1218 22:38:22.440035    4024 start_flags.go:323] config:
	{Name:download-only-445700 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 Memory:16300 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:download-only-445700 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerR
untime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.16.0 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube2:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseIn
terval:1m0s GPUs:}
	I1218 22:38:22.444448    4024 out.go:97] Starting control plane node download-only-445700 in cluster download-only-445700
	I1218 22:38:22.444448    4024 cache.go:121] Beginning downloading kic base image for docker with docker
	I1218 22:38:22.447393    4024 out.go:97] Pulling base image v0.0.42-1702920864-17822 ...
	I1218 22:38:22.447560    4024 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime docker
	I1218 22:38:22.447692    4024 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 in local docker daemon
	I1218 22:38:22.493486    4024 preload.go:119] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.28.4/preloaded-images-k8s-v18-v1.28.4-docker-overlay2-amd64.tar.lz4
	I1218 22:38:22.493486    4024 cache.go:56] Caching tarball of preloaded images
	I1218 22:38:22.493486    4024 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime docker
	I1218 22:38:22.496870    4024 out.go:97] Downloading Kubernetes v1.28.4 preload ...
	I1218 22:38:22.496912    4024 preload.go:238] getting checksum for preloaded-images-k8s-v18-v1.28.4-docker-overlay2-amd64.tar.lz4 ...
	I1218 22:38:22.553150    4024 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.28.4/preloaded-images-k8s-v18-v1.28.4-docker-overlay2-amd64.tar.lz4?checksum=md5:7ebdea7754e21f51b865dbfc36b53b7d -> C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.28.4-docker-overlay2-amd64.tar.lz4
	I1218 22:38:22.656678    4024 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 to local cache
	I1218 22:38:22.656764    4024 localpath.go:146] windows sanitize: C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0.tar -> C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.42-1702920864-17822@sha256_4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0.tar
	I1218 22:38:22.656764    4024 localpath.go:146] windows sanitize: C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0.tar -> C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.42-1702920864-17822@sha256_4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0.tar
	I1218 22:38:22.656764    4024 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 in local cache directory
	I1218 22:38:22.656764    4024 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 in local cache directory, skipping pull
	I1218 22:38:22.656764    4024 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 exists in cache, skipping pull
	I1218 22:38:22.657426    4024 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 as a tarball
	I1218 22:38:26.560189    4024 preload.go:249] saving checksum for preloaded-images-k8s-v18-v1.28.4-docker-overlay2-amd64.tar.lz4 ...
	I1218 22:38:26.561463    4024 preload.go:256] verifying checksum of C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.28.4-docker-overlay2-amd64.tar.lz4 ...
	I1218 22:38:27.689051    4024 cache.go:59] Finished verifying existence of preloaded tar for  v1.28.4 on docker
	I1218 22:38:27.689565    4024 profile.go:148] Saving config to C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\download-only-445700\config.json ...
	I1218 22:38:27.691501    4024 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime docker
	I1218 22:38:27.692520    4024 download.go:107] Downloading: https://dl.k8s.io/release/v1.28.4/bin/windows/amd64/kubectl.exe?checksum=file:https://dl.k8s.io/release/v1.28.4/bin/windows/amd64/kubectl.exe.sha256 -> C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\windows\amd64\v1.28.4/kubectl.exe
	
	* 
	* The control plane node "" does not exist.
	  To start a cluster, run: "minikube start -p download-only-445700"

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:38:32.013445    6876 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
aaa_download_only_test.go:173: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.28.4/LogsDuration (0.30s)

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/json-events (11.69s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.29.0-rc.2/json-events
aaa_download_only_test.go:69: (dbg) Run:  out/minikube-windows-amd64.exe start -o=json --download-only -p download-only-445700 --force --alsologtostderr --kubernetes-version=v1.29.0-rc.2 --container-runtime=docker --driver=docker
aaa_download_only_test.go:69: (dbg) Done: out/minikube-windows-amd64.exe start -o=json --download-only -p download-only-445700 --force --alsologtostderr --kubernetes-version=v1.29.0-rc.2 --container-runtime=docker --driver=docker: (11.6937793s)
--- PASS: TestDownloadOnly/v1.29.0-rc.2/json-events (11.69s)

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/preload-exists (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.29.0-rc.2/preload-exists
--- PASS: TestDownloadOnly/v1.29.0-rc.2/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/kubectl (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.29.0-rc.2/kubectl
--- PASS: TestDownloadOnly/v1.29.0-rc.2/kubectl (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/LogsDuration (0.3s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.29.0-rc.2/LogsDuration
aaa_download_only_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe logs -p download-only-445700
aaa_download_only_test.go:172: (dbg) Non-zero exit: out/minikube-windows-amd64.exe logs -p download-only-445700: exit status 85 (295.8291ms)

                                                
                                                
-- stdout --
	* 
	* ==> Audit <==
	* |---------|-----------------------------------|----------------------|-------------------|---------|---------------------|----------|
	| Command |               Args                |       Profile        |       User        | Version |     Start Time      | End Time |
	|---------|-----------------------------------|----------------------|-------------------|---------|---------------------|----------|
	| start   | -o=json --download-only           | download-only-445700 | minikube2\jenkins | v1.32.0 | 18 Dec 23 22:38 UTC |          |
	|         | -p download-only-445700           |                      |                   |         |                     |          |
	|         | --force --alsologtostderr         |                      |                   |         |                     |          |
	|         | --kubernetes-version=v1.16.0      |                      |                   |         |                     |          |
	|         | --container-runtime=docker        |                      |                   |         |                     |          |
	|         | --driver=docker                   |                      |                   |         |                     |          |
	| start   | -o=json --download-only           | download-only-445700 | minikube2\jenkins | v1.32.0 | 18 Dec 23 22:38 UTC |          |
	|         | -p download-only-445700           |                      |                   |         |                     |          |
	|         | --force --alsologtostderr         |                      |                   |         |                     |          |
	|         | --kubernetes-version=v1.28.4      |                      |                   |         |                     |          |
	|         | --container-runtime=docker        |                      |                   |         |                     |          |
	|         | --driver=docker                   |                      |                   |         |                     |          |
	| start   | -o=json --download-only           | download-only-445700 | minikube2\jenkins | v1.32.0 | 18 Dec 23 22:38 UTC |          |
	|         | -p download-only-445700           |                      |                   |         |                     |          |
	|         | --force --alsologtostderr         |                      |                   |         |                     |          |
	|         | --kubernetes-version=v1.29.0-rc.2 |                      |                   |         |                     |          |
	|         | --container-runtime=docker        |                      |                   |         |                     |          |
	|         | --driver=docker                   |                      |                   |         |                     |          |
	|---------|-----------------------------------|----------------------|-------------------|---------|---------------------|----------|
	
	* 
	* ==> Last Start <==
	* Log file created at: 2023/12/18 22:38:32
	Running on machine: minikube2
	Binary: Built with gc go1.21.5 for windows/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1218 22:38:32.389998    8484 out.go:296] Setting OutFile to fd 576 ...
	I1218 22:38:32.390308    8484 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I1218 22:38:32.390308    8484 out.go:309] Setting ErrFile to fd 580...
	I1218 22:38:32.390308    8484 out.go:343] TERM=,COLORTERM=, which probably does not support color
	W1218 22:38:32.404147    8484 root.go:314] Error reading config file at C:\Users\jenkins.minikube2\minikube-integration\.minikube\config\config.json: open C:\Users\jenkins.minikube2\minikube-integration\.minikube\config\config.json: The system cannot find the file specified.
	I1218 22:38:32.411586    8484 out.go:303] Setting JSON to true
	I1218 22:38:32.415067    8484 start.go:128] hostinfo: {"hostname":"minikube2","uptime":2992,"bootTime":1702936119,"procs":195,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.3803 Build 19045.3803","kernelVersion":"10.0.19045.3803 Build 19045.3803","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"29dced62-21fb-45d8-a34e-472b66ced002"}
	W1218 22:38:32.415142    8484 start.go:136] gopshost.Virtualization returned error: not implemented yet
	I1218 22:38:32.616789    8484 out.go:97] [download-only-445700] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	I1218 22:38:32.618039    8484 notify.go:220] Checking for updates...
	I1218 22:38:32.621053    8484 out.go:169] KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	I1218 22:38:32.623565    8484 out.go:169] MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	I1218 22:38:32.625841    8484 out.go:169] MINIKUBE_LOCATION=17822
	I1218 22:38:32.630051    8484 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	W1218 22:38:32.635362    8484 out.go:272] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I1218 22:38:32.636095    8484 config.go:182] Loaded profile config "download-only-445700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
	W1218 22:38:32.636926    8484 start.go:810] api.Load failed for download-only-445700: filestore "download-only-445700": Docker machine "download-only-445700" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
	I1218 22:38:32.637103    8484 driver.go:392] Setting default libvirt URI to qemu:///system
	W1218 22:38:32.637297    8484 start.go:810] api.Load failed for download-only-445700: filestore "download-only-445700": Docker machine "download-only-445700" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
	I1218 22:38:32.921884    8484 docker.go:122] docker version: linux-24.0.7:Docker Desktop 4.26.0 (130397)
	I1218 22:38:32.930864    8484 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1218 22:38:33.297502    8484 info.go:266] docker info: {ID:fddc6918-7749-4ebe-a6e7-06311fb56dc1 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:43 OomKillDisable:true NGoroutines:64 SystemTime:2023-12-18 22:38:33.248027313 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:9 KernelVersion:5.15.133.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:
x86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:33657516032 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f Expected:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=secc
omp,profile=unconfined] ProductLicense: Warnings:[WARNING: No blkio throttle.read_bps_device support WARNING: No blkio throttle.write_bps_device support WARNING: No blkio throttle.read_iops_device support WARNING: No blkio throttle.write_iops_device support WARNING: daemon is not using the default seccomp profile] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.12.0-desktop.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.23.3-desktop.2] map[Name:dev Path:C:\Program Files\Docker\cli-plugins\docker-dev.exe SchemaVersion:0.1.0 ShortDescription:Docker Dev Environments Vendor:Docker Inc. Version:v0.1.0] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Ven
dor:Docker Inc. Version:v0.2.21] map[Name:feedback Path:C:\Program Files\Docker\cli-plugins\docker-feedback.exe SchemaVersion:0.1.0 ShortDescription:Provide feedback, right in your terminal! Vendor:Docker Inc. Version:0.1] map[Name:init Path:C:\Program Files\Docker\cli-plugins\docker-init.exe SchemaVersion:0.1.0 ShortDescription:Creates Docker-related starter files for your project Vendor:Docker Inc. Version:v0.1.0-beta.10] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-plugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.26.0] map[Name:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.2.0]] Warnings:<nil>}}
	I1218 22:38:33.300567    8484 out.go:97] Using the docker driver based on existing profile
	I1218 22:38:33.300567    8484 start.go:298] selected driver: docker
	I1218 22:38:33.300639    8484 start.go:902] validating driver "docker" against &{Name:download-only-445700 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 Memory:16300 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:download-only-445700 Namespace:default APIServerName
:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube2:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVM
netClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
	I1218 22:38:33.317984    8484 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1218 22:38:33.670783    8484 info.go:266] docker info: {ID:fddc6918-7749-4ebe-a6e7-06311fb56dc1 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:43 OomKillDisable:true NGoroutines:64 SystemTime:2023-12-18 22:38:33.62154283 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:9 KernelVersion:5.15.133.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:33657516032 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f Expected:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=secco
mp,profile=unconfined] ProductLicense: Warnings:[WARNING: No blkio throttle.read_bps_device support WARNING: No blkio throttle.write_bps_device support WARNING: No blkio throttle.read_iops_device support WARNING: No blkio throttle.write_iops_device support WARNING: daemon is not using the default seccomp profile] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.12.0-desktop.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.23.3-desktop.2] map[Name:dev Path:C:\Program Files\Docker\cli-plugins\docker-dev.exe SchemaVersion:0.1.0 ShortDescription:Docker Dev Environments Vendor:Docker Inc. Version:v0.1.0] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Vend
or:Docker Inc. Version:v0.2.21] map[Name:feedback Path:C:\Program Files\Docker\cli-plugins\docker-feedback.exe SchemaVersion:0.1.0 ShortDescription:Provide feedback, right in your terminal! Vendor:Docker Inc. Version:0.1] map[Name:init Path:C:\Program Files\Docker\cli-plugins\docker-init.exe SchemaVersion:0.1.0 ShortDescription:Creates Docker-related starter files for your project Vendor:Docker Inc. Version:v0.1.0-beta.10] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-plugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.26.0] map[Name:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.2.0]] Warnings:<nil>}}
	I1218 22:38:33.721465    8484 cni.go:84] Creating CNI manager for ""
	I1218 22:38:33.721554    8484 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I1218 22:38:33.721554    8484 start_flags.go:323] config:
	{Name:download-only-445700 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 Memory:16300 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.29.0-rc.2 ClusterName:download-only-445700 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Conta
inerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube2:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPa
useInterval:1m0s GPUs:}
	I1218 22:38:33.863588    8484 out.go:97] Starting control plane node download-only-445700 in cluster download-only-445700
	I1218 22:38:33.863588    8484 cache.go:121] Beginning downloading kic base image for docker with docker
	I1218 22:38:33.868041    8484 out.go:97] Pulling base image v0.0.42-1702920864-17822 ...
	I1218 22:38:33.868041    8484 preload.go:132] Checking if preload exists for k8s version v1.29.0-rc.2 and runtime docker
	I1218 22:38:33.868143    8484 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 in local docker daemon
	I1218 22:38:33.908310    8484 preload.go:119] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.29.0-rc.2/preloaded-images-k8s-v18-v1.29.0-rc.2-docker-overlay2-amd64.tar.lz4
	I1218 22:38:33.908850    8484 cache.go:56] Caching tarball of preloaded images
	I1218 22:38:33.908923    8484 preload.go:132] Checking if preload exists for k8s version v1.29.0-rc.2 and runtime docker
	I1218 22:38:33.912287    8484 out.go:97] Downloading Kubernetes v1.29.0-rc.2 preload ...
	I1218 22:38:33.912347    8484 preload.go:238] getting checksum for preloaded-images-k8s-v18-v1.29.0-rc.2-docker-overlay2-amd64.tar.lz4 ...
	I1218 22:38:33.980529    8484 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.29.0-rc.2/preloaded-images-k8s-v18-v1.29.0-rc.2-docker-overlay2-amd64.tar.lz4?checksum=md5:74b99cd9fa76659778caad266ad399ba -> C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.29.0-rc.2-docker-overlay2-amd64.tar.lz4
	I1218 22:38:34.064361    8484 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 to local cache
	I1218 22:38:34.064479    8484 localpath.go:146] windows sanitize: C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0.tar -> C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.42-1702920864-17822@sha256_4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0.tar
	I1218 22:38:34.064769    8484 localpath.go:146] windows sanitize: C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0.tar -> C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.42-1702920864-17822@sha256_4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0.tar
	I1218 22:38:34.064769    8484 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 in local cache directory
	I1218 22:38:34.064993    8484 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 in local cache directory, skipping pull
	I1218 22:38:34.064993    8484 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 exists in cache, skipping pull
	I1218 22:38:34.064993    8484 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 as a tarball
	I1218 22:38:37.430113    8484 preload.go:249] saving checksum for preloaded-images-k8s-v18-v1.29.0-rc.2-docker-overlay2-amd64.tar.lz4 ...
	I1218 22:38:38.008316    8484 preload.go:256] verifying checksum of C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.29.0-rc.2-docker-overlay2-amd64.tar.lz4 ...
	I1218 22:38:38.972876    8484 cache.go:59] Finished verifying existence of preloaded tar for  v1.29.0-rc.2 on docker
	I1218 22:38:38.973890    8484 profile.go:148] Saving config to C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\download-only-445700\config.json ...
	I1218 22:38:38.976701    8484 preload.go:132] Checking if preload exists for k8s version v1.29.0-rc.2 and runtime docker
	I1218 22:38:38.977752    8484 download.go:107] Downloading: https://dl.k8s.io/release/v1.29.0-rc.2/bin/windows/amd64/kubectl.exe?checksum=file:https://dl.k8s.io/release/v1.29.0-rc.2/bin/windows/amd64/kubectl.exe.sha256 -> C:\Users\jenkins.minikube2\minikube-integration\.minikube\cache\windows\amd64\v1.29.0-rc.2/kubectl.exe
	
	* 
	* The control plane node "" does not exist.
	  To start a cluster, run: "minikube start -p download-only-445700"

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:38:44.005586    6724 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
aaa_download_only_test.go:173: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.29.0-rc.2/LogsDuration (0.30s)

                                                
                                    
x
+
TestDownloadOnly/DeleteAll (2.18s)

                                                
                                                
=== RUN   TestDownloadOnly/DeleteAll
aaa_download_only_test.go:190: (dbg) Run:  out/minikube-windows-amd64.exe delete --all
aaa_download_only_test.go:190: (dbg) Done: out/minikube-windows-amd64.exe delete --all: (2.1807007s)
--- PASS: TestDownloadOnly/DeleteAll (2.18s)

                                                
                                    
x
+
TestDownloadOnly/DeleteAlwaysSucceeds (1.39s)

                                                
                                                
=== RUN   TestDownloadOnly/DeleteAlwaysSucceeds
aaa_download_only_test.go:202: (dbg) Run:  out/minikube-windows-amd64.exe delete -p download-only-445700
aaa_download_only_test.go:202: (dbg) Done: out/minikube-windows-amd64.exe delete -p download-only-445700: (1.3874486s)
--- PASS: TestDownloadOnly/DeleteAlwaysSucceeds (1.39s)

                                                
                                    
x
+
TestDownloadOnlyKic (4.49s)

                                                
                                                
=== RUN   TestDownloadOnlyKic
aaa_download_only_test.go:225: (dbg) Run:  out/minikube-windows-amd64.exe start --download-only -p download-docker-601800 --alsologtostderr --driver=docker
aaa_download_only_test.go:225: (dbg) Done: out/minikube-windows-amd64.exe start --download-only -p download-docker-601800 --alsologtostderr --driver=docker: (1.8333294s)
helpers_test.go:175: Cleaning up "download-docker-601800" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p download-docker-601800
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p download-docker-601800: (1.5062054s)
--- PASS: TestDownloadOnlyKic (4.49s)

                                                
                                    
x
+
TestBinaryMirror (3.68s)

                                                
                                                
=== RUN   TestBinaryMirror
aaa_download_only_test.go:307: (dbg) Run:  out/minikube-windows-amd64.exe start --download-only -p binary-mirror-742300 --alsologtostderr --binary-mirror http://127.0.0.1:59984 --driver=docker
aaa_download_only_test.go:307: (dbg) Done: out/minikube-windows-amd64.exe start --download-only -p binary-mirror-742300 --alsologtostderr --binary-mirror http://127.0.0.1:59984 --driver=docker: (1.9476828s)
helpers_test.go:175: Cleaning up "binary-mirror-742300" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p binary-mirror-742300
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p binary-mirror-742300: (1.479935s)
--- PASS: TestBinaryMirror (3.68s)

                                                
                                    
x
+
TestOffline (134.37s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Run:  out/minikube-windows-amd64.exe start -p offline-docker-622000 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker
aab_offline_test.go:55: (dbg) Done: out/minikube-windows-amd64.exe start -p offline-docker-622000 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker: (2m0.4265342s)
helpers_test.go:175: Cleaning up "offline-docker-622000" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p offline-docker-622000
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p offline-docker-622000: (13.9395972s)
--- PASS: TestOffline (134.37s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.3s)

                                                
                                                
=== RUN   TestAddons/PreSetup/EnablingAddonOnNonExistingCluster
=== PAUSE TestAddons/PreSetup/EnablingAddonOnNonExistingCluster

                                                
                                                

                                                
                                                
=== CONT  TestAddons/PreSetup/EnablingAddonOnNonExistingCluster
addons_test.go:927: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p addons-876400
addons_test.go:927: (dbg) Non-zero exit: out/minikube-windows-amd64.exe addons enable dashboard -p addons-876400: exit status 85 (296.7921ms)

                                                
                                                
-- stdout --
	* Profile "addons-876400" not found. Run "minikube profile list" to view all profiles.
	  To start a cluster, run: "minikube start -p addons-876400"

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:38:57.347843    6456 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
--- PASS: TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.30s)

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.28s)

                                                
                                                
=== RUN   TestAddons/PreSetup/DisablingAddonOnNonExistingCluster
=== PAUSE TestAddons/PreSetup/DisablingAddonOnNonExistingCluster

                                                
                                                

                                                
                                                
=== CONT  TestAddons/PreSetup/DisablingAddonOnNonExistingCluster
addons_test.go:938: (dbg) Run:  out/minikube-windows-amd64.exe addons disable dashboard -p addons-876400
addons_test.go:938: (dbg) Non-zero exit: out/minikube-windows-amd64.exe addons disable dashboard -p addons-876400: exit status 85 (281.3685ms)

                                                
                                                
-- stdout --
	* Profile "addons-876400" not found. Run "minikube profile list" to view all profiles.
	  To start a cluster, run: "minikube start -p addons-876400"

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:38:57.344844   14112 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
--- PASS: TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.28s)

                                                
                                    
x
+
TestAddons/Setup (484.24s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:109: (dbg) Run:  out/minikube-windows-amd64.exe start -p addons-876400 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=storage-provisioner-rancher --addons=nvidia-device-plugin --driver=docker --addons=ingress --addons=ingress-dns --addons=helm-tiller
addons_test.go:109: (dbg) Done: out/minikube-windows-amd64.exe start -p addons-876400 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=storage-provisioner-rancher --addons=nvidia-device-plugin --driver=docker --addons=ingress --addons=ingress-dns --addons=helm-tiller: (8m4.2442393s)
--- PASS: TestAddons/Setup (484.24s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (16.71s)

                                                
                                                
=== RUN   TestAddons/parallel/InspektorGadget
=== PAUSE TestAddons/parallel/InspektorGadget

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:837: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-jtcn7" [df6e0477-1cf9-427d-a2ca-aa709a20f546] Running / Ready:ContainersNotReady (containers with unready status: [gadget]) / ContainersReady:ContainersNotReady (containers with unready status: [gadget])
addons_test.go:837: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.0185295s
addons_test.go:840: (dbg) Run:  out/minikube-windows-amd64.exe addons disable inspektor-gadget -p addons-876400
addons_test.go:840: (dbg) Done: out/minikube-windows-amd64.exe addons disable inspektor-gadget -p addons-876400: (10.6842762s)
--- PASS: TestAddons/parallel/InspektorGadget (16.71s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (8.36s)

                                                
                                                
=== RUN   TestAddons/parallel/MetricsServer
=== PAUSE TestAddons/parallel/MetricsServer

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:406: metrics-server stabilized in 56.7018ms
addons_test.go:408: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:344: "metrics-server-7c66d45ddc-qb5qn" [5a0c1a33-3d4f-4d7b-8300-62a6560e6c86] Running
addons_test.go:408: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.0292506s
addons_test.go:414: (dbg) Run:  kubectl --context addons-876400 top pods -n kube-system
addons_test.go:431: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-876400 addons disable metrics-server --alsologtostderr -v=1
addons_test.go:431: (dbg) Done: out/minikube-windows-amd64.exe -p addons-876400 addons disable metrics-server --alsologtostderr -v=1: (3.0593562s)
--- PASS: TestAddons/parallel/MetricsServer (8.36s)

                                                
                                    
x
+
TestAddons/parallel/HelmTiller (37.42s)

                                                
                                                
=== RUN   TestAddons/parallel/HelmTiller
=== PAUSE TestAddons/parallel/HelmTiller

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:455: tiller-deploy stabilized in 10.0127ms
addons_test.go:457: (dbg) TestAddons/parallel/HelmTiller: waiting 6m0s for pods matching "app=helm" in namespace "kube-system" ...
helpers_test.go:344: "tiller-deploy-7b677967b9-k9btx" [2f3f5a0f-fd8c-4851-bb37-b781273880ca] Running
addons_test.go:457: (dbg) TestAddons/parallel/HelmTiller: app=helm healthy within 6.0104308s
addons_test.go:472: (dbg) Run:  kubectl --context addons-876400 run --rm helm-test --restart=Never --image=docker.io/alpine/helm:2.16.3 -it --namespace=kube-system -- version
addons_test.go:472: (dbg) Done: kubectl --context addons-876400 run --rm helm-test --restart=Never --image=docker.io/alpine/helm:2.16.3 -it --namespace=kube-system -- version: (29.1972748s)
addons_test.go:489: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-876400 addons disable helm-tiller --alsologtostderr -v=1
addons_test.go:489: (dbg) Done: out/minikube-windows-amd64.exe -p addons-876400 addons disable helm-tiller --alsologtostderr -v=1: (2.1820783s)
--- PASS: TestAddons/parallel/HelmTiller (37.42s)

                                                
                                    
x
+
TestAddons/parallel/CSI (90.08s)

                                                
                                                
=== RUN   TestAddons/parallel/CSI
=== PAUSE TestAddons/parallel/CSI

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:560: csi-hostpath-driver pods stabilized in 59.5567ms
addons_test.go:563: (dbg) Run:  kubectl --context addons-876400 create -f testdata\csi-hostpath-driver\pvc.yaml
addons_test.go:568: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:573: (dbg) Run:  kubectl --context addons-876400 create -f testdata\csi-hostpath-driver\pv-pod.yaml
addons_test.go:578: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [c051005e-a88e-4445-97ca-8e2ead00d697] Pending
helpers_test.go:344: "task-pv-pod" [c051005e-a88e-4445-97ca-8e2ead00d697] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
helpers_test.go:344: "task-pv-pod" [c051005e-a88e-4445-97ca-8e2ead00d697] Running
addons_test.go:578: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 30.0107681s
addons_test.go:583: (dbg) Run:  kubectl --context addons-876400 create -f testdata\csi-hostpath-driver\snapshot.yaml
addons_test.go:588: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-876400 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-876400 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:593: (dbg) Run:  kubectl --context addons-876400 delete pod task-pv-pod
addons_test.go:593: (dbg) Done: kubectl --context addons-876400 delete pod task-pv-pod: (1.8744666s)
addons_test.go:599: (dbg) Run:  kubectl --context addons-876400 delete pvc hpvc
addons_test.go:605: (dbg) Run:  kubectl --context addons-876400 create -f testdata\csi-hostpath-driver\pvc-restore.yaml
addons_test.go:610: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:615: (dbg) Run:  kubectl --context addons-876400 create -f testdata\csi-hostpath-driver\pv-pod-restore.yaml
addons_test.go:620: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod-restore" in namespace "default" ...
helpers_test.go:344: "task-pv-pod-restore" [773e67f2-4220-4726-b1f8-f7dd9bfbdc22] Pending
helpers_test.go:344: "task-pv-pod-restore" [773e67f2-4220-4726-b1f8-f7dd9bfbdc22] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
helpers_test.go:344: "task-pv-pod-restore" [773e67f2-4220-4726-b1f8-f7dd9bfbdc22] Running
addons_test.go:620: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 12.0628145s
addons_test.go:625: (dbg) Run:  kubectl --context addons-876400 delete pod task-pv-pod-restore
addons_test.go:625: (dbg) Done: kubectl --context addons-876400 delete pod task-pv-pod-restore: (4.0289656s)
addons_test.go:629: (dbg) Run:  kubectl --context addons-876400 delete pvc hpvc-restore
addons_test.go:633: (dbg) Run:  kubectl --context addons-876400 delete volumesnapshot new-snapshot-demo
addons_test.go:637: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-876400 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:637: (dbg) Done: out/minikube-windows-amd64.exe -p addons-876400 addons disable csi-hostpath-driver --alsologtostderr -v=1: (11.2971041s)
addons_test.go:641: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-876400 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:641: (dbg) Done: out/minikube-windows-amd64.exe -p addons-876400 addons disable volumesnapshots --alsologtostderr -v=1: (2.4518232s)
--- PASS: TestAddons/parallel/CSI (90.08s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (32.14s)

                                                
                                                
=== RUN   TestAddons/parallel/Headlamp
=== PAUSE TestAddons/parallel/Headlamp

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:823: (dbg) Run:  out/minikube-windows-amd64.exe addons enable headlamp -p addons-876400 --alsologtostderr -v=1
addons_test.go:823: (dbg) Done: out/minikube-windows-amd64.exe addons enable headlamp -p addons-876400 --alsologtostderr -v=1: (7.1149772s)
addons_test.go:828: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-777fd4b855-sttfx" [d04d9f4f-0bf7-4030-bc20-2a7c6c280018] Pending
helpers_test.go:344: "headlamp-777fd4b855-sttfx" [d04d9f4f-0bf7-4030-bc20-2a7c6c280018] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-777fd4b855-sttfx" [d04d9f4f-0bf7-4030-bc20-2a7c6c280018] Running
addons_test.go:828: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 25.0176678s
--- PASS: TestAddons/parallel/Headlamp (32.14s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (8.89s)

                                                
                                                
=== RUN   TestAddons/parallel/CloudSpanner
=== PAUSE TestAddons/parallel/CloudSpanner

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:856: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-5649c69bf6-vrdg2" [cd03a27c-e355-4790-9eb4-b76f448a62f5] Running
addons_test.go:856: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.0188547s
addons_test.go:859: (dbg) Run:  out/minikube-windows-amd64.exe addons disable cloud-spanner -p addons-876400
addons_test.go:859: (dbg) Done: out/minikube-windows-amd64.exe addons disable cloud-spanner -p addons-876400: (3.841047s)
--- PASS: TestAddons/parallel/CloudSpanner (8.89s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (87.37s)

                                                
                                                
=== RUN   TestAddons/parallel/LocalPath
=== PAUSE TestAddons/parallel/LocalPath

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:872: (dbg) Run:  kubectl --context addons-876400 apply -f testdata\storage-provisioner-rancher\pvc.yaml
addons_test.go:878: (dbg) Run:  kubectl --context addons-876400 apply -f testdata\storage-provisioner-rancher\pod.yaml
addons_test.go:882: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:885: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [806b5c07-bda1-44f1-9e17-31d05343c196] Pending
helpers_test.go:344: "test-local-path" [806b5c07-bda1-44f1-9e17-31d05343c196] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [806b5c07-bda1-44f1-9e17-31d05343c196] Pending: Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [806b5c07-bda1-44f1-9e17-31d05343c196] Succeeded: Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:885: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 9.013511s
addons_test.go:890: (dbg) Run:  kubectl --context addons-876400 get pvc test-pvc -o=json
addons_test.go:899: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-876400 ssh "cat /opt/local-path-provisioner/pvc-18c450ab-ecd1-4144-87af-9fc4a60eece5_default_test-pvc/file1"
addons_test.go:899: (dbg) Done: out/minikube-windows-amd64.exe -p addons-876400 ssh "cat /opt/local-path-provisioner/pvc-18c450ab-ecd1-4144-87af-9fc4a60eece5_default_test-pvc/file1": (1.5217084s)
addons_test.go:911: (dbg) Run:  kubectl --context addons-876400 delete pod test-local-path
addons_test.go:915: (dbg) Run:  kubectl --context addons-876400 delete pvc test-pvc
addons_test.go:919: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-876400 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:919: (dbg) Done: out/minikube-windows-amd64.exe -p addons-876400 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (47.6699667s)
--- PASS: TestAddons/parallel/LocalPath (87.37s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (8.01s)

                                                
                                                
=== RUN   TestAddons/parallel/NvidiaDevicePlugin
=== PAUSE TestAddons/parallel/NvidiaDevicePlugin

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:951: (dbg) TestAddons/parallel/NvidiaDevicePlugin: waiting 6m0s for pods matching "name=nvidia-device-plugin-ds" in namespace "kube-system" ...
helpers_test.go:344: "nvidia-device-plugin-daemonset-ng8sp" [b6c98564-cb29-4ef8-b145-af51a08c71bd] Running
addons_test.go:951: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.0111456s
addons_test.go:954: (dbg) Run:  out/minikube-windows-amd64.exe addons disable nvidia-device-plugin -p addons-876400
addons_test.go:954: (dbg) Done: out/minikube-windows-amd64.exe addons disable nvidia-device-plugin -p addons-876400: (2.0000557s)
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (8.01s)

                                                
                                    
x
+
TestAddons/serial/GCPAuth/Namespaces (0.4s)

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:649: (dbg) Run:  kubectl --context addons-876400 create ns new-namespace
addons_test.go:663: (dbg) Run:  kubectl --context addons-876400 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.40s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (14.81s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:171: (dbg) Run:  out/minikube-windows-amd64.exe stop -p addons-876400
addons_test.go:171: (dbg) Done: out/minikube-windows-amd64.exe stop -p addons-876400: (12.8811789s)
addons_test.go:175: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p addons-876400
addons_test.go:179: (dbg) Run:  out/minikube-windows-amd64.exe addons disable dashboard -p addons-876400
addons_test.go:184: (dbg) Run:  out/minikube-windows-amd64.exe addons disable gvisor -p addons-876400
--- PASS: TestAddons/StoppedEnableDisable (14.81s)

                                                
                                    
x
+
TestCertOptions (76.59s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:49: (dbg) Run:  out/minikube-windows-amd64.exe start -p cert-options-170600 --memory=2048 --apiserver-ips=127.0.0.1 --apiserver-ips=192.168.15.15 --apiserver-names=localhost --apiserver-names=www.google.com --apiserver-port=8555 --driver=docker --apiserver-name=localhost
cert_options_test.go:49: (dbg) Done: out/minikube-windows-amd64.exe start -p cert-options-170600 --memory=2048 --apiserver-ips=127.0.0.1 --apiserver-ips=192.168.15.15 --apiserver-names=localhost --apiserver-names=www.google.com --apiserver-port=8555 --driver=docker --apiserver-name=localhost: (1m6.772026s)
cert_options_test.go:60: (dbg) Run:  out/minikube-windows-amd64.exe -p cert-options-170600 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt"
cert_options_test.go:60: (dbg) Done: out/minikube-windows-amd64.exe -p cert-options-170600 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt": (1.3635246s)
cert_options_test.go:100: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p cert-options-170600 -- "sudo cat /etc/kubernetes/admin.conf"
cert_options_test.go:100: (dbg) Done: out/minikube-windows-amd64.exe ssh -p cert-options-170600 -- "sudo cat /etc/kubernetes/admin.conf": (1.3726679s)
helpers_test.go:175: Cleaning up "cert-options-170600" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p cert-options-170600
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p cert-options-170600: (6.8677549s)
--- PASS: TestCertOptions (76.59s)

                                                
                                    
x
+
TestDockerFlags (79.8s)

                                                
                                                
=== RUN   TestDockerFlags
=== PAUSE TestDockerFlags

                                                
                                                

                                                
                                                
=== CONT  TestDockerFlags
docker_test.go:51: (dbg) Run:  out/minikube-windows-amd64.exe start -p docker-flags-241400 --cache-images=false --memory=2048 --install-addons=false --wait=false --docker-env=FOO=BAR --docker-env=BAZ=BAT --docker-opt=debug --docker-opt=icc=true --alsologtostderr -v=5 --driver=docker
docker_test.go:51: (dbg) Done: out/minikube-windows-amd64.exe start -p docker-flags-241400 --cache-images=false --memory=2048 --install-addons=false --wait=false --docker-env=FOO=BAR --docker-env=BAZ=BAT --docker-opt=debug --docker-opt=icc=true --alsologtostderr -v=5 --driver=docker: (1m10.8486174s)
docker_test.go:56: (dbg) Run:  out/minikube-windows-amd64.exe -p docker-flags-241400 ssh "sudo systemctl show docker --property=Environment --no-pager"
docker_test.go:56: (dbg) Done: out/minikube-windows-amd64.exe -p docker-flags-241400 ssh "sudo systemctl show docker --property=Environment --no-pager": (1.3469177s)
docker_test.go:67: (dbg) Run:  out/minikube-windows-amd64.exe -p docker-flags-241400 ssh "sudo systemctl show docker --property=ExecStart --no-pager"
docker_test.go:67: (dbg) Done: out/minikube-windows-amd64.exe -p docker-flags-241400 ssh "sudo systemctl show docker --property=ExecStart --no-pager": (1.4152559s)
helpers_test.go:175: Cleaning up "docker-flags-241400" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p docker-flags-241400
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p docker-flags-241400: (6.1937034s)
--- PASS: TestDockerFlags (79.80s)

                                                
                                    
x
+
TestForceSystemdFlag (109.24s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-windows-amd64.exe start -p force-systemd-flag-661300 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker
docker_test.go:91: (dbg) Done: out/minikube-windows-amd64.exe start -p force-systemd-flag-661300 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker: (1m41.2093613s)
docker_test.go:110: (dbg) Run:  out/minikube-windows-amd64.exe -p force-systemd-flag-661300 ssh "docker info --format {{.CgroupDriver}}"
docker_test.go:110: (dbg) Done: out/minikube-windows-amd64.exe -p force-systemd-flag-661300 ssh "docker info --format {{.CgroupDriver}}": (1.538653s)
helpers_test.go:175: Cleaning up "force-systemd-flag-661300" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p force-systemd-flag-661300
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p force-systemd-flag-661300: (6.4884587s)
--- PASS: TestForceSystemdFlag (109.24s)

                                                
                                    
x
+
TestForceSystemdEnv (93.69s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:155: (dbg) Run:  out/minikube-windows-amd64.exe start -p force-systemd-env-650300 --memory=2048 --alsologtostderr -v=5 --driver=docker
docker_test.go:155: (dbg) Done: out/minikube-windows-amd64.exe start -p force-systemd-env-650300 --memory=2048 --alsologtostderr -v=5 --driver=docker: (1m25.7877773s)
docker_test.go:110: (dbg) Run:  out/minikube-windows-amd64.exe -p force-systemd-env-650300 ssh "docker info --format {{.CgroupDriver}}"
docker_test.go:110: (dbg) Done: out/minikube-windows-amd64.exe -p force-systemd-env-650300 ssh "docker info --format {{.CgroupDriver}}": (1.5325995s)
helpers_test.go:175: Cleaning up "force-systemd-env-650300" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p force-systemd-env-650300
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p force-systemd-env-650300: (6.3654973s)
--- PASS: TestForceSystemdEnv (93.69s)

                                                
                                    
x
+
TestErrorSpam/start (4.64s)

                                                
                                                
=== RUN   TestErrorSpam/start
error_spam_test.go:216: Cleaning up 1 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 start --dry-run
error_spam_test.go:159: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 start --dry-run: (1.5328738s)
error_spam_test.go:159: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 start --dry-run
error_spam_test.go:159: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 start --dry-run: (1.5409849s)
error_spam_test.go:182: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 start --dry-run
error_spam_test.go:182: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 start --dry-run: (1.5574257s)
--- PASS: TestErrorSpam/start (4.64s)

                                                
                                    
x
+
TestErrorSpam/status (4.71s)

                                                
                                                
=== RUN   TestErrorSpam/status
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 status
error_spam_test.go:159: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 status: (1.4589421s)
error_spam_test.go:159: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 status
error_spam_test.go:159: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 status: (1.559362s)
error_spam_test.go:182: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 status
error_spam_test.go:182: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 status: (1.6902131s)
--- PASS: TestErrorSpam/status (4.71s)

                                                
                                    
x
+
TestErrorSpam/pause (4.81s)

                                                
                                                
=== RUN   TestErrorSpam/pause
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 pause
error_spam_test.go:159: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 pause: (2.1629272s)
error_spam_test.go:159: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 pause
error_spam_test.go:159: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 pause: (1.2776211s)
error_spam_test.go:182: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 pause
error_spam_test.go:182: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 pause: (1.3622565s)
--- PASS: TestErrorSpam/pause (4.81s)

                                                
                                    
x
+
TestErrorSpam/unpause (4.98s)

                                                
                                                
=== RUN   TestErrorSpam/unpause
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 unpause
error_spam_test.go:159: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 unpause: (1.6618022s)
error_spam_test.go:159: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 unpause
error_spam_test.go:159: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 unpause: (1.8832484s)
error_spam_test.go:182: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 unpause
error_spam_test.go:182: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 unpause: (1.4293519s)
--- PASS: TestErrorSpam/unpause (4.98s)

                                                
                                    
x
+
TestErrorSpam/stop (20.86s)

                                                
                                                
=== RUN   TestErrorSpam/stop
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 stop
error_spam_test.go:159: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 stop: (12.7197944s)
error_spam_test.go:159: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 stop
error_spam_test.go:159: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 stop: (4.0446578s)
error_spam_test.go:182: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 stop
error_spam_test.go:182: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-935800 --log_dir C:\Users\jenkins.minikube2\AppData\Local\Temp\nospam-935800 stop: (4.0919701s)
--- PASS: TestErrorSpam/stop (20.86s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0.03s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1854: local sync path: C:\Users\jenkins.minikube2\minikube-integration\.minikube\files\etc\test\nested\copy\7276\hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.03s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (81.79s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2233: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-858300 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker
E1218 22:52:01.777113    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:01.796018    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:01.811361    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:01.842262    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:01.889694    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:01.997580    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:02.177940    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:02.501181    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:03.148353    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:04.441649    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:07.005264    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:12.134301    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:22.395596    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 22:52:42.891190    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
functional_test.go:2233: (dbg) Done: out/minikube-windows-amd64.exe start -p functional-858300 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker: (1m21.7804497s)
--- PASS: TestFunctional/serial/StartWithProxy (81.79s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

                                                
                                                
=== RUN   TestFunctional/serial/AuditLog
--- PASS: TestFunctional/serial/AuditLog (0.00s)

                                                
                                    
x
+
TestFunctional/serial/SoftStart (42.49s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
functional_test.go:655: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-858300 --alsologtostderr -v=8
E1218 22:53:23.854422    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
functional_test.go:655: (dbg) Done: out/minikube-windows-amd64.exe start -p functional-858300 --alsologtostderr -v=8: (42.4837815s)
functional_test.go:659: soft start took 42.4849483s for "functional-858300" cluster.
--- PASS: TestFunctional/serial/SoftStart (42.49s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.14s)

                                                
                                                
=== RUN   TestFunctional/serial/KubeContext
functional_test.go:677: (dbg) Run:  kubectl config current-context
--- PASS: TestFunctional/serial/KubeContext (0.14s)

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.36s)

                                                
                                                
=== RUN   TestFunctional/serial/KubectlGetPods
functional_test.go:692: (dbg) Run:  kubectl --context functional-858300 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.36s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/add_remote (7.48s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1045: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 cache add registry.k8s.io/pause:3.1
functional_test.go:1045: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 cache add registry.k8s.io/pause:3.1: (2.5023765s)
functional_test.go:1045: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 cache add registry.k8s.io/pause:3.3
functional_test.go:1045: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 cache add registry.k8s.io/pause:3.3: (2.4713561s)
functional_test.go:1045: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 cache add registry.k8s.io/pause:latest
functional_test.go:1045: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 cache add registry.k8s.io/pause:latest: (2.5103929s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (7.48s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/add_local (4.09s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1073: (dbg) Run:  docker build -t minikube-local-cache-test:functional-858300 C:\Users\jenkins.minikube2\AppData\Local\Temp\TestFunctionalserialCacheCmdcacheadd_local207271841\001
functional_test.go:1073: (dbg) Done: docker build -t minikube-local-cache-test:functional-858300 C:\Users\jenkins.minikube2\AppData\Local\Temp\TestFunctionalserialCacheCmdcacheadd_local207271841\001: (1.7535126s)
functional_test.go:1085: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 cache add minikube-local-cache-test:functional-858300
functional_test.go:1085: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 cache add minikube-local-cache-test:functional-858300: (1.8151222s)
functional_test.go:1090: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 cache delete minikube-local-cache-test:functional-858300
functional_test.go:1079: (dbg) Run:  docker rmi minikube-local-cache-test:functional-858300
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (4.09s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/CacheDelete (0.26s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/CacheDelete
functional_test.go:1098: (dbg) Run:  out/minikube-windows-amd64.exe cache delete registry.k8s.io/pause:3.3
--- PASS: TestFunctional/serial/CacheCmd/cache/CacheDelete (0.26s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/list (0.3s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/list
functional_test.go:1106: (dbg) Run:  out/minikube-windows-amd64.exe cache list
--- PASS: TestFunctional/serial/CacheCmd/cache/list (0.30s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (1.28s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node
functional_test.go:1120: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh sudo crictl images
functional_test.go:1120: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh sudo crictl images: (1.2785532s)
--- PASS: TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (1.28s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/cache_reload (5.85s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/cache_reload
functional_test.go:1143: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh sudo docker rmi registry.k8s.io/pause:latest
functional_test.go:1143: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh sudo docker rmi registry.k8s.io/pause:latest: (1.2784203s)
functional_test.go:1149: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh sudo crictl inspecti registry.k8s.io/pause:latest
functional_test.go:1149: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-858300 ssh sudo crictl inspecti registry.k8s.io/pause:latest: exit status 1 (1.3234537s)

                                                
                                                
-- stdout --
	FATA[0000] no such image "registry.k8s.io/pause:latest" present 

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:53:41.773721    3092 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	ssh: Process exited with status 1

                                                
                                                
** /stderr **
functional_test.go:1154: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 cache reload
functional_test.go:1154: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 cache reload: (1.935251s)
functional_test.go:1159: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh sudo crictl inspecti registry.k8s.io/pause:latest
functional_test.go:1159: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh sudo crictl inspecti registry.k8s.io/pause:latest: (1.3093947s)
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (5.85s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/delete (0.56s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/delete
functional_test.go:1168: (dbg) Run:  out/minikube-windows-amd64.exe cache delete registry.k8s.io/pause:3.1
functional_test.go:1168: (dbg) Run:  out/minikube-windows-amd64.exe cache delete registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/delete (0.56s)

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.53s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmd
functional_test.go:712: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 kubectl -- --context functional-858300 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmd (0.53s)

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.45s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmdDirectly
functional_test.go:737: (dbg) Run:  out\kubectl.exe --context functional-858300 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmdDirectly (0.45s)

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (48.18s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:753: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-858300 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
functional_test.go:753: (dbg) Done: out/minikube-windows-amd64.exe start -p functional-858300 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (48.1838084s)
functional_test.go:757: restart took 48.1839931s for "functional-858300" cluster.
--- PASS: TestFunctional/serial/ExtraConfig (48.18s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.2s)

                                                
                                                
=== RUN   TestFunctional/serial/ComponentHealth
functional_test.go:806: (dbg) Run:  kubectl --context functional-858300 get po -l tier=control-plane -n kube-system -o=json
functional_test.go:821: etcd phase: Running
functional_test.go:831: etcd status: Ready
functional_test.go:821: kube-apiserver phase: Running
functional_test.go:831: kube-apiserver status: Ready
functional_test.go:821: kube-controller-manager phase: Running
functional_test.go:831: kube-controller-manager status: Ready
functional_test.go:821: kube-scheduler phase: Running
functional_test.go:831: kube-scheduler status: Ready
--- PASS: TestFunctional/serial/ComponentHealth (0.20s)

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (2.77s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1232: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 logs
functional_test.go:1232: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 logs: (2.7719949s)
--- PASS: TestFunctional/serial/LogsCmd (2.77s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (2.99s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1246: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 logs --file C:\Users\jenkins.minikube2\AppData\Local\Temp\TestFunctionalserialLogsFileCmd2191573446\001\logs.txt
functional_test.go:1246: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 logs --file C:\Users\jenkins.minikube2\AppData\Local\Temp\TestFunctionalserialLogsFileCmd2191573446\001\logs.txt: (2.9891083s)
--- PASS: TestFunctional/serial/LogsFileCmd (2.99s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (6.5s)

                                                
                                                
=== RUN   TestFunctional/serial/InvalidService
functional_test.go:2320: (dbg) Run:  kubectl --context functional-858300 apply -f testdata\invalidsvc.yaml
functional_test.go:2334: (dbg) Run:  out/minikube-windows-amd64.exe service invalid-svc -p functional-858300
E1218 22:54:45.788490    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
functional_test.go:2334: (dbg) Non-zero exit: out/minikube-windows-amd64.exe service invalid-svc -p functional-858300: exit status 115 (1.650892s)

                                                
                                                
-- stdout --
	|-----------|-------------|-------------|---------------------------|
	| NAMESPACE |    NAME     | TARGET PORT |            URL            |
	|-----------|-------------|-------------|---------------------------|
	| default   | invalid-svc |          80 | http://192.168.49.2:32400 |
	|-----------|-------------|-------------|---------------------------|
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:54:45.593357    3768 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	X Exiting due to SVC_UNREACHABLE: service not available: no running pod for service invalid-svc found
	* 
	╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                                                         │
	│    * 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.                                │
	│    * Please also attach the following file to the GitHub issue:                                                         │
	│    * - C:\Users\jenkins.minikube2\AppData\Local\Temp\minikube_service_6bd82f1fe87f7552f02cc11dc4370801e3dafecc_0.log    │
	│                                                                                                                         │
	╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
functional_test.go:2326: (dbg) Run:  kubectl --context functional-858300 delete -f testdata\invalidsvc.yaml
functional_test.go:2326: (dbg) Done: kubectl --context functional-858300 delete -f testdata\invalidsvc.yaml: (1.289334s)
--- PASS: TestFunctional/serial/InvalidService (6.50s)

                                                
                                    
x
+
TestFunctional/parallel/DryRun (3.38s)

                                                
                                                
=== RUN   TestFunctional/parallel/DryRun
=== PAUSE TestFunctional/parallel/DryRun

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DryRun
functional_test.go:970: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-858300 --dry-run --memory 250MB --alsologtostderr --driver=docker
functional_test.go:970: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p functional-858300 --dry-run --memory 250MB --alsologtostderr --driver=docker: exit status 23 (1.4776251s)

                                                
                                                
-- stdout --
	* [functional-858300] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	  - KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=17822
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Using the docker driver based on existing profile
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:55:58.534914    5132 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	I1218 22:55:58.645909    5132 out.go:296] Setting OutFile to fd 1456 ...
	I1218 22:55:58.646906    5132 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I1218 22:55:58.646906    5132 out.go:309] Setting ErrFile to fd 1460...
	I1218 22:55:58.646906    5132 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I1218 22:55:58.682927    5132 out.go:303] Setting JSON to false
	I1218 22:55:58.687898    5132 start.go:128] hostinfo: {"hostname":"minikube2","uptime":4039,"bootTime":1702936119,"procs":203,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.3803 Build 19045.3803","kernelVersion":"10.0.19045.3803 Build 19045.3803","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"29dced62-21fb-45d8-a34e-472b66ced002"}
	W1218 22:55:58.687898    5132 start.go:136] gopshost.Virtualization returned error: not implemented yet
	I1218 22:55:58.701881    5132 out.go:177] * [functional-858300] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	I1218 22:55:58.703898    5132 notify.go:220] Checking for updates...
	I1218 22:55:58.706894    5132 out.go:177]   - KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	I1218 22:55:58.709898    5132 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I1218 22:55:58.716028    5132 out.go:177]   - MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	I1218 22:55:58.718914    5132 out.go:177]   - MINIKUBE_LOCATION=17822
	I1218 22:55:58.722916    5132 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1218 22:55:58.727909    5132 config.go:182] Loaded profile config "functional-858300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
	I1218 22:55:58.729899    5132 driver.go:392] Setting default libvirt URI to qemu:///system
	I1218 22:55:59.147897    5132 docker.go:122] docker version: linux-24.0.7:Docker Desktop 4.26.0 (130397)
	I1218 22:55:59.161923    5132 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1218 22:55:59.672495    5132 info.go:266] docker info: {ID:fddc6918-7749-4ebe-a6e7-06311fb56dc1 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:56 OomKillDisable:true NGoroutines:70 SystemTime:2023-12-18 22:55:59.608193028 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:9 KernelVersion:5.15.133.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:
x86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:33657516032 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f Expected:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=secc
omp,profile=unconfined] ProductLicense: Warnings:[WARNING: No blkio throttle.read_bps_device support WARNING: No blkio throttle.write_bps_device support WARNING: No blkio throttle.read_iops_device support WARNING: No blkio throttle.write_iops_device support WARNING: daemon is not using the default seccomp profile] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.12.0-desktop.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.23.3-desktop.2] map[Name:dev Path:C:\Program Files\Docker\cli-plugins\docker-dev.exe SchemaVersion:0.1.0 ShortDescription:Docker Dev Environments Vendor:Docker Inc. Version:v0.1.0] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Ven
dor:Docker Inc. Version:v0.2.21] map[Name:feedback Path:C:\Program Files\Docker\cli-plugins\docker-feedback.exe SchemaVersion:0.1.0 ShortDescription:Provide feedback, right in your terminal! Vendor:Docker Inc. Version:0.1] map[Name:init Path:C:\Program Files\Docker\cli-plugins\docker-init.exe SchemaVersion:0.1.0 ShortDescription:Creates Docker-related starter files for your project Vendor:Docker Inc. Version:v0.1.0-beta.10] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-plugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.26.0] map[Name:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.2.0]] Warnings:<nil>}}
	I1218 22:55:59.677486    5132 out.go:177] * Using the docker driver based on existing profile
	I1218 22:55:59.681485    5132 start.go:298] selected driver: docker
	I1218 22:55:59.681485    5132 start.go:902] validating driver "docker" against &{Name:functional-858300 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:functional-858300 Namespace:default APIServerName:miniku
beCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8441 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.28.4 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube2:/minikube-host Mount9P
Version:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
	I1218 22:55:59.681485    5132 start.go:913] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I1218 22:55:59.773501    5132 out.go:177] 
	W1218 22:55:59.776500    5132 out.go:239] X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	I1218 22:55:59.779501    5132 out.go:177] 

                                                
                                                
** /stderr **
functional_test.go:987: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-858300 --dry-run --alsologtostderr -v=1 --driver=docker
functional_test.go:987: (dbg) Done: out/minikube-windows-amd64.exe start -p functional-858300 --dry-run --alsologtostderr -v=1 --driver=docker: (1.9040942s)
--- PASS: TestFunctional/parallel/DryRun (3.38s)

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (1.24s)

                                                
                                                
=== RUN   TestFunctional/parallel/InternationalLanguage
=== PAUSE TestFunctional/parallel/InternationalLanguage

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/InternationalLanguage
functional_test.go:1016: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-858300 --dry-run --memory 250MB --alsologtostderr --driver=docker
functional_test.go:1016: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p functional-858300 --dry-run --memory 250MB --alsologtostderr --driver=docker: exit status 23 (1.2363424s)

                                                
                                                
-- stdout --
	* [functional-858300] minikube v1.32.0 sur Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	  - KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=17822
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Utilisation du pilote docker basé sur le profil existant
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:56:01.887365    6880 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	I1218 22:56:01.981399    6880 out.go:296] Setting OutFile to fd 840 ...
	I1218 22:56:01.981399    6880 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I1218 22:56:01.981399    6880 out.go:309] Setting ErrFile to fd 616...
	I1218 22:56:01.981399    6880 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I1218 22:56:02.008405    6880 out.go:303] Setting JSON to false
	I1218 22:56:02.013412    6880 start.go:128] hostinfo: {"hostname":"minikube2","uptime":4042,"bootTime":1702936119,"procs":202,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.3803 Build 19045.3803","kernelVersion":"10.0.19045.3803 Build 19045.3803","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"29dced62-21fb-45d8-a34e-472b66ced002"}
	W1218 22:56:02.013412    6880 start.go:136] gopshost.Virtualization returned error: not implemented yet
	I1218 22:56:02.018398    6880 out.go:177] * [functional-858300] minikube v1.32.0 sur Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	I1218 22:56:02.020416    6880 notify.go:220] Checking for updates...
	I1218 22:56:02.023400    6880 out.go:177]   - KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	I1218 22:56:02.030400    6880 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I1218 22:56:02.033396    6880 out.go:177]   - MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	I1218 22:56:02.036387    6880 out.go:177]   - MINIKUBE_LOCATION=17822
	I1218 22:56:02.038495    6880 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1218 22:56:02.042405    6880 config.go:182] Loaded profile config "functional-858300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
	I1218 22:56:02.043386    6880 driver.go:392] Setting default libvirt URI to qemu:///system
	I1218 22:56:02.358700    6880 docker.go:122] docker version: linux-24.0.7:Docker Desktop 4.26.0 (130397)
	I1218 22:56:02.373449    6880 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1218 22:56:02.832444    6880 info.go:266] docker info: {ID:fddc6918-7749-4ebe-a6e7-06311fb56dc1 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:56 OomKillDisable:true NGoroutines:70 SystemTime:2023-12-18 22:56:02.781824222 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:9 KernelVersion:5.15.133.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:
x86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:33657516032 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f Expected:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=secc
omp,profile=unconfined] ProductLicense: Warnings:[WARNING: No blkio throttle.read_bps_device support WARNING: No blkio throttle.write_bps_device support WARNING: No blkio throttle.read_iops_device support WARNING: No blkio throttle.write_iops_device support WARNING: daemon is not using the default seccomp profile] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.12.0-desktop.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.23.3-desktop.2] map[Name:dev Path:C:\Program Files\Docker\cli-plugins\docker-dev.exe SchemaVersion:0.1.0 ShortDescription:Docker Dev Environments Vendor:Docker Inc. Version:v0.1.0] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Ven
dor:Docker Inc. Version:v0.2.21] map[Name:feedback Path:C:\Program Files\Docker\cli-plugins\docker-feedback.exe SchemaVersion:0.1.0 ShortDescription:Provide feedback, right in your terminal! Vendor:Docker Inc. Version:0.1] map[Name:init Path:C:\Program Files\Docker\cli-plugins\docker-init.exe SchemaVersion:0.1.0 ShortDescription:Creates Docker-related starter files for your project Vendor:Docker Inc. Version:v0.1.0-beta.10] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-plugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.26.0] map[Name:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.2.0]] Warnings:<nil>}}
	I1218 22:56:02.845440    6880 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I1218 22:56:02.849774    6880 start.go:298] selected driver: docker
	I1218 22:56:02.849774    6880 start.go:902] validating driver "docker" against &{Name:functional-858300 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702920864-17822@sha256:4842b362f06b33d847d73f7ed166c93ce608f4c4cea49b711c7055fd50ebd1e0 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:functional-858300 Namespace:default APIServerName:miniku
beCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8441 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.28.4 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube2:/minikube-host Mount9P
Version:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
	I1218 22:56:02.850025    6880 start.go:913] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I1218 22:56:02.919193    6880 out.go:177] 
	W1218 22:56:02.921185    6880 out.go:239] X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	I1218 22:56:02.924176    6880 out.go:177] 

                                                
                                                
** /stderr **
--- PASS: TestFunctional/parallel/InternationalLanguage (1.24s)

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (5.36s)

                                                
                                                
=== RUN   TestFunctional/parallel/StatusCmd
=== PAUSE TestFunctional/parallel/StatusCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:850: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 status
functional_test.go:850: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 status: (1.7263526s)
functional_test.go:856: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}
functional_test.go:856: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}: (1.830521s)
functional_test.go:868: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 status -o json
functional_test.go:868: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 status -o json: (1.8065274s)
--- PASS: TestFunctional/parallel/StatusCmd (5.36s)

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.83s)

                                                
                                                
=== RUN   TestFunctional/parallel/AddonsCmd
=== PAUSE TestFunctional/parallel/AddonsCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/AddonsCmd
functional_test.go:1689: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 addons list
functional_test.go:1701: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (0.83s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (60.46s)

                                                
                                                
=== RUN   TestFunctional/parallel/PersistentVolumeClaim
=== PAUSE TestFunctional/parallel/PersistentVolumeClaim

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 4m0s for pods matching "integration-test=storage-provisioner" in namespace "kube-system" ...
helpers_test.go:344: "storage-provisioner" [a7deb249-d931-4b82-93b6-61b61bd622e7] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.0201577s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-858300 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-858300 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-858300 get pvc myclaim -o=json
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-858300 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-858300 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 3m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:344: "sp-pod" [f75c35fb-da81-45e7-b7ce-18181803c131] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [f75c35fb-da81-45e7-b7ce-18181803c131] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 38.012362s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-858300 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-858300 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-858300 delete -f testdata/storage-provisioner/pod.yaml: (2.7054822s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-858300 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 3m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:344: "sp-pod" [216d1489-8399-4e3f-b925-be12f7c879d5] Pending
helpers_test.go:344: "sp-pod" [216d1489-8399-4e3f-b925-be12f7c879d5] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [216d1489-8399-4e3f-b925-be12f7c879d5] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 10.0104697s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-858300 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (60.46s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (3.36s)

                                                
                                                
=== RUN   TestFunctional/parallel/SSHCmd
=== PAUSE TestFunctional/parallel/SSHCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/SSHCmd
functional_test.go:1724: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh "echo hello"
functional_test.go:1724: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh "echo hello": (1.9311084s)
functional_test.go:1741: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh "cat /etc/hostname"
functional_test.go:1741: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh "cat /etc/hostname": (1.4308097s)
--- PASS: TestFunctional/parallel/SSHCmd (3.36s)

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (9.35s)

                                                
                                                
=== RUN   TestFunctional/parallel/CpCmd
=== PAUSE TestFunctional/parallel/CpCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 cp testdata\cp-test.txt /home/docker/cp-test.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 cp testdata\cp-test.txt /home/docker/cp-test.txt: (1.2353099s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh -n functional-858300 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh -n functional-858300 "sudo cat /home/docker/cp-test.txt": (1.6550634s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 cp functional-858300:/home/docker/cp-test.txt C:\Users\jenkins.minikube2\AppData\Local\Temp\TestFunctionalparallelCpCmd3329136586\001\cp-test.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 cp functional-858300:/home/docker/cp-test.txt C:\Users\jenkins.minikube2\AppData\Local\Temp\TestFunctionalparallelCpCmd3329136586\001\cp-test.txt: (1.4485949s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh -n functional-858300 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh -n functional-858300 "sudo cat /home/docker/cp-test.txt": (1.7290949s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 cp testdata\cp-test.txt /tmp/does/not/exist/cp-test.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 cp testdata\cp-test.txt /tmp/does/not/exist/cp-test.txt: (1.8661145s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh -n functional-858300 "sudo cat /tmp/does/not/exist/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh -n functional-858300 "sudo cat /tmp/does/not/exist/cp-test.txt": (1.4137755s)
--- PASS: TestFunctional/parallel/CpCmd (9.35s)

                                                
                                    
x
+
TestFunctional/parallel/MySQL (78.79s)

                                                
                                                
=== RUN   TestFunctional/parallel/MySQL
=== PAUSE TestFunctional/parallel/MySQL

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1792: (dbg) Run:  kubectl --context functional-858300 replace --force -f testdata\mysql.yaml
functional_test.go:1798: (dbg) TestFunctional/parallel/MySQL: waiting 10m0s for pods matching "app=mysql" in namespace "default" ...
helpers_test.go:344: "mysql-859648c796-pn6lf" [fad4f3a6-d0d4-46c6-957b-f4e5a0b12ba8] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:344: "mysql-859648c796-pn6lf" [fad4f3a6-d0d4-46c6-957b-f4e5a0b12ba8] Running
functional_test.go:1798: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 1m6.0234443s
functional_test.go:1806: (dbg) Run:  kubectl --context functional-858300 exec mysql-859648c796-pn6lf -- mysql -ppassword -e "show databases;"
functional_test.go:1806: (dbg) Non-zero exit: kubectl --context functional-858300 exec mysql-859648c796-pn6lf -- mysql -ppassword -e "show databases;": exit status 1 (335.6252ms)

                                                
                                                
** stderr ** 
	mysql: [Warning] Using a password on the command line interface can be insecure.
	ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
	command terminated with exit code 1

                                                
                                                
** /stderr **
functional_test.go:1806: (dbg) Run:  kubectl --context functional-858300 exec mysql-859648c796-pn6lf -- mysql -ppassword -e "show databases;"
functional_test.go:1806: (dbg) Non-zero exit: kubectl --context functional-858300 exec mysql-859648c796-pn6lf -- mysql -ppassword -e "show databases;": exit status 1 (349.0778ms)

                                                
                                                
** stderr ** 
	mysql: [Warning] Using a password on the command line interface can be insecure.
	ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
	command terminated with exit code 1

                                                
                                                
** /stderr **
functional_test.go:1806: (dbg) Run:  kubectl --context functional-858300 exec mysql-859648c796-pn6lf -- mysql -ppassword -e "show databases;"
functional_test.go:1806: (dbg) Non-zero exit: kubectl --context functional-858300 exec mysql-859648c796-pn6lf -- mysql -ppassword -e "show databases;": exit status 1 (366.296ms)

                                                
                                                
** stderr ** 
	mysql: [Warning] Using a password on the command line interface can be insecure.
	ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
	command terminated with exit code 1

                                                
                                                
** /stderr **
E1218 22:57:01.789359    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
functional_test.go:1806: (dbg) Run:  kubectl --context functional-858300 exec mysql-859648c796-pn6lf -- mysql -ppassword -e "show databases;"
functional_test.go:1806: (dbg) Non-zero exit: kubectl --context functional-858300 exec mysql-859648c796-pn6lf -- mysql -ppassword -e "show databases;": exit status 1 (378.649ms)

                                                
                                                
** stderr ** 
	mysql: [Warning] Using a password on the command line interface can be insecure.
	ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
	command terminated with exit code 1

                                                
                                                
** /stderr **
functional_test.go:1806: (dbg) Run:  kubectl --context functional-858300 exec mysql-859648c796-pn6lf -- mysql -ppassword -e "show databases;"
functional_test.go:1806: (dbg) Non-zero exit: kubectl --context functional-858300 exec mysql-859648c796-pn6lf -- mysql -ppassword -e "show databases;": exit status 1 (347.4598ms)

                                                
                                                
** stderr ** 
	mysql: [Warning] Using a password on the command line interface can be insecure.
	ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
	command terminated with exit code 1

                                                
                                                
** /stderr **
functional_test.go:1806: (dbg) Run:  kubectl --context functional-858300 exec mysql-859648c796-pn6lf -- mysql -ppassword -e "show databases;"
E1218 22:57:29.642417    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
--- PASS: TestFunctional/parallel/MySQL (78.79s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (1.59s)

                                                
                                                
=== RUN   TestFunctional/parallel/FileSync
=== PAUSE TestFunctional/parallel/FileSync

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1928: Checking for existence of /etc/test/nested/copy/7276/hosts within VM
functional_test.go:1930: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /etc/test/nested/copy/7276/hosts"
functional_test.go:1930: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /etc/test/nested/copy/7276/hosts": (1.5909356s)
functional_test.go:1935: file sync test content: Test file for checking file sync process
--- PASS: TestFunctional/parallel/FileSync (1.59s)

                                                
                                    
x
+
TestFunctional/parallel/CertSync (8.79s)

                                                
                                                
=== RUN   TestFunctional/parallel/CertSync
=== PAUSE TestFunctional/parallel/CertSync

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1971: Checking for existence of /etc/ssl/certs/7276.pem within VM
functional_test.go:1972: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /etc/ssl/certs/7276.pem"
functional_test.go:1972: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /etc/ssl/certs/7276.pem": (1.5219004s)
functional_test.go:1971: Checking for existence of /usr/share/ca-certificates/7276.pem within VM
functional_test.go:1972: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /usr/share/ca-certificates/7276.pem"
functional_test.go:1972: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /usr/share/ca-certificates/7276.pem": (1.7283168s)
functional_test.go:1971: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1972: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:1972: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /etc/ssl/certs/51391683.0": (1.4260144s)
functional_test.go:1998: Checking for existence of /etc/ssl/certs/72762.pem within VM
functional_test.go:1999: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /etc/ssl/certs/72762.pem"
functional_test.go:1999: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /etc/ssl/certs/72762.pem": (1.4101883s)
functional_test.go:1998: Checking for existence of /usr/share/ca-certificates/72762.pem within VM
functional_test.go:1999: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /usr/share/ca-certificates/72762.pem"
functional_test.go:1999: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /usr/share/ca-certificates/72762.pem": (1.4158038s)
functional_test.go:1998: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:1999: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
functional_test.go:1999: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0": (1.2818046s)
--- PASS: TestFunctional/parallel/CertSync (8.79s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.28s)

                                                
                                                
=== RUN   TestFunctional/parallel/NodeLabels
=== PAUSE TestFunctional/parallel/NodeLabels

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/NodeLabels
functional_test.go:218: (dbg) Run:  kubectl --context functional-858300 get nodes --output=go-template "--template='{{range $k, $v := (index .items 0).metadata.labels}}{{$k}} {{end}}'"
--- PASS: TestFunctional/parallel/NodeLabels (0.28s)

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (1.52s)

                                                
                                                
=== RUN   TestFunctional/parallel/NonActiveRuntimeDisabled
=== PAUSE TestFunctional/parallel/NonActiveRuntimeDisabled

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/NonActiveRuntimeDisabled
functional_test.go:2026: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo systemctl is-active crio"
functional_test.go:2026: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-858300 ssh "sudo systemctl is-active crio": exit status 1 (1.5173158s)

                                                
                                                
-- stdout --
	inactive

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:54:48.566359    2468 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	ssh: Process exited with status 3

                                                
                                                
** /stderr **
--- PASS: TestFunctional/parallel/NonActiveRuntimeDisabled (1.52s)

                                                
                                    
x
+
TestFunctional/parallel/License (4.32s)

                                                
                                                
=== RUN   TestFunctional/parallel/License
=== PAUSE TestFunctional/parallel/License

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/License
functional_test.go:2287: (dbg) Run:  out/minikube-windows-amd64.exe license
functional_test.go:2287: (dbg) Done: out/minikube-windows-amd64.exe license: (4.3001033s)
--- PASS: TestFunctional/parallel/License (4.32s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageListShort (1.27s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageListShort
=== PAUSE TestFunctional/parallel/ImageCommands/ImageListShort

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image ls --format short --alsologtostderr
functional_test.go:260: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image ls --format short --alsologtostderr: (1.2682132s)
functional_test.go:265: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-858300 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.9
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.28.4
registry.k8s.io/kube-proxy:v1.28.4
registry.k8s.io/kube-controller-manager:v1.28.4
registry.k8s.io/kube-apiserver:v1.28.4
registry.k8s.io/etcd:3.5.9-0
registry.k8s.io/echoserver:1.8
registry.k8s.io/coredns/coredns:v1.10.1
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/google-containers/addon-resizer:functional-858300
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/library/minikube-local-cache-test:functional-858300
functional_test.go:268: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-858300 image ls --format short --alsologtostderr:
W1218 22:56:04.147711    5176 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
I1218 22:56:04.250941    5176 out.go:296] Setting OutFile to fd 1316 ...
I1218 22:56:04.251939    5176 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1218 22:56:04.251939    5176 out.go:309] Setting ErrFile to fd 916...
I1218 22:56:04.251939    5176 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1218 22:56:04.272953    5176 config.go:182] Loaded profile config "functional-858300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I1218 22:56:04.272953    5176 config.go:182] Loaded profile config "functional-858300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I1218 22:56:04.291951    5176 cli_runner.go:164] Run: docker container inspect functional-858300 --format={{.State.Status}}
I1218 22:56:04.528908    5176 ssh_runner.go:195] Run: systemctl --version
I1218 22:56:04.537904    5176 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-858300
I1218 22:56:04.756227    5176 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:60931 SSHKeyPath:C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\functional-858300\id_rsa Username:docker}
I1218 22:56:05.029235    5176 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (1.27s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageListTable (1.21s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageListTable
=== PAUSE TestFunctional/parallel/ImageCommands/ImageListTable

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image ls --format table --alsologtostderr
functional_test.go:260: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image ls --format table --alsologtostderr: (1.2113044s)
functional_test.go:265: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-858300 image ls --format table --alsologtostderr:
|---------------------------------------------|-------------------|---------------|--------|
|                    Image                    |        Tag        |   Image ID    |  Size  |
|---------------------------------------------|-------------------|---------------|--------|
| registry.k8s.io/kube-scheduler              | v1.28.4           | e3db313c6dbc0 | 60.1MB |
| registry.k8s.io/echoserver                  | 1.8               | 82e4c8a736a4f | 95.4MB |
| docker.io/library/nginx                     | alpine            | 01e5c69afaf63 | 42.6MB |
| registry.k8s.io/kube-apiserver              | v1.28.4           | 7fe0e6f37db33 | 126MB  |
| registry.k8s.io/coredns/coredns             | v1.10.1           | ead0a4a53df89 | 53.6MB |
| registry.k8s.io/pause                       | 3.9               | e6f1816883972 | 744kB  |
| gcr.io/k8s-minikube/storage-provisioner     | v5                | 6e38f40d628db | 31.5MB |
| registry.k8s.io/pause                       | 3.3               | 0184c1613d929 | 683kB  |
| registry.k8s.io/pause                       | 3.1               | da86e6ba6ca19 | 742kB  |
| docker.io/library/nginx                     | latest            | a6bd71f48f683 | 187MB  |
| registry.k8s.io/etcd                        | 3.5.9-0           | 73deb9a3f7025 | 294MB  |
| registry.k8s.io/pause                       | latest            | 350b164e7ae1d | 240kB  |
| registry.k8s.io/kube-proxy                  | v1.28.4           | 83f6cc407eed8 | 73.2MB |
| registry.k8s.io/kube-controller-manager     | v1.28.4           | d058aa5ab969c | 122MB  |
| docker.io/library/minikube-local-cache-test | functional-858300 | 1c3d7832196fc | 30B    |
| gcr.io/google-containers/addon-resizer      | functional-858300 | ffd4cfbbe753e | 32.9MB |
|---------------------------------------------|-------------------|---------------|--------|
functional_test.go:268: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-858300 image ls --format table --alsologtostderr:
W1218 22:56:07.490718    6856 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
I1218 22:56:07.587734    6856 out.go:296] Setting OutFile to fd 1228 ...
I1218 22:56:07.588722    6856 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1218 22:56:07.588722    6856 out.go:309] Setting ErrFile to fd 1356...
I1218 22:56:07.588722    6856 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1218 22:56:07.608719    6856 config.go:182] Loaded profile config "functional-858300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I1218 22:56:07.609721    6856 config.go:182] Loaded profile config "functional-858300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I1218 22:56:07.630573    6856 cli_runner.go:164] Run: docker container inspect functional-858300 --format={{.State.Status}}
I1218 22:56:07.874690    6856 ssh_runner.go:195] Run: systemctl --version
I1218 22:56:07.883690    6856 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-858300
I1218 22:56:08.106991    6856 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:60931 SSHKeyPath:C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\functional-858300\id_rsa Username:docker}
I1218 22:56:08.262594    6856 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (1.21s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageListJson (1.03s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageListJson
=== PAUSE TestFunctional/parallel/ImageCommands/ImageListJson

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image ls --format json --alsologtostderr
functional_test.go:260: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image ls --format json --alsologtostderr: (1.0320278s)
functional_test.go:265: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-858300 image ls --format json --alsologtostderr:
[{"id":"e3db313c6dbc065d4ac3b32c7a6f2a878949031b881d217b63881a109c5cfba1","repoDigests":[],"repoTags":["registry.k8s.io/kube-scheduler:v1.28.4"],"size":"60100000"},{"id":"83f6cc407eed88d214aad97f3539bde5c8e485ff14424cd021a3a2899304398e","repoDigests":[],"repoTags":["registry.k8s.io/kube-proxy:v1.28.4"],"size":"73200000"},{"id":"ead0a4a53df89fd173874b46093b6e62d8c72967bbf606d672c9e8c9b601a4fc","repoDigests":[],"repoTags":["registry.k8s.io/coredns/coredns:v1.10.1"],"size":"53600000"},{"id":"82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410","repoDigests":[],"repoTags":["registry.k8s.io/echoserver:1.8"],"size":"95400000"},{"id":"350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":[],"repoTags":["registry.k8s.io/pause:latest"],"size":"240000"},{"id":"7fe0e6f37db33464725e616a12ccc4e36970370005a2b09683a974db6350c257","repoDigests":[],"repoTags":["registry.k8s.io/kube-apiserver:v1.28.4"],"size":"126000000"},{"id":"6e38f40d628db3002f5617342c8872c935de530d867d0f709a2f
bda1a302a562","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"31500000"},{"id":"e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.9"],"size":"744000"},{"id":"d058aa5ab969ce7b84d25e7188be1f80633b18db8ea7d02d9d0a78e676236591","repoDigests":[],"repoTags":["registry.k8s.io/kube-controller-manager:v1.28.4"],"size":"122000000"},{"id":"73deb9a3f702532592a4167455f8bf2e5f5d900bcc959ba2fd2d35c321de1af9","repoDigests":[],"repoTags":["registry.k8s.io/etcd:3.5.9-0"],"size":"294000000"},{"id":"da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.1"],"size":"742000"},{"id":"1c3d7832196fc1163bca21ec8f19e020e5eb68e7fa4e693aff028ba1fc74a6c6","repoDigests":[],"repoTags":["docker.io/library/minikube-local-cache-test:functional-858300"],"size":"30"},{"id":"a6bd71f48f6839d9faae1f29d3babef831e76bc213107682c5cc80f0cbb30866","repoDigests":[],"repoTags":["docker.io/
library/nginx:latest"],"size":"187000000"},{"id":"ffd4cfbbe753e62419e129ee2ac618beb94e51baa7471df5038b0b516b59cf91","repoDigests":[],"repoTags":["gcr.io/google-containers/addon-resizer:functional-858300"],"size":"32900000"},{"id":"0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.3"],"size":"683000"},{"id":"01e5c69afaf635f66aab0b59404a0ac72db1e2e519c3f41a1ff53d37c35bba41","repoDigests":[],"repoTags":["docker.io/library/nginx:alpine"],"size":"42600000"}]
functional_test.go:268: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-858300 image ls --format json --alsologtostderr:
W1218 22:56:06.479191    9892 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
I1218 22:56:06.582092    9892 out.go:296] Setting OutFile to fd 1364 ...
I1218 22:56:06.583081    9892 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1218 22:56:06.583081    9892 out.go:309] Setting ErrFile to fd 1360...
I1218 22:56:06.583081    9892 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1218 22:56:06.602083    9892 config.go:182] Loaded profile config "functional-858300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I1218 22:56:06.603083    9892 config.go:182] Loaded profile config "functional-858300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I1218 22:56:06.620231    9892 cli_runner.go:164] Run: docker container inspect functional-858300 --format={{.State.Status}}
I1218 22:56:06.854323    9892 ssh_runner.go:195] Run: systemctl --version
I1218 22:56:06.870435    9892 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-858300
I1218 22:56:07.078270    9892 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:60931 SSHKeyPath:C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\functional-858300\id_rsa Username:docker}
I1218 22:56:07.208506    9892 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (1.03s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageListYaml (1.06s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageListYaml
=== PAUSE TestFunctional/parallel/ImageCommands/ImageListYaml

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image ls --format yaml --alsologtostderr
functional_test.go:260: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image ls --format yaml --alsologtostderr: (1.0566796s)
functional_test.go:265: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-858300 image ls --format yaml --alsologtostderr:
- id: 83f6cc407eed88d214aad97f3539bde5c8e485ff14424cd021a3a2899304398e
repoDigests: []
repoTags:
- registry.k8s.io/kube-proxy:v1.28.4
size: "73200000"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests: []
repoTags:
- registry.k8s.io/pause:latest
size: "240000"
- id: 7fe0e6f37db33464725e616a12ccc4e36970370005a2b09683a974db6350c257
repoDigests: []
repoTags:
- registry.k8s.io/kube-apiserver:v1.28.4
size: "126000000"
- id: d058aa5ab969ce7b84d25e7188be1f80633b18db8ea7d02d9d0a78e676236591
repoDigests: []
repoTags:
- registry.k8s.io/kube-controller-manager:v1.28.4
size: "122000000"
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.3
size: "683000"
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.1
size: "742000"
- id: 82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests: []
repoTags:
- registry.k8s.io/echoserver:1.8
size: "95400000"
- id: 01e5c69afaf635f66aab0b59404a0ac72db1e2e519c3f41a1ff53d37c35bba41
repoDigests: []
repoTags:
- docker.io/library/nginx:alpine
size: "42600000"
- id: 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562
repoDigests: []
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "31500000"
- id: ffd4cfbbe753e62419e129ee2ac618beb94e51baa7471df5038b0b516b59cf91
repoDigests: []
repoTags:
- gcr.io/google-containers/addon-resizer:functional-858300
size: "32900000"
- id: 1c3d7832196fc1163bca21ec8f19e020e5eb68e7fa4e693aff028ba1fc74a6c6
repoDigests: []
repoTags:
- docker.io/library/minikube-local-cache-test:functional-858300
size: "30"
- id: a6bd71f48f6839d9faae1f29d3babef831e76bc213107682c5cc80f0cbb30866
repoDigests: []
repoTags:
- docker.io/library/nginx:latest
size: "187000000"
- id: e3db313c6dbc065d4ac3b32c7a6f2a878949031b881d217b63881a109c5cfba1
repoDigests: []
repoTags:
- registry.k8s.io/kube-scheduler:v1.28.4
size: "60100000"
- id: 73deb9a3f702532592a4167455f8bf2e5f5d900bcc959ba2fd2d35c321de1af9
repoDigests: []
repoTags:
- registry.k8s.io/etcd:3.5.9-0
size: "294000000"
- id: ead0a4a53df89fd173874b46093b6e62d8c72967bbf606d672c9e8c9b601a4fc
repoDigests: []
repoTags:
- registry.k8s.io/coredns/coredns:v1.10.1
size: "53600000"
- id: e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.9
size: "744000"

                                                
                                                
functional_test.go:268: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-858300 image ls --format yaml --alsologtostderr:
W1218 22:56:05.403846   13748 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
I1218 22:56:05.494385   13748 out.go:296] Setting OutFile to fd 1352 ...
I1218 22:56:05.495962   13748 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1218 22:56:05.496036   13748 out.go:309] Setting ErrFile to fd 1328...
I1218 22:56:05.496036   13748 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1218 22:56:05.515098   13748 config.go:182] Loaded profile config "functional-858300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I1218 22:56:05.515806   13748 config.go:182] Loaded profile config "functional-858300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I1218 22:56:05.537794   13748 cli_runner.go:164] Run: docker container inspect functional-858300 --format={{.State.Status}}
I1218 22:56:05.771023   13748 ssh_runner.go:195] Run: systemctl --version
I1218 22:56:05.778291   13748 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-858300
I1218 22:56:05.988233   13748 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:60931 SSHKeyPath:C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\functional-858300\id_rsa Username:docker}
I1218 22:56:06.217121   13748 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (1.06s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageBuild (10.22s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageBuild
=== PAUSE TestFunctional/parallel/ImageCommands/ImageBuild

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageBuild
functional_test.go:307: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 ssh pgrep buildkitd
functional_test.go:307: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-858300 ssh pgrep buildkitd: exit status 1 (1.4202853s)

                                                
                                                
** stderr ** 
	W1218 22:56:06.229116    2496 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	ssh: Process exited with status 1

                                                
                                                
** /stderr **
functional_test.go:314: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image build -t localhost/my-image:functional-858300 testdata\build --alsologtostderr
functional_test.go:314: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image build -t localhost/my-image:functional-858300 testdata\build --alsologtostderr: (7.8406382s)
functional_test.go:322: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-858300 image build -t localhost/my-image:functional-858300 testdata\build --alsologtostderr:
W1218 22:56:07.647824    5648 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
I1218 22:56:07.743755    5648 out.go:296] Setting OutFile to fd 1356 ...
I1218 22:56:07.758736    5648 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1218 22:56:07.758736    5648 out.go:309] Setting ErrFile to fd 1232...
I1218 22:56:07.758736    5648 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1218 22:56:07.781390    5648 config.go:182] Loaded profile config "functional-858300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I1218 22:56:07.799397    5648 config.go:182] Loaded profile config "functional-858300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I1218 22:56:07.821710    5648 cli_runner.go:164] Run: docker container inspect functional-858300 --format={{.State.Status}}
I1218 22:56:08.060224    5648 ssh_runner.go:195] Run: systemctl --version
I1218 22:56:08.069220    5648 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-858300
I1218 22:56:08.291275    5648 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:60931 SSHKeyPath:C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\functional-858300\id_rsa Username:docker}
I1218 22:56:08.808627    5648 build_images.go:151] Building image from path: C:\Users\jenkins.minikube2\AppData\Local\Temp\build.4146002819.tar
I1218 22:56:08.825976    5648 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I1218 22:56:08.881028    5648 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.4146002819.tar
I1218 22:56:08.911230    5648 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.4146002819.tar: stat -c "%s %y" /var/lib/minikube/build/build.4146002819.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.4146002819.tar': No such file or directory
I1218 22:56:08.912238    5648 ssh_runner.go:362] scp C:\Users\jenkins.minikube2\AppData\Local\Temp\build.4146002819.tar --> /var/lib/minikube/build/build.4146002819.tar (3072 bytes)
I1218 22:56:09.022075    5648 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.4146002819
I1218 22:56:09.067878    5648 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.4146002819 -xf /var/lib/minikube/build/build.4146002819.tar
I1218 22:56:09.085884    5648 docker.go:346] Building image: /var/lib/minikube/build/build.4146002819
I1218 22:56:09.094884    5648 ssh_runner.go:195] Run: docker build -t localhost/my-image:functional-858300 /var/lib/minikube/build/build.4146002819
#0 building with "default" instance using docker driver

                                                
                                                
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.2s

                                                
                                                
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 97B done
#2 DONE 0.3s

                                                
                                                
#3 [internal] load metadata for gcr.io/k8s-minikube/busybox:latest
#3 DONE 0.7s

                                                
                                                
#4 [internal] load build context
#4 transferring context: 62B done
#4 DONE 0.1s

                                                
                                                
#5 [1/3] FROM gcr.io/k8s-minikube/busybox@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b
#5 resolve gcr.io/k8s-minikube/busybox@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b 0.1s done
#5 sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa 0B / 772.79kB 0.1s
#5 sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b 770B / 770B done
#5 sha256:62ffc2ed7554e4c6d360bce40bbcf196573dd27c4ce080641a2c59867e732dee 527B / 527B done
#5 sha256:beae173ccac6ad749f76713cf4440fe3d21d1043fe616dfbe30775815d1d0f6a 1.46kB / 1.46kB done
#5 sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa 772.79kB / 772.79kB 0.3s done
#5 extracting sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa 0.1s done
#5 DONE 0.9s

                                                
                                                
#6 [2/3] RUN true
#6 DONE 3.0s

                                                
                                                
#7 [3/3] ADD content.txt /
#7 DONE 0.3s

                                                
                                                
#8 exporting to image
#8 exporting layers
#8 exporting layers 0.1s done
#8 writing image sha256:d46d96fc754bb0f18c5a4e51ee441da1fe44e8d6fa0e851354f2db32206f7b8e done
#8 naming to localhost/my-image:functional-858300 0.0s done
#8 DONE 0.2s
I1218 22:56:15.201328    5648 ssh_runner.go:235] Completed: docker build -t localhost/my-image:functional-858300 /var/lib/minikube/build/build.4146002819: (6.1064115s)
I1218 22:56:15.223769    5648 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.4146002819
I1218 22:56:15.257069    5648 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.4146002819.tar
I1218 22:56:15.305809    5648 build_images.go:207] Built localhost/my-image:functional-858300 from C:\Users\jenkins.minikube2\AppData\Local\Temp\build.4146002819.tar
I1218 22:56:15.305980    5648 build_images.go:123] succeeded building to: functional-858300
I1218 22:56:15.306069    5648 build_images.go:124] failed building to: 
functional_test.go:447: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (10.22s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/Setup (4.45s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:341: (dbg) Run:  docker pull gcr.io/google-containers/addon-resizer:1.8.8
functional_test.go:341: (dbg) Done: docker pull gcr.io/google-containers/addon-resizer:1.8.8: (4.1688756s)
functional_test.go:346: (dbg) Run:  docker tag gcr.io/google-containers/addon-resizer:1.8.8 gcr.io/google-containers/addon-resizer:functional-858300
--- PASS: TestFunctional/parallel/ImageCommands/Setup (4.45s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd/DeployApp (22.99s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1438: (dbg) Run:  kubectl --context functional-858300 create deployment hello-node --image=registry.k8s.io/echoserver:1.8
functional_test.go:1444: (dbg) Run:  kubectl --context functional-858300 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1449: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-d7447cc7f-tk2q6" [8c74eabd-088f-4c59-bc0d-07726f82085e] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-d7447cc7f-tk2q6" [8c74eabd-088f-4c59-bc0d-07726f82085e] Running
functional_test.go:1449: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 22.467101s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (22.99s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageLoadDaemon (13.92s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:354: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image load --daemon gcr.io/google-containers/addon-resizer:functional-858300 --alsologtostderr
functional_test.go:354: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image load --daemon gcr.io/google-containers/addon-resizer:functional-858300 --alsologtostderr: (12.9267528s)
functional_test.go:447: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (13.92s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel (1.43s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel
functional_test_tunnel_test.go:154: (dbg) daemon: [out/minikube-windows-amd64.exe -p functional-858300 tunnel --alsologtostderr]
functional_test_tunnel_test.go:154: (dbg) daemon: [out/minikube-windows-amd64.exe -p functional-858300 tunnel --alsologtostderr]
functional_test_tunnel_test.go:194: (dbg) stopping [out/minikube-windows-amd64.exe -p functional-858300 tunnel --alsologtostderr] ...
helpers_test.go:508: unable to kill pid 7400: OpenProcess: The parameter is incorrect.
helpers_test.go:502: unable to terminate pid 5624: Access is denied.
functional_test_tunnel_test.go:194: (dbg) stopping [out/minikube-windows-amd64.exe -p functional-858300 tunnel --alsologtostderr] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel (1.43s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/StartTunnel (0.01s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/StartTunnel
functional_test_tunnel_test.go:129: (dbg) daemon: [out/minikube-windows-amd64.exe -p functional-858300 tunnel --alsologtostderr]
--- PASS: TestFunctional/parallel/TunnelCmd/serial/StartTunnel (0.01s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (22.65s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-858300 apply -f testdata\testsvc.yaml
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: waiting 4m0s for pods matching "run=nginx-svc" in namespace "default" ...
helpers_test.go:344: "nginx-svc" [df71b829-0b34-4ab1-9cfc-8b908b504360] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [df71b829-0b34-4ab1-9cfc-8b908b504360] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 22.0223542s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (22.65s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageReloadDaemon (6.1s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:364: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image load --daemon gcr.io/google-containers/addon-resizer:functional-858300 --alsologtostderr
functional_test.go:364: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image load --daemon gcr.io/google-containers/addon-resizer:functional-858300 --alsologtostderr: (5.2071376s)
functional_test.go:447: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageReloadDaemon (6.10s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (17.18s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:234: (dbg) Run:  docker pull gcr.io/google-containers/addon-resizer:1.8.9
functional_test.go:234: (dbg) Done: docker pull gcr.io/google-containers/addon-resizer:1.8.9: (4.4516133s)
functional_test.go:239: (dbg) Run:  docker tag gcr.io/google-containers/addon-resizer:1.8.9 gcr.io/google-containers/addon-resizer:functional-858300
functional_test.go:244: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image load --daemon gcr.io/google-containers/addon-resizer:functional-858300 --alsologtostderr
functional_test.go:244: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image load --daemon gcr.io/google-containers/addon-resizer:functional-858300 --alsologtostderr: (11.3811085s)
functional_test.go:447: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image ls
functional_test.go:447: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image ls: (1.0218233s)
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (17.18s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd/List (1.81s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/List
functional_test.go:1458: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 service list
functional_test.go:1458: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 service list: (1.8105031s)
--- PASS: TestFunctional/parallel/ServiceCmd/List (1.81s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd/JSONOutput (1.98s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1488: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 service list -o json
functional_test.go:1488: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 service list -o json: (1.9805148s)
functional_test.go:1493: Took "1.9805148s" to run "out/minikube-windows-amd64.exe -p functional-858300 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (1.98s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd/HTTPS (15.04s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/HTTPS
functional_test.go:1508: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 service --namespace=default --https --url hello-node
functional_test.go:1508: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-858300 service --namespace=default --https --url hello-node: exit status 1 (15.0414205s)

                                                
                                                
-- stdout --
	https://127.0.0.1:61250

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:55:17.467420   11624 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	! Because you are using a Docker driver on windows, the terminal needs to be open to run it.

                                                
                                                
** /stderr **
functional_test.go:1521: found endpoint: https://127.0.0.1:61250
--- PASS: TestFunctional/parallel/ServiceCmd/HTTPS (15.04s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (0.21s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP
functional_test_tunnel_test.go:234: (dbg) Run:  kubectl --context functional-858300 get svc nginx-svc -o jsonpath={.status.loadBalancer.ingress[0].ip}
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (0.21s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.22s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel
functional_test_tunnel_test.go:434: (dbg) stopping [out/minikube-windows-amd64.exe -p functional-858300 tunnel --alsologtostderr] ...
helpers_test.go:508: unable to kill pid 14248: TerminateProcess: Access is denied.
helpers_test.go:508: unable to kill pid 1744: TerminateProcess: Access is denied.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.22s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageSaveToFile (5.41s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveToFile
functional_test.go:379: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image save gcr.io/google-containers/addon-resizer:functional-858300 C:\jenkins\workspace\Docker_Windows_integration\addon-resizer-save.tar --alsologtostderr
functional_test.go:379: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image save gcr.io/google-containers/addon-resizer:functional-858300 C:\jenkins\workspace\Docker_Windows_integration\addon-resizer-save.tar --alsologtostderr: (5.4076424s)
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveToFile (5.41s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd/Format (15.03s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/Format
functional_test.go:1539: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 service hello-node --url --format={{.IP}}
functional_test.go:1539: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-858300 service hello-node --url --format={{.IP}}: exit status 1 (15.031799s)

                                                
                                                
-- stdout --
	127.0.0.1

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:55:32.450779    5956 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	! Because you are using a Docker driver on windows, the terminal needs to be open to run it.

                                                
                                                
** /stderr **
--- PASS: TestFunctional/parallel/ServiceCmd/Format (15.03s)

                                                
                                    
x
+
TestFunctional/parallel/Version/short (0.33s)

                                                
                                                
=== RUN   TestFunctional/parallel/Version/short
=== PAUSE TestFunctional/parallel/Version/short

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/short
functional_test.go:2255: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 version --short
--- PASS: TestFunctional/parallel/Version/short (0.33s)

                                                
                                    
x
+
TestFunctional/parallel/Version/components (2.78s)

                                                
                                                
=== RUN   TestFunctional/parallel/Version/components
=== PAUSE TestFunctional/parallel/Version/components

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2269: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 version -o=json --components
functional_test.go:2269: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 version -o=json --components: (2.779327s)
--- PASS: TestFunctional/parallel/Version/components (2.78s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageRemove (2.14s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:391: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image rm gcr.io/google-containers/addon-resizer:functional-858300 --alsologtostderr
functional_test.go:391: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image rm gcr.io/google-containers/addon-resizer:functional-858300 --alsologtostderr: (1.1213943s)
functional_test.go:447: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image ls
functional_test.go:447: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image ls: (1.0204029s)
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (2.14s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageLoadFromFile (6.05s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:408: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image load C:\jenkins\workspace\Docker_Windows_integration\addon-resizer-save.tar --alsologtostderr
functional_test.go:408: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image load C:\jenkins\workspace\Docker_Windows_integration\addon-resizer-save.tar --alsologtostderr: (5.1214561s)
functional_test.go:447: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (6.05s)

                                                
                                    
x
+
TestFunctional/parallel/DockerEnv/powershell (10.19s)

                                                
                                                
=== RUN   TestFunctional/parallel/DockerEnv/powershell
functional_test.go:495: (dbg) Run:  powershell.exe -NoProfile -NonInteractive "out/minikube-windows-amd64.exe -p functional-858300 docker-env | Invoke-Expression ; out/minikube-windows-amd64.exe status -p functional-858300"
functional_test.go:495: (dbg) Done: powershell.exe -NoProfile -NonInteractive "out/minikube-windows-amd64.exe -p functional-858300 docker-env | Invoke-Expression ; out/minikube-windows-amd64.exe status -p functional-858300": (5.9970781s)
functional_test.go:518: (dbg) Run:  powershell.exe -NoProfile -NonInteractive "out/minikube-windows-amd64.exe -p functional-858300 docker-env | Invoke-Expression ; docker images"
functional_test.go:518: (dbg) Done: powershell.exe -NoProfile -NonInteractive "out/minikube-windows-amd64.exe -p functional-858300 docker-env | Invoke-Expression ; docker images": (4.1779958s)
--- PASS: TestFunctional/parallel/DockerEnv/powershell (10.19s)

                                                
                                    
x
+
TestFunctional/parallel/ImageCommands/ImageSaveDaemon (4.29s)

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:418: (dbg) Run:  docker rmi gcr.io/google-containers/addon-resizer:functional-858300
functional_test.go:423: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 image save --daemon gcr.io/google-containers/addon-resizer:functional-858300 --alsologtostderr
functional_test.go:423: (dbg) Done: out/minikube-windows-amd64.exe -p functional-858300 image save --daemon gcr.io/google-containers/addon-resizer:functional-858300 --alsologtostderr: (3.8570352s)
functional_test.go:428: (dbg) Run:  docker image inspect gcr.io/google-containers/addon-resizer:functional-858300
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (4.29s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmd/URL (15.03s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/URL
functional_test.go:1558: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 service hello-node --url
functional_test.go:1558: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-858300 service hello-node --url: exit status 1 (15.0343295s)

                                                
                                                
-- stdout --
	http://127.0.0.1:61300

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 22:55:47.506623    8848 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	! Because you are using a Docker driver on windows, the terminal needs to be open to run it.

                                                
                                                
** /stderr **
functional_test.go:1564: found endpoint for hello-node: http://127.0.0.1:61300
--- PASS: TestFunctional/parallel/ServiceCmd/URL (15.03s)

                                                
                                    
x
+
TestFunctional/parallel/UpdateContextCmd/no_changes (0.81s)

                                                
                                                
=== RUN   TestFunctional/parallel/UpdateContextCmd/no_changes
=== PAUSE TestFunctional/parallel/UpdateContextCmd/no_changes

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_changes
functional_test.go:2118: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_changes (0.81s)

                                                
                                    
x
+
TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (0.81s)

                                                
                                                
=== RUN   TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster
=== PAUSE TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster
functional_test.go:2118: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (0.81s)

                                                
                                    
x
+
TestFunctional/parallel/UpdateContextCmd/no_clusters (0.79s)

                                                
                                                
=== RUN   TestFunctional/parallel/UpdateContextCmd/no_clusters
=== PAUSE TestFunctional/parallel/UpdateContextCmd/no_clusters

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_clusters
functional_test.go:2118: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-858300 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_clusters (0.79s)

                                                
                                    
x
+
TestFunctional/parallel/ProfileCmd/profile_not_create (2.44s)

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_not_create
functional_test.go:1269: (dbg) Run:  out/minikube-windows-amd64.exe profile lis
functional_test.go:1274: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output json
functional_test.go:1274: (dbg) Done: out/minikube-windows-amd64.exe profile list --output json: (1.8079429s)
--- PASS: TestFunctional/parallel/ProfileCmd/profile_not_create (2.44s)

                                                
                                    
x
+
TestFunctional/parallel/ProfileCmd/profile_list (2.31s)

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1309: (dbg) Run:  out/minikube-windows-amd64.exe profile list
functional_test.go:1309: (dbg) Done: out/minikube-windows-amd64.exe profile list: (2.0175366s)
functional_test.go:1314: Took "2.0175366s" to run "out/minikube-windows-amd64.exe profile list"
functional_test.go:1323: (dbg) Run:  out/minikube-windows-amd64.exe profile list -l
functional_test.go:1328: Took "295.9657ms" to run "out/minikube-windows-amd64.exe profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (2.31s)

                                                
                                    
x
+
TestFunctional/parallel/ProfileCmd/profile_json_output (2.05s)

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1360: (dbg) Run:  out/minikube-windows-amd64.exe profile list -o json
functional_test.go:1360: (dbg) Done: out/minikube-windows-amd64.exe profile list -o json: (1.7339168s)
functional_test.go:1365: Took "1.7339168s" to run "out/minikube-windows-amd64.exe profile list -o json"
functional_test.go:1373: (dbg) Run:  out/minikube-windows-amd64.exe profile list -o json --light
functional_test.go:1378: Took "313.1713ms" to run "out/minikube-windows-amd64.exe profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (2.05s)

                                                
                                    
x
+
TestFunctional/delete_addon-resizer_images (0.51s)

                                                
                                                
=== RUN   TestFunctional/delete_addon-resizer_images
functional_test.go:189: (dbg) Run:  docker rmi -f gcr.io/google-containers/addon-resizer:1.8.8
functional_test.go:189: (dbg) Run:  docker rmi -f gcr.io/google-containers/addon-resizer:functional-858300
--- PASS: TestFunctional/delete_addon-resizer_images (0.51s)

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.21s)

                                                
                                                
=== RUN   TestFunctional/delete_my-image_image
functional_test.go:197: (dbg) Run:  docker rmi -f localhost/my-image:functional-858300
--- PASS: TestFunctional/delete_my-image_image (0.21s)

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.2s)

                                                
                                                
=== RUN   TestFunctional/delete_minikube_cached_images
functional_test.go:205: (dbg) Run:  docker rmi -f minikube-local-cache-test:functional-858300
--- PASS: TestFunctional/delete_minikube_cached_images (0.20s)

                                                
                                    
x
+
TestImageBuild/serial/Setup (66.35s)

                                                
                                                
=== RUN   TestImageBuild/serial/Setup
image_test.go:69: (dbg) Run:  out/minikube-windows-amd64.exe start -p image-719000 --driver=docker
E1218 23:02:01.781932    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
image_test.go:69: (dbg) Done: out/minikube-windows-amd64.exe start -p image-719000 --driver=docker: (1m6.354793s)
--- PASS: TestImageBuild/serial/Setup (66.35s)

                                                
                                    
x
+
TestImageBuild/serial/NormalBuild (3.97s)

                                                
                                                
=== RUN   TestImageBuild/serial/NormalBuild
image_test.go:78: (dbg) Run:  out/minikube-windows-amd64.exe image build -t aaa:latest ./testdata/image-build/test-normal -p image-719000
image_test.go:78: (dbg) Done: out/minikube-windows-amd64.exe image build -t aaa:latest ./testdata/image-build/test-normal -p image-719000: (3.9654465s)
--- PASS: TestImageBuild/serial/NormalBuild (3.97s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithBuildArg (2.88s)

                                                
                                                
=== RUN   TestImageBuild/serial/BuildWithBuildArg
image_test.go:99: (dbg) Run:  out/minikube-windows-amd64.exe image build -t aaa:latest --build-opt=build-arg=ENV_A=test_env_str --build-opt=no-cache ./testdata/image-build/test-arg -p image-719000
image_test.go:99: (dbg) Done: out/minikube-windows-amd64.exe image build -t aaa:latest --build-opt=build-arg=ENV_A=test_env_str --build-opt=no-cache ./testdata/image-build/test-arg -p image-719000: (2.8789067s)
--- PASS: TestImageBuild/serial/BuildWithBuildArg (2.88s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithDockerIgnore (1.9s)

                                                
                                                
=== RUN   TestImageBuild/serial/BuildWithDockerIgnore
image_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe image build -t aaa:latest ./testdata/image-build/test-normal --build-opt=no-cache -p image-719000
image_test.go:133: (dbg) Done: out/minikube-windows-amd64.exe image build -t aaa:latest ./testdata/image-build/test-normal --build-opt=no-cache -p image-719000: (1.900877s)
--- PASS: TestImageBuild/serial/BuildWithDockerIgnore (1.90s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithSpecifiedDockerfile (2.55s)

                                                
                                                
=== RUN   TestImageBuild/serial/BuildWithSpecifiedDockerfile
image_test.go:88: (dbg) Run:  out/minikube-windows-amd64.exe image build -t aaa:latest -f inner/Dockerfile ./testdata/image-build/test-f -p image-719000
image_test.go:88: (dbg) Done: out/minikube-windows-amd64.exe image build -t aaa:latest -f inner/Dockerfile ./testdata/image-build/test-f -p image-719000: (2.5471239s)
--- PASS: TestImageBuild/serial/BuildWithSpecifiedDockerfile (2.55s)

                                                
                                    
x
+
TestIngressAddonLegacy/StartLegacyK8sCluster (142.51s)

                                                
                                                
=== RUN   TestIngressAddonLegacy/StartLegacyK8sCluster
ingress_addon_legacy_test.go:39: (dbg) Run:  out/minikube-windows-amd64.exe start -p ingress-addon-legacy-260300 --kubernetes-version=v1.18.20 --memory=4096 --wait=true --alsologtostderr -v=5 --driver=docker
E1218 23:04:51.028096    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:04:51.042442    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:04:51.058116    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:04:51.089243    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:04:51.135777    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:04:51.229485    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:04:51.399542    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:04:51.730064    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:04:52.384856    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:04:53.679231    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:04:56.250559    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
ingress_addon_legacy_test.go:39: (dbg) Done: out/minikube-windows-amd64.exe start -p ingress-addon-legacy-260300 --kubernetes-version=v1.18.20 --memory=4096 --wait=true --alsologtostderr -v=5 --driver=docker: (2m22.5108672s)
--- PASS: TestIngressAddonLegacy/StartLegacyK8sCluster (142.51s)

                                                
                                    
x
+
TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (33.92s)

                                                
                                                
=== RUN   TestIngressAddonLegacy/serial/ValidateIngressAddonActivation
ingress_addon_legacy_test.go:70: (dbg) Run:  out/minikube-windows-amd64.exe -p ingress-addon-legacy-260300 addons enable ingress --alsologtostderr -v=5
E1218 23:05:01.372388    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:05:11.623181    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
ingress_addon_legacy_test.go:70: (dbg) Done: out/minikube-windows-amd64.exe -p ingress-addon-legacy-260300 addons enable ingress --alsologtostderr -v=5: (33.9208766s)
--- PASS: TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (33.92s)

                                                
                                    
x
+
TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation (1.89s)

                                                
                                                
=== RUN   TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation
ingress_addon_legacy_test.go:79: (dbg) Run:  out/minikube-windows-amd64.exe -p ingress-addon-legacy-260300 addons enable ingress-dns --alsologtostderr -v=5
E1218 23:05:32.114231    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
ingress_addon_legacy_test.go:79: (dbg) Done: out/minikube-windows-amd64.exe -p ingress-addon-legacy-260300 addons enable ingress-dns --alsologtostderr -v=5: (1.8935887s)
--- PASS: TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation (1.89s)

                                                
                                    
x
+
TestJSONOutput/start/Command (97.07s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-windows-amd64.exe start -p json-output-568300 --output=json --user=testUser --memory=2200 --wait=true --driver=docker
E1218 23:07:01.780449    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 23:07:35.011068    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
json_output_test.go:63: (dbg) Done: out/minikube-windows-amd64.exe start -p json-output-568300 --output=json --user=testUser --memory=2200 --wait=true --driver=docker: (1m37.0641997s)
--- PASS: TestJSONOutput/start/Command (97.07s)

                                                
                                    
x
+
TestJSONOutput/start/Audit (0s)

                                                
                                                
=== RUN   TestJSONOutput/start/Audit
--- PASS: TestJSONOutput/start/Audit (0.00s)

                                                
                                    
x
+
TestJSONOutput/start/parallel/DistinctCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/start/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/start/parallel/DistinctCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/start/parallel/DistinctCurrentSteps
--- PASS: TestJSONOutput/start/parallel/DistinctCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/start/parallel/IncreasingCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/start/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/start/parallel/IncreasingCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/start/parallel/IncreasingCurrentSteps
--- PASS: TestJSONOutput/start/parallel/IncreasingCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/pause/Command (1.83s)

                                                
                                                
=== RUN   TestJSONOutput/pause/Command
json_output_test.go:63: (dbg) Run:  out/minikube-windows-amd64.exe pause -p json-output-568300 --output=json --user=testUser
json_output_test.go:63: (dbg) Done: out/minikube-windows-amd64.exe pause -p json-output-568300 --output=json --user=testUser: (1.8320104s)
--- PASS: TestJSONOutput/pause/Command (1.83s)

                                                
                                    
x
+
TestJSONOutput/pause/Audit (0s)

                                                
                                                
=== RUN   TestJSONOutput/pause/Audit
--- PASS: TestJSONOutput/pause/Audit (0.00s)

                                                
                                    
x
+
TestJSONOutput/pause/parallel/DistinctCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/pause/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/pause/parallel/DistinctCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/pause/parallel/DistinctCurrentSteps
--- PASS: TestJSONOutput/pause/parallel/DistinctCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/pause/parallel/IncreasingCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/pause/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/pause/parallel/IncreasingCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/pause/parallel/IncreasingCurrentSteps
--- PASS: TestJSONOutput/pause/parallel/IncreasingCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/unpause/Command (1.62s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/Command
json_output_test.go:63: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p json-output-568300 --output=json --user=testUser
json_output_test.go:63: (dbg) Done: out/minikube-windows-amd64.exe unpause -p json-output-568300 --output=json --user=testUser: (1.6236737s)
--- PASS: TestJSONOutput/unpause/Command (1.62s)

                                                
                                    
x
+
TestJSONOutput/unpause/Audit (0s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/Audit
--- PASS: TestJSONOutput/unpause/Audit (0.00s)

                                                
                                    
x
+
TestJSONOutput/unpause/parallel/DistinctCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/unpause/parallel/DistinctCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/unpause/parallel/DistinctCurrentSteps
--- PASS: TestJSONOutput/unpause/parallel/DistinctCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/unpause/parallel/IncreasingCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/unpause/parallel/IncreasingCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/unpause/parallel/IncreasingCurrentSteps
--- PASS: TestJSONOutput/unpause/parallel/IncreasingCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/stop/Command (7.89s)

                                                
                                                
=== RUN   TestJSONOutput/stop/Command
json_output_test.go:63: (dbg) Run:  out/minikube-windows-amd64.exe stop -p json-output-568300 --output=json --user=testUser
json_output_test.go:63: (dbg) Done: out/minikube-windows-amd64.exe stop -p json-output-568300 --output=json --user=testUser: (7.8847999s)
--- PASS: TestJSONOutput/stop/Command (7.89s)

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

                                                
                                                
=== RUN   TestJSONOutput/stop/Audit
--- PASS: TestJSONOutput/stop/Audit (0.00s)

                                                
                                    
x
+
TestJSONOutput/stop/parallel/DistinctCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/stop/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/stop/parallel/DistinctCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/stop/parallel/DistinctCurrentSteps
--- PASS: TestJSONOutput/stop/parallel/DistinctCurrentSteps (0.00s)

                                                
                                    
x
+
TestJSONOutput/stop/parallel/IncreasingCurrentSteps (0s)

                                                
                                                
=== RUN   TestJSONOutput/stop/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/stop/parallel/IncreasingCurrentSteps

                                                
                                                

                                                
                                                
=== CONT  TestJSONOutput/stop/parallel/IncreasingCurrentSteps
--- PASS: TestJSONOutput/stop/parallel/IncreasingCurrentSteps (0.00s)

                                                
                                    
x
+
TestErrorJSONOutput (1.53s)

                                                
                                                
=== RUN   TestErrorJSONOutput
json_output_test.go:160: (dbg) Run:  out/minikube-windows-amd64.exe start -p json-output-error-923500 --memory=2200 --output=json --wait=true --driver=fail
json_output_test.go:160: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p json-output-error-923500 --memory=2200 --output=json --wait=true --driver=fail: exit status 56 (279.7446ms)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"645e1435-2301-432e-8451-7348c126a879","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-923500] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"9e398e1f-578c-4636-afe0-91cfc70b9afe","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=C:\\Users\\jenkins.minikube2\\minikube-integration\\kubeconfig"}}
	{"specversion":"1.0","id":"09df918d-ebfe-4086-9897-c4480990eda4","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"4814f08d-f044-4dcb-818c-b983df713f16","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=C:\\Users\\jenkins.minikube2\\minikube-integration\\.minikube"}}
	{"specversion":"1.0","id":"6a946b95-73d0-4ff1-99ea-1842e125939e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=17822"}}
	{"specversion":"1.0","id":"450cd4ad-a2bf-4bed-91c6-c59ae23094e0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true"}}
	{"specversion":"1.0","id":"15da4a53-3d4f-43e5-b110-6c2f84536d15","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"","exitcode":"56","issues":"","message":"The driver 'fail' is not supported on windows/amd64","name":"DRV_UNSUPPORTED_OS","url":""}}

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:08:15.751024   13784 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
helpers_test.go:175: Cleaning up "json-output-error-923500" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p json-output-error-923500
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p json-output-error-923500: (1.2523977s)
--- PASS: TestErrorJSONOutput (1.53s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (76.61s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-windows-amd64.exe start -p docker-network-319600 --network=
E1218 23:08:25.014600    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
kic_custom_network_test.go:57: (dbg) Done: out/minikube-windows-amd64.exe start -p docker-network-319600 --network=: (1m11.0051681s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-319600" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p docker-network-319600
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p docker-network-319600: (5.4131916s)
--- PASS: TestKicCustomNetwork/create_custom_network (76.61s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (74.42s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-windows-amd64.exe start -p docker-network-621100 --network=bridge
E1218 23:09:51.036314    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:10:18.855237    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:10:32.303739    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:10:32.318888    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:10:32.334513    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:10:32.366659    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:10:32.417315    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:10:32.508011    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:10:32.681384    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:10:33.012877    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:10:33.661910    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:10:34.944726    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:10:37.513677    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:10:42.638436    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
kic_custom_network_test.go:57: (dbg) Done: out/minikube-windows-amd64.exe start -p docker-network-621100 --network=bridge: (1m9.8439482s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-621100" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p docker-network-621100
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p docker-network-621100: (4.3774831s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (74.42s)

                                                
                                    
x
+
TestKicExistingNetwork (77.48s)

                                                
                                                
=== RUN   TestKicExistingNetwork
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
kic_custom_network_test.go:93: (dbg) Run:  out/minikube-windows-amd64.exe start -p existing-network-484800 --network=existing-network
E1218 23:10:52.879646    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:11:13.364081    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:11:54.330733    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
kic_custom_network_test.go:93: (dbg) Done: out/minikube-windows-amd64.exe start -p existing-network-484800 --network=existing-network: (1m11.2444389s)
helpers_test.go:175: Cleaning up "existing-network-484800" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p existing-network-484800
E1218 23:12:01.784672    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p existing-network-484800: (4.9594693s)
--- PASS: TestKicExistingNetwork (77.48s)

                                                
                                    
x
+
TestKicCustomSubnet (79.75s)

                                                
                                                
=== RUN   TestKicCustomSubnet
kic_custom_network_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p custom-subnet-158500 --subnet=192.168.60.0/24
E1218 23:13:16.256306    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
kic_custom_network_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p custom-subnet-158500 --subnet=192.168.60.0/24: (1m13.7809116s)
kic_custom_network_test.go:161: (dbg) Run:  docker network inspect custom-subnet-158500 --format "{{(index .IPAM.Config 0).Subnet}}"
helpers_test.go:175: Cleaning up "custom-subnet-158500" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p custom-subnet-158500
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p custom-subnet-158500: (5.7680016s)
--- PASS: TestKicCustomSubnet (79.75s)

                                                
                                    
x
+
TestKicStaticIP (80.79s)

                                                
                                                
=== RUN   TestKicStaticIP
kic_custom_network_test.go:132: (dbg) Run:  out/minikube-windows-amd64.exe start -p static-ip-401800 --static-ip=192.168.200.200
kic_custom_network_test.go:132: (dbg) Done: out/minikube-windows-amd64.exe start -p static-ip-401800 --static-ip=192.168.200.200: (1m14.8287658s)
kic_custom_network_test.go:138: (dbg) Run:  out/minikube-windows-amd64.exe -p static-ip-401800 ip
helpers_test.go:175: Cleaning up "static-ip-401800" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p static-ip-401800
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p static-ip-401800: (5.2158701s)
--- PASS: TestKicStaticIP (80.79s)

                                                
                                    
x
+
TestMainNoArgs (0.28s)

                                                
                                                
=== RUN   TestMainNoArgs
main_test.go:68: (dbg) Run:  out/minikube-windows-amd64.exe
--- PASS: TestMainNoArgs (0.28s)

                                                
                                    
x
+
TestMinikubeProfile (153.19s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-windows-amd64.exe start -p first-279700 --driver=docker
E1218 23:14:51.036160    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:15:32.306963    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
minikube_profile_test.go:44: (dbg) Done: out/minikube-windows-amd64.exe start -p first-279700 --driver=docker: (1m10.5307861s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-windows-amd64.exe start -p second-279700 --driver=docker
E1218 23:16:00.112171    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
minikube_profile_test.go:44: (dbg) Done: out/minikube-windows-amd64.exe start -p second-279700 --driver=docker: (1m4.6666329s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-windows-amd64.exe profile first-279700
E1218 23:17:01.786717    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
minikube_profile_test.go:55: (dbg) Run:  out/minikube-windows-amd64.exe profile list -ojson
minikube_profile_test.go:55: (dbg) Done: out/minikube-windows-amd64.exe profile list -ojson: (2.3796248s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-windows-amd64.exe profile second-279700
minikube_profile_test.go:55: (dbg) Run:  out/minikube-windows-amd64.exe profile list -ojson
minikube_profile_test.go:55: (dbg) Done: out/minikube-windows-amd64.exe profile list -ojson: (2.4174414s)
helpers_test.go:175: Cleaning up "second-279700" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p second-279700
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p second-279700: (6.0804634s)
helpers_test.go:175: Cleaning up "first-279700" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p first-279700
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p first-279700: (6.0989737s)
--- PASS: TestMinikubeProfile (153.19s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (21.48s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountFirst
mount_start_test.go:98: (dbg) Run:  out/minikube-windows-amd64.exe start -p mount-start-1-996200 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker
mount_start_test.go:98: (dbg) Done: out/minikube-windows-amd64.exe start -p mount-start-1-996200 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker: (20.4728434s)
--- PASS: TestMountStart/serial/StartWithMountFirst (21.48s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (1.31s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountFirst
mount_start_test.go:114: (dbg) Run:  out/minikube-windows-amd64.exe -p mount-start-1-996200 ssh -- ls /minikube-host
mount_start_test.go:114: (dbg) Done: out/minikube-windows-amd64.exe -p mount-start-1-996200 ssh -- ls /minikube-host: (1.3104847s)
--- PASS: TestMountStart/serial/VerifyMountFirst (1.31s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (21s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountSecond
mount_start_test.go:98: (dbg) Run:  out/minikube-windows-amd64.exe start -p mount-start-2-996200 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker
mount_start_test.go:98: (dbg) Done: out/minikube-windows-amd64.exe start -p mount-start-2-996200 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker: (19.9996643s)
--- PASS: TestMountStart/serial/StartWithMountSecond (21.00s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (1.37s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountSecond
mount_start_test.go:114: (dbg) Run:  out/minikube-windows-amd64.exe -p mount-start-2-996200 ssh -- ls /minikube-host
mount_start_test.go:114: (dbg) Done: out/minikube-windows-amd64.exe -p mount-start-2-996200 ssh -- ls /minikube-host: (1.3721266s)
--- PASS: TestMountStart/serial/VerifyMountSecond (1.37s)

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (4.55s)

                                                
                                                
=== RUN   TestMountStart/serial/DeleteFirst
pause_test.go:132: (dbg) Run:  out/minikube-windows-amd64.exe delete -p mount-start-1-996200 --alsologtostderr -v=5
pause_test.go:132: (dbg) Done: out/minikube-windows-amd64.exe delete -p mount-start-1-996200 --alsologtostderr -v=5: (4.5473619s)
--- PASS: TestMountStart/serial/DeleteFirst (4.55s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (1.36s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountPostDelete
mount_start_test.go:114: (dbg) Run:  out/minikube-windows-amd64.exe -p mount-start-2-996200 ssh -- ls /minikube-host
mount_start_test.go:114: (dbg) Done: out/minikube-windows-amd64.exe -p mount-start-2-996200 ssh -- ls /minikube-host: (1.3585964s)
--- PASS: TestMountStart/serial/VerifyMountPostDelete (1.36s)

                                                
                                    
x
+
TestMountStart/serial/Stop (2.8s)

                                                
                                                
=== RUN   TestMountStart/serial/Stop
mount_start_test.go:155: (dbg) Run:  out/minikube-windows-amd64.exe stop -p mount-start-2-996200
mount_start_test.go:155: (dbg) Done: out/minikube-windows-amd64.exe stop -p mount-start-2-996200: (2.8024917s)
--- PASS: TestMountStart/serial/Stop (2.80s)

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (14.4s)

                                                
                                                
=== RUN   TestMountStart/serial/RestartStopped
mount_start_test.go:166: (dbg) Run:  out/minikube-windows-amd64.exe start -p mount-start-2-996200
mount_start_test.go:166: (dbg) Done: out/minikube-windows-amd64.exe start -p mount-start-2-996200: (13.3978385s)
--- PASS: TestMountStart/serial/RestartStopped (14.40s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (1.29s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountPostStop
mount_start_test.go:114: (dbg) Run:  out/minikube-windows-amd64.exe -p mount-start-2-996200 ssh -- ls /minikube-host
mount_start_test.go:114: (dbg) Done: out/minikube-windows-amd64.exe -p mount-start-2-996200 ssh -- ls /minikube-host: (1.2890909s)
--- PASS: TestMountStart/serial/VerifyMountPostStop (1.29s)

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (148.31s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:86: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-368600 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker
E1218 23:19:51.043927    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:20:32.296876    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
multinode_test.go:86: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-368600 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker: (2m25.7206518s)
multinode_test.go:92: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 status --alsologtostderr
multinode_test.go:92: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 status --alsologtostderr: (2.5842883s)
--- PASS: TestMultiNode/serial/FreshStart2Nodes (148.31s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (25.81s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeployApp2Nodes
multinode_test.go:509: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- apply -f ./testdata/multinodes/multinode-pod-dns-test.yaml
multinode_test.go:514: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- rollout status deployment/busybox
E1218 23:21:14.232929    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
multinode_test.go:514: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- rollout status deployment/busybox: (16.1783229s)
multinode_test.go:521: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:544: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:552: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- exec busybox-5bc68d56bd-2748t -- nslookup kubernetes.io
multinode_test.go:552: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- exec busybox-5bc68d56bd-2748t -- nslookup kubernetes.io: (3.7130119s)
multinode_test.go:552: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- exec busybox-5bc68d56bd-lvw24 -- nslookup kubernetes.io
multinode_test.go:552: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- exec busybox-5bc68d56bd-lvw24 -- nslookup kubernetes.io: (1.6147126s)
multinode_test.go:562: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- exec busybox-5bc68d56bd-2748t -- nslookup kubernetes.default
multinode_test.go:562: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- exec busybox-5bc68d56bd-lvw24 -- nslookup kubernetes.default
multinode_test.go:570: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- exec busybox-5bc68d56bd-2748t -- nslookup kubernetes.default.svc.cluster.local
multinode_test.go:570: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- exec busybox-5bc68d56bd-lvw24 -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiNode/serial/DeployApp2Nodes (25.81s)

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (2.73s)

                                                
                                                
=== RUN   TestMultiNode/serial/PingHostFrom2Pods
multinode_test.go:580: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:588: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- exec busybox-5bc68d56bd-2748t -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
multinode_test.go:599: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- exec busybox-5bc68d56bd-2748t -- sh -c "ping -c 1 192.168.65.254"
multinode_test.go:588: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- exec busybox-5bc68d56bd-lvw24 -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
multinode_test.go:599: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-368600 -- exec busybox-5bc68d56bd-lvw24 -- sh -c "ping -c 1 192.168.65.254"
--- PASS: TestMultiNode/serial/PingHostFrom2Pods (2.73s)

                                                
                                    
x
+
TestMultiNode/serial/AddNode (53.45s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:111: (dbg) Run:  out/minikube-windows-amd64.exe node add -p multinode-368600 -v 3 --alsologtostderr
E1218 23:22:01.794643    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
multinode_test.go:111: (dbg) Done: out/minikube-windows-amd64.exe node add -p multinode-368600 -v 3 --alsologtostderr: (50.0979382s)
multinode_test.go:117: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 status --alsologtostderr
multinode_test.go:117: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 status --alsologtostderr: (3.3505569s)
--- PASS: TestMultiNode/serial/AddNode (53.45s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.24s)

                                                
                                                
=== RUN   TestMultiNode/serial/MultiNodeLabels
multinode_test.go:211: (dbg) Run:  kubectl --context multinode-368600 get nodes -o "jsonpath=[{range .items[*]}{.metadata.labels},{end}]"
--- PASS: TestMultiNode/serial/MultiNodeLabels (0.24s)

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (1.46s)

                                                
                                                
=== RUN   TestMultiNode/serial/ProfileList
multinode_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output json
multinode_test.go:133: (dbg) Done: out/minikube-windows-amd64.exe profile list --output json: (1.4613913s)
--- PASS: TestMultiNode/serial/ProfileList (1.46s)

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (46.71s)

                                                
                                                
=== RUN   TestMultiNode/serial/CopyFile
multinode_test.go:174: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 status --output json --alsologtostderr
multinode_test.go:174: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 status --output json --alsologtostderr: (3.3140051s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 cp testdata\cp-test.txt multinode-368600:/home/docker/cp-test.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 cp testdata\cp-test.txt multinode-368600:/home/docker/cp-test.txt: (1.3529974s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600 "sudo cat /home/docker/cp-test.txt": (1.3360654s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600:/home/docker/cp-test.txt C:\Users\jenkins.minikube2\AppData\Local\Temp\TestMultiNodeserialCopyFile3980635646\001\cp-test_multinode-368600.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600:/home/docker/cp-test.txt C:\Users\jenkins.minikube2\AppData\Local\Temp\TestMultiNodeserialCopyFile3980635646\001\cp-test_multinode-368600.txt: (1.3520545s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600 "sudo cat /home/docker/cp-test.txt": (1.2584296s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600:/home/docker/cp-test.txt multinode-368600-m02:/home/docker/cp-test_multinode-368600_multinode-368600-m02.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600:/home/docker/cp-test.txt multinode-368600-m02:/home/docker/cp-test_multinode-368600_multinode-368600-m02.txt: (1.9566211s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600 "sudo cat /home/docker/cp-test.txt": (1.3440345s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m02 "sudo cat /home/docker/cp-test_multinode-368600_multinode-368600-m02.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m02 "sudo cat /home/docker/cp-test_multinode-368600_multinode-368600-m02.txt": (1.3659564s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600:/home/docker/cp-test.txt multinode-368600-m03:/home/docker/cp-test_multinode-368600_multinode-368600-m03.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600:/home/docker/cp-test.txt multinode-368600-m03:/home/docker/cp-test_multinode-368600_multinode-368600-m03.txt: (1.973543s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600 "sudo cat /home/docker/cp-test.txt": (1.370281s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m03 "sudo cat /home/docker/cp-test_multinode-368600_multinode-368600-m03.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m03 "sudo cat /home/docker/cp-test_multinode-368600_multinode-368600-m03.txt": (1.3387084s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 cp testdata\cp-test.txt multinode-368600-m02:/home/docker/cp-test.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 cp testdata\cp-test.txt multinode-368600-m02:/home/docker/cp-test.txt: (1.2948931s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m02 "sudo cat /home/docker/cp-test.txt": (1.3333333s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600-m02:/home/docker/cp-test.txt C:\Users\jenkins.minikube2\AppData\Local\Temp\TestMultiNodeserialCopyFile3980635646\001\cp-test_multinode-368600-m02.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600-m02:/home/docker/cp-test.txt C:\Users\jenkins.minikube2\AppData\Local\Temp\TestMultiNodeserialCopyFile3980635646\001\cp-test_multinode-368600-m02.txt: (1.3429994s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m02 "sudo cat /home/docker/cp-test.txt": (1.2712956s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600-m02:/home/docker/cp-test.txt multinode-368600:/home/docker/cp-test_multinode-368600-m02_multinode-368600.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600-m02:/home/docker/cp-test.txt multinode-368600:/home/docker/cp-test_multinode-368600-m02_multinode-368600.txt: (1.8776161s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m02 "sudo cat /home/docker/cp-test.txt": (1.3141606s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600 "sudo cat /home/docker/cp-test_multinode-368600-m02_multinode-368600.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600 "sudo cat /home/docker/cp-test_multinode-368600-m02_multinode-368600.txt": (1.3042011s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600-m02:/home/docker/cp-test.txt multinode-368600-m03:/home/docker/cp-test_multinode-368600-m02_multinode-368600-m03.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600-m02:/home/docker/cp-test.txt multinode-368600-m03:/home/docker/cp-test_multinode-368600-m02_multinode-368600-m03.txt: (1.9338004s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m02 "sudo cat /home/docker/cp-test.txt": (1.3603257s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m03 "sudo cat /home/docker/cp-test_multinode-368600-m02_multinode-368600-m03.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m03 "sudo cat /home/docker/cp-test_multinode-368600-m02_multinode-368600-m03.txt": (1.3256754s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 cp testdata\cp-test.txt multinode-368600-m03:/home/docker/cp-test.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 cp testdata\cp-test.txt multinode-368600-m03:/home/docker/cp-test.txt: (1.3174164s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m03 "sudo cat /home/docker/cp-test.txt": (1.3166308s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600-m03:/home/docker/cp-test.txt C:\Users\jenkins.minikube2\AppData\Local\Temp\TestMultiNodeserialCopyFile3980635646\001\cp-test_multinode-368600-m03.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600-m03:/home/docker/cp-test.txt C:\Users\jenkins.minikube2\AppData\Local\Temp\TestMultiNodeserialCopyFile3980635646\001\cp-test_multinode-368600-m03.txt: (1.3383579s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m03 "sudo cat /home/docker/cp-test.txt": (1.3654367s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600-m03:/home/docker/cp-test.txt multinode-368600:/home/docker/cp-test_multinode-368600-m03_multinode-368600.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600-m03:/home/docker/cp-test.txt multinode-368600:/home/docker/cp-test_multinode-368600-m03_multinode-368600.txt: (1.9047914s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m03 "sudo cat /home/docker/cp-test.txt": (1.3541605s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600 "sudo cat /home/docker/cp-test_multinode-368600-m03_multinode-368600.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600 "sudo cat /home/docker/cp-test_multinode-368600-m03_multinode-368600.txt": (1.2832489s)
helpers_test.go:556: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600-m03:/home/docker/cp-test.txt multinode-368600-m02:/home/docker/cp-test_multinode-368600-m03_multinode-368600-m02.txt
helpers_test.go:556: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 cp multinode-368600-m03:/home/docker/cp-test.txt multinode-368600-m02:/home/docker/cp-test_multinode-368600-m03_multinode-368600-m02.txt: (1.8977217s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m03 "sudo cat /home/docker/cp-test.txt": (1.3212139s)
helpers_test.go:534: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m02 "sudo cat /home/docker/cp-test_multinode-368600-m03_multinode-368600-m02.txt"
helpers_test.go:534: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 ssh -n multinode-368600-m02 "sudo cat /home/docker/cp-test_multinode-368600-m03_multinode-368600-m02.txt": (1.283201s)
--- PASS: TestMultiNode/serial/CopyFile (46.71s)

                                                
                                    
x
+
TestMultiNode/serial/StopNode (7.44s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopNode
multinode_test.go:238: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 node stop m03
multinode_test.go:238: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 node stop m03: (2.3199523s)
multinode_test.go:244: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 status
multinode_test.go:244: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p multinode-368600 status: exit status 7 (2.5412814s)

                                                
                                                
-- stdout --
	multinode-368600
	type: Control Plane
	host: Running
	kubelet: Running
	apiserver: Running
	kubeconfig: Configured
	
	multinode-368600-m02
	type: Worker
	host: Running
	kubelet: Running
	
	multinode-368600-m03
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:23:16.295784    5644 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
multinode_test.go:251: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 status --alsologtostderr
multinode_test.go:251: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p multinode-368600 status --alsologtostderr: exit status 7 (2.5795283s)

                                                
                                                
-- stdout --
	multinode-368600
	type: Control Plane
	host: Running
	kubelet: Running
	apiserver: Running
	kubeconfig: Configured
	
	multinode-368600-m02
	type: Worker
	host: Running
	kubelet: Running
	
	multinode-368600-m03
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:23:18.835674    4136 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	I1218 23:23:18.939076    4136 out.go:296] Setting OutFile to fd 1536 ...
	I1218 23:23:18.939985    4136 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I1218 23:23:18.940059    4136 out.go:309] Setting ErrFile to fd 1656...
	I1218 23:23:18.940059    4136 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I1218 23:23:18.953791    4136 out.go:303] Setting JSON to false
	I1218 23:23:18.953791    4136 mustload.go:65] Loading cluster: multinode-368600
	I1218 23:23:18.953791    4136 notify.go:220] Checking for updates...
	I1218 23:23:18.956036    4136 config.go:182] Loaded profile config "multinode-368600": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
	I1218 23:23:18.956036    4136 status.go:255] checking status of multinode-368600 ...
	I1218 23:23:18.973540    4136 cli_runner.go:164] Run: docker container inspect multinode-368600 --format={{.State.Status}}
	I1218 23:23:19.162348    4136 status.go:330] multinode-368600 host status = "Running" (err=<nil>)
	I1218 23:23:19.162430    4136 host.go:66] Checking if "multinode-368600" exists ...
	I1218 23:23:19.171622    4136 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-368600
	I1218 23:23:19.402514    4136 host.go:66] Checking if "multinode-368600" exists ...
	I1218 23:23:19.414958    4136 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1218 23:23:19.424631    4136 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-368600
	I1218 23:23:19.624252    4136 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:62342 SSHKeyPath:C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\multinode-368600\id_rsa Username:docker}
	I1218 23:23:19.764514    4136 ssh_runner.go:195] Run: systemctl --version
	I1218 23:23:19.792174    4136 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1218 23:23:19.825984    4136 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" multinode-368600
	I1218 23:23:20.034630    4136 kubeconfig.go:92] found "multinode-368600" server: "https://127.0.0.1:62341"
	I1218 23:23:20.034713    4136 api_server.go:166] Checking apiserver status ...
	I1218 23:23:20.045443    4136 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1218 23:23:20.089111    4136 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2326/cgroup
	I1218 23:23:20.113987    4136 api_server.go:182] apiserver freezer: "7:freezer:/docker/aedd57f7a349f7956580cc7424f6d740abc71dc89b132d5118df7815acbcc879/kubepods/burstable/pod74a8979d85fe230c0e5f36acaa42ac20/4b22d9fd31eaa397e05570769246f9bf47212ffb57c1832f71c360f7bca6a004"
	I1218 23:23:20.127864    4136 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/aedd57f7a349f7956580cc7424f6d740abc71dc89b132d5118df7815acbcc879/kubepods/burstable/pod74a8979d85fe230c0e5f36acaa42ac20/4b22d9fd31eaa397e05570769246f9bf47212ffb57c1832f71c360f7bca6a004/freezer.state
	I1218 23:23:20.148506    4136 api_server.go:204] freezer state: "THAWED"
	I1218 23:23:20.148506    4136 api_server.go:253] Checking apiserver healthz at https://127.0.0.1:62341/healthz ...
	I1218 23:23:20.169370    4136 api_server.go:279] https://127.0.0.1:62341/healthz returned 200:
	ok
	I1218 23:23:20.169370    4136 status.go:421] multinode-368600 apiserver status = Running (err=<nil>)
	I1218 23:23:20.169370    4136 status.go:257] multinode-368600 status: &{Name:multinode-368600 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1218 23:23:20.169370    4136 status.go:255] checking status of multinode-368600-m02 ...
	I1218 23:23:20.186903    4136 cli_runner.go:164] Run: docker container inspect multinode-368600-m02 --format={{.State.Status}}
	I1218 23:23:20.393455    4136 status.go:330] multinode-368600-m02 host status = "Running" (err=<nil>)
	I1218 23:23:20.393555    4136 host.go:66] Checking if "multinode-368600-m02" exists ...
	I1218 23:23:20.402639    4136 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-368600-m02
	I1218 23:23:20.623975    4136 host.go:66] Checking if "multinode-368600-m02" exists ...
	I1218 23:23:20.634904    4136 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1218 23:23:20.645872    4136 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-368600-m02
	I1218 23:23:20.852139    4136 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:62418 SSHKeyPath:C:\Users\jenkins.minikube2\minikube-integration\.minikube\machines\multinode-368600-m02\id_rsa Username:docker}
	I1218 23:23:21.002934    4136 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1218 23:23:21.028725    4136 status.go:257] multinode-368600-m02 status: &{Name:multinode-368600-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I1218 23:23:21.028828    4136 status.go:255] checking status of multinode-368600-m03 ...
	I1218 23:23:21.047181    4136 cli_runner.go:164] Run: docker container inspect multinode-368600-m03 --format={{.State.Status}}
	I1218 23:23:21.243314    4136 status.go:330] multinode-368600-m03 host status = "Stopped" (err=<nil>)
	I1218 23:23:21.243644    4136 status.go:343] host is not running, skipping remaining checks
	I1218 23:23:21.243644    4136 status.go:257] multinode-368600-m03 status: &{Name:multinode-368600-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

                                                
                                                
** /stderr **
--- PASS: TestMultiNode/serial/StopNode (7.44s)

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (26.1s)

                                                
                                                
=== RUN   TestMultiNode/serial/StartAfterStop
multinode_test.go:272: (dbg) Run:  docker version -f {{.Server.Version}}
multinode_test.go:282: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 node start m03 --alsologtostderr
multinode_test.go:282: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 node start m03 --alsologtostderr: (22.2824738s)
multinode_test.go:289: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 status
multinode_test.go:289: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 status: (3.2964578s)
multinode_test.go:303: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiNode/serial/StartAfterStop (26.10s)

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (130.31s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe node list -p multinode-368600
multinode_test.go:318: (dbg) Run:  out/minikube-windows-amd64.exe stop -p multinode-368600
multinode_test.go:318: (dbg) Done: out/minikube-windows-amd64.exe stop -p multinode-368600: (26.303362s)
multinode_test.go:323: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-368600 --wait=true -v=8 --alsologtostderr
E1218 23:24:51.041529    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:25:05.026495    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 23:25:32.312886    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
multinode_test.go:323: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-368600 --wait=true -v=8 --alsologtostderr: (1m43.4966318s)
multinode_test.go:328: (dbg) Run:  out/minikube-windows-amd64.exe node list -p multinode-368600
--- PASS: TestMultiNode/serial/RestartKeepsNodes (130.31s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (12.62s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeleteNode
multinode_test.go:422: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 node delete m03
multinode_test.go:422: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 node delete m03: (9.3735287s)
multinode_test.go:428: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 status --alsologtostderr
multinode_test.go:428: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 status --alsologtostderr: (2.3719163s)
multinode_test.go:442: (dbg) Run:  docker volume ls
multinode_test.go:452: (dbg) Run:  kubectl get nodes
multinode_test.go:460: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/DeleteNode (12.62s)

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (25.77s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopMultiNode
multinode_test.go:342: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 stop
multinode_test.go:342: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 stop: (24.2936809s)
multinode_test.go:348: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 status
multinode_test.go:348: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p multinode-368600 status: exit status 7 (699.3118ms)

                                                
                                                
-- stdout --
	multinode-368600
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	
	multinode-368600-m02
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:26:34.737286    5236 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
multinode_test.go:355: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 status --alsologtostderr
multinode_test.go:355: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p multinode-368600 status --alsologtostderr: exit status 7 (773.9958ms)

                                                
                                                
-- stdout --
	multinode-368600
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	
	multinode-368600-m02
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:26:35.484219    6712 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	I1218 23:26:35.582861    6712 out.go:296] Setting OutFile to fd 1136 ...
	I1218 23:26:35.583832    6712 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I1218 23:26:35.583832    6712 out.go:309] Setting ErrFile to fd 1228...
	I1218 23:26:35.583832    6712 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I1218 23:26:35.598361    6712 out.go:303] Setting JSON to false
	I1218 23:26:35.598361    6712 mustload.go:65] Loading cluster: multinode-368600
	I1218 23:26:35.598361    6712 notify.go:220] Checking for updates...
	I1218 23:26:35.599026    6712 config.go:182] Loaded profile config "multinode-368600": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
	I1218 23:26:35.599026    6712 status.go:255] checking status of multinode-368600 ...
	I1218 23:26:35.619906    6712 cli_runner.go:164] Run: docker container inspect multinode-368600 --format={{.State.Status}}
	I1218 23:26:35.833668    6712 status.go:330] multinode-368600 host status = "Stopped" (err=<nil>)
	I1218 23:26:35.833668    6712 status.go:343] host is not running, skipping remaining checks
	I1218 23:26:35.833842    6712 status.go:257] multinode-368600 status: &{Name:multinode-368600 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1218 23:26:35.833842    6712 status.go:255] checking status of multinode-368600-m02 ...
	I1218 23:26:35.850755    6712 cli_runner.go:164] Run: docker container inspect multinode-368600-m02 --format={{.State.Status}}
	I1218 23:26:36.077224    6712 status.go:330] multinode-368600-m02 host status = "Stopped" (err=<nil>)
	I1218 23:26:36.077224    6712 status.go:343] host is not running, skipping remaining checks
	I1218 23:26:36.077224    6712 status.go:257] multinode-368600-m02 status: &{Name:multinode-368600-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

                                                
                                                
** /stderr **
--- PASS: TestMultiNode/serial/StopMultiNode (25.77s)

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (107.5s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:372: (dbg) Run:  docker version -f {{.Server.Version}}
multinode_test.go:382: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-368600 --wait=true -v=8 --alsologtostderr --driver=docker
E1218 23:26:55.487822    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:27:01.790032    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
multinode_test.go:382: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-368600 --wait=true -v=8 --alsologtostderr --driver=docker: (1m44.2918202s)
multinode_test.go:388: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-368600 status --alsologtostderr
multinode_test.go:388: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-368600 status --alsologtostderr: (2.2809976s)
multinode_test.go:402: (dbg) Run:  kubectl get nodes
multinode_test.go:410: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/RestartMultiNode (107.50s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (73.56s)

                                                
                                                
=== RUN   TestMultiNode/serial/ValidateNameConflict
multinode_test.go:471: (dbg) Run:  out/minikube-windows-amd64.exe node list -p multinode-368600
multinode_test.go:480: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-368600-m02 --driver=docker
multinode_test.go:480: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p multinode-368600-m02 --driver=docker: exit status 14 (299.6862ms)

                                                
                                                
-- stdout --
	* [multinode-368600-m02] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	  - KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=17822
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:28:23.981219   10348 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	! Profile name 'multinode-368600-m02' is duplicated with machine name 'multinode-368600-m02' in profile 'multinode-368600'
	X Exiting due to MK_USAGE: Profile name should be unique

                                                
                                                
** /stderr **
multinode_test.go:488: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-368600-m03 --driver=docker
multinode_test.go:488: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-368600-m03 --driver=docker: (1m5.6670505s)
multinode_test.go:495: (dbg) Run:  out/minikube-windows-amd64.exe node add -p multinode-368600
multinode_test.go:495: (dbg) Non-zero exit: out/minikube-windows-amd64.exe node add -p multinode-368600: exit status 80 (1.500682s)

                                                
                                                
-- stdout --
	* Adding node m03 to cluster multinode-368600
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:29:29.949628   10948 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	X Exiting due to GUEST_NODE_ADD: failed to add node: Node multinode-368600-m03 already exists in multinode-368600-m03 profile
	* 
	╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                                                      │
	│    * 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.                             │
	│    * Please also attach the following file to the GitHub issue:                                                      │
	│    * - C:\Users\jenkins.minikube2\AppData\Local\Temp\minikube_node_e3f75f9fdd712fd5423563a6a11e787bf6359068_2.log    │
	│                                                                                                                      │
	╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
multinode_test.go:500: (dbg) Run:  out/minikube-windows-amd64.exe delete -p multinode-368600-m03
multinode_test.go:500: (dbg) Done: out/minikube-windows-amd64.exe delete -p multinode-368600-m03: (5.8416859s)
--- PASS: TestMultiNode/serial/ValidateNameConflict (73.56s)

                                                
                                    
x
+
TestPreload (206.15s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-windows-amd64.exe start -p test-preload-293100 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.24.4
E1218 23:29:51.043956    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:30:32.298291    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
preload_test.go:44: (dbg) Done: out/minikube-windows-amd64.exe start -p test-preload-293100 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.24.4: (1m55.0383404s)
preload_test.go:52: (dbg) Run:  out/minikube-windows-amd64.exe -p test-preload-293100 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-windows-amd64.exe -p test-preload-293100 image pull gcr.io/k8s-minikube/busybox: (2.2059121s)
preload_test.go:58: (dbg) Run:  out/minikube-windows-amd64.exe stop -p test-preload-293100
preload_test.go:58: (dbg) Done: out/minikube-windows-amd64.exe stop -p test-preload-293100: (12.4287209s)
preload_test.go:66: (dbg) Run:  out/minikube-windows-amd64.exe start -p test-preload-293100 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker
E1218 23:32:01.795473    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
preload_test.go:66: (dbg) Done: out/minikube-windows-amd64.exe start -p test-preload-293100 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker: (1m9.6876001s)
preload_test.go:71: (dbg) Run:  out/minikube-windows-amd64.exe -p test-preload-293100 image list
helpers_test.go:175: Cleaning up "test-preload-293100" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p test-preload-293100
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p test-preload-293100: (5.83621s)
--- PASS: TestPreload (206.15s)

                                                
                                    
x
+
TestScheduledStopWindows (137.38s)

                                                
                                                
=== RUN   TestScheduledStopWindows
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-windows-amd64.exe start -p scheduled-stop-896800 --memory=2048 --driver=docker
scheduled_stop_test.go:128: (dbg) Done: out/minikube-windows-amd64.exe start -p scheduled-stop-896800 --memory=2048 --driver=docker: (1m6.1077106s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-windows-amd64.exe stop -p scheduled-stop-896800 --schedule 5m
scheduled_stop_test.go:137: (dbg) Done: out/minikube-windows-amd64.exe stop -p scheduled-stop-896800 --schedule 5m: (1.4548873s)
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.TimeToStop}} -p scheduled-stop-896800 -n scheduled-stop-896800
scheduled_stop_test.go:191: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.TimeToStop}} -p scheduled-stop-896800 -n scheduled-stop-896800: (1.4200139s)
scheduled_stop_test.go:54: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p scheduled-stop-896800 -- sudo systemctl show minikube-scheduled-stop --no-page
scheduled_stop_test.go:54: (dbg) Done: out/minikube-windows-amd64.exe ssh -p scheduled-stop-896800 -- sudo systemctl show minikube-scheduled-stop --no-page: (1.3045855s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-windows-amd64.exe stop -p scheduled-stop-896800 --schedule 5s
scheduled_stop_test.go:137: (dbg) Done: out/minikube-windows-amd64.exe stop -p scheduled-stop-896800 --schedule 5s: (1.4904124s)
E1218 23:34:51.038789    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-windows-amd64.exe status -p scheduled-stop-896800
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status -p scheduled-stop-896800: exit status 7 (484.0492ms)

                                                
                                                
-- stdout --
	scheduled-stop-896800
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:35:25.842370   14332 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p scheduled-stop-896800 -n scheduled-stop-896800
scheduled_stop_test.go:176: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p scheduled-stop-896800 -n scheduled-stop-896800: exit status 7 (481.6851ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:35:26.326250    6408 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
scheduled_stop_test.go:176: status error: exit status 7 (may be ok)
helpers_test.go:175: Cleaning up "scheduled-stop-896800" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p scheduled-stop-896800
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p scheduled-stop-896800: (4.6232285s)
--- PASS: TestScheduledStopWindows (137.38s)

                                                
                                    
x
+
TestInsufficientStorage (48.52s)

                                                
                                                
=== RUN   TestInsufficientStorage
status_test.go:50: (dbg) Run:  out/minikube-windows-amd64.exe start -p insufficient-storage-813200 --memory=2048 --output=json --wait=true --driver=docker
E1218 23:35:32.309230    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
status_test.go:50: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p insufficient-storage-813200 --memory=2048 --output=json --wait=true --driver=docker: exit status 26 (41.0362128s)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"7b029378-3d6c-4b22-a884-4f36cc2df766","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-813200] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"700e86f0-666c-4acf-8a2a-d3149e4d62bd","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=C:\\Users\\jenkins.minikube2\\minikube-integration\\kubeconfig"}}
	{"specversion":"1.0","id":"9a836687-aa07-4b72-9a46-f7cec3cbaa78","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"58586811-c7ae-472b-980f-635e2f302876","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=C:\\Users\\jenkins.minikube2\\minikube-integration\\.minikube"}}
	{"specversion":"1.0","id":"46998da4-be13-49ee-a67b-c189dddce0b2","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=17822"}}
	{"specversion":"1.0","id":"433fcc9f-8b71-4380-a78e-da031ac91211","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true"}}
	{"specversion":"1.0","id":"eb45531c-4319-4f57-ac99-93e1245fa177","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_TEST_STORAGE_CAPACITY=100"}}
	{"specversion":"1.0","id":"63ab3a43-fcba-4899-b782-bc86d9ea6234","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_TEST_AVAILABLE_STORAGE=19"}}
	{"specversion":"1.0","id":"a0bbbb3a-7148-4d59-afff-2ba9dedb69e1","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"1","message":"Using the docker driver based on user configuration","name":"Selecting Driver","totalsteps":"19"}}
	{"specversion":"1.0","id":"549be89b-4931-4c7a-8120-c0b895fb3a25","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"Using Docker Desktop driver with root privileges"}}
	{"specversion":"1.0","id":"51a170b5-ddb6-4ead-ba81-f9d4c03dc094","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting control plane node insufficient-storage-813200 in cluster insufficient-storage-813200","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"4301a7d9-2440-40b5-a4f2-e6a9dbedbdca","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.42-1702920864-17822 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"9e165f75-67d5-4107-a9a1-5c8914bb8c9f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"8","message":"Creating docker container (CPUs=2, Memory=2048MB) ...","name":"Creating Container","totalsteps":"19"}}
	{"specversion":"1.0","id":"58dd81bd-1bb1-49ab-ade1-46ca50eb8bd5","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"Try one or more of the following to free up space on the device:\n\t\n\t\t\t1. Run \"docker system prune\" to remove unused Docker data (optionally with \"-a\")\n\t\t\t2. Increase the storage allocated to Docker for Desktop by clicking on:\n\t\t\t\tDocker icon \u003e Preferences \u003e Resources \u003e Disk Image Size\n\t\t\t3. Run \"minikube ssh -- docker system prune\" if using the Docker container runtime","exitcode":"26","issues":"https://github.com/kubernetes/minikube/issues/9024","message":"Docker is out of disk space! (/var is at 100%% of capacity). You can pass '--force' to skip this check.","name":"RSRC_DOCKER_STORAGE","url":""}}

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:35:31.434689    1208 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
status_test.go:76: (dbg) Run:  out/minikube-windows-amd64.exe status -p insufficient-storage-813200 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status -p insufficient-storage-813200 --output=json --layout=cluster: exit status 7 (1.369312s)

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-813200","StatusCode":507,"StatusName":"InsufficientStorage","StatusDetail":"/var is almost out of disk space","Step":"Creating Container","StepDetail":"Creating docker container (CPUs=2, Memory=2048MB) ...","BinaryVersion":"v1.32.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":500,"StatusName":"Error"}},"Nodes":[{"Name":"insufficient-storage-813200","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:36:12.476940    2080 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	E1218 23:36:13.640406    2080 status.go:415] kubeconfig endpoint: extract IP: "insufficient-storage-813200" does not appear in C:\Users\jenkins.minikube2\minikube-integration\kubeconfig

                                                
                                                
** /stderr **
status_test.go:76: (dbg) Run:  out/minikube-windows-amd64.exe status -p insufficient-storage-813200 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status -p insufficient-storage-813200 --output=json --layout=cluster: exit status 7 (1.3454766s)

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-813200","StatusCode":507,"StatusName":"InsufficientStorage","StatusDetail":"/var is almost out of disk space","BinaryVersion":"v1.32.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":500,"StatusName":"Error"}},"Nodes":[{"Name":"insufficient-storage-813200","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:36:13.840918    6744 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	E1218 23:36:14.986173    6744 status.go:415] kubeconfig endpoint: extract IP: "insufficient-storage-813200" does not appear in C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	E1218 23:36:15.021514    6744 status.go:559] unable to read event log: stat: CreateFile C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\insufficient-storage-813200\events.json: The system cannot find the file specified.

                                                
                                                
** /stderr **
helpers_test.go:175: Cleaning up "insufficient-storage-813200" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p insufficient-storage-813200
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p insufficient-storage-813200: (4.7668595s)
--- PASS: TestInsufficientStorage (48.52s)

                                                
                                    
x
+
TestRunningBinaryUpgrade (292.33s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:133: (dbg) Run:  C:\Users\jenkins.minikube2\AppData\Local\Temp\minikube-v1.9.0.3328021504.exe start -p running-upgrade-206300 --memory=2200 --vm-driver=docker
E1218 23:41:45.040639    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 23:42:01.794342    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
version_upgrade_test.go:133: (dbg) Done: C:\Users\jenkins.minikube2\AppData\Local\Temp\minikube-v1.9.0.3328021504.exe start -p running-upgrade-206300 --memory=2200 --vm-driver=docker: (3m23.9904535s)
version_upgrade_test.go:143: (dbg) Run:  out/minikube-windows-amd64.exe start -p running-upgrade-206300 --memory=2200 --alsologtostderr -v=1 --driver=docker
E1218 23:44:51.043553    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
version_upgrade_test.go:143: (dbg) Done: out/minikube-windows-amd64.exe start -p running-upgrade-206300 --memory=2200 --alsologtostderr -v=1 --driver=docker: (1m20.9832088s)
helpers_test.go:175: Cleaning up "running-upgrade-206300" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p running-upgrade-206300
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p running-upgrade-206300: (6.5414393s)
--- PASS: TestRunningBinaryUpgrade (292.33s)

                                                
                                    
x
+
TestKubernetesUpgrade (317.81s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:235: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-020400 --memory=2200 --kubernetes-version=v1.16.0 --alsologtostderr -v=1 --driver=docker
E1218 23:39:51.046000    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:40:32.314786    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
version_upgrade_test.go:235: (dbg) Done: out/minikube-windows-amd64.exe start -p kubernetes-upgrade-020400 --memory=2200 --kubernetes-version=v1.16.0 --alsologtostderr -v=1 --driver=docker: (3m9.2583347s)
version_upgrade_test.go:240: (dbg) Run:  out/minikube-windows-amd64.exe stop -p kubernetes-upgrade-020400
version_upgrade_test.go:240: (dbg) Done: out/minikube-windows-amd64.exe stop -p kubernetes-upgrade-020400: (5.3270974s)
version_upgrade_test.go:245: (dbg) Run:  out/minikube-windows-amd64.exe -p kubernetes-upgrade-020400 status --format={{.Host}}
version_upgrade_test.go:245: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p kubernetes-upgrade-020400 status --format={{.Host}}: exit status 7 (557.6098ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:43:05.521769    1084 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
version_upgrade_test.go:247: status error: exit status 7 (may be ok)
version_upgrade_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-020400 --memory=2200 --kubernetes-version=v1.29.0-rc.2 --alsologtostderr -v=1 --driver=docker
version_upgrade_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe start -p kubernetes-upgrade-020400 --memory=2200 --kubernetes-version=v1.29.0-rc.2 --alsologtostderr -v=1 --driver=docker: (1m11.5074186s)
version_upgrade_test.go:261: (dbg) Run:  kubectl --context kubernetes-upgrade-020400 version --output=json
version_upgrade_test.go:280: Attempting to downgrade Kubernetes (should fail)
version_upgrade_test.go:282: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-020400 --memory=2200 --kubernetes-version=v1.16.0 --driver=docker
version_upgrade_test.go:282: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p kubernetes-upgrade-020400 --memory=2200 --kubernetes-version=v1.16.0 --driver=docker: exit status 106 (364.7832ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-020400] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	  - KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=17822
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:44:17.803123   10292 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	X Exiting due to K8S_DOWNGRADE_UNSUPPORTED: Unable to safely downgrade existing Kubernetes v1.29.0-rc.2 cluster to v1.16.0
	* Suggestion: 
	
	    1) Recreate the cluster with Kubernetes 1.16.0, by running:
	    
	    minikube delete -p kubernetes-upgrade-020400
	    minikube start -p kubernetes-upgrade-020400 --kubernetes-version=v1.16.0
	    
	    2) Create a second cluster with Kubernetes 1.16.0, by running:
	    
	    minikube start -p kubernetes-upgrade-0204002 --kubernetes-version=v1.16.0
	    
	    3) Use the existing cluster at version Kubernetes 1.29.0-rc.2, by running:
	    
	    minikube start -p kubernetes-upgrade-020400 --kubernetes-version=v1.29.0-rc.2
	    

                                                
                                                
** /stderr **
version_upgrade_test.go:286: Attempting restart after unsuccessful downgrade
version_upgrade_test.go:288: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-020400 --memory=2200 --kubernetes-version=v1.29.0-rc.2 --alsologtostderr -v=1 --driver=docker
version_upgrade_test.go:288: (dbg) Done: out/minikube-windows-amd64.exe start -p kubernetes-upgrade-020400 --memory=2200 --kubernetes-version=v1.29.0-rc.2 --alsologtostderr -v=1 --driver=docker: (42.6807842s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-020400" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p kubernetes-upgrade-020400
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p kubernetes-upgrade-020400: (7.8890557s)
--- PASS: TestKubernetesUpgrade (317.81s)

                                                
                                    
x
+
TestMissingContainerUpgrade (323.04s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:322: (dbg) Run:  C:\Users\jenkins.minikube2\AppData\Local\Temp\minikube-v1.9.0.330219771.exe start -p missing-upgrade-010400 --memory=2200 --driver=docker
version_upgrade_test.go:322: (dbg) Done: C:\Users\jenkins.minikube2\AppData\Local\Temp\minikube-v1.9.0.330219771.exe start -p missing-upgrade-010400 --memory=2200 --driver=docker: (3m36.2892493s)
version_upgrade_test.go:331: (dbg) Run:  docker stop missing-upgrade-010400
version_upgrade_test.go:331: (dbg) Done: docker stop missing-upgrade-010400: (4.1822509s)
version_upgrade_test.go:336: (dbg) Run:  docker rm missing-upgrade-010400
version_upgrade_test.go:342: (dbg) Run:  out/minikube-windows-amd64.exe start -p missing-upgrade-010400 --memory=2200 --alsologtostderr -v=1 --driver=docker
E1218 23:43:35.501592    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
version_upgrade_test.go:342: (dbg) Done: out/minikube-windows-amd64.exe start -p missing-upgrade-010400 --memory=2200 --alsologtostderr -v=1 --driver=docker: (1m32.9433086s)
helpers_test.go:175: Cleaning up "missing-upgrade-010400" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p missing-upgrade-010400
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p missing-upgrade-010400: (8.5090185s)
--- PASS: TestMissingContainerUpgrade (323.04s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.41s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoK8sWithVersion
no_kubernetes_test.go:83: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-661300 --no-kubernetes --kubernetes-version=1.20 --driver=docker
no_kubernetes_test.go:83: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p NoKubernetes-661300 --no-kubernetes --kubernetes-version=1.20 --driver=docker: exit status 14 (410.6746ms)

                                                
                                                
-- stdout --
	* [NoKubernetes-661300] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.3803 Build 19045.3803
	  - KUBECONFIG=C:\Users\jenkins.minikube2\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube2\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=17822
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:36:19.976622    4952 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	X Exiting due to MK_USAGE: cannot specify --kubernetes-version with --no-kubernetes,
	to unset a global config run:
	
	$ minikube config unset kubernetes-version

                                                
                                                
** /stderr **
--- PASS: TestNoKubernetes/serial/StartNoK8sWithVersion (0.41s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (102.07s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithK8s
no_kubernetes_test.go:95: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-661300 --driver=docker
E1218 23:37:01.798192    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
no_kubernetes_test.go:95: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-661300 --driver=docker: (1m40.5462686s)
no_kubernetes_test.go:200: (dbg) Run:  out/minikube-windows-amd64.exe -p NoKubernetes-661300 status -o json
no_kubernetes_test.go:200: (dbg) Done: out/minikube-windows-amd64.exe -p NoKubernetes-661300 status -o json: (1.5278107s)
--- PASS: TestNoKubernetes/serial/StartWithK8s (102.07s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (37.84s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithStopK8s
no_kubernetes_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-661300 --no-kubernetes --driver=docker
no_kubernetes_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-661300 --no-kubernetes --driver=docker: (30.9472842s)
no_kubernetes_test.go:200: (dbg) Run:  out/minikube-windows-amd64.exe -p NoKubernetes-661300 status -o json
no_kubernetes_test.go:200: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p NoKubernetes-661300 status -o json: exit status 2 (1.4540439s)

                                                
                                                
-- stdout --
	{"Name":"NoKubernetes-661300","Host":"Running","Kubelet":"Stopped","APIServer":"Stopped","Kubeconfig":"Configured","Worker":false}

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:38:33.397872   13032 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
no_kubernetes_test.go:124: (dbg) Run:  out/minikube-windows-amd64.exe delete -p NoKubernetes-661300
no_kubernetes_test.go:124: (dbg) Done: out/minikube-windows-amd64.exe delete -p NoKubernetes-661300: (5.4423257s)
--- PASS: TestNoKubernetes/serial/StartWithStopK8s (37.84s)

                                                
                                    
x
+
TestNoKubernetes/serial/Start (26.94s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Start
no_kubernetes_test.go:136: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-661300 --no-kubernetes --driver=docker
no_kubernetes_test.go:136: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-661300 --no-kubernetes --driver=docker: (26.9395195s)
--- PASS: TestNoKubernetes/serial/Start (26.94s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (1.36s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/VerifyK8sNotRunning
no_kubernetes_test.go:147: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p NoKubernetes-661300 "sudo systemctl is-active --quiet service kubelet"
no_kubernetes_test.go:147: (dbg) Non-zero exit: out/minikube-windows-amd64.exe ssh -p NoKubernetes-661300 "sudo systemctl is-active --quiet service kubelet": exit status 1 (1.360283s)

                                                
                                                
** stderr ** 
	W1218 23:39:07.235631    2908 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	ssh: Process exited with status 3

                                                
                                                
** /stderr **
--- PASS: TestNoKubernetes/serial/VerifyK8sNotRunning (1.36s)

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (10.12s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/ProfileList
no_kubernetes_test.go:169: (dbg) Run:  out/minikube-windows-amd64.exe profile list
no_kubernetes_test.go:169: (dbg) Done: out/minikube-windows-amd64.exe profile list: (6.7454853s)
no_kubernetes_test.go:179: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output=json
no_kubernetes_test.go:179: (dbg) Done: out/minikube-windows-amd64.exe profile list --output=json: (3.3761158s)
--- PASS: TestNoKubernetes/serial/ProfileList (10.12s)

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (2.73s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Stop
no_kubernetes_test.go:158: (dbg) Run:  out/minikube-windows-amd64.exe stop -p NoKubernetes-661300
no_kubernetes_test.go:158: (dbg) Done: out/minikube-windows-amd64.exe stop -p NoKubernetes-661300: (2.7292543s)
--- PASS: TestNoKubernetes/serial/Stop (2.73s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (14.35s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:191: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-661300 --driver=docker
no_kubernetes_test.go:191: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-661300 --driver=docker: (14.3549738s)
--- PASS: TestNoKubernetes/serial/StartNoArgs (14.35s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (1.37s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/VerifyK8sNotRunningSecond
no_kubernetes_test.go:147: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p NoKubernetes-661300 "sudo systemctl is-active --quiet service kubelet"
no_kubernetes_test.go:147: (dbg) Non-zero exit: out/minikube-windows-amd64.exe ssh -p NoKubernetes-661300 "sudo systemctl is-active --quiet service kubelet": exit status 1 (1.368388s)

                                                
                                                
** stderr ** 
	W1218 23:39:35.801636   12460 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
	ssh: Process exited with status 3

                                                
                                                
** /stderr **
--- PASS: TestNoKubernetes/serial/VerifyK8sNotRunningSecond (1.37s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (1.79s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Setup
--- PASS: TestStoppedBinaryUpgrade/Setup (1.79s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (324.55s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:196: (dbg) Run:  C:\Users\jenkins.minikube2\AppData\Local\Temp\minikube-v1.9.0.2051654245.exe start -p stopped-upgrade-318100 --memory=2200 --vm-driver=docker
version_upgrade_test.go:196: (dbg) Done: C:\Users\jenkins.minikube2\AppData\Local\Temp\minikube-v1.9.0.2051654245.exe start -p stopped-upgrade-318100 --memory=2200 --vm-driver=docker: (4m5.1332523s)
version_upgrade_test.go:205: (dbg) Run:  C:\Users\jenkins.minikube2\AppData\Local\Temp\minikube-v1.9.0.2051654245.exe -p stopped-upgrade-318100 stop
version_upgrade_test.go:205: (dbg) Done: C:\Users\jenkins.minikube2\AppData\Local\Temp\minikube-v1.9.0.2051654245.exe -p stopped-upgrade-318100 stop: (21.0531521s)
version_upgrade_test.go:211: (dbg) Run:  out/minikube-windows-amd64.exe start -p stopped-upgrade-318100 --memory=2200 --alsologtostderr -v=1 --driver=docker
version_upgrade_test.go:211: (dbg) Done: out/minikube-windows-amd64.exe start -p stopped-upgrade-318100 --memory=2200 --alsologtostderr -v=1 --driver=docker: (58.3616781s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (324.55s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (3.89s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/MinikubeLogs
version_upgrade_test.go:219: (dbg) Run:  out/minikube-windows-amd64.exe logs -p stopped-upgrade-318100
version_upgrade_test.go:219: (dbg) Done: out/minikube-windows-amd64.exe logs -p stopped-upgrade-318100: (3.8856498s)
--- PASS: TestStoppedBinaryUpgrade/MinikubeLogs (3.89s)

                                                
                                    
x
+
TestPause/serial/Start (118.91s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-windows-amd64.exe start -p pause-112800 --memory=2048 --install-addons=false --wait=all --driver=docker
pause_test.go:80: (dbg) Done: out/minikube-windows-amd64.exe start -p pause-112800 --memory=2048 --install-addons=false --wait=all --driver=docker: (1m58.9048s)
--- PASS: TestPause/serial/Start (118.91s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/Start (133.45s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p auto-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker
E1218 23:45:32.311264    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p auto-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker: (2m13.4462882s)
--- PASS: TestNetworkPlugins/group/auto/Start (133.45s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/Start (191.17s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p calico-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p calico-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker: (3m11.1701061s)
--- PASS: TestNetworkPlugins/group/calico/Start (191.17s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel/Start (124.16s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p custom-flannel-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata\kube-flannel.yaml --driver=docker
E1218 23:47:01.804313    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p custom-flannel-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata\kube-flannel.yaml --driver=docker: (2m4.1564774s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (124.16s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (46.72s)

                                                
                                                
=== RUN   TestPause/serial/SecondStartNoReconfiguration
pause_test.go:92: (dbg) Run:  out/minikube-windows-amd64.exe start -p pause-112800 --alsologtostderr -v=1 --driver=docker
pause_test.go:92: (dbg) Done: out/minikube-windows-amd64.exe start -p pause-112800 --alsologtostderr -v=1 --driver=docker: (46.6926519s)
--- PASS: TestPause/serial/SecondStartNoReconfiguration (46.72s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/KubeletFlags (1.54s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p auto-293100 "pgrep -a kubelet"
net_test.go:133: (dbg) Done: out/minikube-windows-amd64.exe ssh -p auto-293100 "pgrep -a kubelet": (1.5375967s)
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (1.54s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/NetCatPod (18.94s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-293100 replace --force -f testdata\netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-56589dfd74-4lf7h" [14c79b5a-18b5-4ba4-8041-cddc8b4b0230] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-4lf7h" [14c79b5a-18b5-4ba4-8041-cddc8b4b0230] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 18.0259197s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (18.94s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/DNS (0.51s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/DNS
net_test.go:175: (dbg) Run:  kubectl --context auto-293100 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/auto/DNS (0.51s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/Localhost (0.41s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Localhost
net_test.go:194: (dbg) Run:  kubectl --context auto-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/auto/Localhost (0.41s)

                                                
                                    
x
+
TestNetworkPlugins/group/auto/HairPin (0.39s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/HairPin
net_test.go:264: (dbg) Run:  kubectl --context auto-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/auto/HairPin (0.39s)

                                                
                                    
x
+
TestPause/serial/Pause (2.14s)

                                                
                                                
=== RUN   TestPause/serial/Pause
pause_test.go:110: (dbg) Run:  out/minikube-windows-amd64.exe pause -p pause-112800 --alsologtostderr -v=5
pause_test.go:110: (dbg) Done: out/minikube-windows-amd64.exe pause -p pause-112800 --alsologtostderr -v=5: (2.1413939s)
--- PASS: TestPause/serial/Pause (2.14s)

                                                
                                    
x
+
TestPause/serial/VerifyStatus (1.66s)

                                                
                                                
=== RUN   TestPause/serial/VerifyStatus
status_test.go:76: (dbg) Run:  out/minikube-windows-amd64.exe status -p pause-112800 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status -p pause-112800 --output=json --layout=cluster: exit status 2 (1.6592275s)

                                                
                                                
-- stdout --
	{"Name":"pause-112800","StatusCode":418,"StatusName":"Paused","Step":"Done","StepDetail":"* Paused 12 containers in: kube-system, kubernetes-dashboard, storage-gluster, istio-operator","BinaryVersion":"v1.32.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":200,"StatusName":"OK"}},"Nodes":[{"Name":"pause-112800","StatusCode":200,"StatusName":"OK","Components":{"apiserver":{"Name":"apiserver","StatusCode":418,"StatusName":"Paused"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:47:56.514489   13632 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
--- PASS: TestPause/serial/VerifyStatus (1.66s)

                                                
                                    
x
+
TestPause/serial/Unpause (1.87s)

                                                
                                                
=== RUN   TestPause/serial/Unpause
pause_test.go:121: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p pause-112800 --alsologtostderr -v=5
pause_test.go:121: (dbg) Done: out/minikube-windows-amd64.exe unpause -p pause-112800 --alsologtostderr -v=5: (1.8738145s)
--- PASS: TestPause/serial/Unpause (1.87s)

                                                
                                    
x
+
TestPause/serial/PauseAgain (2.32s)

                                                
                                                
=== RUN   TestPause/serial/PauseAgain
pause_test.go:110: (dbg) Run:  out/minikube-windows-amd64.exe pause -p pause-112800 --alsologtostderr -v=5
pause_test.go:110: (dbg) Done: out/minikube-windows-amd64.exe pause -p pause-112800 --alsologtostderr -v=5: (2.3156161s)
--- PASS: TestPause/serial/PauseAgain (2.32s)

                                                
                                    
x
+
TestPause/serial/DeletePaused (6.97s)

                                                
                                                
=== RUN   TestPause/serial/DeletePaused
pause_test.go:132: (dbg) Run:  out/minikube-windows-amd64.exe delete -p pause-112800 --alsologtostderr -v=5
pause_test.go:132: (dbg) Done: out/minikube-windows-amd64.exe delete -p pause-112800 --alsologtostderr -v=5: (6.9687166s)
--- PASS: TestPause/serial/DeletePaused (6.97s)

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (5.26s)

                                                
                                                
=== RUN   TestPause/serial/VerifyDeletedResources
pause_test.go:142: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output json
pause_test.go:142: (dbg) Done: out/minikube-windows-amd64.exe profile list --output json: (4.4471848s)
pause_test.go:168: (dbg) Run:  docker ps -a
pause_test.go:173: (dbg) Run:  docker volume inspect pause-112800
pause_test.go:173: (dbg) Non-zero exit: docker volume inspect pause-112800: exit status 1 (271.103ms)

                                                
                                                
-- stdout --
	[]

                                                
                                                
-- /stdout --
** stderr ** 
	Error response from daemon: get pause-112800: no such volume

                                                
                                                
** /stderr **
pause_test.go:178: (dbg) Run:  docker network ls
--- PASS: TestPause/serial/VerifyDeletedResources (5.26s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/Start (104.14s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p false-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=false --driver=docker
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p false-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=false --driver=docker: (1m44.1411035s)
--- PASS: TestNetworkPlugins/group/false/Start (104.14s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel/KubeletFlags (1.51s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p custom-flannel-293100 "pgrep -a kubelet"
net_test.go:133: (dbg) Done: out/minikube-windows-amd64.exe ssh -p custom-flannel-293100 "pgrep -a kubelet": (1.513946s)
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (1.51s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel/NetCatPod (21.08s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-293100 replace --force -f testdata\netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-56589dfd74-56jd4" [caa2b2d0-3e07-4e82-98e9-7a60f1cf6083] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-56jd4" [caa2b2d0-3e07-4e82-98e9-7a60f1cf6083] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 20.0162138s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (21.08s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/ControllerPod (6.04s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: waiting 10m0s for pods matching "k8s-app=calico-node" in namespace "kube-system" ...
helpers_test.go:344: "calico-node-d9slp" [c087c37e-a03a-45b8-9ac1-63f0b687c5ea] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.0308636s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.04s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/Start (118.31s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p kindnet-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p kindnet-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker: (1m58.305658s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (118.31s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/KubeletFlags (1.47s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p calico-293100 "pgrep -a kubelet"
net_test.go:133: (dbg) Done: out/minikube-windows-amd64.exe ssh -p calico-293100 "pgrep -a kubelet": (1.4740281s)
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (1.47s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/NetCatPod (27.94s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-293100 replace --force -f testdata\netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-56589dfd74-t2psm" [adcc80f6-e769-4e69-8124-089e31296708] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-t2psm" [adcc80f6-e769-4e69-8124-089e31296708] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 27.0416933s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (27.94s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel/DNS (0.71s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/DNS
net_test.go:175: (dbg) Run:  kubectl --context custom-flannel-293100 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/custom-flannel/DNS (0.71s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel/Localhost (0.51s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Localhost
net_test.go:194: (dbg) Run:  kubectl --context custom-flannel-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/custom-flannel/Localhost (0.51s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel/HairPin (0.39s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/HairPin
net_test.go:264: (dbg) Run:  kubectl --context custom-flannel-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/custom-flannel/HairPin (0.39s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/DNS (0.46s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/DNS
net_test.go:175: (dbg) Run:  kubectl --context calico-293100 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/calico/DNS (0.46s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/Localhost (0.37s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Localhost
net_test.go:194: (dbg) Run:  kubectl --context calico-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/calico/Localhost (0.37s)

                                                
                                    
x
+
TestNetworkPlugins/group/calico/HairPin (0.43s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/HairPin
net_test.go:264: (dbg) Run:  kubectl --context calico-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/calico/HairPin (0.43s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/KubeletFlags (1.84s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p false-293100 "pgrep -a kubelet"
net_test.go:133: (dbg) Done: out/minikube-windows-amd64.exe ssh -p false-293100 "pgrep -a kubelet": (1.837945s)
--- PASS: TestNetworkPlugins/group/false/KubeletFlags (1.84s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/NetCatPod (20.46s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context false-293100 replace --force -f testdata\netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/false/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-56589dfd74-fr9xb" [d08adce4-9034-480c-b5f0-a25c7532b1ce] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-fr9xb" [d08adce4-9034-480c-b5f0-a25c7532b1ce] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/false/NetCatPod: app=netcat healthy within 19.0330625s
--- PASS: TestNetworkPlugins/group/false/NetCatPod (20.46s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/DNS (0.52s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/DNS
net_test.go:175: (dbg) Run:  kubectl --context false-293100 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/false/DNS (0.52s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/Localhost (0.37s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/Localhost
net_test.go:194: (dbg) Run:  kubectl --context false-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/false/Localhost (0.37s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/HairPin (0.37s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/HairPin
net_test.go:264: (dbg) Run:  kubectl --context false-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/false/HairPin (0.37s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/Start (141.98s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p flannel-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker
E1218 23:50:32.318245    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p flannel-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker: (2m21.9847876s)
--- PASS: TestNetworkPlugins/group/flannel/Start (141.98s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/Start (113.52s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p enable-default-cni-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p enable-default-cni-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker: (1m53.5158073s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (113.52s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/ControllerPod (6.03s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: waiting 10m0s for pods matching "app=kindnet" in namespace "kube-system" ...
helpers_test.go:344: "kindnet-mvxnf" [453d8f71-d9e5-4012-87c1-caa86160b7b5] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.0258014s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.03s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/KubeletFlags (1.67s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p kindnet-293100 "pgrep -a kubelet"
net_test.go:133: (dbg) Done: out/minikube-windows-amd64.exe ssh -p kindnet-293100 "pgrep -a kubelet": (1.6645341s)
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (1.67s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/NetCatPod (24.45s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-293100 replace --force -f testdata\netcat-deployment.yaml
net_test.go:149: (dbg) Done: kubectl --context kindnet-293100 replace --force -f testdata\netcat-deployment.yaml: (2.3974646s)
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-56589dfd74-g5hx5" [18dbf7ac-4783-4b23-be6b-53f00e0a0fd7] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-g5hx5" [18dbf7ac-4783-4b23-be6b-53f00e0a0fd7] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 22.024822s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (24.45s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/DNS (0.46s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/DNS
net_test.go:175: (dbg) Run:  kubectl --context kindnet-293100 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/kindnet/DNS (0.46s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/Localhost (0.38s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Localhost
net_test.go:194: (dbg) Run:  kubectl --context kindnet-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/kindnet/Localhost (0.38s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/HairPin (0.41s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/HairPin
net_test.go:264: (dbg) Run:  kubectl --context kindnet-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/kindnet/HairPin (0.41s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet/Start (123.91s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubenet-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --network-plugin=kubenet --driver=docker
E1218 23:52:01.800159    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1218 23:52:33.857050    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
E1218 23:52:33.865644    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
E1218 23:52:33.881648    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
E1218 23:52:33.913629    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
E1218 23:52:33.961682    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
E1218 23:52:34.041685    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
E1218 23:52:34.215202    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
E1218 23:52:34.540467    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
E1218 23:52:35.188136    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
E1218 23:52:36.474752    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
E1218 23:52:39.047893    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p kubenet-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --network-plugin=kubenet --driver=docker: (2m3.9103659s)
--- PASS: TestNetworkPlugins/group/kubenet/Start (123.91s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/Start (101.7s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p bridge-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p bridge-293100 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker: (1m41.6995092s)
--- PASS: TestNetworkPlugins/group/bridge/Start (101.70s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/ControllerPod (6.02s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: waiting 10m0s for pods matching "app=flannel" in namespace "kube-flannel" ...
helpers_test.go:344: "kube-flannel-ds-qxb6b" [9b0d0a24-945e-47df-b4fb-310106a26c60] Running
E1218 23:52:55.197360    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.0191074s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.02s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/KubeletFlags (1.43s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p enable-default-cni-293100 "pgrep -a kubelet"
net_test.go:133: (dbg) Done: out/minikube-windows-amd64.exe ssh -p enable-default-cni-293100 "pgrep -a kubelet": (1.4287063s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (1.43s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/NetCatPod (26.04s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-293100 replace --force -f testdata\netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-56589dfd74-4n8jr" [830159c6-98c0-4a05-a37d-084f76341495] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-4n8jr" [830159c6-98c0-4a05-a37d-084f76341495] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 25.0253101s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (26.04s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/KubeletFlags (1.54s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p flannel-293100 "pgrep -a kubelet"
net_test.go:133: (dbg) Done: out/minikube-windows-amd64.exe ssh -p flannel-293100 "pgrep -a kubelet": (1.5429856s)
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (1.54s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/NetCatPod (26.12s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-293100 replace --force -f testdata\netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-56589dfd74-lrpm5" [b2b244f0-d88c-4e95-8716-0fc3ffbb8b5c] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E1218 23:53:15.679273    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
helpers_test.go:344: "netcat-56589dfd74-lrpm5" [b2b244f0-d88c-4e95-8716-0fc3ffbb8b5c] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 25.0241999s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (26.12s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/DNS (0.57s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/DNS
net_test.go:175: (dbg) Run:  kubectl --context enable-default-cni-293100 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/enable-default-cni/DNS (0.57s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/Localhost (0.36s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Localhost
net_test.go:194: (dbg) Run:  kubectl --context enable-default-cni-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/enable-default-cni/Localhost (0.36s)

                                                
                                    
x
+
TestNetworkPlugins/group/enable-default-cni/HairPin (0.37s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/HairPin
net_test.go:264: (dbg) Run:  kubectl --context enable-default-cni-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/enable-default-cni/HairPin (0.37s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/DNS (0.4s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/DNS
net_test.go:175: (dbg) Run:  kubectl --context flannel-293100 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/flannel/DNS (0.40s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/Localhost (0.37s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Localhost
net_test.go:194: (dbg) Run:  kubectl --context flannel-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/flannel/Localhost (0.37s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/HairPin (0.33s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/HairPin
net_test.go:264: (dbg) Run:  kubectl --context flannel-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/flannel/HairPin (0.33s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet/KubeletFlags (1.55s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p kubenet-293100 "pgrep -a kubelet"
net_test.go:133: (dbg) Done: out/minikube-windows-amd64.exe ssh -p kubenet-293100 "pgrep -a kubelet": (1.5516678s)
--- PASS: TestNetworkPlugins/group/kubenet/KubeletFlags (1.55s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet/NetCatPod (20.87s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kubenet-293100 replace --force -f testdata\netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/kubenet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-56589dfd74-kjzqq" [880ace74-0f55-45fc-be61-3ddaed05a360] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E1218 23:53:49.561544    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:53:49.577939    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:53:49.593274    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:53:49.619012    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:53:49.671012    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:53:49.756999    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:53:49.924332    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:53:50.255047    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:53:50.897157    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:53:52.178860    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:53:54.748624    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:53:56.650457    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
E1218 23:53:59.870953    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:54:00.218219    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1218 23:54:01.204189    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1218 23:54:01.214805    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1218 23:54:01.242830    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1218 23:54:01.289805    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1218 23:54:01.384824    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1218 23:54:01.559613    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1218 23:54:01.892223    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1218 23:54:02.536355    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
helpers_test.go:344: "netcat-56589dfd74-kjzqq" [880ace74-0f55-45fc-be61-3ddaed05a360] Running
E1218 23:54:03.820601    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1218 23:54:06.386008    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
net_test.go:163: (dbg) TestNetworkPlugins/group/kubenet/NetCatPod: app=netcat healthy within 20.0234585s
--- PASS: TestNetworkPlugins/group/kubenet/NetCatPod (20.87s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet/DNS (0.45s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/DNS
net_test.go:175: (dbg) Run:  kubectl --context kubenet-293100 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/kubenet/DNS (0.45s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet/Localhost (0.43s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/Localhost
net_test.go:194: (dbg) Run:  kubectl --context kubenet-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
E1218 23:54:10.111554    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
--- PASS: TestNetworkPlugins/group/kubenet/Localhost (0.43s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet/HairPin (0.41s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/HairPin
net_test.go:264: (dbg) Run:  kubectl --context kubenet-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/kubenet/HairPin (0.41s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/KubeletFlags (1.49s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p bridge-293100 "pgrep -a kubelet"
E1218 23:54:34.264710    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
net_test.go:133: (dbg) Done: out/minikube-windows-amd64.exe ssh -p bridge-293100 "pgrep -a kubelet": (1.4846097s)
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (1.49s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/NetCatPod (22.39s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-293100 replace --force -f testdata\netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-56589dfd74-scnwk" [7af701b7-dd9e-4f3b-a946-04955384aaf9] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-scnwk" [7af701b7-dd9e-4f3b-a946-04955384aaf9] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 21.5869493s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (22.39s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/FirstStart (203.57s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-windows-amd64.exe start -p old-k8s-version-004400 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker --kubernetes-version=v1.16.0
E1218 23:54:42.243234    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:186: (dbg) Done: out/minikube-windows-amd64.exe start -p old-k8s-version-004400 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker --kubernetes-version=v1.16.0: (3m23.5717092s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (203.57s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/FirstStart (154.67s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-windows-amd64.exe start -p no-preload-435300 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.29.0-rc.2
E1218 23:54:51.049182    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:186: (dbg) Done: out/minikube-windows-amd64.exe start -p no-preload-435300 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.29.0-rc.2: (2m34.6679845s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (154.67s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/DNS (0.44s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/DNS
net_test.go:175: (dbg) Run:  kubectl --context bridge-293100 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/bridge/DNS (0.44s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/Localhost (0.39s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Localhost
net_test.go:194: (dbg) Run:  kubectl --context bridge-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
--- PASS: TestNetworkPlugins/group/bridge/Localhost (0.39s)

                                                
                                    
x
+
TestNetworkPlugins/group/bridge/HairPin (0.36s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/HairPin
net_test.go:264: (dbg) Run:  kubectl --context bridge-293100 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/bridge/HairPin (0.36s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/FirstStart (125.75s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-windows-amd64.exe start -p embed-certs-772000 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.28.4
E1218 23:55:32.319412    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1218 23:55:44.276738    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\false-293100\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:186: (dbg) Done: out/minikube-windows-amd64.exe start -p embed-certs-772000 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.28.4: (2m5.7534974s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (125.75s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/FirstStart (109.28s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-windows-amd64.exe start -p default-k8s-diff-port-537400 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.28.4
E1218 23:56:15.169561    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kindnet-293100\client.crt: The system cannot find the path specified.
E1218 23:56:25.246997    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\false-293100\client.crt: The system cannot find the path specified.
E1218 23:56:25.418038    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kindnet-293100\client.crt: The system cannot find the path specified.
E1218 23:56:33.497689    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:56:45.138506    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1218 23:56:45.901572    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kindnet-293100\client.crt: The system cannot find the path specified.
E1218 23:57:01.813835    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:186: (dbg) Done: out/minikube-windows-amd64.exe start -p default-k8s-diff-port-537400 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.28.4: (1m49.2763358s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (109.28s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/DeployApp (9.86s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-435300 create -f testdata\busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [324812d6-1197-48ed-b85c-cd2223f600d4] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [324812d6-1197-48ed-b85c-cd2223f600d4] Running
E1218 23:57:26.865499    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kindnet-293100\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 9.0137066s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-435300 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (9.86s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/EnableAddonWhileActive (3.08s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/EnableAddonWhileActive
start_stop_delete_test.go:205: (dbg) Run:  out/minikube-windows-amd64.exe addons enable metrics-server -p no-preload-435300 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:205: (dbg) Done: out/minikube-windows-amd64.exe addons enable metrics-server -p no-preload-435300 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (2.7206296s)
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context no-preload-435300 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonWhileActive (3.08s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/DeployApp (9.92s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-772000 create -f testdata\busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [e09795ed-3c35-4979-9e2f-7f8fe4703c4e] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
E1218 23:57:33.853521    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
helpers_test.go:344: "busybox" [e09795ed-3c35-4979-9e2f-7f8fe4703c4e] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 9.0231011s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-772000 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (9.92s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/Stop (13.18s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-windows-amd64.exe stop -p no-preload-435300 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-windows-amd64.exe stop -p no-preload-435300 --alsologtostderr -v=3: (13.1822622s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (13.18s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/EnableAddonWhileActive (3.21s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/EnableAddonWhileActive
start_stop_delete_test.go:205: (dbg) Run:  out/minikube-windows-amd64.exe addons enable metrics-server -p embed-certs-772000 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:205: (dbg) Done: out/minikube-windows-amd64.exe addons enable metrics-server -p embed-certs-772000 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (2.8472255s)
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context embed-certs-772000 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonWhileActive (3.21s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/Stop (12.96s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-windows-amd64.exe stop -p embed-certs-772000 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-windows-amd64.exe stop -p embed-certs-772000 --alsologtostderr -v=3: (12.964654s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (12.96s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/EnableAddonAfterStop (1.37s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/EnableAddonAfterStop
start_stop_delete_test.go:239: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p no-preload-435300 -n no-preload-435300
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p no-preload-435300 -n no-preload-435300: exit status 7 (583.7943ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:57:46.699431    8808 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:239: status error: exit status 7 (may be ok)
start_stop_delete_test.go:246: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p no-preload-435300 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
E1218 23:57:47.178038    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\false-293100\client.crt: The system cannot find the path specified.
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonAfterStop (1.37s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/SecondStart (357.31s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe start -p no-preload-435300 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.29.0-rc.2
E1218 23:57:52.041961    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:57:52.057915    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:57:52.073510    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:57:52.104165    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:57:52.151311    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:57:52.246138    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:57:52.419158    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:57:52.749532    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:57:53.398086    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:57:54.686240    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:57:57.254602    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:57:57.645259    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1218 23:57:57.660306    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1218 23:57:57.675770    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1218 23:57:57.707092    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1218 23:57:57.754225    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1218 23:57:57.847050    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1218 23:57:58.019316    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1218 23:57:58.345551    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1218 23:57:58.997866    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe start -p no-preload-435300 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.29.0-rc.2: (5m55.4383841s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p no-preload-435300 -n no-preload-435300
start_stop_delete_test.go:262: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Host}} -p no-preload-435300 -n no-preload-435300: (1.8722225s)
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (357.31s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (1.34s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/EnableAddonAfterStop
start_stop_delete_test.go:239: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p embed-certs-772000 -n embed-certs-772000
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p embed-certs-772000 -n embed-certs-772000: exit status 7 (515.411ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:57:59.352656    5996 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:239: status error: exit status 7 (may be ok)
start_stop_delete_test.go:246: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p embed-certs-772000 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
E1218 23:58:00.278258    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (1.34s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/SecondStart (356.81s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe start -p embed-certs-772000 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.28.4
start_stop_delete_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe start -p embed-certs-772000 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.28.4: (5m55.0995168s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p embed-certs-772000 -n embed-certs-772000
start_stop_delete_test.go:262: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Host}} -p embed-certs-772000 -n embed-certs-772000: (1.7061581s)
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (356.81s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/DeployApp (10.2s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-004400 create -f testdata\busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [6294a9e2-2603-4d57-92bf-b2abfce5edd8] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
E1218 23:58:02.378258    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:58:02.843651    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1218 23:58:02.844665    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
helpers_test.go:344: "busybox" [6294a9e2-2603-4d57-92bf-b2abfce5edd8] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 9.0335165s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-004400 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (10.20s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/DeployApp (11.12s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-537400 create -f testdata\busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [d4ffbddf-6f49-4a73-8f79-e0578f172e6a] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [d4ffbddf-6f49-4a73-8f79-e0578f172e6a] Running
E1218 23:58:07.969870    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 10.0245379s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-537400 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (11.12s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (2.82s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive
start_stop_delete_test.go:205: (dbg) Run:  out/minikube-windows-amd64.exe addons enable metrics-server -p old-k8s-version-004400 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
E1218 23:58:12.624794    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:205: (dbg) Done: out/minikube-windows-amd64.exe addons enable metrics-server -p old-k8s-version-004400 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (2.4587281s)
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context old-k8s-version-004400 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (2.82s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/Stop (13.11s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-windows-amd64.exe stop -p old-k8s-version-004400 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-windows-amd64.exe stop -p old-k8s-version-004400 --alsologtostderr -v=3: (13.1060876s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (13.11s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive (3.31s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive
start_stop_delete_test.go:205: (dbg) Run:  out/minikube-windows-amd64.exe addons enable metrics-server -p default-k8s-diff-port-537400 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:205: (dbg) Done: out/minikube-windows-amd64.exe addons enable metrics-server -p default-k8s-diff-port-537400 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (2.9583378s)
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context default-k8s-diff-port-537400 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive (3.31s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/Stop (13.52s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-windows-amd64.exe stop -p default-k8s-diff-port-537400 --alsologtostderr -v=3
E1218 23:58:18.217579    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1218 23:58:25.049679    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:228: (dbg) Done: out/minikube-windows-amd64.exe stop -p default-k8s-diff-port-537400 --alsologtostderr -v=3: (13.5163468s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Stop (13.52s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (1.31s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop
start_stop_delete_test.go:239: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p old-k8s-version-004400 -n old-k8s-version-004400
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p old-k8s-version-004400 -n old-k8s-version-004400: exit status 7 (496.2173ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:58:27.170555    8048 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:239: status error: exit status 7 (may be ok)
start_stop_delete_test.go:246: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p old-k8s-version-004400 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (1.31s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/SecondStart (706.16s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe start -p old-k8s-version-004400 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker --kubernetes-version=v1.16.0
start_stop_delete_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe start -p old-k8s-version-004400 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker --kubernetes-version=v1.16.0: (11m44.698961s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p old-k8s-version-004400 -n old-k8s-version-004400
start_stop_delete_test.go:262: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Host}} -p old-k8s-version-004400 -n old-k8s-version-004400: (1.4566858s)
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (706.16s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop (1.54s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop
start_stop_delete_test.go:239: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p default-k8s-diff-port-537400 -n default-k8s-diff-port-537400
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p default-k8s-diff-port-537400 -n default-k8s-diff-port-537400: exit status 7 (580.4167ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
** stderr ** 
	W1218 23:58:30.960273    9892 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:239: status error: exit status 7 (may be ok)
start_stop_delete_test.go:246: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p default-k8s-diff-port-537400 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop (1.54s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/SecondStart (381.13s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe start -p default-k8s-diff-port-537400 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.28.4
E1218 23:58:33.111870    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:58:38.707646    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1218 23:58:48.792754    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kindnet-293100\client.crt: The system cannot find the path specified.
E1218 23:58:49.418616    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:58:49.433970    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:58:49.449321    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:58:49.481313    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:58:49.529311    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:58:49.561320    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:58:49.610559    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:58:49.782239    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:58:50.111352    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:58:50.763679    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:58:52.051185    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:58:54.611712    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:58:59.743226    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:59:00.224029    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1218 23:59:09.997413    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:59:14.076928    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:59:17.353097    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
E1218 23:59:19.669114    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1218 23:59:28.986387    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1218 23:59:30.482800    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1218 23:59:35.813782    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1218 23:59:35.828716    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1218 23:59:35.844376    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1218 23:59:35.874644    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1218 23:59:35.921654    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1218 23:59:36.015736    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1218 23:59:36.187153    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1218 23:59:36.518310    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1218 23:59:37.160907    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1218 23:59:38.454159    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1218 23:59:41.024873    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1218 23:59:46.150660    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1218 23:59:51.061865    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
E1218 23:59:56.405858    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1219 00:00:03.214769    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\false-293100\client.crt: The system cannot find the path specified.
E1219 00:00:11.455010    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1219 00:00:15.515099    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1219 00:00:16.889854    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1219 00:00:31.026130    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\false-293100\client.crt: The system cannot find the path specified.
E1219 00:00:32.311776    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
E1219 00:00:36.008724    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1219 00:00:41.601666    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1219 00:00:57.853182    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1219 00:01:04.452642    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kindnet-293100\client.crt: The system cannot find the path specified.
E1219 00:01:32.646122    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kindnet-293100\client.crt: The system cannot find the path specified.
E1219 00:01:33.389892    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1219 00:02:01.817691    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1219 00:02:19.786108    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
E1219 00:02:33.867005    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
E1219 00:02:52.039276    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1219 00:02:57.637465    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
E1219 00:03:19.860435    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\flannel-293100\client.crt: The system cannot find the path specified.
E1219 00:03:25.444690    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\enable-default-cni-293100\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe start -p default-k8s-diff-port-537400 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.28.4: (6m18.9273055s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p default-k8s-diff-port-537400 -n default-k8s-diff-port-537400
start_stop_delete_test.go:262: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Host}} -p default-k8s-diff-port-537400 -n default-k8s-diff-port-537400: (2.1984782s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (381.13s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (46.03s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-hbwgt" [130f7f54-e9ef-43c1-9bc1-f5bdbba99afc] Pending / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
E1219 00:03:49.417847    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
E1219 00:03:49.558030    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\custom-flannel-293100\client.crt: The system cannot find the path specified.
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-hbwgt" [130f7f54-e9ef-43c1-9bc1-f5bdbba99afc] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 46.0259522s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (46.03s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (45.03s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-92xh8" [5dbb1ba0-3e31-4081-96b9-33801de6212e] Pending / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
E1219 00:04:00.227906    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
E1219 00:04:17.231491    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\kubenet-293100\client.crt: The system cannot find the path specified.
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-92xh8" [5dbb1ba0-3e31-4081-96b9-33801de6212e] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 45.024165s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (45.03s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.47s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-hbwgt" [130f7f54-e9ef-43c1-9bc1-f5bdbba99afc] Running
E1219 00:04:35.816028    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\bridge-293100\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0133741s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-435300 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.47s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/VerifyKubernetesImages (1.04s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-windows-amd64.exe -p no-preload-435300 image list --format=json
start_stop_delete_test.go:304: (dbg) Done: out/minikube-windows-amd64.exe -p no-preload-435300 image list --format=json: (1.0338845s)
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/no-preload/serial/VerifyKubernetesImages (1.04s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/Pause (11.59s)

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe pause -p no-preload-435300 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe pause -p no-preload-435300 --alsologtostderr -v=1: (2.0780367s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p no-preload-435300 -n no-preload-435300
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p no-preload-435300 -n no-preload-435300: exit status 2 (1.7344476s)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
** stderr ** 
	W1219 00:04:39.988713    9548 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-435300 -n no-preload-435300
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-435300 -n no-preload-435300: exit status 2 (1.6789811s)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
** stderr ** 
	W1219 00:04:41.712370   13464 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p no-preload-435300 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe unpause -p no-preload-435300 --alsologtostderr -v=1: (2.0775165s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p no-preload-435300 -n no-preload-435300
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p no-preload-435300 -n no-preload-435300: (2.1842891s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-435300 -n no-preload-435300
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-435300 -n no-preload-435300: (1.8303014s)
--- PASS: TestStartStop/group/no-preload/serial/Pause (11.59s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.56s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-92xh8" [5dbb1ba0-3e31-4081-96b9-33801de6212e] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0266316s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-772000 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.56s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (1.19s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-windows-amd64.exe -p embed-certs-772000 image list --format=json
start_stop_delete_test.go:304: (dbg) Done: out/minikube-windows-amd64.exe -p embed-certs-772000 image list --format=json: (1.1886584s)
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (1.19s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/Pause (12.85s)

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe pause -p embed-certs-772000 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe pause -p embed-certs-772000 --alsologtostderr -v=1: (2.2981751s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p embed-certs-772000 -n embed-certs-772000
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p embed-certs-772000 -n embed-certs-772000: exit status 2 (1.9901885s)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
** stderr ** 
	W1219 00:04:51.605526    3100 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p embed-certs-772000 -n embed-certs-772000
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p embed-certs-772000 -n embed-certs-772000: exit status 2 (1.9902466s)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
** stderr ** 
	W1219 00:04:53.591461   13928 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p embed-certs-772000 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe unpause -p embed-certs-772000 --alsologtostderr -v=1: (2.7850321s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p embed-certs-772000 -n embed-certs-772000
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p embed-certs-772000 -n embed-certs-772000: (2.1031365s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p embed-certs-772000 -n embed-certs-772000
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p embed-certs-772000 -n embed-certs-772000: (1.6822751s)
--- PASS: TestStartStop/group/embed-certs/serial/Pause (12.85s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (30.09s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-7twbv" [2e3c12ae-63d2-4253-b873-d4b14438cd8a] Pending / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-7twbv" [2e3c12ae-63d2-4253-b873-d4b14438cd8a] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 30.0885049s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (30.09s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/FirstStart (91.25s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-windows-amd64.exe start -p newest-cni-369000 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker --kubernetes-version=v1.29.0-rc.2
start_stop_delete_test.go:186: (dbg) Done: out/minikube-windows-amd64.exe start -p newest-cni-369000 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker --kubernetes-version=v1.29.0-rc.2: (1m31.2498065s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (91.25s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (6.96s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-7twbv" [2e3c12ae-63d2-4253-b873-d4b14438cd8a] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.0313383s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-537400 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (6.96s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (1.56s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-windows-amd64.exe -p default-k8s-diff-port-537400 image list --format=json
start_stop_delete_test.go:304: (dbg) Done: out/minikube-windows-amd64.exe -p default-k8s-diff-port-537400 image list --format=json: (1.5565202s)
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (1.56s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-diff-port/serial/Pause (12.82s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe pause -p default-k8s-diff-port-537400 --alsologtostderr -v=1
E1219 00:05:32.316595    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe pause -p default-k8s-diff-port-537400 --alsologtostderr -v=1: (3.2115538s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-diff-port-537400 -n default-k8s-diff-port-537400
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-diff-port-537400 -n default-k8s-diff-port-537400: exit status 2 (1.6709985s)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
** stderr ** 
	W1219 00:05:35.466161    7212 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-diff-port-537400 -n default-k8s-diff-port-537400
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-diff-port-537400 -n default-k8s-diff-port-537400: exit status 2 (1.6083225s)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
** stderr ** 
	W1219 00:05:37.101332    5344 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p default-k8s-diff-port-537400 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe unpause -p default-k8s-diff-port-537400 --alsologtostderr -v=1: (2.4371364s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-diff-port-537400 -n default-k8s-diff-port-537400
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-diff-port-537400 -n default-k8s-diff-port-537400: (2.0911032s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-diff-port-537400 -n default-k8s-diff-port-537400
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-diff-port-537400 -n default-k8s-diff-port-537400: (1.7996098s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Pause (12.82s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/DeployApp (0s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/DeployApp
--- PASS: TestStartStop/group/newest-cni/serial/DeployApp (0.00s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (2.56s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/EnableAddonWhileActive
start_stop_delete_test.go:205: (dbg) Run:  out/minikube-windows-amd64.exe addons enable metrics-server -p newest-cni-369000 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:205: (dbg) Done: out/minikube-windows-amd64.exe addons enable metrics-server -p newest-cni-369000 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (2.5556222s)
start_stop_delete_test.go:211: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (2.56s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/Stop (7.72s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-windows-amd64.exe stop -p newest-cni-369000 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-windows-amd64.exe stop -p newest-cni-369000 --alsologtostderr -v=3: (7.7202655s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (7.72s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (1.23s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/EnableAddonAfterStop
start_stop_delete_test.go:239: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-369000 -n newest-cni-369000
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-369000 -n newest-cni-369000: exit status 7 (495.4435ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
** stderr ** 
	W1219 00:06:42.046097   10596 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:239: status error: exit status 7 (may be ok)
start_stop_delete_test.go:246: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p newest-cni-369000 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (1.23s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/SecondStart (48.84s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe start -p newest-cni-369000 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker --kubernetes-version=v1.29.0-rc.2
E1219 00:07:01.818356    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\addons-876400\client.crt: The system cannot find the path specified.
E1219 00:07:20.906856    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
E1219 00:07:20.922307    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
E1219 00:07:20.938627    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
E1219 00:07:20.970449    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
E1219 00:07:21.017378    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
E1219 00:07:21.109743    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
E1219 00:07:21.281822    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
E1219 00:07:21.609245    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
E1219 00:07:22.254836    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
E1219 00:07:23.543508    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
E1219 00:07:26.111603    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe start -p newest-cni-369000 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker --kubernetes-version=v1.29.0-rc.2: (47.2873636s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-369000 -n newest-cni-369000
E1219 00:07:31.245061    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:262: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-369000 -n newest-cni-369000: (1.5529049s)
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (48.84s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop (0s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop
start_stop_delete_test.go:273: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop (0.00s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/AddonExistsAfterStop (0s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/AddonExistsAfterStop
start_stop_delete_test.go:284: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/AddonExistsAfterStop (0.00s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.95s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-windows-amd64.exe -p newest-cni-369000 image list --format=json
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.95s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/Pause (11.1s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe pause -p newest-cni-369000 --alsologtostderr -v=1
E1219 00:07:33.861773    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\auto-293100\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe pause -p newest-cni-369000 --alsologtostderr -v=1: (1.9322614s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-369000 -n newest-cni-369000
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-369000 -n newest-cni-369000: exit status 2 (1.5083827s)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
** stderr ** 
	W1219 00:07:35.009094    5752 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p newest-cni-369000 -n newest-cni-369000
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p newest-cni-369000 -n newest-cni-369000: exit status 2 (1.4819463s)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
** stderr ** 
	W1219 00:07:36.505027   10764 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p newest-cni-369000 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe unpause -p newest-cni-369000 --alsologtostderr -v=1: (2.2759148s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-369000 -n newest-cni-369000
E1219 00:07:41.489703    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\no-preload-435300\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-369000 -n newest-cni-369000: (2.0276302s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p newest-cni-369000 -n newest-cni-369000
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p newest-cni-369000 -n newest-cni-369000: (1.8717837s)
--- PASS: TestStartStop/group/newest-cni/serial/Pause (11.10s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.03s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-84b68f675b-l2l2t" [74fe4eff-8571-4d13-aeae-b7a3f5fb7552] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.029683s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.03s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.62s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-84b68f675b-l2l2t" [74fe4eff-8571-4d13-aeae-b7a3f5fb7552] Running
E1219 00:10:24.361640    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\calico-293100\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0141852s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-004400 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.62s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.97s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-windows-amd64.exe -p old-k8s-version-004400 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.97s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/Pause (9.83s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe pause -p old-k8s-version-004400 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe pause -p old-k8s-version-004400 --alsologtostderr -v=1: (2.0280368s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p old-k8s-version-004400 -n old-k8s-version-004400
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p old-k8s-version-004400 -n old-k8s-version-004400: exit status 2 (1.3928952s)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
** stderr ** 
	W1219 00:10:29.292996   10196 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p old-k8s-version-004400 -n old-k8s-version-004400
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p old-k8s-version-004400 -n old-k8s-version-004400: exit status 2 (1.4289341s)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
** stderr ** 
	W1219 00:10:30.676759    5328 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.

                                                
                                                
** /stderr **
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p old-k8s-version-004400 --alsologtostderr -v=1
E1219 00:10:32.316178    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\ingress-addon-legacy-260300\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe unpause -p old-k8s-version-004400 --alsologtostderr -v=1: (1.7211565s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p old-k8s-version-004400 -n old-k8s-version-004400
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p old-k8s-version-004400 -n old-k8s-version-004400: (1.6681815s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p old-k8s-version-004400 -n old-k8s-version-004400
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p old-k8s-version-004400 -n old-k8s-version-004400: (1.5905555s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Pause (9.83s)

                                                
                                    

Test skip (28/327)

x
+
TestDownloadOnly/v1.16.0/cached-images (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.16.0/cached-images
aaa_download_only_test.go:117: Preload exists, images won't be cached
--- SKIP: TestDownloadOnly/v1.16.0/cached-images (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.16.0/binaries (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.16.0/binaries
aaa_download_only_test.go:139: Preload exists, binaries are present within.
--- SKIP: TestDownloadOnly/v1.16.0/binaries (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.4/cached-images (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.4/cached-images
aaa_download_only_test.go:117: Preload exists, images won't be cached
--- SKIP: TestDownloadOnly/v1.28.4/cached-images (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.4/binaries (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.4/binaries
aaa_download_only_test.go:139: Preload exists, binaries are present within.
--- SKIP: TestDownloadOnly/v1.28.4/binaries (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/cached-images (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.29.0-rc.2/cached-images
aaa_download_only_test.go:117: Preload exists, images won't be cached
--- SKIP: TestDownloadOnly/v1.29.0-rc.2/cached-images (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/binaries (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.29.0-rc.2/binaries
aaa_download_only_test.go:139: Preload exists, binaries are present within.
--- SKIP: TestDownloadOnly/v1.29.0-rc.2/binaries (0.00s)

                                                
                                    
x
+
TestAddons/parallel/Registry (17.71s)

                                                
                                                
=== RUN   TestAddons/parallel/Registry
=== PAUSE TestAddons/parallel/Registry

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:329: registry stabilized in 56.7018ms
addons_test.go:331: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-hs5mp" [606a30be-aa65-4303-9f73-cf7b66ad38a7] Running
addons_test.go:331: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.0232855s
addons_test.go:334: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-z8plb" [45766bb7-bfdd-4c22-bd9d-08486881ae2c] Running
addons_test.go:334: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.0150628s
addons_test.go:339: (dbg) Run:  kubectl --context addons-876400 delete po -l run=registry-test --now
addons_test.go:344: (dbg) Run:  kubectl --context addons-876400 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local"
addons_test.go:344: (dbg) Done: kubectl --context addons-876400 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local": (7.3846381s)
addons_test.go:354: Unable to complete rest of the test due to connectivity assumptions
--- SKIP: TestAddons/parallel/Registry (17.71s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (40.83s)

                                                
                                                
=== RUN   TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:206: (dbg) Run:  kubectl --context addons-876400 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:206: (dbg) Done: kubectl --context addons-876400 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s: (4.1352364s)
addons_test.go:231: (dbg) Run:  kubectl --context addons-876400 replace --force -f testdata\nginx-ingress-v1.yaml
addons_test.go:244: (dbg) Run:  kubectl --context addons-876400 replace --force -f testdata\nginx-pod-svc.yaml
addons_test.go:249: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [6d995c1e-e876-42e4-a144-fca8e3f4c118] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [6d995c1e-e876-42e4-a144-fca8e3f4c118] Running
addons_test.go:249: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 34.0488371s
addons_test.go:261: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-876400 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:261: (dbg) Done: out/minikube-windows-amd64.exe -p addons-876400 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": (1.5265773s)
addons_test.go:268: debug: unexpected stderr for out/minikube-windows-amd64.exe -p addons-876400 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'":
W1218 22:47:49.577410    8608 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
addons_test.go:281: skipping ingress DNS test for any combination that needs port forwarding
--- SKIP: TestAddons/parallel/Ingress (40.83s)

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

                                                
                                                
=== RUN   TestAddons/parallel/Olm
=== PAUSE TestAddons/parallel/Olm

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Olm
addons_test.go:497: Skipping OLM addon test until https://github.com/operator-framework/operator-lifecycle-manager/issues/2534 is resolved
--- SKIP: TestAddons/parallel/Olm (0.00s)

                                                
                                    
x
+
TestDockerEnvContainerd (0s)

                                                
                                                
=== RUN   TestDockerEnvContainerd
docker_test.go:170: running with docker true windows amd64
docker_test.go:172: skipping: TestDockerEnvContainerd can only be run with the containerd runtime on Docker driver
--- SKIP: TestDockerEnvContainerd (0.00s)

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (0s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
driver_install_or_update_test.go:41: Skip if not linux.
--- SKIP: TestKVMDriverInstallOrUpdate (0.00s)

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

                                                
                                                
=== RUN   TestHyperKitDriverInstallOrUpdate
driver_install_or_update_test.go:105: Skip if not darwin.
--- SKIP: TestHyperKitDriverInstallOrUpdate (0.00s)

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

                                                
                                                
=== RUN   TestHyperkitDriverSkipUpgrade
driver_install_or_update_test.go:169: Skip if not darwin.
--- SKIP: TestHyperkitDriverSkipUpgrade (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (300.02s)

                                                
                                                
=== RUN   TestFunctional/parallel/DashboardCmd
=== PAUSE TestFunctional/parallel/DashboardCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DashboardCmd
functional_test.go:901: (dbg) daemon: [out/minikube-windows-amd64.exe dashboard --url --port 36195 -p functional-858300 --alsologtostderr -v=1]
functional_test.go:912: output didn't produce a URL
functional_test.go:906: (dbg) stopping [out/minikube-windows-amd64.exe dashboard --url --port 36195 -p functional-858300 --alsologtostderr -v=1] ...
helpers_test.go:502: unable to terminate pid 8628: Access is denied.
--- SKIP: TestFunctional/parallel/DashboardCmd (300.02s)

                                                
                                    
x
+
TestFunctional/parallel/MountCmd (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd
=== PAUSE TestFunctional/parallel/MountCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MountCmd
functional_test_mount_test.go:64: skipping: mount broken on windows: https://github.com/kubernetes/minikube/issues/8303
--- SKIP: TestFunctional/parallel/MountCmd (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (9.73s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmdConnect
=== PAUSE TestFunctional/parallel/ServiceCmdConnect

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1628: (dbg) Run:  kubectl --context functional-858300 create deployment hello-node-connect --image=registry.k8s.io/echoserver:1.8
functional_test.go:1634: (dbg) Run:  kubectl --context functional-858300 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1639: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-55497b8b78-qqrd2" [cd1a6b8f-572f-4d6c-9f5b-65631f27c58a] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-connect-55497b8b78-qqrd2" [cd1a6b8f-572f-4d6c-9f5b-65631f27c58a] Running
functional_test.go:1639: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 9.0232825s
functional_test.go:1645: test is broken for port-forwarded drivers: https://github.com/kubernetes/minikube/issues/7383
--- SKIP: TestFunctional/parallel/ServiceCmdConnect (9.73s)

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/PodmanEnv
=== PAUSE TestFunctional/parallel/PodmanEnv

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PodmanEnv
functional_test.go:546: only validate podman env with docker container runtime, currently testing docker
--- SKIP: TestFunctional/parallel/PodmanEnv (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/AccessDirect (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessDirect
functional_test_tunnel_test.go:258: skipping: access direct test is broken on windows: https://github.com/kubernetes/minikube/issues/8304
--- SKIP: TestFunctional/parallel/TunnelCmd/serial/AccessDirect (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDig (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDig
functional_test_tunnel_test.go:99: DNS forwarding is only supported for Hyperkit on Darwin, skipping test DNS forwarding
--- SKIP: TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDig (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDscacheutil (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDscacheutil
functional_test_tunnel_test.go:99: DNS forwarding is only supported for Hyperkit on Darwin, skipping test DNS forwarding
--- SKIP: TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDscacheutil (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/AccessThroughDNS (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessThroughDNS
functional_test_tunnel_test.go:99: DNS forwarding is only supported for Hyperkit on Darwin, skipping test DNS forwarding
--- SKIP: TestFunctional/parallel/TunnelCmd/serial/AccessThroughDNS (0.00s)

                                                
                                    
x
+
TestGvisorAddon (0s)

                                                
                                                
=== RUN   TestGvisorAddon
gvisor_addon_test.go:34: skipping test because --gvisor=false
--- SKIP: TestGvisorAddon (0.00s)

                                                
                                    
x
+
TestImageBuild/serial/validateImageBuildWithBuildEnv (0s)

                                                
                                                
=== RUN   TestImageBuild/serial/validateImageBuildWithBuildEnv
image_test.go:114: skipping due to https://github.com/kubernetes/minikube/issues/12431
--- SKIP: TestImageBuild/serial/validateImageBuildWithBuildEnv (0.00s)

                                                
                                    
x
+
TestIngressAddonLegacy/serial/ValidateIngressAddons (43.84s)

                                                
                                                
=== RUN   TestIngressAddonLegacy/serial/ValidateIngressAddons
addons_test.go:206: (dbg) Run:  kubectl --context ingress-addon-legacy-260300 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:206: (dbg) Done: kubectl --context ingress-addon-legacy-260300 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s: (11.5883533s)
addons_test.go:231: (dbg) Run:  kubectl --context ingress-addon-legacy-260300 replace --force -f testdata\nginx-ingress-v1beta1.yaml
addons_test.go:244: (dbg) Run:  kubectl --context ingress-addon-legacy-260300 replace --force -f testdata\nginx-pod-svc.yaml
addons_test.go:249: (dbg) TestIngressAddonLegacy/serial/ValidateIngressAddons: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [afd5a9ac-82af-4018-a6c6-cb982d5ef4cc] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [afd5a9ac-82af-4018-a6c6-cb982d5ef4cc] Running
E1218 23:06:13.089074    7276 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\functional-858300\client.crt: The system cannot find the path specified.
addons_test.go:249: (dbg) TestIngressAddonLegacy/serial/ValidateIngressAddons: run=nginx healthy within 30.0201617s
addons_test.go:261: (dbg) Run:  out/minikube-windows-amd64.exe -p ingress-addon-legacy-260300 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:261: (dbg) Done: out/minikube-windows-amd64.exe -p ingress-addon-legacy-260300 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": (1.2184322s)
addons_test.go:268: debug: unexpected stderr for out/minikube-windows-amd64.exe -p ingress-addon-legacy-260300 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'":
W1218 23:06:15.023757   13044 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
addons_test.go:281: skipping ingress DNS test for any combination that needs port forwarding
--- SKIP: TestIngressAddonLegacy/serial/ValidateIngressAddons (43.84s)

                                                
                                    
x
+
TestScheduledStopUnix (0s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:76: test only runs on unix
--- SKIP: TestScheduledStopUnix (0.00s)

                                                
                                    
x
+
TestSkaffold (0s)

                                                
                                                
=== RUN   TestSkaffold
skaffold_test.go:39: skipping due to https://github.com/kubernetes/minikube/issues/14232
--- SKIP: TestSkaffold (0.00s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (17.26s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium
net_test.go:102: Skipping the test as it's interfering with other tests and is outdated
panic.go:523: 
----------------------- debugLogs start: cilium-293100 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> netcat: nslookup debug kubernetes.default a-records:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> netcat: dig search kubernetes.default:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> netcat: dig @10.96.0.10 kubernetes.default.svc.cluster.local udp/53:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> netcat: dig @10.96.0.10 kubernetes.default.svc.cluster.local tcp/53:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> netcat: nc 10.96.0.10 udp/53:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> netcat: nc 10.96.0.10 tcp/53:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> netcat: /etc/nsswitch.conf:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> netcat: /etc/hosts:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> netcat: /etc/resolv.conf:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> host: /etc/nsswitch.conf:
W1218 23:39:30.718947    4796 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: /etc/hosts:
W1218 23:39:31.044400   10860 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: /etc/resolv.conf:
W1218 23:39:31.326629   10136 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> k8s: nodes, services, endpoints, daemon sets, deployments and pods, :
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> host: crictl pods:
W1218 23:39:31.772512   11924 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: crictl containers:
W1218 23:39:32.100101    9536 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> k8s: describe netcat deployment:
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe netcat pod(s):
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: netcat logs:
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns deployment:
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns pods:
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: coredns logs:
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe api server pod(s):
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: api server logs:
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> host: /etc/cni:
W1218 23:39:33.700029    5564 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: ip a s:
W1218 23:39:34.012517    7528 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: ip r s:
W1218 23:39:34.310674    7796 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: iptables-save:
W1218 23:39:34.633073   10184 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: iptables table nat:
W1218 23:39:34.928549   10328 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> k8s: describe cilium daemon set:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> k8s: describe cilium daemon set pod(s):
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> k8s: cilium daemon set container(s) logs (current):
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: cilium daemon set container(s) logs (previous):
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe cilium deployment:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> k8s: describe cilium deployment pod(s):
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> k8s: cilium deployment container(s) logs (current):
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: cilium deployment container(s) logs (previous):
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe kube-proxy daemon set:
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe kube-proxy pod(s):
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> k8s: kube-proxy logs:
error: context "cilium-293100" does not exist

                                                
                                                

                                                
                                                
>>> host: kubelet daemon status:
W1218 23:39:37.100513   13788 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: kubelet daemon config:
W1218 23:39:37.439512   14068 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> k8s: kubelet logs:
W1218 23:39:37.795157    3856 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: /etc/kubernetes/kubelet.conf:
W1218 23:39:38.134071   10136 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: /var/lib/kubelet/config.yaml:
W1218 23:39:38.457881    8316 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: C:\Users\jenkins.minikube2\minikube-integration\.minikube\ca.crt
extensions:
- extension:
last-update: Mon, 18 Dec 2023 23:39:37 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://localhost:63563
name: cert-options-170600
contexts:
- context:
cluster: cert-options-170600
extensions:
- extension:
last-update: Mon, 18 Dec 2023 23:39:37 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: cert-options-170600
name: cert-options-170600
current-context: cert-options-170600
kind: Config
preferences: {}
users:
- name: cert-options-170600
user:
client-certificate: C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\cert-options-170600\client.crt
client-key: C:\Users\jenkins.minikube2\minikube-integration\.minikube\profiles\cert-options-170600\client.key

                                                
                                                

                                                
                                                
>>> k8s: cms:
Error in configuration: context was not found for specified context: cilium-293100

                                                
                                                

                                                
                                                
>>> host: docker daemon status:
W1218 23:39:39.082408    3548 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: docker daemon config:
W1218 23:39:39.401248    6696 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: /etc/docker/daemon.json:
W1218 23:39:39.698605    3784 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: docker system info:
W1218 23:39:39.993537     764 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: cri-docker daemon status:
W1218 23:39:40.313838    4528 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: cri-docker daemon config:
W1218 23:39:40.636536    5312 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: /etc/systemd/system/cri-docker.service.d/10-cni.conf:
W1218 23:39:40.973650    3096 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: /usr/lib/systemd/system/cri-docker.service:
W1218 23:39:41.280188    4228 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: cri-dockerd version:
W1218 23:39:41.601527    5588 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: containerd daemon status:
W1218 23:39:41.909306   10320 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: containerd daemon config:
W1218 23:39:42.226291   13280 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: /lib/systemd/system/containerd.service:
W1218 23:39:42.544335    8312 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: /etc/containerd/config.toml:
W1218 23:39:42.828182    7548 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: containerd config dump:
W1218 23:39:43.121012   13752 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: crio daemon status:
W1218 23:39:43.429815   12776 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: crio daemon config:
W1218 23:39:43.760999    9116 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: /etc/crio:
W1218 23:39:44.087775   14164 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                

                                                
                                                
>>> host: crio config:
W1218 23:39:44.382724    8316 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: open C:\Users\jenkins.minikube2\.docker\contexts\meta\37a8eec1ce19687d132fe29051dca629d164e2c4958ba141d5f4133a33f0688f\meta.json: The system cannot find the path specified.
* Profile "cilium-293100" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-293100"

                                                
                                                
----------------------- debugLogs end: cilium-293100 [took: 15.7662884s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-293100" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p cilium-293100
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p cilium-293100: (1.4939222s)
--- SKIP: TestNetworkPlugins/group/cilium (17.26s)

                                                
                                    
x
+
TestStartStop/group/disable-driver-mounts (1.65s)

                                                
                                                
=== RUN   TestStartStop/group/disable-driver-mounts
=== PAUSE TestStartStop/group/disable-driver-mounts

                                                
                                                

                                                
                                                
=== CONT  TestStartStop/group/disable-driver-mounts
start_stop_delete_test.go:103: skipping TestStartStop/group/disable-driver-mounts - only runs on virtualbox
helpers_test.go:175: Cleaning up "disable-driver-mounts-534600" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p disable-driver-mounts-534600
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p disable-driver-mounts-534600: (1.6507359s)
--- SKIP: TestStartStop/group/disable-driver-mounts (1.65s)

                                                
                                    
Copied to clipboard