Test Report: Docker_Windows 21974

                    
                      4cf3e568bd19aa010164d0f2afa2e28844e6f351:2025-11-26:42526
                    
                

Test fail (2/345)

Order failed test Duration
50 TestCertExpiration 254.99
58 TestErrorSpam/setup 52.57
x
+
TestCertExpiration (254.99s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

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

                                                
                                                
-- stdout --
	* [cert-expiration-423600] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
	  - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21974
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Using the docker driver based on user configuration
	* Using Docker Desktop driver with root privileges
	* Starting "cert-expiration-423600" primary control-plane node in "cert-expiration-423600" cluster
	* Pulling base image v0.0.48-1764169655-21974 ...
	* Stopping node "cert-expiration-423600"  ...
	* Powering off "cert-expiration-423600" via SSH ...
	* Deleting "cert-expiration-423600" in docker ...
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	! 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	2025-11-24 21:58:08.000000000 +0000
	+++ /lib/systemd/system/docker.service.new	2025-11-26 20:34:46.605026136 +0000
	@@ -9,23 +9,34 @@
	 
	 [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
	 
	+
	+
	+# 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 fd:// --containerd=/run/containerd/containerd.sock 	-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.
	+LimitNOFILE=infinity
	 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
	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-423600" may fix it: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\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-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\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-423600 --memory=3072 --cert-expiration=3m --driver=docker" : exit status 85
cert_options_test.go:131: (dbg) Run:  out/minikube-windows-amd64.exe start -p cert-expiration-423600 --memory=3072 --cert-expiration=8760h --driver=docker
cert_options_test.go:131: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p cert-expiration-423600 --memory=3072 --cert-expiration=8760h --driver=docker: exit status 85 (6.3733835s)

                                                
                                                
-- stdout --
	* [cert-expiration-423600] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
	  - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21974
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Using the docker driver based on existing profile
	* Starting "cert-expiration-423600" primary control-plane node in "cert-expiration-423600" cluster
	* Pulling base image v0.0.48-1764169655-21974 ...
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	E1126 20:37:59.347752   13180 start.go:838] api.Load failed for cert-expiration-423600: filestore "cert-expiration-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\config.json: The system cannot find the file specified.
	E1126 20:37:59.348349   13180 start.go:838] api.Load failed for cert-expiration-423600: filestore "cert-expiration-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\config.json: The system cannot find the file specified.
	! StartHost failed, but will try again: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\config.json: The system cannot find the file specified.
	* Failed to start docker container. Running "minikube delete -p cert-expiration-423600" may fix it: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\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-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\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-423600 --memory=3072 --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-423600] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
	  - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21974
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Using the docker driver based on existing profile
	* Starting "cert-expiration-423600" primary control-plane node in "cert-expiration-423600" cluster
	* Pulling base image v0.0.48-1764169655-21974 ...
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	E1126 20:37:59.347752   13180 start.go:838] api.Load failed for cert-expiration-423600: filestore "cert-expiration-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\config.json: The system cannot find the file specified.
	E1126 20:37:59.348349   13180 start.go:838] api.Load failed for cert-expiration-423600: filestore "cert-expiration-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\config.json: The system cannot find the file specified.
	! StartHost failed, but will try again: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\config.json: The system cannot find the file specified.
	* Failed to start docker container. Running "minikube delete -p cert-expiration-423600" may fix it: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "cert-expiration-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\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-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\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 2025-11-26 20:38:05.555941 +0000 UTC m=+3762.869219301
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======>  post-mortem[TestCertExpiration]: network settings <======
helpers_test.go:230: HOST ENV snapshots: PROXY env: HTTP_PROXY="<empty>" HTTPS_PROXY="<empty>" NO_PROXY="<empty>"
helpers_test.go:238: ======>  post-mortem[TestCertExpiration]: docker inspect <======
helpers_test.go:239: (dbg) Run:  docker inspect cert-expiration-423600
helpers_test.go:243: (dbg) docker inspect cert-expiration-423600:

                                                
                                                
-- stdout --
	[
	    {
	        "CreatedAt": "2025-11-26T20:33:54Z",
	        "Driver": "local",
	        "Labels": {
	            "created_by.minikube.sigs.k8s.io": "true",
	            "name.minikube.sigs.k8s.io": "cert-expiration-423600"
	        },
	        "Mountpoint": "/var/lib/docker/volumes/cert-expiration-423600/_data",
	        "Name": "cert-expiration-423600",
	        "Options": null,
	        "Scope": "local"
	    }
	]

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

                                                
                                                
-- stdout --
	Nonexistent

                                                
                                                
-- /stdout --
** stderr ** 
	E1126 20:38:05.767657   13188 status.go:121] status error: host: load: filestore "cert-expiration-423600": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\cert-expiration-423600\config.json: The system cannot find the file specified.

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

                                                
                                    
x
+
TestErrorSpam/setup (52.57s)

                                                
                                                
=== RUN   TestErrorSpam/setup
error_spam_test.go:81: (dbg) Run:  out/minikube-windows-amd64.exe start -p nospam-932600 -n=1 --memory=3072 --wait=false --log_dir=C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 --driver=docker
error_spam_test.go:81: (dbg) Done: out/minikube-windows-amd64.exe start -p nospam-932600 -n=1 --memory=3072 --wait=false --log_dir=C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 --driver=docker: (52.5667326s)
error_spam_test.go:96: unexpected stderr: "! Failing to connect to https://registry.k8s.io/ from inside the minikube container"
error_spam_test.go:96: unexpected stderr: "* To pull new external images, you may need to configure a proxy: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/"
error_spam_test.go:110: minikube stdout:
* [nospam-932600] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
- KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
- MINIKUBE_FORCE_SYSTEMD=
- MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
- MINIKUBE_LOCATION=21974
- MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
* Using the docker driver based on user configuration
* Using Docker Desktop driver with root privileges
* Starting "nospam-932600" primary control-plane node in "nospam-932600" cluster
* Pulling base image v0.0.48-1764169655-21974 ...
* Configuring bridge CNI (Container Networking Interface) ...
* Verifying Kubernetes components...
- Using image gcr.io/k8s-minikube/storage-provisioner:v5
* Enabled addons: storage-provisioner, default-storageclass
* Done! kubectl is now configured to use "nospam-932600" cluster and "default" namespace by default
error_spam_test.go:111: minikube stderr:
! Failing to connect to https://registry.k8s.io/ from inside the minikube container
* To pull new external images, you may need to configure a proxy: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/
--- FAIL: TestErrorSpam/setup (52.57s)

                                                
                                    

Test pass (316/345)

Order passed test Duration
3 TestDownloadOnly/v1.28.0/json-events 10.03
4 TestDownloadOnly/v1.28.0/preload-exists 0.04
7 TestDownloadOnly/v1.28.0/kubectl 0
8 TestDownloadOnly/v1.28.0/LogsDuration 0.23
9 TestDownloadOnly/v1.28.0/DeleteAll 1.35
10 TestDownloadOnly/v1.28.0/DeleteAlwaysSucceeds 0.79
12 TestDownloadOnly/v1.34.1/json-events 5.47
13 TestDownloadOnly/v1.34.1/preload-exists 0
16 TestDownloadOnly/v1.34.1/kubectl 0
17 TestDownloadOnly/v1.34.1/LogsDuration 0.2
18 TestDownloadOnly/v1.34.1/DeleteAll 1.05
19 TestDownloadOnly/v1.34.1/DeleteAlwaysSucceeds 0.45
20 TestDownloadOnlyKic 1.63
21 TestBinaryMirror 2.46
22 TestOffline 127.64
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.19
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.21
27 TestAddons/Setup 325.88
29 TestAddons/serial/Volcano 47.97
31 TestAddons/serial/GCPAuth/Namespaces 0.26
32 TestAddons/serial/GCPAuth/FakeCredentials 10.23
36 TestAddons/parallel/RegistryCreds 1.3
38 TestAddons/parallel/InspektorGadget 12.28
39 TestAddons/parallel/MetricsServer 8.11
41 TestAddons/parallel/CSI 57.73
42 TestAddons/parallel/Headlamp 28.25
43 TestAddons/parallel/CloudSpanner 6.48
44 TestAddons/parallel/LocalPath 57.85
45 TestAddons/parallel/NvidiaDevicePlugin 7.12
46 TestAddons/parallel/Yakd 12.22
47 TestAddons/parallel/AmdGpuDevicePlugin 7.61
48 TestAddons/StoppedEnableDisable 12.87
49 TestCertOptions 71.88
51 TestDockerFlags 57.64
52 TestForceSystemdFlag 86.35
53 TestForceSystemdEnv 65.03
59 TestErrorSpam/start 2.63
60 TestErrorSpam/status 2.1
61 TestErrorSpam/pause 2.69
62 TestErrorSpam/unpause 2.64
63 TestErrorSpam/stop 18.41
66 TestFunctional/serial/CopySyncFile 0.04
67 TestFunctional/serial/StartWithProxy 83.43
68 TestFunctional/serial/AuditLog 0
69 TestFunctional/serial/SoftStart 55.26
70 TestFunctional/serial/KubeContext 0.1
71 TestFunctional/serial/KubectlGetPods 0.29
74 TestFunctional/serial/CacheCmd/cache/add_remote 9.86
75 TestFunctional/serial/CacheCmd/cache/add_local 4.1
76 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.2
77 TestFunctional/serial/CacheCmd/cache/list 0.22
78 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.6
79 TestFunctional/serial/CacheCmd/cache/cache_reload 4.43
80 TestFunctional/serial/CacheCmd/cache/delete 0.37
81 TestFunctional/serial/MinikubeKubectlCmd 0.38
82 TestFunctional/serial/MinikubeKubectlCmdDirectly 1.84
83 TestFunctional/serial/ExtraConfig 60.9
84 TestFunctional/serial/ComponentHealth 0.14
85 TestFunctional/serial/LogsCmd 1.79
86 TestFunctional/serial/LogsFileCmd 1.85
87 TestFunctional/serial/InvalidService 5.32
89 TestFunctional/parallel/ConfigCmd 1.36
91 TestFunctional/parallel/DryRun 1.5
92 TestFunctional/parallel/InternationalLanguage 0.61
93 TestFunctional/parallel/StatusCmd 2.08
98 TestFunctional/parallel/AddonsCmd 0.45
99 TestFunctional/parallel/PersistentVolumeClaim 68.63
101 TestFunctional/parallel/SSHCmd 1.3
102 TestFunctional/parallel/CpCmd 4.34
103 TestFunctional/parallel/MySQL 56.85
104 TestFunctional/parallel/FileSync 0.57
105 TestFunctional/parallel/CertSync 3.41
109 TestFunctional/parallel/NodeLabels 0.12
111 TestFunctional/parallel/NonActiveRuntimeDisabled 0.56
113 TestFunctional/parallel/License 2.38
114 TestFunctional/parallel/ServiceCmd/DeployApp 8.36
116 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.91
117 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
119 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 13.43
120 TestFunctional/parallel/ServiceCmd/List 0.83
121 TestFunctional/parallel/ServiceCmd/JSONOutput 0.82
122 TestFunctional/parallel/ServiceCmd/HTTPS 15.01
123 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.12
128 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.21
129 TestFunctional/parallel/DockerEnv/powershell 5.39
130 TestFunctional/parallel/UpdateContextCmd/no_changes 0.8
131 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.57
132 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.43
133 TestFunctional/parallel/Version/short 0.48
134 TestFunctional/parallel/Version/components 1.1
135 TestFunctional/parallel/ImageCommands/ImageListShort 0.55
136 TestFunctional/parallel/ImageCommands/ImageListTable 0.47
137 TestFunctional/parallel/ImageCommands/ImageListJson 0.47
138 TestFunctional/parallel/ImageCommands/ImageListYaml 0.46
139 TestFunctional/parallel/ImageCommands/ImageBuild 4.99
140 TestFunctional/parallel/ImageCommands/Setup 1.84
141 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 3.79
142 TestFunctional/parallel/ServiceCmd/Format 15.01
143 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 4.18
144 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 4.19
145 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.75
146 TestFunctional/parallel/ImageCommands/ImageRemove 0.94
147 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 1.11
148 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.97
149 TestFunctional/parallel/ServiceCmd/URL 15.01
150 TestFunctional/parallel/ProfileCmd/profile_not_create 1.11
151 TestFunctional/parallel/ProfileCmd/profile_list 0.9
152 TestFunctional/parallel/ProfileCmd/profile_json_output 0.95
153 TestFunctional/delete_echo-server_images 0.14
154 TestFunctional/delete_my-image_image 0.06
155 TestFunctional/delete_minikube_cached_images 0.06
160 TestMultiControlPlane/serial/StartCluster 230.55
161 TestMultiControlPlane/serial/DeployApp 9.44
162 TestMultiControlPlane/serial/PingHostFromPods 2.54
163 TestMultiControlPlane/serial/AddWorkerNode 57.62
164 TestMultiControlPlane/serial/NodeLabels 0.15
165 TestMultiControlPlane/serial/HAppyAfterClusterStart 2.05
166 TestMultiControlPlane/serial/CopyFile 34.08
167 TestMultiControlPlane/serial/StopSecondaryNode 13.41
168 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 1.59
169 TestMultiControlPlane/serial/RestartSecondaryNode 93.36
170 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 2.02
171 TestMultiControlPlane/serial/RestartClusterKeepsNodes 209.24
172 TestMultiControlPlane/serial/DeleteSecondaryNode 14.77
173 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 1.52
174 TestMultiControlPlane/serial/StopCluster 37.48
175 TestMultiControlPlane/serial/RestartCluster 117.52
176 TestMultiControlPlane/serial/DegradedAfterClusterRestart 1.53
177 TestMultiControlPlane/serial/AddSecondaryNode 87.44
178 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 2.01
181 TestImageBuild/serial/Setup 51.49
182 TestImageBuild/serial/NormalBuild 3.75
183 TestImageBuild/serial/BuildWithBuildArg 2.36
184 TestImageBuild/serial/BuildWithDockerIgnore 1.19
185 TestImageBuild/serial/BuildWithSpecifiedDockerfile 1.37
190 TestJSONOutput/start/Command 89.54
191 TestJSONOutput/start/Audit 0
193 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
194 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
196 TestJSONOutput/pause/Command 1.17
197 TestJSONOutput/pause/Audit 0
199 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
200 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
202 TestJSONOutput/unpause/Command 0.94
203 TestJSONOutput/unpause/Audit 0
205 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
206 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
208 TestJSONOutput/stop/Command 12.16
209 TestJSONOutput/stop/Audit 0
211 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
212 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
213 TestErrorJSONOutput 0.69
215 TestKicCustomNetwork/create_custom_network 54.97
216 TestKicCustomNetwork/use_default_bridge_network 57.21
217 TestKicExistingNetwork 57.27
218 TestKicCustomSubnet 58.17
219 TestKicStaticIP 55.23
220 TestMainNoArgs 0.16
221 TestMinikubeProfile 105.43
224 TestMountStart/serial/StartWithMountFirst 13.72
225 TestMountStart/serial/VerifyMountFirst 0.58
226 TestMountStart/serial/StartWithMountSecond 13.93
227 TestMountStart/serial/VerifyMountSecond 0.56
228 TestMountStart/serial/DeleteFirst 2.44
229 TestMountStart/serial/VerifyMountPostDelete 0.54
230 TestMountStart/serial/Stop 1.87
231 TestMountStart/serial/RestartStopped 10.81
232 TestMountStart/serial/VerifyMountPostStop 0.54
235 TestMultiNode/serial/FreshStart2Nodes 135.64
236 TestMultiNode/serial/DeployApp2Nodes 7.67
237 TestMultiNode/serial/PingHostFrom2Pods 1.81
238 TestMultiNode/serial/AddNode 56.13
239 TestMultiNode/serial/MultiNodeLabels 0.14
240 TestMultiNode/serial/ProfileList 1.43
241 TestMultiNode/serial/CopyFile 19.48
242 TestMultiNode/serial/StopNode 3.83
243 TestMultiNode/serial/StartAfterStop 13.41
244 TestMultiNode/serial/RestartKeepsNodes 90.82
245 TestMultiNode/serial/DeleteNode 8.35
246 TestMultiNode/serial/StopMultiNode 23.87
247 TestMultiNode/serial/RestartMultiNode 58.33
248 TestMultiNode/serial/ValidateNameConflict 53.67
252 TestPreload 162.09
253 TestScheduledStopWindows 114.61
257 TestInsufficientStorage 30.82
258 TestRunningBinaryUpgrade 370.39
260 TestKubernetesUpgrade 431.74
261 TestMissingContainerUpgrade 212.79
263 TestNoKubernetes/serial/StartNoK8sWithVersion 0.3
264 TestNoKubernetes/serial/StartWithK8s 82.71
265 TestNoKubernetes/serial/StartWithStopK8s 24.76
266 TestNoKubernetes/serial/Start 18.41
267 TestNoKubernetes/serial/VerifyNok8sNoK8sDownloads 0
268 TestNoKubernetes/serial/VerifyK8sNotRunning 0.65
269 TestNoKubernetes/serial/ProfileList 1.57
270 TestNoKubernetes/serial/Stop 4.29
271 TestNoKubernetes/serial/StartNoArgs 20.37
272 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.55
273 TestStoppedBinaryUpgrade/Setup 1.03
274 TestStoppedBinaryUpgrade/Upgrade 344.47
283 TestPause/serial/Start 85.64
284 TestPause/serial/SecondStartNoReconfiguration 53.67
285 TestPause/serial/Pause 1.11
286 TestPause/serial/VerifyStatus 0.64
287 TestPause/serial/Unpause 0.95
288 TestPause/serial/PauseAgain 1.34
289 TestPause/serial/DeletePaused 3.84
290 TestPause/serial/VerifyDeletedResources 15.63
302 TestStoppedBinaryUpgrade/MinikubeLogs 1.54
304 TestStartStop/group/old-k8s-version/serial/FirstStart 85.5
306 TestStartStop/group/no-preload/serial/FirstStart 107.4
308 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 87.52
310 TestStartStop/group/newest-cni/serial/FirstStart 55.83
311 TestStartStop/group/old-k8s-version/serial/DeployApp 11.73
312 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.97
313 TestStartStop/group/old-k8s-version/serial/Stop 12.33
314 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.57
315 TestStartStop/group/old-k8s-version/serial/SecondStart 53.94
316 TestStartStop/group/newest-cni/serial/DeployApp 0
317 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 2.09
318 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 10.81
319 TestStartStop/group/newest-cni/serial/Stop 12.41
320 TestStartStop/group/no-preload/serial/DeployApp 10.68
321 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.63
322 TestStartStop/group/default-k8s-diff-port/serial/Stop 12.52
323 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.59
324 TestStartStop/group/newest-cni/serial/SecondStart 28.52
325 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.55
326 TestStartStop/group/no-preload/serial/Stop 12.64
327 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.59
328 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 54.41
329 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.61
330 TestStartStop/group/no-preload/serial/SecondStart 52.96
331 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
332 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
333 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.54
334 TestStartStop/group/newest-cni/serial/Pause 5.43
335 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
336 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.33
338 TestStartStop/group/embed-certs/serial/FirstStart 102.32
339 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.62
340 TestStartStop/group/old-k8s-version/serial/Pause 6.26
341 TestNetworkPlugins/group/auto/Start 98.84
342 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 5.19
343 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 15.01
344 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.53
345 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.66
346 TestStartStop/group/default-k8s-diff-port/serial/Pause 5.47
347 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 6.32
348 TestNetworkPlugins/group/kindnet/Start 85.76
349 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.57
350 TestStartStop/group/no-preload/serial/Pause 5.28
351 TestNetworkPlugins/group/calico/Start 113.33
352 TestStartStop/group/embed-certs/serial/DeployApp 10.5
353 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.73
354 TestStartStop/group/embed-certs/serial/Stop 13.76
355 TestNetworkPlugins/group/auto/KubeletFlags 0.57
356 TestNetworkPlugins/group/auto/NetCatPod 15.59
357 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.58
358 TestStartStop/group/embed-certs/serial/SecondStart 61.17
359 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
360 TestNetworkPlugins/group/auto/DNS 0.29
361 TestNetworkPlugins/group/auto/Localhost 0.21
362 TestNetworkPlugins/group/auto/HairPin 0.22
363 TestNetworkPlugins/group/kindnet/KubeletFlags 0.71
364 TestNetworkPlugins/group/kindnet/NetCatPod 16.68
365 TestNetworkPlugins/group/kindnet/DNS 0.27
366 TestNetworkPlugins/group/kindnet/Localhost 0.24
367 TestNetworkPlugins/group/kindnet/HairPin 0.24
368 TestNetworkPlugins/group/custom-flannel/Start 93.76
369 TestNetworkPlugins/group/calico/ControllerPod 6.01
370 TestNetworkPlugins/group/calico/KubeletFlags 0.56
371 TestNetworkPlugins/group/calico/NetCatPod 18.22
372 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
373 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 6.26
374 TestNetworkPlugins/group/false/Start 114.77
375 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.48
376 TestStartStop/group/embed-certs/serial/Pause 6.7
377 TestNetworkPlugins/group/calico/DNS 0.26
378 TestNetworkPlugins/group/calico/Localhost 0.22
379 TestNetworkPlugins/group/calico/HairPin 0.21
380 TestNetworkPlugins/group/enable-default-cni/Start 97.76
381 TestNetworkPlugins/group/flannel/Start 71.39
382 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.63
383 TestNetworkPlugins/group/custom-flannel/NetCatPod 15.53
384 TestNetworkPlugins/group/custom-flannel/DNS 0.26
385 TestNetworkPlugins/group/custom-flannel/Localhost 0.21
386 TestNetworkPlugins/group/custom-flannel/HairPin 0.21
387 TestNetworkPlugins/group/false/KubeletFlags 0.55
388 TestNetworkPlugins/group/false/NetCatPod 16.61
389 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.8
390 TestNetworkPlugins/group/enable-default-cni/NetCatPod 17.56
391 TestNetworkPlugins/group/flannel/ControllerPod 6.01
392 TestNetworkPlugins/group/bridge/Start 89.81
393 TestNetworkPlugins/group/flannel/KubeletFlags 0.73
394 TestNetworkPlugins/group/flannel/NetCatPod 24.78
395 TestNetworkPlugins/group/false/DNS 0.3
396 TestNetworkPlugins/group/false/Localhost 0.28
397 TestNetworkPlugins/group/false/HairPin 0.28
398 TestNetworkPlugins/group/enable-default-cni/DNS 0.25
399 TestNetworkPlugins/group/enable-default-cni/Localhost 9.13
400 TestNetworkPlugins/group/enable-default-cni/HairPin 0.26
401 TestNetworkPlugins/group/flannel/DNS 0.25
402 TestNetworkPlugins/group/flannel/Localhost 0.22
403 TestNetworkPlugins/group/flannel/HairPin 0.23
404 TestNetworkPlugins/group/kubenet/Start 90.02
405 TestNetworkPlugins/group/bridge/KubeletFlags 0.59
406 TestNetworkPlugins/group/bridge/NetCatPod 14.48
407 TestNetworkPlugins/group/bridge/DNS 0.23
408 TestNetworkPlugins/group/bridge/Localhost 0.2
409 TestNetworkPlugins/group/bridge/HairPin 0.2
410 TestNetworkPlugins/group/kubenet/KubeletFlags 0.58
411 TestNetworkPlugins/group/kubenet/NetCatPod 14.37
412 TestNetworkPlugins/group/kubenet/DNS 0.23
413 TestNetworkPlugins/group/kubenet/Localhost 0.2
414 TestNetworkPlugins/group/kubenet/HairPin 0.2
x
+
TestDownloadOnly/v1.28.0/json-events (10.03s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/json-events
aaa_download_only_test.go:80: (dbg) Run:  out/minikube-windows-amd64.exe start -o=json --download-only -p download-only-740400 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=docker --driver=docker
aaa_download_only_test.go:80: (dbg) Done: out/minikube-windows-amd64.exe start -o=json --download-only -p download-only-740400 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=docker --driver=docker: (10.0271541s)
--- PASS: TestDownloadOnly/v1.28.0/json-events (10.03s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/preload-exists (0.04s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/preload-exists
I1126 19:35:32.706907    3840 preload.go:188] Checking if preload exists for k8s version v1.28.0 and runtime docker
I1126 19:35:32.751317    3840 preload.go:203] Found local preload: C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.28.0-docker-overlay2-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.28.0/preload-exists (0.04s)

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/LogsDuration (0.23s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/LogsDuration
aaa_download_only_test.go:183: (dbg) Run:  out/minikube-windows-amd64.exe logs -p download-only-740400
aaa_download_only_test.go:183: (dbg) Non-zero exit: out/minikube-windows-amd64.exe logs -p download-only-740400: exit status 85 (231.3961ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────────────┬───────────────────┬─────────┬─────────────────────┬──────────┐
	│ COMMAND │                                                                       ARGS                                                                        │       PROFILE        │       USER        │ VERSION │     START TIME      │ END TIME │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────────────┼───────────────────┼─────────┼─────────────────────┼──────────┤
	│ start   │ -o=json --download-only -p download-only-740400 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=docker --driver=docker │ download-only-740400 │ minikube4\jenkins │ v1.37.0 │ 26 Nov 25 19:35 UTC │          │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────────────┴───────────────────┴─────────┴─────────────────────┴──────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/11/26 19:35:22
	Running on machine: minikube4
	Binary: Built with gc go1.25.3 for windows/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1126 19:35:22.749328    4348 out.go:360] Setting OutFile to fd 760 ...
	I1126 19:35:22.793134    4348 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 19:35:22.793134    4348 out.go:374] Setting ErrFile to fd 764...
	I1126 19:35:22.793134    4348 out.go:408] TERM=,COLORTERM=, which probably does not support color
	W1126 19:35:22.807151    4348 root.go:314] Error reading config file at C:\Users\jenkins.minikube4\minikube-integration\.minikube\config\config.json: open C:\Users\jenkins.minikube4\minikube-integration\.minikube\config\config.json: The system cannot find the path specified.
	I1126 19:35:22.813160    4348 out.go:368] Setting JSON to true
	I1126 19:35:22.816156    4348 start.go:133] hostinfo: {"hostname":"minikube4","uptime":14712,"bootTime":1764171010,"procs":187,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.6575 Build 19045.6575","kernelVersion":"10.0.19045.6575 Build 19045.6575","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"df6bfb5f-73f2-4acb-9365-df7854ecbb28"}
	W1126 19:35:22.816156    4348 start.go:141] gopshost.Virtualization returned error: not implemented yet
	I1126 19:35:22.821148    4348 out.go:99] [download-only-740400] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
	I1126 19:35:22.821148    4348 notify.go:221] Checking for updates...
	W1126 19:35:22.821148    4348 preload.go:354] Failed to list preload files: open C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\preloaded-tarball: The system cannot find the file specified.
	I1126 19:35:22.824150    4348 out.go:171] KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	I1126 19:35:22.825153    4348 out.go:171] MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	I1126 19:35:22.828200    4348 out.go:171] MINIKUBE_LOCATION=21974
	I1126 19:35:22.830039    4348 out.go:171] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	W1126 19:35:22.833048    4348 out.go:336] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I1126 19:35:22.834256    4348 driver.go:422] Setting default libvirt URI to qemu:///system
	I1126 19:35:23.054519    4348 docker.go:124] docker version: linux-27.4.0:Docker Desktop 4.37.1 (178610)
	I1126 19:35:23.058643    4348 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1126 19:35:23.740325    4348 info.go:266] docker info: {ID:a15b78d1-f772-48f7-bbf5-f8fe086f3f87 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 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:53 OomKillDisable:true NGoroutines:78 SystemTime:2025-11-26 19:35:23.712988521 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:14 KernelVersion:5.15.153.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 Ind
exServerAddress: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:33657536512 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[com.docker.desktop.address=npipe://\\.\pipe\docker_cli] ExperimentalBuild:false ServerVersion:27.4.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0
Expected:de40ad0} SecurityOptions:[name=seccomp,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:ai Path:C:\Program Files\Docker\cli-plugins\docker-ai.exe SchemaVersion:0.1.0 ShortDescription:Ask Gordon - Docker Agent Vendor:Docker Inc. Version:v0.5.1] 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.19.2-desktop.1] 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.31.0-desktop.2] map[Name:debug Path:C:\Program Files\Docker\cli-plugins\docker-debug.exe SchemaVersion:0.1.0 ShortDescr
iption:Get a shell into any image or container Vendor:Docker Inc. Version:0.0.37] map[Name:desktop Path:C:\Program Files\Docker\cli-plugins\docker-desktop.exe SchemaVersion:0.1.0 ShortDescription:Docker Desktop commands (Beta) Vendor:Docker Inc. Version:v0.1.0] 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.2] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Vendor:Docker Inc. Version:v0.2.27] 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:v1.0.5] 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:v1.4.0] map[Name:sbom Path:C:\Progr
am 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:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.15.1]] Warnings:<nil>}}
	I1126 19:35:23.746820    4348 out.go:99] Using the docker driver based on user configuration
	I1126 19:35:23.746820    4348 start.go:309] selected driver: docker
	I1126 19:35:23.746820    4348 start.go:927] validating driver "docker" against <nil>
	I1126 19:35:23.752953    4348 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1126 19:35:24.011822    4348 info.go:266] docker info: {ID:a15b78d1-f772-48f7-bbf5-f8fe086f3f87 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 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:53 OomKillDisable:true NGoroutines:78 SystemTime:2025-11-26 19:35:23.983830717 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:14 KernelVersion:5.15.153.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 Ind
exServerAddress: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:33657536512 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[com.docker.desktop.address=npipe://\\.\pipe\docker_cli] ExperimentalBuild:false ServerVersion:27.4.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0
Expected:de40ad0} SecurityOptions:[name=seccomp,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:ai Path:C:\Program Files\Docker\cli-plugins\docker-ai.exe SchemaVersion:0.1.0 ShortDescription:Ask Gordon - Docker Agent Vendor:Docker Inc. Version:v0.5.1] 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.19.2-desktop.1] 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.31.0-desktop.2] map[Name:debug Path:C:\Program Files\Docker\cli-plugins\docker-debug.exe SchemaVersion:0.1.0 ShortDescr
iption:Get a shell into any image or container Vendor:Docker Inc. Version:0.0.37] map[Name:desktop Path:C:\Program Files\Docker\cli-plugins\docker-desktop.exe SchemaVersion:0.1.0 ShortDescription:Docker Desktop commands (Beta) Vendor:Docker Inc. Version:v0.1.0] 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.2] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Vendor:Docker Inc. Version:v0.2.27] 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:v1.0.5] 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:v1.4.0] map[Name:sbom Path:C:\Progr
am 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:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.15.1]] Warnings:<nil>}}
	I1126 19:35:24.012175    4348 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I1126 19:35:24.069089    4348 start_flags.go:410] Using suggested 16300MB memory alloc based on sys=65534MB, container=32098MB
	I1126 19:35:24.070056    4348 start_flags.go:974] Wait components to verify : map[apiserver:true system_pods:true]
	I1126 19:35:24.072637    4348 out.go:171] Using Docker Desktop driver with root privileges
	I1126 19:35:24.074064    4348 cni.go:84] Creating CNI manager for ""
	I1126 19:35:24.075069    4348 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I1126 19:35:24.075069    4348 start_flags.go:336] Found "bridge CNI" CNI - setting NetworkPlugin=cni
	I1126 19:35:24.075069    4348 start.go:353] cluster config:
	{Name:download-only-740400 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b Memory:16300 CPUs:2 DiskSize:20000 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:8443 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.0 ClusterName:download-only-740400 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local C
ontainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.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 MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I1126 19:35:24.078184    4348 out.go:99] Starting "download-only-740400" primary control-plane node in "download-only-740400" cluster
	I1126 19:35:24.078184    4348 cache.go:134] Beginning downloading kic base image for docker with docker
	I1126 19:35:24.080107    4348 out.go:99] Pulling base image v0.0.48-1764169655-21974 ...
	I1126 19:35:24.081113    4348 preload.go:188] Checking if preload exists for k8s version v1.28.0 and runtime docker
	I1126 19:35:24.081113    4348 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b in local docker daemon
	I1126 19:35:24.124615    4348 preload.go:148] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.28.0/preloaded-images-k8s-v18-v1.28.0-docker-overlay2-amd64.tar.lz4
	I1126 19:35:24.125149    4348 cache.go:65] Caching tarball of preloaded images
	I1126 19:35:24.125913    4348 preload.go:188] Checking if preload exists for k8s version v1.28.0 and runtime docker
	I1126 19:35:24.129084    4348 out.go:99] Downloading Kubernetes v1.28.0 preload ...
	I1126 19:35:24.129168    4348 preload.go:318] getting checksum for preloaded-images-k8s-v18-v1.28.0-docker-overlay2-amd64.tar.lz4 from gcs api...
	I1126 19:35:24.145862    4348 cache.go:163] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b to local cache
	I1126 19:35:24.145862    4348 localpath.go:148] windows sanitize: C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b.tar -> C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.48-1764169655-21974@sha256_5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b.tar
	I1126 19:35:24.145862    4348 localpath.go:148] windows sanitize: C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b.tar -> C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.48-1764169655-21974@sha256_5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b.tar
	I1126 19:35:24.145862    4348 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b in local cache directory
	I1126 19:35:24.147352    4348 image.go:150] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b to local cache
	I1126 19:35:24.192405    4348 preload.go:295] Got checksum from GCS API "8a955be835827bc584bcce0658a7fcc9"
	I1126 19:35:24.193697    4348 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.28.0/preloaded-images-k8s-v18-v1.28.0-docker-overlay2-amd64.tar.lz4?checksum=md5:8a955be835827bc584bcce0658a7fcc9 -> C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.28.0-docker-overlay2-amd64.tar.lz4
	I1126 19:35:27.474692    4348 cache.go:68] Finished verifying existence of preloaded tar for v1.28.0 on docker
	I1126 19:35:27.474909    4348 profile.go:143] Saving config to C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\download-only-740400\config.json ...
	I1126 19:35:27.475404    4348 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\download-only-740400\config.json: {Name:mk5b8f7bb2b139c6f7f745868ea8f03f0362dbee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1126 19:35:27.476635    4348 preload.go:188] Checking if preload exists for k8s version v1.28.0 and runtime docker
	I1126 19:35:27.477076    4348 download.go:108] Downloading: https://dl.k8s.io/release/v1.28.0/bin/windows/amd64/kubectl.exe?checksum=file:https://dl.k8s.io/release/v1.28.0/bin/windows/amd64/kubectl.exe.sha256 -> C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\windows\amd64\v1.28.0/kubectl.exe
	
	
	* The control-plane node download-only-740400 host does not exist
	  To start a cluster, run: "minikube start -p download-only-740400"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:184: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.28.0/LogsDuration (0.23s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/DeleteAll (1.35s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/DeleteAll
aaa_download_only_test.go:196: (dbg) Run:  out/minikube-windows-amd64.exe delete --all
aaa_download_only_test.go:196: (dbg) Done: out/minikube-windows-amd64.exe delete --all: (1.3481937s)
--- PASS: TestDownloadOnly/v1.28.0/DeleteAll (1.35s)

                                                
                                    
x
+
TestDownloadOnly/v1.28.0/DeleteAlwaysSucceeds (0.79s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/DeleteAlwaysSucceeds
aaa_download_only_test.go:207: (dbg) Run:  out/minikube-windows-amd64.exe delete -p download-only-740400
--- PASS: TestDownloadOnly/v1.28.0/DeleteAlwaysSucceeds (0.79s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.1/json-events (5.47s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.1/json-events
aaa_download_only_test.go:80: (dbg) Run:  out/minikube-windows-amd64.exe start -o=json --download-only -p download-only-259700 --force --alsologtostderr --kubernetes-version=v1.34.1 --container-runtime=docker --driver=docker
aaa_download_only_test.go:80: (dbg) Done: out/minikube-windows-amd64.exe start -o=json --download-only -p download-only-259700 --force --alsologtostderr --kubernetes-version=v1.34.1 --container-runtime=docker --driver=docker: (5.4681219s)
--- PASS: TestDownloadOnly/v1.34.1/json-events (5.47s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.1/preload-exists
I1126 19:35:40.595722    3840 preload.go:188] Checking if preload exists for k8s version v1.34.1 and runtime docker
I1126 19:35:40.595879    3840 preload.go:203] Found local preload: C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.34.1-docker-overlay2-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.34.1/preload-exists (0.00s)

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.34.1/LogsDuration (0.2s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.1/LogsDuration
aaa_download_only_test.go:183: (dbg) Run:  out/minikube-windows-amd64.exe logs -p download-only-259700
aaa_download_only_test.go:183: (dbg) Non-zero exit: out/minikube-windows-amd64.exe logs -p download-only-259700: exit status 85 (192.7123ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────────────┬───────────────────┬─────────┬─────────────────────┬─────────────────────┐
	│ COMMAND │                                                                       ARGS                                                                        │       PROFILE        │       USER        │ VERSION │     START TIME      │      END TIME       │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────────────┼───────────────────┼─────────┼─────────────────────┼─────────────────────┤
	│ start   │ -o=json --download-only -p download-only-740400 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=docker --driver=docker │ download-only-740400 │ minikube4\jenkins │ v1.37.0 │ 26 Nov 25 19:35 UTC │                     │
	│ delete  │ --all                                                                                                                                             │ minikube             │ minikube4\jenkins │ v1.37.0 │ 26 Nov 25 19:35 UTC │ 26 Nov 25 19:35 UTC │
	│ delete  │ -p download-only-740400                                                                                                                           │ download-only-740400 │ minikube4\jenkins │ v1.37.0 │ 26 Nov 25 19:35 UTC │ 26 Nov 25 19:35 UTC │
	│ start   │ -o=json --download-only -p download-only-259700 --force --alsologtostderr --kubernetes-version=v1.34.1 --container-runtime=docker --driver=docker │ download-only-259700 │ minikube4\jenkins │ v1.37.0 │ 26 Nov 25 19:35 UTC │                     │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────────────┴───────────────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/11/26 19:35:35
	Running on machine: minikube4
	Binary: Built with gc go1.25.3 for windows/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1126 19:35:35.199246    9588 out.go:360] Setting OutFile to fd 796 ...
	I1126 19:35:35.243134    9588 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 19:35:35.243134    9588 out.go:374] Setting ErrFile to fd 752...
	I1126 19:35:35.243134    9588 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 19:35:35.256674    9588 out.go:368] Setting JSON to true
	I1126 19:35:35.259322    9588 start.go:133] hostinfo: {"hostname":"minikube4","uptime":14724,"bootTime":1764171010,"procs":185,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.6575 Build 19045.6575","kernelVersion":"10.0.19045.6575 Build 19045.6575","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"df6bfb5f-73f2-4acb-9365-df7854ecbb28"}
	W1126 19:35:35.259322    9588 start.go:141] gopshost.Virtualization returned error: not implemented yet
	I1126 19:35:35.264510    9588 out.go:99] [download-only-259700] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
	I1126 19:35:35.264510    9588 notify.go:221] Checking for updates...
	I1126 19:35:35.267111    9588 out.go:171] KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	I1126 19:35:35.269292    9588 out.go:171] MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	I1126 19:35:35.271773    9588 out.go:171] MINIKUBE_LOCATION=21974
	I1126 19:35:35.273808    9588 out.go:171] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	W1126 19:35:35.277448    9588 out.go:336] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I1126 19:35:35.278013    9588 driver.go:422] Setting default libvirt URI to qemu:///system
	I1126 19:35:35.399130    9588 docker.go:124] docker version: linux-27.4.0:Docker Desktop 4.37.1 (178610)
	I1126 19:35:35.402766    9588 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1126 19:35:35.649648    9588 info.go:266] docker info: {ID:a15b78d1-f772-48f7-bbf5-f8fe086f3f87 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 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:53 OomKillDisable:true NGoroutines:78 SystemTime:2025-11-26 19:35:35.632253298 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:14 KernelVersion:5.15.153.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 Ind
exServerAddress: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:33657536512 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[com.docker.desktop.address=npipe://\\.\pipe\docker_cli] ExperimentalBuild:false ServerVersion:27.4.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0
Expected:de40ad0} SecurityOptions:[name=seccomp,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:ai Path:C:\Program Files\Docker\cli-plugins\docker-ai.exe SchemaVersion:0.1.0 ShortDescription:Ask Gordon - Docker Agent Vendor:Docker Inc. Version:v0.5.1] 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.19.2-desktop.1] 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.31.0-desktop.2] map[Name:debug Path:C:\Program Files\Docker\cli-plugins\docker-debug.exe SchemaVersion:0.1.0 ShortDescr
iption:Get a shell into any image or container Vendor:Docker Inc. Version:0.0.37] map[Name:desktop Path:C:\Program Files\Docker\cli-plugins\docker-desktop.exe SchemaVersion:0.1.0 ShortDescription:Docker Desktop commands (Beta) Vendor:Docker Inc. Version:v0.1.0] 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.2] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Vendor:Docker Inc. Version:v0.2.27] 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:v1.0.5] 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:v1.4.0] map[Name:sbom Path:C:\Progr
am 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:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.15.1]] Warnings:<nil>}}
	I1126 19:35:35.651645    9588 out.go:99] Using the docker driver based on user configuration
	I1126 19:35:35.651645    9588 start.go:309] selected driver: docker
	I1126 19:35:35.651645    9588 start.go:927] validating driver "docker" against <nil>
	I1126 19:35:35.658644    9588 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1126 19:35:35.880639    9588 info.go:266] docker info: {ID:a15b78d1-f772-48f7-bbf5-f8fe086f3f87 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 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:53 OomKillDisable:true NGoroutines:78 SystemTime:2025-11-26 19:35:35.864722418 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:14 KernelVersion:5.15.153.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 Ind
exServerAddress: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:33657536512 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[com.docker.desktop.address=npipe://\\.\pipe\docker_cli] ExperimentalBuild:false ServerVersion:27.4.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0
Expected:de40ad0} SecurityOptions:[name=seccomp,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:ai Path:C:\Program Files\Docker\cli-plugins\docker-ai.exe SchemaVersion:0.1.0 ShortDescription:Ask Gordon - Docker Agent Vendor:Docker Inc. Version:v0.5.1] 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.19.2-desktop.1] 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.31.0-desktop.2] map[Name:debug Path:C:\Program Files\Docker\cli-plugins\docker-debug.exe SchemaVersion:0.1.0 ShortDescr
iption:Get a shell into any image or container Vendor:Docker Inc. Version:0.0.37] map[Name:desktop Path:C:\Program Files\Docker\cli-plugins\docker-desktop.exe SchemaVersion:0.1.0 ShortDescription:Docker Desktop commands (Beta) Vendor:Docker Inc. Version:v0.1.0] 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.2] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Vendor:Docker Inc. Version:v0.2.27] 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:v1.0.5] 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:v1.4.0] map[Name:sbom Path:C:\Progr
am 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:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.15.1]] Warnings:<nil>}}
	I1126 19:35:35.880639    9588 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I1126 19:35:35.916140    9588 start_flags.go:410] Using suggested 16300MB memory alloc based on sys=65534MB, container=32098MB
	I1126 19:35:35.916791    9588 start_flags.go:974] Wait components to verify : map[apiserver:true system_pods:true]
	I1126 19:35:36.151549    9588 out.go:171] Using Docker Desktop driver with root privileges
	I1126 19:35:36.154644    9588 cni.go:84] Creating CNI manager for ""
	I1126 19:35:36.155122    9588 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I1126 19:35:36.155198    9588 start_flags.go:336] Found "bridge CNI" CNI - setting NetworkPlugin=cni
	I1126 19:35:36.155309    9588 start.go:353] cluster config:
	{Name:download-only-259700 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b Memory:16300 CPUs:2 DiskSize:20000 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:8443 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.34.1 ClusterName:download-only-259700 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local C
ontainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.1 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 MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I1126 19:35:36.157486    9588 out.go:99] Starting "download-only-259700" primary control-plane node in "download-only-259700" cluster
	I1126 19:35:36.157486    9588 cache.go:134] Beginning downloading kic base image for docker with docker
	I1126 19:35:36.159675    9588 out.go:99] Pulling base image v0.0.48-1764169655-21974 ...
	I1126 19:35:36.159675    9588 preload.go:188] Checking if preload exists for k8s version v1.34.1 and runtime docker
	I1126 19:35:36.159675    9588 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b in local docker daemon
	I1126 19:35:36.203515    9588 preload.go:148] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.34.1/preloaded-images-k8s-v18-v1.34.1-docker-overlay2-amd64.tar.lz4
	I1126 19:35:36.203592    9588 cache.go:65] Caching tarball of preloaded images
	I1126 19:35:36.204023    9588 preload.go:188] Checking if preload exists for k8s version v1.34.1 and runtime docker
	I1126 19:35:36.206708    9588 out.go:99] Downloading Kubernetes v1.34.1 preload ...
	I1126 19:35:36.206763    9588 preload.go:318] getting checksum for preloaded-images-k8s-v18-v1.34.1-docker-overlay2-amd64.tar.lz4 from gcs api...
	I1126 19:35:36.216030    9588 cache.go:163] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b to local cache
	I1126 19:35:36.216030    9588 localpath.go:148] windows sanitize: C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b.tar -> C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.48-1764169655-21974@sha256_5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b.tar
	I1126 19:35:36.216030    9588 localpath.go:148] windows sanitize: C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b.tar -> C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.48-1764169655-21974@sha256_5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b.tar
	I1126 19:35:36.216030    9588 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b in local cache directory
	I1126 19:35:36.216030    9588 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b in local cache directory, skipping pull
	I1126 19:35:36.216030    9588 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b exists in cache, skipping pull
	I1126 19:35:36.216585    9588 cache.go:166] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b as a tarball
	I1126 19:35:36.293364    9588 preload.go:295] Got checksum from GCS API "d7f0ccd752ff15c628c6fc8ef8c8033e"
	I1126 19:35:36.293567    9588 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.34.1/preloaded-images-k8s-v18-v1.34.1-docker-overlay2-amd64.tar.lz4?checksum=md5:d7f0ccd752ff15c628c6fc8ef8c8033e -> C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.34.1-docker-overlay2-amd64.tar.lz4
	I1126 19:35:39.260864    9588 cache.go:68] Finished verifying existence of preloaded tar for v1.34.1 on docker
	I1126 19:35:39.261924    9588 profile.go:143] Saving config to C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\download-only-259700\config.json ...
	I1126 19:35:39.262384    9588 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\download-only-259700\config.json: {Name:mke00c50e3e62003e9664d302ac651f97c02783c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1126 19:35:39.263591    9588 preload.go:188] Checking if preload exists for k8s version v1.34.1 and runtime docker
	I1126 19:35:39.263591    9588 download.go:108] Downloading: https://dl.k8s.io/release/v1.34.1/bin/windows/amd64/kubectl.exe?checksum=file:https://dl.k8s.io/release/v1.34.1/bin/windows/amd64/kubectl.exe.sha256 -> C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\windows\amd64\v1.34.1/kubectl.exe
	
	
	* The control-plane node download-only-259700 host does not exist
	  To start a cluster, run: "minikube start -p download-only-259700"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:184: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.34.1/LogsDuration (0.20s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.1/DeleteAll (1.05s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.1/DeleteAll
aaa_download_only_test.go:196: (dbg) Run:  out/minikube-windows-amd64.exe delete --all
aaa_download_only_test.go:196: (dbg) Done: out/minikube-windows-amd64.exe delete --all: (1.0501529s)
--- PASS: TestDownloadOnly/v1.34.1/DeleteAll (1.05s)

                                                
                                    
x
+
TestDownloadOnly/v1.34.1/DeleteAlwaysSucceeds (0.45s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.1/DeleteAlwaysSucceeds
aaa_download_only_test.go:207: (dbg) Run:  out/minikube-windows-amd64.exe delete -p download-only-259700
--- PASS: TestDownloadOnly/v1.34.1/DeleteAlwaysSucceeds (0.45s)

                                                
                                    
x
+
TestDownloadOnlyKic (1.63s)

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

                                                
                                    
x
+
TestBinaryMirror (2.46s)

                                                
                                                
=== RUN   TestBinaryMirror
I1126 19:35:45.121786    3840 binary.go:80] Not caching binary, using https://dl.k8s.io/release/v1.34.1/bin/windows/amd64/kubectl.exe?checksum=file:https://dl.k8s.io/release/v1.34.1/bin/windows/amd64/kubectl.exe.sha256
aaa_download_only_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe start --download-only -p binary-mirror-965400 --alsologtostderr --binary-mirror http://127.0.0.1:50908 --driver=docker
aaa_download_only_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe start --download-only -p binary-mirror-965400 --alsologtostderr --binary-mirror http://127.0.0.1:50908 --driver=docker: (1.7163281s)
helpers_test.go:175: Cleaning up "binary-mirror-965400" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p binary-mirror-965400
--- PASS: TestBinaryMirror (2.46s)

                                                
                                    
x
+
TestOffline (127.64s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Run:  out/minikube-windows-amd64.exe start -p offline-docker-423600 --alsologtostderr -v=1 --memory=3072 --wait=true --driver=docker
aab_offline_test.go:55: (dbg) Done: out/minikube-windows-amd64.exe start -p offline-docker-423600 --alsologtostderr -v=1 --memory=3072 --wait=true --driver=docker: (2m0.6136915s)
helpers_test.go:175: Cleaning up "offline-docker-423600" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p offline-docker-423600
E1126 20:35:56.795890    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p offline-docker-423600: (7.025967s)
--- PASS: TestOffline (127.64s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.19s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
--- PASS: TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.19s)

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.21s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
--- PASS: TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.21s)

                                                
                                    
x
+
TestAddons/Setup (325.88s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:108: (dbg) Run:  out/minikube-windows-amd64.exe start -p addons-525100 --wait=true --memory=4096 --alsologtostderr --addons=registry --addons=registry-creds --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=nvidia-device-plugin --addons=yakd --addons=volcano --addons=amd-gpu-device-plugin --driver=docker --addons=ingress --addons=ingress-dns --addons=storage-provisioner-rancher
addons_test.go:108: (dbg) Done: out/minikube-windows-amd64.exe start -p addons-525100 --wait=true --memory=4096 --alsologtostderr --addons=registry --addons=registry-creds --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=nvidia-device-plugin --addons=yakd --addons=volcano --addons=amd-gpu-device-plugin --driver=docker --addons=ingress --addons=ingress-dns --addons=storage-provisioner-rancher: (5m25.8786927s)
--- PASS: TestAddons/Setup (325.88s)

                                                
                                    
x
+
TestAddons/serial/Volcano (47.97s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:868: volcano-scheduler stabilized in 19.0733ms
addons_test.go:876: volcano-admission stabilized in 19.2189ms
addons_test.go:884: volcano-controller stabilized in 19.2831ms
addons_test.go:890: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-scheduler" in namespace "volcano-system" ...
helpers_test.go:352: "volcano-scheduler-76c996c8bf-r4x5v" [c7019d12-433c-41a9-9cde-d0151e22ed5e] Running
addons_test.go:890: (dbg) TestAddons/serial/Volcano: app=volcano-scheduler healthy within 5.00736s
addons_test.go:894: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-admission" in namespace "volcano-system" ...
helpers_test.go:352: "volcano-admission-6c447bd768-7fjt9" [424253c6-14a3-4927-9311-564b8a0ae38d] Running
addons_test.go:894: (dbg) TestAddons/serial/Volcano: app=volcano-admission healthy within 5.0072362s
addons_test.go:898: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-controller" in namespace "volcano-system" ...
helpers_test.go:352: "volcano-controllers-6fd4f85cb8-8f2hm" [602d9edd-c030-458b-b770-3c8eeadc8975] Running
addons_test.go:898: (dbg) TestAddons/serial/Volcano: app=volcano-controller healthy within 5.0061682s
addons_test.go:903: (dbg) Run:  kubectl --context addons-525100 delete -n volcano-system job volcano-admission-init
addons_test.go:909: (dbg) Run:  kubectl --context addons-525100 create -f testdata\vcjob.yaml
addons_test.go:917: (dbg) Run:  kubectl --context addons-525100 get vcjob -n my-volcano
addons_test.go:935: (dbg) TestAddons/serial/Volcano: waiting 3m0s for pods matching "volcano.sh/job-name=test-job" in namespace "my-volcano" ...
helpers_test.go:352: "test-job-nginx-0" [9febbd50-1824-476c-bcd6-7555390944f3] Pending
helpers_test.go:352: "test-job-nginx-0" [9febbd50-1824-476c-bcd6-7555390944f3] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:352: "test-job-nginx-0" [9febbd50-1824-476c-bcd6-7555390944f3] Running
addons_test.go:935: (dbg) TestAddons/serial/Volcano: volcano.sh/job-name=test-job healthy within 20.0067319s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable volcano --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable volcano --alsologtostderr -v=1: (12.1945497s)
--- PASS: TestAddons/serial/Volcano (47.97s)

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:630: (dbg) Run:  kubectl --context addons-525100 create ns new-namespace
addons_test.go:644: (dbg) Run:  kubectl --context addons-525100 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.26s)

                                                
                                    
x
+
TestAddons/serial/GCPAuth/FakeCredentials (10.23s)

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/FakeCredentials
addons_test.go:675: (dbg) Run:  kubectl --context addons-525100 create -f testdata\busybox.yaml
addons_test.go:682: (dbg) Run:  kubectl --context addons-525100 create sa gcp-auth-test
addons_test.go:688: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:352: "busybox" [49631897-3a37-4696-9d85-411cae21224d] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [49631897-3a37-4696-9d85-411cae21224d] Running
addons_test.go:688: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: integration-test=busybox healthy within 9.0064649s
addons_test.go:694: (dbg) Run:  kubectl --context addons-525100 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:706: (dbg) Run:  kubectl --context addons-525100 describe sa gcp-auth-test
addons_test.go:720: (dbg) Run:  kubectl --context addons-525100 exec busybox -- /bin/sh -c "cat /google-app-creds.json"
addons_test.go:744: (dbg) Run:  kubectl --context addons-525100 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
--- PASS: TestAddons/serial/GCPAuth/FakeCredentials (10.23s)

                                                
                                    
x
+
TestAddons/parallel/RegistryCreds (1.3s)

                                                
                                                
=== RUN   TestAddons/parallel/RegistryCreds
=== PAUSE TestAddons/parallel/RegistryCreds

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/RegistryCreds
addons_test.go:323: registry-creds stabilized in 8.6583ms
addons_test.go:325: (dbg) Run:  out/minikube-windows-amd64.exe addons configure registry-creds -f ./testdata/addons_testconfig.json -p addons-525100
addons_test.go:332: (dbg) Run:  kubectl --context addons-525100 -n kube-system get secret -o yaml
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable registry-creds --alsologtostderr -v=1
--- PASS: TestAddons/parallel/RegistryCreds (1.30s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (12.28s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:823: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:352: "gadget-czw49" [e27b1550-4fe3-4345-be89-542d792b475f] Running
addons_test.go:823: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.0055504s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable inspektor-gadget --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable inspektor-gadget --alsologtostderr -v=1: (6.275349s)
--- PASS: TestAddons/parallel/InspektorGadget (12.28s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (8.11s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:455: metrics-server stabilized in 64.1096ms
addons_test.go:457: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:352: "metrics-server-85b7d694d7-zh9qv" [b7491624-102d-4b41-bf28-ada2297391f3] Running
addons_test.go:457: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 6.0059091s
addons_test.go:463: (dbg) Run:  kubectl --context addons-525100 top pods -n kube-system
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable metrics-server --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable metrics-server --alsologtostderr -v=1: (1.9069284s)
--- PASS: TestAddons/parallel/MetricsServer (8.11s)

                                                
                                    
x
+
TestAddons/parallel/CSI (57.73s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I1126 19:42:43.533560    3840 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1126 19:42:43.539224    3840 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1126 19:42:43.539224    3840 kapi.go:107] duration metric: took 5.8058ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:549: csi-hostpath-driver pods stabilized in 5.8058ms
addons_test.go:552: (dbg) Run:  kubectl --context addons-525100 create -f testdata\csi-hostpath-driver\pvc.yaml
addons_test.go:557: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:562: (dbg) Run:  kubectl --context addons-525100 create -f testdata\csi-hostpath-driver\pv-pod.yaml
addons_test.go:567: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:352: "task-pv-pod" [69fd9bb3-06c8-4369-b873-b1d89c0293b4] Pending
helpers_test.go:352: "task-pv-pod" [69fd9bb3-06c8-4369-b873-b1d89c0293b4] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
helpers_test.go:352: "task-pv-pod" [69fd9bb3-06c8-4369-b873-b1d89c0293b4] Running
addons_test.go:567: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 11.0064696s
addons_test.go:572: (dbg) Run:  kubectl --context addons-525100 create -f testdata\csi-hostpath-driver\snapshot.yaml
addons_test.go:577: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:427: (dbg) Run:  kubectl --context addons-525100 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:427: (dbg) Run:  kubectl --context addons-525100 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:582: (dbg) Run:  kubectl --context addons-525100 delete pod task-pv-pod
addons_test.go:582: (dbg) Done: kubectl --context addons-525100 delete pod task-pv-pod: (1.7934155s)
addons_test.go:588: (dbg) Run:  kubectl --context addons-525100 delete pvc hpvc
addons_test.go:594: (dbg) Run:  kubectl --context addons-525100 create -f testdata\csi-hostpath-driver\pvc-restore.yaml
addons_test.go:599: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:604: (dbg) Run:  kubectl --context addons-525100 create -f testdata\csi-hostpath-driver\pv-pod-restore.yaml
addons_test.go:609: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod-restore" in namespace "default" ...
helpers_test.go:352: "task-pv-pod-restore" [2c1324ff-6f70-4701-b765-44be451f703f] Pending
helpers_test.go:352: "task-pv-pod-restore" [2c1324ff-6f70-4701-b765-44be451f703f] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
helpers_test.go:352: "task-pv-pod-restore" [2c1324ff-6f70-4701-b765-44be451f703f] Running
addons_test.go:609: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 9.0063929s
addons_test.go:614: (dbg) Run:  kubectl --context addons-525100 delete pod task-pv-pod-restore
addons_test.go:614: (dbg) Done: kubectl --context addons-525100 delete pod task-pv-pod-restore: (1.4800638s)
addons_test.go:618: (dbg) Run:  kubectl --context addons-525100 delete pvc hpvc-restore
addons_test.go:622: (dbg) Run:  kubectl --context addons-525100 delete volumesnapshot new-snapshot-demo
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable volumesnapshots --alsologtostderr -v=1: (1.3949494s)
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable csi-hostpath-driver --alsologtostderr -v=1: (7.303683s)
--- PASS: TestAddons/parallel/CSI (57.73s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (28.25s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:808: (dbg) Run:  out/minikube-windows-amd64.exe addons enable headlamp -p addons-525100 --alsologtostderr -v=1
addons_test.go:808: (dbg) Done: out/minikube-windows-amd64.exe addons enable headlamp -p addons-525100 --alsologtostderr -v=1: (1.4632299s)
addons_test.go:813: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:352: "headlamp-dfcdc64b-th9d9" [44da614f-9e9b-4975-87bd-45bb41ad0346] Pending
helpers_test.go:352: "headlamp-dfcdc64b-th9d9" [44da614f-9e9b-4975-87bd-45bb41ad0346] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:352: "headlamp-dfcdc64b-th9d9" [44da614f-9e9b-4975-87bd-45bb41ad0346] Running
addons_test.go:813: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 20.0079864s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable headlamp --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable headlamp --alsologtostderr -v=1: (6.7752435s)
--- PASS: TestAddons/parallel/Headlamp (28.25s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (6.48s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:840: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:352: "cloud-spanner-emulator-5bdddb765-bl7gx" [3100f767-ca46-4381-87e9-1ceb5a383fd5] Running
addons_test.go:840: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.0055741s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable cloud-spanner --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable cloud-spanner --alsologtostderr -v=1: (1.4260806s)
--- PASS: TestAddons/parallel/CloudSpanner (6.48s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (57.85s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:949: (dbg) Run:  kubectl --context addons-525100 apply -f testdata\storage-provisioner-rancher\pvc.yaml
addons_test.go:955: (dbg) Run:  kubectl --context addons-525100 apply -f testdata\storage-provisioner-rancher\pod.yaml
addons_test.go:959: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-525100 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:962: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:352: "test-local-path" [c251c8d4-f1b7-447d-a5aa-4b55023d49ad] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "test-local-path" [c251c8d4-f1b7-447d-a5aa-4b55023d49ad] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:352: "test-local-path" [c251c8d4-f1b7-447d-a5aa-4b55023d49ad] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:962: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 13.0046507s
addons_test.go:967: (dbg) Run:  kubectl --context addons-525100 get pvc test-pvc -o=json
addons_test.go:976: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 ssh "cat /opt/local-path-provisioner/pvc-58a00c81-1c4e-4457-8056-dbf98a4e864d_default_test-pvc/file1"
addons_test.go:988: (dbg) Run:  kubectl --context addons-525100 delete pod test-local-path
addons_test.go:992: (dbg) Run:  kubectl --context addons-525100 delete pvc test-pvc
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (36.9343872s)
--- PASS: TestAddons/parallel/LocalPath (57.85s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (7.12s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:1025: (dbg) TestAddons/parallel/NvidiaDevicePlugin: waiting 6m0s for pods matching "name=nvidia-device-plugin-ds" in namespace "kube-system" ...
helpers_test.go:352: "nvidia-device-plugin-daemonset-5lkbr" [9b4a92e7-87bc-4ad6-82c2-5577b0aa3e4d] Running
addons_test.go:1025: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.0078663s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable nvidia-device-plugin --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable nvidia-device-plugin --alsologtostderr -v=1: (1.1136854s)
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (7.12s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (12.22s)

                                                
                                                
=== RUN   TestAddons/parallel/Yakd
=== PAUSE TestAddons/parallel/Yakd

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:1047: (dbg) TestAddons/parallel/Yakd: waiting 2m0s for pods matching "app.kubernetes.io/name=yakd-dashboard" in namespace "yakd-dashboard" ...
helpers_test.go:352: "yakd-dashboard-5ff678cb9-9272j" [4c10fc24-6002-41c8-b132-f3592cebd793] Running
addons_test.go:1047: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.007003s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable yakd --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable yakd --alsologtostderr -v=1: (6.2088181s)
--- PASS: TestAddons/parallel/Yakd (12.22s)

                                                
                                    
x
+
TestAddons/parallel/AmdGpuDevicePlugin (7.61s)

                                                
                                                
=== RUN   TestAddons/parallel/AmdGpuDevicePlugin
=== PAUSE TestAddons/parallel/AmdGpuDevicePlugin

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/AmdGpuDevicePlugin
addons_test.go:1038: (dbg) TestAddons/parallel/AmdGpuDevicePlugin: waiting 6m0s for pods matching "name=amd-gpu-device-plugin" in namespace "kube-system" ...
helpers_test.go:352: "amd-gpu-device-plugin-fxshz" [41305db9-6c91-44e0-935d-7acb0913d87b] Running
addons_test.go:1038: (dbg) TestAddons/parallel/AmdGpuDevicePlugin: name=amd-gpu-device-plugin healthy within 6.0058427s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable amd-gpu-device-plugin --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable amd-gpu-device-plugin --alsologtostderr -v=1: (1.5981485s)
--- PASS: TestAddons/parallel/AmdGpuDevicePlugin (7.61s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.87s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe stop -p addons-525100
addons_test.go:172: (dbg) Done: out/minikube-windows-amd64.exe stop -p addons-525100: (12.0540322s)
addons_test.go:176: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p addons-525100
addons_test.go:180: (dbg) Run:  out/minikube-windows-amd64.exe addons disable dashboard -p addons-525100
addons_test.go:185: (dbg) Run:  out/minikube-windows-amd64.exe addons disable gvisor -p addons-525100
--- PASS: TestAddons/StoppedEnableDisable (12.87s)

                                                
                                    
x
+
TestCertOptions (71.88s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:49: (dbg) Run:  out/minikube-windows-amd64.exe start -p cert-options-604000 --memory=3072 --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-604000 --memory=3072 --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: (1m5.8001367s)
cert_options_test.go:60: (dbg) Run:  out/minikube-windows-amd64.exe -p cert-options-604000 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt"
I1126 20:43:25.402403    3840 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8555/tcp") 0).HostPort}}'" cert-options-604000
cert_options_test.go:100: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p cert-options-604000 -- "sudo cat /etc/kubernetes/admin.conf"
helpers_test.go:175: Cleaning up "cert-options-604000" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p cert-options-604000
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p cert-options-604000: (4.6744558s)
--- PASS: TestCertOptions (71.88s)

                                                
                                    
x
+
TestDockerFlags (57.64s)

                                                
                                                
=== RUN   TestDockerFlags
=== PAUSE TestDockerFlags

                                                
                                                

                                                
                                                
=== CONT  TestDockerFlags
docker_test.go:51: (dbg) Run:  out/minikube-windows-amd64.exe start -p docker-flags-577600 --cache-images=false --memory=3072 --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-577600 --cache-images=false --memory=3072 --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: (47.4755969s)
docker_test.go:56: (dbg) Run:  out/minikube-windows-amd64.exe -p docker-flags-577600 ssh "sudo systemctl show docker --property=Environment --no-pager"
docker_test.go:67: (dbg) Run:  out/minikube-windows-amd64.exe -p docker-flags-577600 ssh "sudo systemctl show docker --property=ExecStart --no-pager"
helpers_test.go:175: Cleaning up "docker-flags-577600" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p docker-flags-577600
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p docker-flags-577600: (8.8040588s)
--- PASS: TestDockerFlags (57.64s)

                                                
                                    
x
+
TestForceSystemdFlag (86.35s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-windows-amd64.exe start -p force-systemd-flag-423600 --memory=3072 --force-systemd --alsologtostderr -v=5 --driver=docker
docker_test.go:91: (dbg) Done: out/minikube-windows-amd64.exe start -p force-systemd-flag-423600 --memory=3072 --force-systemd --alsologtostderr -v=5 --driver=docker: (1m21.4202961s)
docker_test.go:110: (dbg) Run:  out/minikube-windows-amd64.exe -p force-systemd-flag-423600 ssh "docker info --format {{.CgroupDriver}}"
helpers_test.go:175: Cleaning up "force-systemd-flag-423600" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p force-systemd-flag-423600
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p force-systemd-flag-423600: (4.2574978s)
--- PASS: TestForceSystemdFlag (86.35s)

                                                
                                    
x
+
TestForceSystemdEnv (65.03s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:155: (dbg) Run:  out/minikube-windows-amd64.exe start -p force-systemd-env-452400 --memory=3072 --alsologtostderr -v=5 --driver=docker
docker_test.go:155: (dbg) Done: out/minikube-windows-amd64.exe start -p force-systemd-env-452400 --memory=3072 --alsologtostderr -v=5 --driver=docker: (1m0.5320463s)
docker_test.go:110: (dbg) Run:  out/minikube-windows-amd64.exe -p force-systemd-env-452400 ssh "docker info --format {{.CgroupDriver}}"
helpers_test.go:175: Cleaning up "force-systemd-env-452400" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p force-systemd-env-452400
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p force-systemd-env-452400: (3.8637005s)
--- PASS: TestForceSystemdEnv (65.03s)

                                                
                                    
x
+
TestErrorSpam/start (2.63s)

                                                
                                                
=== RUN   TestErrorSpam/start
error_spam_test.go:206: Cleaning up 1 logfile(s) ...
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 start --dry-run
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 start --dry-run
error_spam_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 start --dry-run
--- PASS: TestErrorSpam/start (2.63s)

                                                
                                    
x
+
TestErrorSpam/status (2.1s)

                                                
                                                
=== RUN   TestErrorSpam/status
error_spam_test.go:206: Cleaning up 0 logfile(s) ...
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 status
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 status
error_spam_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 status
--- PASS: TestErrorSpam/status (2.10s)

                                                
                                    
x
+
TestErrorSpam/pause (2.69s)

                                                
                                                
=== RUN   TestErrorSpam/pause
error_spam_test.go:206: Cleaning up 0 logfile(s) ...
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 pause
error_spam_test.go:149: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 pause: (1.226951s)
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 pause
error_spam_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 pause
--- PASS: TestErrorSpam/pause (2.69s)

                                                
                                    
x
+
TestErrorSpam/unpause (2.64s)

                                                
                                                
=== RUN   TestErrorSpam/unpause
error_spam_test.go:206: Cleaning up 0 logfile(s) ...
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 unpause
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 unpause
error_spam_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 unpause
--- PASS: TestErrorSpam/unpause (2.64s)

                                                
                                    
x
+
TestErrorSpam/stop (18.41s)

                                                
                                                
=== RUN   TestErrorSpam/stop
error_spam_test.go:206: Cleaning up 0 logfile(s) ...
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 stop
error_spam_test.go:149: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 stop: (11.9791156s)
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 stop
error_spam_test.go:149: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 stop: (3.0972628s)
error_spam_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 stop
error_spam_test.go:172: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-932600 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-932600 stop: (3.3292213s)
--- PASS: TestErrorSpam/stop (18.41s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0.04s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1860: local sync path: C:\Users\jenkins.minikube4\minikube-integration\.minikube\files\etc\test\nested\copy\3840\hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.04s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (83.43s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2239: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-624800 --memory=4096 --apiserver-port=8441 --wait=all --driver=docker
E1126 19:46:13.673533    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:46:13.681216    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:46:13.693237    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:46:13.715679    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:46:13.757310    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:46:13.839463    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:46:14.002291    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:46:14.324313    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:46:14.966464    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:46:16.249130    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:46:18.811124    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:46:23.933174    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:46:34.175162    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
functional_test.go:2239: (dbg) Done: out/minikube-windows-amd64.exe start -p functional-624800 --memory=4096 --apiserver-port=8441 --wait=all --driver=docker: (1m23.4247971s)
--- PASS: TestFunctional/serial/StartWithProxy (83.43s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (55.26s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I1126 19:46:45.273495    3840 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
functional_test.go:674: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-624800 --alsologtostderr -v=8
E1126 19:46:54.658055    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:47:35.620362    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
functional_test.go:674: (dbg) Done: out/minikube-windows-amd64.exe start -p functional-624800 --alsologtostderr -v=8: (55.2596232s)
functional_test.go:678: soft start took 55.2609319s for "functional-624800" cluster.
I1126 19:47:40.535094    3840 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestFunctional/serial/SoftStart (55.26s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.1s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.29s)

                                                
                                                
=== RUN   TestFunctional/serial/KubectlGetPods
functional_test.go:711: (dbg) Run:  kubectl --context functional-624800 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.29s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1064: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 cache add registry.k8s.io/pause:3.1
functional_test.go:1064: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 cache add registry.k8s.io/pause:3.1: (3.6565861s)
functional_test.go:1064: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 cache add registry.k8s.io/pause:3.3
functional_test.go:1064: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 cache add registry.k8s.io/pause:3.3: (3.1068131s)
functional_test.go:1064: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 cache add registry.k8s.io/pause:latest
functional_test.go:1064: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 cache add registry.k8s.io/pause:latest: (3.0980275s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (9.86s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1092: (dbg) Run:  docker build -t minikube-local-cache-test:functional-624800 C:\Users\jenkins.minikube4\AppData\Local\Temp\TestFunctionalserialCacheCmdcacheadd_local3463077849\001
functional_test.go:1092: (dbg) Done: docker build -t minikube-local-cache-test:functional-624800 C:\Users\jenkins.minikube4\AppData\Local\Temp\TestFunctionalserialCacheCmdcacheadd_local3463077849\001: (1.2833014s)
functional_test.go:1104: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 cache add minikube-local-cache-test:functional-624800
functional_test.go:1104: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 cache add minikube-local-cache-test:functional-624800: (2.548852s)
functional_test.go:1109: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 cache delete minikube-local-cache-test:functional-624800
functional_test.go:1098: (dbg) Run:  docker rmi minikube-local-cache-test:functional-624800
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (4.10s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node
functional_test.go:1139: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh sudo crictl images
--- PASS: TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (0.60s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/cache_reload
functional_test.go:1162: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh sudo docker rmi registry.k8s.io/pause:latest
functional_test.go:1168: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh sudo crictl inspecti registry.k8s.io/pause:latest
functional_test.go:1168: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-624800 ssh sudo crictl inspecti registry.k8s.io/pause:latest: exit status 1 (562.0711ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	ssh: Process exited with status 1

                                                
                                                
** /stderr **
functional_test.go:1173: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 cache reload
functional_test.go:1173: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 cache reload: (2.7358509s)
functional_test.go:1178: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh sudo crictl inspecti registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (4.43s)

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.38s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (1.84s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (60.9s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:772: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-624800 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E1126 19:48:57.543465    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
functional_test.go:772: (dbg) Done: out/minikube-windows-amd64.exe start -p functional-624800 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (1m0.9028672s)
functional_test.go:776: restart took 1m0.9029298s for "functional-624800" cluster.
I1126 19:49:03.818730    3840 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestFunctional/serial/ExtraConfig (60.90s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.14s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.79s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1251: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 logs
functional_test.go:1251: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 logs: (1.7853478s)
--- PASS: TestFunctional/serial/LogsCmd (1.79s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.85s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1265: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 logs --file C:\Users\jenkins.minikube4\AppData\Local\Temp\TestFunctionalserialLogsFileCmd3416689286\001\logs.txt
functional_test.go:1265: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 logs --file C:\Users\jenkins.minikube4\AppData\Local\Temp\TestFunctionalserialLogsFileCmd3416689286\001\logs.txt: (1.8346943s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.85s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (5.32s)

                                                
                                                
=== RUN   TestFunctional/serial/InvalidService
functional_test.go:2326: (dbg) Run:  kubectl --context functional-624800 apply -f testdata\invalidsvc.yaml
functional_test.go:2340: (dbg) Run:  out/minikube-windows-amd64.exe service invalid-svc -p functional-624800
functional_test.go:2340: (dbg) Non-zero exit: out/minikube-windows-amd64.exe service invalid-svc -p functional-624800: exit status 115 (1.0069212s)

                                                
                                                
-- stdout --
	┌───────────┬─────────────┬─────────────┬───────────────────────────┐
	│ NAMESPACE │    NAME     │ TARGET PORT │            URL            │
	├───────────┼─────────────┼─────────────┼───────────────────────────┤
	│ default   │ invalid-svc │ 80          │ http://192.168.49.2:32308 │
	└───────────┴─────────────┴─────────────┴───────────────────────────┘
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	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.minikube4\AppData\Local\Temp\minikube_service_9c977cb937a5c6299cc91c983e64e702e081bf76_4.log    │
	│                                                                                                                         │
	╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
functional_test.go:2332: (dbg) Run:  kubectl --context functional-624800 delete -f testdata\invalidsvc.yaml
--- PASS: TestFunctional/serial/InvalidService (5.32s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (1.36s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd
functional_test.go:1214: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 config unset cpus
functional_test.go:1214: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 config get cpus
functional_test.go:1214: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-624800 config get cpus: exit status 14 (201.0022ms)

                                                
                                                
** stderr ** 
	Error: specified key could not be found in config

                                                
                                                
** /stderr **
functional_test.go:1214: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 config set cpus 2
functional_test.go:1214: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 config get cpus
functional_test.go:1214: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 config unset cpus
functional_test.go:1214: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 config get cpus
functional_test.go:1214: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-624800 config get cpus: exit status 14 (198.386ms)

                                                
                                                
** stderr ** 
	Error: specified key could not be found in config

                                                
                                                
** /stderr **
--- PASS: TestFunctional/parallel/ConfigCmd (1.36s)

                                                
                                    
x
+
TestFunctional/parallel/DryRun (1.5s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	* [functional-624800] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
	  - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21974
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Using the docker driver based on existing profile
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I1126 19:49:56.504666    8728 out.go:360] Setting OutFile to fd 1604 ...
	I1126 19:49:56.557684    8728 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 19:49:56.557684    8728 out.go:374] Setting ErrFile to fd 1608...
	I1126 19:49:56.557684    8728 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 19:49:56.570672    8728 out.go:368] Setting JSON to false
	I1126 19:49:56.573678    8728 start.go:133] hostinfo: {"hostname":"minikube4","uptime":15586,"bootTime":1764171010,"procs":188,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.6575 Build 19045.6575","kernelVersion":"10.0.19045.6575 Build 19045.6575","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"df6bfb5f-73f2-4acb-9365-df7854ecbb28"}
	W1126 19:49:56.573678    8728 start.go:141] gopshost.Virtualization returned error: not implemented yet
	I1126 19:49:56.577672    8728 out.go:179] * [functional-624800] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
	I1126 19:49:56.578671    8728 notify.go:221] Checking for updates...
	I1126 19:49:56.580675    8728 out.go:179]   - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	I1126 19:49:56.584672    8728 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I1126 19:49:56.586668    8728 out.go:179]   - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	I1126 19:49:56.588668    8728 out.go:179]   - MINIKUBE_LOCATION=21974
	I1126 19:49:56.590669    8728 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1126 19:49:56.592675    8728 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
	I1126 19:49:56.593667    8728 driver.go:422] Setting default libvirt URI to qemu:///system
	I1126 19:49:56.711680    8728 docker.go:124] docker version: linux-27.4.0:Docker Desktop 4.37.1 (178610)
	I1126 19:49:56.714666    8728 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1126 19:49:56.959807    8728 info.go:266] docker info: {ID:a15b78d1-f772-48f7-bbf5-f8fe086f3f87 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 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 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:66 OomKillDisable:true NGoroutines:85 SystemTime:2025-11-26 19:49:56.939290541 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:14 KernelVersion:5.15.153.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 Ind
exServerAddress: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:33657536512 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[com.docker.desktop.address=npipe://\\.\pipe\docker_cli] ExperimentalBuild:false ServerVersion:27.4.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0
Expected:de40ad0} SecurityOptions:[name=seccomp,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:ai Path:C:\Program Files\Docker\cli-plugins\docker-ai.exe SchemaVersion:0.1.0 ShortDescription:Ask Gordon - Docker Agent Vendor:Docker Inc. Version:v0.5.1] 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.19.2-desktop.1] 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.31.0-desktop.2] map[Name:debug Path:C:\Program Files\Docker\cli-plugins\docker-debug.exe SchemaVersion:0.1.0 ShortDescr
iption:Get a shell into any image or container Vendor:Docker Inc. Version:0.0.37] map[Name:desktop Path:C:\Program Files\Docker\cli-plugins\docker-desktop.exe SchemaVersion:0.1.0 ShortDescription:Docker Desktop commands (Beta) Vendor:Docker Inc. Version:v0.1.0] 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.2] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Vendor:Docker Inc. Version:v0.2.27] 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:v1.0.5] 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:v1.4.0] map[Name:sbom Path:C:\Progr
am 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:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.15.1]] Warnings:<nil>}}
	I1126 19:49:56.962807    8728 out.go:179] * Using the docker driver based on existing profile
	I1126 19:49:56.964804    8728 start.go:309] selected driver: docker
	I1126 19:49:56.964804    8728 start.go:927] validating driver "docker" against &{Name:functional-624800 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b Memory:4096 CPUs:2 DiskSize:20000 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:8441 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.34.1 ClusterName:functional-624800 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA 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:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.34.1 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 MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[]
MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I1126 19:49:56.964804    8728 start.go:938] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I1126 19:49:57.014504    8728 out.go:203] 
	W1126 19:49:57.016505    8728 out.go:285] 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
	I1126 19:49:57.018516    8728 out.go:203] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.61s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	* [functional-624800] minikube v1.37.0 sur Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
	  - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21974
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Utilisation du pilote docker basé sur le profil existant
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I1126 19:49:58.014861    5884 out.go:360] Setting OutFile to fd 1352 ...
	I1126 19:49:58.059831    5884 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 19:49:58.059831    5884 out.go:374] Setting ErrFile to fd 1280...
	I1126 19:49:58.059831    5884 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 19:49:58.073828    5884 out.go:368] Setting JSON to false
	I1126 19:49:58.075830    5884 start.go:133] hostinfo: {"hostname":"minikube4","uptime":15587,"bootTime":1764171010,"procs":188,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.6575 Build 19045.6575","kernelVersion":"10.0.19045.6575 Build 19045.6575","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"df6bfb5f-73f2-4acb-9365-df7854ecbb28"}
	W1126 19:49:58.076836    5884 start.go:141] gopshost.Virtualization returned error: not implemented yet
	I1126 19:49:58.079835    5884 out.go:179] * [functional-624800] minikube v1.37.0 sur Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
	I1126 19:49:58.083830    5884 notify.go:221] Checking for updates...
	I1126 19:49:58.085830    5884 out.go:179]   - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	I1126 19:49:58.089834    5884 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I1126 19:49:58.091838    5884 out.go:179]   - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	I1126 19:49:58.093840    5884 out.go:179]   - MINIKUBE_LOCATION=21974
	I1126 19:49:58.094827    5884 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1126 19:49:58.097836    5884 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
	I1126 19:49:58.098842    5884 driver.go:422] Setting default libvirt URI to qemu:///system
	I1126 19:49:58.209828    5884 docker.go:124] docker version: linux-27.4.0:Docker Desktop 4.37.1 (178610)
	I1126 19:49:58.213833    5884 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1126 19:49:58.444993    5884 info.go:266] docker info: {ID:a15b78d1-f772-48f7-bbf5-f8fe086f3f87 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 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 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:66 OomKillDisable:true NGoroutines:85 SystemTime:2025-11-26 19:49:58.425517713 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:14 KernelVersion:5.15.153.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 Ind
exServerAddress: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:33657536512 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[com.docker.desktop.address=npipe://\\.\pipe\docker_cli] ExperimentalBuild:false ServerVersion:27.4.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0
Expected:de40ad0} SecurityOptions:[name=seccomp,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:ai Path:C:\Program Files\Docker\cli-plugins\docker-ai.exe SchemaVersion:0.1.0 ShortDescription:Ask Gordon - Docker Agent Vendor:Docker Inc. Version:v0.5.1] 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.19.2-desktop.1] 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.31.0-desktop.2] map[Name:debug Path:C:\Program Files\Docker\cli-plugins\docker-debug.exe SchemaVersion:0.1.0 ShortDescr
iption:Get a shell into any image or container Vendor:Docker Inc. Version:0.0.37] map[Name:desktop Path:C:\Program Files\Docker\cli-plugins\docker-desktop.exe SchemaVersion:0.1.0 ShortDescription:Docker Desktop commands (Beta) Vendor:Docker Inc. Version:v0.1.0] 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.2] map[Name:extension Path:C:\Program Files\Docker\cli-plugins\docker-extension.exe SchemaVersion:0.1.0 ShortDescription:Manages Docker extensions Vendor:Docker Inc. Version:v0.2.27] 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:v1.0.5] 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:v1.4.0] map[Name:sbom Path:C:\Progr
am 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:scout Path:C:\Program Files\Docker\cli-plugins\docker-scout.exe SchemaVersion:0.1.0 ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.15.1]] Warnings:<nil>}}
	I1126 19:49:58.448986    5884 out.go:179] * Utilisation du pilote docker basé sur le profil existant
	I1126 19:49:58.450995    5884 start.go:309] selected driver: docker
	I1126 19:49:58.450995    5884 start.go:927] validating driver "docker" against &{Name:functional-624800 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b Memory:4096 CPUs:2 DiskSize:20000 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:8441 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.34.1 ClusterName:functional-624800 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA 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:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.34.1 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 MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[]
MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I1126 19:49:58.450995    5884 start.go:938] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I1126 19:49:58.491291    5884 out.go:203] 
	W1126 19:49:58.493989    5884 out.go:285] 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
	I1126 19:49:58.495858    5884 out.go:203] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (2.08s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:869: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 status
functional_test.go:875: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}
functional_test.go:887: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 status -o json
--- PASS: TestFunctional/parallel/StatusCmd (2.08s)

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.45s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/AddonsCmd
functional_test.go:1695: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 addons list
functional_test.go:1707: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (0.45s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (68.63s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:50: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 4m0s for pods matching "integration-test=storage-provisioner" in namespace "kube-system" ...
helpers_test.go:352: "storage-provisioner" [6b65e1da-d47d-4102-a154-a5d82c9f0281] Running
functional_test_pvc_test.go:50: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.015524s
functional_test_pvc_test.go:55: (dbg) Run:  kubectl --context functional-624800 get storageclass -o=json
functional_test_pvc_test.go:75: (dbg) Run:  kubectl --context functional-624800 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:82: (dbg) Run:  kubectl --context functional-624800 get pvc myclaim -o=json
functional_test_pvc_test.go:131: (dbg) Run:  kubectl --context functional-624800 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:140: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 4m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:352: "sp-pod" [303c39d0-43c4-453e-af1d-fc9e47ae2e5a] Pending
helpers_test.go:352: "sp-pod" [303c39d0-43c4-453e-af1d-fc9e47ae2e5a] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:352: "sp-pod" [303c39d0-43c4-453e-af1d-fc9e47ae2e5a] Running
functional_test_pvc_test.go:140: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 21.0103584s
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-624800 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:112: (dbg) Run:  kubectl --context functional-624800 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:112: (dbg) Done: kubectl --context functional-624800 delete -f testdata/storage-provisioner/pod.yaml: (3.8002584s)
functional_test_pvc_test.go:131: (dbg) Run:  kubectl --context functional-624800 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:140: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 4m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:352: "sp-pod" [8cad08e4-bb1d-45d8-99cd-15f757a160ba] Pending
helpers_test.go:352: "sp-pod" [8cad08e4-bb1d-45d8-99cd-15f757a160ba] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:352: "sp-pod" [8cad08e4-bb1d-45d8-99cd-15f757a160ba] Running
functional_test_pvc_test.go:140: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 37.0047488s
functional_test_pvc_test.go:120: (dbg) Run:  kubectl --context functional-624800 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (68.63s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (1.3s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/SSHCmd
functional_test.go:1730: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh "echo hello"
functional_test.go:1747: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh "cat /etc/hostname"
--- PASS: TestFunctional/parallel/SSHCmd (1.30s)

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (4.34s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 cp testdata\cp-test.txt /home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh -n functional-624800 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 cp functional-624800:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestFunctionalparallelCpCmd1594026062\001\cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh -n functional-624800 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 cp testdata\cp-test.txt /tmp/does/not/exist/cp-test.txt
helpers_test.go:573: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 cp testdata\cp-test.txt /tmp/does/not/exist/cp-test.txt: (1.4131769s)
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh -n functional-624800 "sudo cat /tmp/does/not/exist/cp-test.txt"
--- PASS: TestFunctional/parallel/CpCmd (4.34s)

                                                
                                    
x
+
TestFunctional/parallel/MySQL (56.85s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1798: (dbg) Run:  kubectl --context functional-624800 replace --force -f testdata\mysql.yaml
functional_test.go:1804: (dbg) TestFunctional/parallel/MySQL: waiting 10m0s for pods matching "app=mysql" in namespace "default" ...
helpers_test.go:352: "mysql-5bb876957f-7x9bl" [def1b4a2-644a-4631-b337-fce4a3198c39] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:352: "mysql-5bb876957f-7x9bl" [def1b4a2-644a-4631-b337-fce4a3198c39] Running
functional_test.go:1804: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 47.0057383s
functional_test.go:1812: (dbg) Run:  kubectl --context functional-624800 exec mysql-5bb876957f-7x9bl -- mysql -ppassword -e "show databases;"
functional_test.go:1812: (dbg) Non-zero exit: kubectl --context functional-624800 exec mysql-5bb876957f-7x9bl -- mysql -ppassword -e "show databases;": exit status 1 (203.6655ms)

                                                
                                                
** 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 **
I1126 19:50:22.101966    3840 retry.go:31] will retry after 1.27027395s: exit status 1
functional_test.go:1812: (dbg) Run:  kubectl --context functional-624800 exec mysql-5bb876957f-7x9bl -- mysql -ppassword -e "show databases;"
functional_test.go:1812: (dbg) Non-zero exit: kubectl --context functional-624800 exec mysql-5bb876957f-7x9bl -- mysql -ppassword -e "show databases;": exit status 1 (195.1584ms)

                                                
                                                
** 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 **
I1126 19:50:23.571969    3840 retry.go:31] will retry after 1.753733509s: exit status 1
functional_test.go:1812: (dbg) Run:  kubectl --context functional-624800 exec mysql-5bb876957f-7x9bl -- mysql -ppassword -e "show databases;"
functional_test.go:1812: (dbg) Non-zero exit: kubectl --context functional-624800 exec mysql-5bb876957f-7x9bl -- mysql -ppassword -e "show databases;": exit status 1 (222.3936ms)

                                                
                                                
** 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 **
I1126 19:50:25.554226    3840 retry.go:31] will retry after 2.446844764s: exit status 1
functional_test.go:1812: (dbg) Run:  kubectl --context functional-624800 exec mysql-5bb876957f-7x9bl -- mysql -ppassword -e "show databases;"
functional_test.go:1812: (dbg) Non-zero exit: kubectl --context functional-624800 exec mysql-5bb876957f-7x9bl -- mysql -ppassword -e "show databases;": exit status 1 (192.5605ms)

                                                
                                                
** 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 **
I1126 19:50:28.198862    3840 retry.go:31] will retry after 2.958701443s: exit status 1
functional_test.go:1812: (dbg) Run:  kubectl --context functional-624800 exec mysql-5bb876957f-7x9bl -- mysql -ppassword -e "show databases;"
E1126 19:51:13.678651    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:51:41.388965    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
--- PASS: TestFunctional/parallel/MySQL (56.85s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.57s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1934: Checking for existence of /etc/test/nested/copy/3840/hosts within VM
functional_test.go:1936: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh "sudo cat /etc/test/nested/copy/3840/hosts"
functional_test.go:1941: file sync test content: Test file for checking file sync process
--- PASS: TestFunctional/parallel/FileSync (0.57s)

                                                
                                    
x
+
TestFunctional/parallel/CertSync (3.41s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1977: Checking for existence of /etc/ssl/certs/3840.pem within VM
functional_test.go:1978: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh "sudo cat /etc/ssl/certs/3840.pem"
functional_test.go:1977: Checking for existence of /usr/share/ca-certificates/3840.pem within VM
functional_test.go:1978: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh "sudo cat /usr/share/ca-certificates/3840.pem"
functional_test.go:1977: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1978: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:2004: Checking for existence of /etc/ssl/certs/38402.pem within VM
functional_test.go:2005: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh "sudo cat /etc/ssl/certs/38402.pem"
functional_test.go:2004: Checking for existence of /usr/share/ca-certificates/38402.pem within VM
functional_test.go:2005: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh "sudo cat /usr/share/ca-certificates/38402.pem"
functional_test.go:2004: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:2005: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (3.41s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.12s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.56s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

                                                
                                                
-- /stdout --
** stderr ** 
	ssh: Process exited with status 3

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

                                                
                                    
x
+
TestFunctional/parallel/License (2.38s)

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

                                                
                                                

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1451: (dbg) Run:  kubectl --context functional-624800 create deployment hello-node --image kicbase/echo-server
functional_test.go:1455: (dbg) Run:  kubectl --context functional-624800 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1460: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:352: "hello-node-75c85bcc94-4g77z" [b05a2928-95e8-4cb8-8e29-bb59fafcd400] Pending / Ready:ContainersNotReady (containers with unready status: [echo-server]) / ContainersReady:ContainersNotReady (containers with unready status: [echo-server])
helpers_test.go:352: "hello-node-75c85bcc94-4g77z" [b05a2928-95e8-4cb8-8e29-bb59fafcd400] Running
functional_test.go:1460: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 8.0199623s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (8.36s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel
functional_test_tunnel_test.go:154: (dbg) daemon: [out/minikube-windows-amd64.exe -p functional-624800 tunnel --alsologtostderr]
functional_test_tunnel_test.go:154: (dbg) daemon: [out/minikube-windows-amd64.exe -p functional-624800 tunnel --alsologtostderr]
functional_test_tunnel_test.go:194: (dbg) stopping [out/minikube-windows-amd64.exe -p functional-624800 tunnel --alsologtostderr] ...
helpers_test.go:507: unable to find parent, assuming dead: process does not exist
functional_test_tunnel_test.go:194: (dbg) stopping [out/minikube-windows-amd64.exe -p functional-624800 tunnel --alsologtostderr] ...
helpers_test.go:525: unable to kill pid 11236: OpenProcess: The parameter is incorrect.
helpers_test.go:525: unable to kill pid 1516: OpenProcess: The parameter is incorrect.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel (0.91s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-624800 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:352: "nginx-svc" [5f455c6f-ec05-4a50-a53c-98e8daf5df4c] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:352: "nginx-svc" [5f455c6f-ec05-4a50-a53c-98e8daf5df4c] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 13.0047406s
I1126 19:49:27.257163    3840 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (13.43s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/List
functional_test.go:1469: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 service list
--- PASS: TestFunctional/parallel/ServiceCmd/List (0.83s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1499: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 service list -o json
functional_test.go:1504: Took "822.4775ms" to run "out/minikube-windows-amd64.exe -p functional-624800 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (0.82s)

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

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

                                                
                                                
-- stdout --
	https://127.0.0.1:51992

                                                
                                                
-- /stdout --
** stderr ** 
	! Because you are using a Docker driver on windows, the terminal needs to be open to run it.

                                                
                                                
** /stderr **
functional_test.go:1532: found endpoint: https://127.0.0.1:51992
--- PASS: TestFunctional/parallel/ServiceCmd/HTTPS (15.01s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel
functional_test_tunnel_test.go:434: (dbg) stopping [out/minikube-windows-amd64.exe -p functional-624800 tunnel --alsologtostderr] ...
helpers_test.go:525: unable to kill pid 6704: OpenProcess: The parameter is incorrect.
helpers_test.go:525: unable to kill pid 10264: TerminateProcess: Access is denied.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.21s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/DockerEnv/powershell
functional_test.go:514: (dbg) Run:  powershell.exe -NoProfile -NonInteractive "out/minikube-windows-amd64.exe -p functional-624800 docker-env | Invoke-Expression ; out/minikube-windows-amd64.exe status -p functional-624800"
functional_test.go:514: (dbg) Done: powershell.exe -NoProfile -NonInteractive "out/minikube-windows-amd64.exe -p functional-624800 docker-env | Invoke-Expression ; out/minikube-windows-amd64.exe status -p functional-624800": (3.2073326s)
functional_test.go:537: (dbg) Run:  powershell.exe -NoProfile -NonInteractive "out/minikube-windows-amd64.exe -p functional-624800 docker-env | Invoke-Expression ; docker images"
functional_test.go:537: (dbg) Done: powershell.exe -NoProfile -NonInteractive "out/minikube-windows-amd64.exe -p functional-624800 docker-env | Invoke-Expression ; docker images": (2.1777826s)
--- PASS: TestFunctional/parallel/DockerEnv/powershell (5.39s)

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2275: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 version -o=json --components
functional_test.go:2275: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 version -o=json --components: (1.1005474s)
--- PASS: TestFunctional/parallel/Version/components (1.10s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:276: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image ls --format short --alsologtostderr
functional_test.go:281: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-624800 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.10.1
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.34.1
registry.k8s.io/kube-proxy:v1.34.1
registry.k8s.io/kube-controller-manager:v1.34.1
registry.k8s.io/kube-apiserver:v1.34.1
registry.k8s.io/etcd:3.6.4-0
registry.k8s.io/coredns/coredns:v1.12.1
gcr.io/k8s-minikube/storage-provisioner:v5
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/library/mysql:5.7
docker.io/library/minikube-local-cache-test:functional-624800
docker.io/kicbase/echo-server:latest
docker.io/kicbase/echo-server:functional-624800
functional_test.go:284: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-624800 image ls --format short --alsologtostderr:
I1126 19:50:15.765585    7500 out.go:360] Setting OutFile to fd 1428 ...
I1126 19:50:15.811824    7500 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1126 19:50:15.811824    7500 out.go:374] Setting ErrFile to fd 1588...
I1126 19:50:15.811824    7500 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1126 19:50:15.825711    7500 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1126 19:50:15.825802    7500 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1126 19:50:15.842568    7500 cli_runner.go:164] Run: docker container inspect functional-624800 --format={{.State.Status}}
I1126 19:50:15.903019    7500 ssh_runner.go:195] Run: systemctl --version
I1126 19:50:15.905981    7500 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-624800
I1126 19:50:15.964578    7500 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51753 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\functional-624800\id_rsa Username:docker}
I1126 19:50:16.143268    7500 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.55s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:276: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image ls --format table --alsologtostderr
functional_test.go:281: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-624800 image ls --format table --alsologtostderr:
┌─────────────────────────────────────────────┬───────────────────┬───────────────┬────────┐
│                    IMAGE                    │        TAG        │   IMAGE ID    │  SIZE  │
├─────────────────────────────────────────────┼───────────────────┼───────────────┼────────┤
│ docker.io/kicbase/echo-server               │ functional-624800 │ 9056ab77afb8e │ 4.94MB │
│ docker.io/kicbase/echo-server               │ latest            │ 9056ab77afb8e │ 4.94MB │
│ gcr.io/k8s-minikube/storage-provisioner     │ v5                │ 6e38f40d628db │ 31.5MB │
│ registry.k8s.io/pause                       │ latest            │ 350b164e7ae1d │ 240kB  │
│ docker.io/library/nginx                     │ latest            │ 60adc2e137e75 │ 152MB  │
│ docker.io/library/nginx                     │ alpine            │ d4918ca78576a │ 52.8MB │
│ registry.k8s.io/kube-apiserver              │ v1.34.1           │ c3994bc696102 │ 88MB   │
│ registry.k8s.io/pause                       │ 3.10.1            │ cd073f4c5f6a8 │ 736kB  │
│ registry.k8s.io/coredns/coredns             │ v1.12.1           │ 52546a367cc9e │ 75MB   │
│ registry.k8s.io/pause                       │ 3.3               │ 0184c1613d929 │ 683kB  │
│ registry.k8s.io/pause                       │ 3.1               │ da86e6ba6ca19 │ 742kB  │
│ registry.k8s.io/kube-scheduler              │ v1.34.1           │ 7dd6aaa1717ab │ 52.8MB │
│ registry.k8s.io/etcd                        │ 3.6.4-0           │ 5f1f5298c888d │ 195MB  │
│ docker.io/library/mysql                     │ 5.7               │ 5107333e08a87 │ 501MB  │
│ docker.io/library/minikube-local-cache-test │ functional-624800 │ f04e8f57326f7 │ 30B    │
│ registry.k8s.io/kube-controller-manager     │ v1.34.1           │ c80c8dbafe7dd │ 74.9MB │
│ registry.k8s.io/kube-proxy                  │ v1.34.1           │ fc25172553d79 │ 71.9MB │
└─────────────────────────────────────────────┴───────────────────┴───────────────┴────────┘
functional_test.go:284: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-624800 image ls --format table --alsologtostderr:
I1126 19:50:16.778404   13688 out.go:360] Setting OutFile to fd 1724 ...
I1126 19:50:16.822280   13688 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1126 19:50:16.822280   13688 out.go:374] Setting ErrFile to fd 1728...
I1126 19:50:16.822280   13688 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1126 19:50:16.834211   13688 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1126 19:50:16.834211   13688 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1126 19:50:16.842169   13688 cli_runner.go:164] Run: docker container inspect functional-624800 --format={{.State.Status}}
I1126 19:50:16.904843   13688 ssh_runner.go:195] Run: systemctl --version
I1126 19:50:16.908253   13688 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-624800
I1126 19:50:16.962156   13688 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51753 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\functional-624800\id_rsa Username:docker}
I1126 19:50:17.112987   13688 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.47s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:276: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image ls --format json --alsologtostderr
functional_test.go:281: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-624800 image ls --format json --alsologtostderr:
[{"id":"d4918ca78576a537caa7b0c043051c8efc1796de33fee8724ee0fff4a1cabed9","repoDigests":[],"repoTags":["docker.io/library/nginx:alpine"],"size":"52800000"},{"id":"52546a367cc9e0d924aa3b190596a9167fa6e53245023b5b5baf0f07e5443969","repoDigests":[],"repoTags":["registry.k8s.io/coredns/coredns:v1.12.1"],"size":"75000000"},{"id":"da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.1"],"size":"742000"},{"id":"fc25172553d79197ecd840ec8dba1fba68330079355e974b04c1a441e6a4a0b7","repoDigests":[],"repoTags":["registry.k8s.io/kube-proxy:v1.34.1"],"size":"71900000"},{"id":"5f1f5298c888daa46c4409ff4cefe5ca9d16e479419f94cdb5f5d5563dac0115","repoDigests":[],"repoTags":["registry.k8s.io/etcd:3.6.4-0"],"size":"195000000"},{"id":"cd073f4c5f6a8e9dc6f3125ba00cf60819cae95c1ec84a1f146ee4a9cf9e803f","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.10.1"],"size":"736000"},{"id":"5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933","repoDigest
s":[],"repoTags":["docker.io/library/mysql:5.7"],"size":"501000000"},{"id":"6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"31500000"},{"id":"350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":[],"repoTags":["registry.k8s.io/pause:latest"],"size":"240000"},{"id":"60adc2e137e757418d4d771822fa3b3f5d3b4ad58ef2385d200c9ee78375b6d5","repoDigests":[],"repoTags":["docker.io/library/nginx:latest"],"size":"152000000"},{"id":"c3994bc6961024917ec0aeee02e62828108c21a52d87648e30f3080d9cbadc97","repoDigests":[],"repoTags":["registry.k8s.io/kube-apiserver:v1.34.1"],"size":"88000000"},{"id":"9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30","repoDigests":[],"repoTags":["docker.io/kicbase/echo-server:functional-624800","docker.io/kicbase/echo-server:latest"],"size":"4940000"},{"id":"0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":[],"repoTags":["regis
try.k8s.io/pause:3.3"],"size":"683000"},{"id":"f04e8f57326f7f1933a290038b543852d01adc4095ea1b3b5d1132dd7ff9a41b","repoDigests":[],"repoTags":["docker.io/library/minikube-local-cache-test:functional-624800"],"size":"30"},{"id":"c80c8dbafe7dd71fc21527912a6dd20ccd1b71f3e561a5c28337388d0619538f","repoDigests":[],"repoTags":["registry.k8s.io/kube-controller-manager:v1.34.1"],"size":"74900000"},{"id":"7dd6aaa1717ab7eaae4578503e4c4d9965fcf5a249e8155fe16379ee9b6cb813","repoDigests":[],"repoTags":["registry.k8s.io/kube-scheduler:v1.34.1"],"size":"52800000"}]
functional_test.go:284: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-624800 image ls --format json --alsologtostderr:
I1126 19:50:16.310844   11320 out.go:360] Setting OutFile to fd 1588 ...
I1126 19:50:16.355470   11320 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1126 19:50:16.355470   11320 out.go:374] Setting ErrFile to fd 1252...
I1126 19:50:16.355470   11320 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1126 19:50:16.366667   11320 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1126 19:50:16.366667   11320 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1126 19:50:16.375284   11320 cli_runner.go:164] Run: docker container inspect functional-624800 --format={{.State.Status}}
I1126 19:50:16.433972   11320 ssh_runner.go:195] Run: systemctl --version
I1126 19:50:16.438381   11320 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-624800
I1126 19:50:16.492605   11320 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51753 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\functional-624800\id_rsa Username:docker}
I1126 19:50:16.642767   11320 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.47s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:276: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image ls --format yaml --alsologtostderr
functional_test.go:281: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-624800 image ls --format yaml --alsologtostderr:
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.3
size: "683000"
- id: fc25172553d79197ecd840ec8dba1fba68330079355e974b04c1a441e6a4a0b7
repoDigests: []
repoTags:
- registry.k8s.io/kube-proxy:v1.34.1
size: "71900000"
- id: 5f1f5298c888daa46c4409ff4cefe5ca9d16e479419f94cdb5f5d5563dac0115
repoDigests: []
repoTags:
- registry.k8s.io/etcd:3.6.4-0
size: "195000000"
- id: 5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933
repoDigests: []
repoTags:
- docker.io/library/mysql:5.7
size: "501000000"
- id: 9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30
repoDigests: []
repoTags:
- docker.io/kicbase/echo-server:functional-624800
- docker.io/kicbase/echo-server:latest
size: "4940000"
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.1
size: "742000"
- id: 7dd6aaa1717ab7eaae4578503e4c4d9965fcf5a249e8155fe16379ee9b6cb813
repoDigests: []
repoTags:
- registry.k8s.io/kube-scheduler:v1.34.1
size: "52800000"
- id: c3994bc6961024917ec0aeee02e62828108c21a52d87648e30f3080d9cbadc97
repoDigests: []
repoTags:
- registry.k8s.io/kube-apiserver:v1.34.1
size: "88000000"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests: []
repoTags:
- registry.k8s.io/pause:latest
size: "240000"
- id: f04e8f57326f7f1933a290038b543852d01adc4095ea1b3b5d1132dd7ff9a41b
repoDigests: []
repoTags:
- docker.io/library/minikube-local-cache-test:functional-624800
size: "30"
- id: 60adc2e137e757418d4d771822fa3b3f5d3b4ad58ef2385d200c9ee78375b6d5
repoDigests: []
repoTags:
- docker.io/library/nginx:latest
size: "152000000"
- id: d4918ca78576a537caa7b0c043051c8efc1796de33fee8724ee0fff4a1cabed9
repoDigests: []
repoTags:
- docker.io/library/nginx:alpine
size: "52800000"
- id: c80c8dbafe7dd71fc21527912a6dd20ccd1b71f3e561a5c28337388d0619538f
repoDigests: []
repoTags:
- registry.k8s.io/kube-controller-manager:v1.34.1
size: "74900000"
- id: cd073f4c5f6a8e9dc6f3125ba00cf60819cae95c1ec84a1f146ee4a9cf9e803f
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.10.1
size: "736000"
- id: 52546a367cc9e0d924aa3b190596a9167fa6e53245023b5b5baf0f07e5443969
repoDigests: []
repoTags:
- registry.k8s.io/coredns/coredns:v1.12.1
size: "75000000"
- id: 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562
repoDigests: []
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "31500000"

                                                
                                                
functional_test.go:284: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-624800 image ls --format yaml --alsologtostderr:
I1126 19:50:17.252649    3772 out.go:360] Setting OutFile to fd 1636 ...
I1126 19:50:17.297893    3772 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1126 19:50:17.297893    3772 out.go:374] Setting ErrFile to fd 1688...
I1126 19:50:17.297893    3772 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1126 19:50:17.310669    3772 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1126 19:50:17.310797    3772 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1126 19:50:17.317878    3772 cli_runner.go:164] Run: docker container inspect functional-624800 --format={{.State.Status}}
I1126 19:50:17.378757    3772 ssh_runner.go:195] Run: systemctl --version
I1126 19:50:17.381756    3772 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-624800
I1126 19:50:17.437533    3772 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51753 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\functional-624800\id_rsa Username:docker}
I1126 19:50:17.572071    3772 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.46s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageBuild
functional_test.go:323: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 ssh pgrep buildkitd
functional_test.go:323: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-624800 ssh pgrep buildkitd: exit status 1 (562.6937ms)

                                                
                                                
** stderr ** 
	ssh: Process exited with status 1

                                                
                                                
** /stderr **
functional_test.go:330: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image build -t localhost/my-image:functional-624800 testdata\build --alsologtostderr
functional_test.go:330: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 image build -t localhost/my-image:functional-624800 testdata\build --alsologtostderr: (3.9693759s)
functional_test.go:338: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-624800 image build -t localhost/my-image:functional-624800 testdata\build --alsologtostderr:
I1126 19:50:18.267954    1948 out.go:360] Setting OutFile to fd 1276 ...
I1126 19:50:18.335555    1948 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1126 19:50:18.335555    1948 out.go:374] Setting ErrFile to fd 1560...
I1126 19:50:18.335555    1948 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1126 19:50:18.346875    1948 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1126 19:50:18.369212    1948 config.go:182] Loaded profile config "functional-624800": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1126 19:50:18.375215    1948 cli_runner.go:164] Run: docker container inspect functional-624800 --format={{.State.Status}}
I1126 19:50:18.435536    1948 ssh_runner.go:195] Run: systemctl --version
I1126 19:50:18.438714    1948 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-624800
I1126 19:50:18.495801    1948 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51753 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\functional-624800\id_rsa Username:docker}
I1126 19:50:18.618566    1948 build_images.go:162] Building image from path: C:\Users\jenkins.minikube4\AppData\Local\Temp\build.3002604257.tar
I1126 19:50:18.623192    1948 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I1126 19:50:18.643121    1948 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.3002604257.tar
I1126 19:50:18.653460    1948 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.3002604257.tar: stat -c "%s %y" /var/lib/minikube/build/build.3002604257.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.3002604257.tar': No such file or directory
I1126 19:50:18.653643    1948 ssh_runner.go:362] scp C:\Users\jenkins.minikube4\AppData\Local\Temp\build.3002604257.tar --> /var/lib/minikube/build/build.3002604257.tar (3072 bytes)
I1126 19:50:18.688161    1948 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.3002604257
I1126 19:50:18.706679    1948 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.3002604257 -xf /var/lib/minikube/build/build.3002604257.tar
I1126 19:50:18.720866    1948 docker.go:361] Building image: /var/lib/minikube/build/build.3002604257
I1126 19:50:18.724513    1948 ssh_runner.go:195] Run: docker build -t localhost/my-image:functional-624800 /var/lib/minikube/build/build.3002604257
#0 building with "default" instance using docker driver

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

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

                                                
                                                
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s

                                                
                                                
#4 [1/3] FROM gcr.io/k8s-minikube/busybox:latest@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b
#4 resolve gcr.io/k8s-minikube/busybox:latest@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b
#4 ...

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

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

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

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

                                                
                                                
#8 exporting to image
#8 exporting layers 0.1s done
#8 writing image sha256:1c2d13e9e8e745cc397679e4aa3eee8beca20126499c3e279cfb8343eb11e8e4
#8 writing image sha256:1c2d13e9e8e745cc397679e4aa3eee8beca20126499c3e279cfb8343eb11e8e4 done
#8 naming to localhost/my-image:functional-624800 0.0s done
#8 DONE 0.2s
I1126 19:50:22.073308    1948 ssh_runner.go:235] Completed: docker build -t localhost/my-image:functional-624800 /var/lib/minikube/build/build.3002604257: (3.3486629s)
I1126 19:50:22.078188    1948 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.3002604257
I1126 19:50:22.097766    1948 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.3002604257.tar
I1126 19:50:22.140683    1948 build_images.go:218] Built localhost/my-image:functional-624800 from C:\Users\jenkins.minikube4\AppData\Local\Temp\build.3002604257.tar
I1126 19:50:22.140683    1948 build_images.go:134] succeeded building to: functional-624800
I1126 19:50:22.140683    1948 build_images.go:135] failed building to: 
functional_test.go:466: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (4.99s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:357: (dbg) Run:  docker pull kicbase/echo-server:1.0
functional_test.go:357: (dbg) Done: docker pull kicbase/echo-server:1.0: (1.7301946s)
functional_test.go:362: (dbg) Run:  docker tag kicbase/echo-server:1.0 kicbase/echo-server:functional-624800
--- PASS: TestFunctional/parallel/ImageCommands/Setup (1.84s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:370: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image load --daemon kicbase/echo-server:functional-624800 --alsologtostderr
functional_test.go:370: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 image load --daemon kicbase/echo-server:functional-624800 --alsologtostderr: (3.1799483s)
functional_test.go:466: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (3.79s)

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

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

                                                
                                                
-- stdout --
	127.0.0.1

                                                
                                                
-- /stdout --
** stderr ** 
	! 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.01s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:380: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image load --daemon kicbase/echo-server:functional-624800 --alsologtostderr
functional_test.go:380: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 image load --daemon kicbase/echo-server:functional-624800 --alsologtostderr: (3.5332525s)
functional_test.go:466: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageReloadDaemon (4.18s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:250: (dbg) Run:  docker pull kicbase/echo-server:latest
functional_test.go:255: (dbg) Run:  docker tag kicbase/echo-server:latest kicbase/echo-server:functional-624800
functional_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image load --daemon kicbase/echo-server:functional-624800 --alsologtostderr
functional_test.go:260: (dbg) Done: out/minikube-windows-amd64.exe -p functional-624800 image load --daemon kicbase/echo-server:functional-624800 --alsologtostderr: (2.6784466s)
functional_test.go:466: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (4.19s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveToFile
functional_test.go:395: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image save kicbase/echo-server:functional-624800 C:\jenkins\workspace\Docker_Windows_integration\echo-server-save.tar --alsologtostderr
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveToFile (0.75s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:407: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image rm kicbase/echo-server:functional-624800 --alsologtostderr
functional_test.go:466: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (0.94s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:424: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image load C:\jenkins\workspace\Docker_Windows_integration\echo-server-save.tar --alsologtostderr
functional_test.go:466: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (1.11s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:434: (dbg) Run:  docker rmi kicbase/echo-server:functional-624800
functional_test.go:439: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-624800 image save --daemon kicbase/echo-server:functional-624800 --alsologtostderr
functional_test.go:447: (dbg) Run:  docker image inspect kicbase/echo-server:functional-624800
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.97s)

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

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

                                                
                                                
-- stdout --
	http://127.0.0.1:52093

                                                
                                                
-- /stdout --
** stderr ** 
	! Because you are using a Docker driver on windows, the terminal needs to be open to run it.

                                                
                                                
** /stderr **
functional_test.go:1575: found endpoint for hello-node: http://127.0.0.1:52093
--- PASS: TestFunctional/parallel/ServiceCmd/URL (15.01s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_not_create
functional_test.go:1285: (dbg) Run:  out/minikube-windows-amd64.exe profile lis
functional_test.go:1290: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output json
--- PASS: TestFunctional/parallel/ProfileCmd/profile_not_create (1.11s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1325: (dbg) Run:  out/minikube-windows-amd64.exe profile list
functional_test.go:1330: Took "726.2619ms" to run "out/minikube-windows-amd64.exe profile list"
functional_test.go:1339: (dbg) Run:  out/minikube-windows-amd64.exe profile list -l
functional_test.go:1344: Took "168.3838ms" to run "out/minikube-windows-amd64.exe profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.90s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1376: (dbg) Run:  out/minikube-windows-amd64.exe profile list -o json
functional_test.go:1381: Took "791.8476ms" to run "out/minikube-windows-amd64.exe profile list -o json"
functional_test.go:1389: (dbg) Run:  out/minikube-windows-amd64.exe profile list -o json --light
functional_test.go:1394: Took "161.9754ms" to run "out/minikube-windows-amd64.exe profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.95s)

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.14s)

                                                
                                                
=== RUN   TestFunctional/delete_echo-server_images
functional_test.go:205: (dbg) Run:  docker rmi -f kicbase/echo-server:1.0
functional_test.go:205: (dbg) Run:  docker rmi -f kicbase/echo-server:functional-624800
--- PASS: TestFunctional/delete_echo-server_images (0.14s)

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.06s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.06s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (230.55s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 start --ha --memory 3072 --wait true --alsologtostderr -v 5 --driver=docker
E1126 19:56:13.682819    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
ha_test.go:101: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 start --ha --memory 3072 --wait true --alsologtostderr -v 5 --driver=docker: (3m48.9204416s)
ha_test.go:107: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5
ha_test.go:107: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5: (1.630178s)
--- PASS: TestMultiControlPlane/serial/StartCluster (230.55s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (9.44s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeployApp
ha_test.go:128: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- apply -f ./testdata/ha/ha-pod-dns-test.yaml
ha_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- rollout status deployment/busybox
ha_test.go:133: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 kubectl -- rollout status deployment/busybox: (4.1510826s)
ha_test.go:140: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:163: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:171: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-grxdm -- nslookup kubernetes.io
ha_test.go:171: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-grxdm -- nslookup kubernetes.io: (1.011272s)
ha_test.go:171: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-xkjsx -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-zmg7k -- nslookup kubernetes.io
ha_test.go:181: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-grxdm -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-xkjsx -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-zmg7k -- nslookup kubernetes.default
ha_test.go:189: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-grxdm -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-xkjsx -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-zmg7k -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiControlPlane/serial/DeployApp (9.44s)

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (2.54s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-grxdm -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-grxdm -- sh -c "ping -c 1 192.168.65.254"
ha_test.go:207: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-xkjsx -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-xkjsx -- sh -c "ping -c 1 192.168.65.254"
ha_test.go:207: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-zmg7k -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 kubectl -- exec busybox-7b57f96db7-zmg7k -- sh -c "ping -c 1 192.168.65.254"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (2.54s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (57.62s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 node add --alsologtostderr -v 5
E1126 19:59:13.261853    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:13.269367    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:13.281804    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:13.303714    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:13.345850    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:13.427720    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:13.589702    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:13.911595    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:14.553346    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:15.834981    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:18.396963    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:23.519123    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:33.761351    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 19:59:54.243737    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
ha_test.go:228: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 node add --alsologtostderr -v 5: (55.6437098s)
ha_test.go:234: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5
ha_test.go:234: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5: (1.9722161s)
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (57.62s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.15s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/NodeLabels
ha_test.go:255: (dbg) Run:  kubectl --context ha-389300 get nodes -o "jsonpath=[{range .items[*]}{.metadata.labels},{end}]"
--- PASS: TestMultiControlPlane/serial/NodeLabels (0.15s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (2.05s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterClusterStart
ha_test.go:281: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output json
ha_test.go:281: (dbg) Done: out/minikube-windows-amd64.exe profile list --output json: (2.0511217s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterClusterStart (2.05s)

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (34.08s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/CopyFile
ha_test.go:328: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 status --output json --alsologtostderr -v 5
ha_test.go:328: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 status --output json --alsologtostderr -v 5: (1.9326962s)
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp testdata\cp-test.txt ha-389300:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiControlPlaneserialCopyFile33166932\001\cp-test_ha-389300.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300:/home/docker/cp-test.txt ha-389300-m02:/home/docker/cp-test_ha-389300_ha-389300-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m02 "sudo cat /home/docker/cp-test_ha-389300_ha-389300-m02.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300:/home/docker/cp-test.txt ha-389300-m03:/home/docker/cp-test_ha-389300_ha-389300-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m03 "sudo cat /home/docker/cp-test_ha-389300_ha-389300-m03.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300:/home/docker/cp-test.txt ha-389300-m04:/home/docker/cp-test_ha-389300_ha-389300-m04.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m04 "sudo cat /home/docker/cp-test_ha-389300_ha-389300-m04.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp testdata\cp-test.txt ha-389300-m02:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300-m02:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiControlPlaneserialCopyFile33166932\001\cp-test_ha-389300-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300-m02:/home/docker/cp-test.txt ha-389300:/home/docker/cp-test_ha-389300-m02_ha-389300.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300 "sudo cat /home/docker/cp-test_ha-389300-m02_ha-389300.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300-m02:/home/docker/cp-test.txt ha-389300-m03:/home/docker/cp-test_ha-389300-m02_ha-389300-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m03 "sudo cat /home/docker/cp-test_ha-389300-m02_ha-389300-m03.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300-m02:/home/docker/cp-test.txt ha-389300-m04:/home/docker/cp-test_ha-389300-m02_ha-389300-m04.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m04 "sudo cat /home/docker/cp-test_ha-389300-m02_ha-389300-m04.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp testdata\cp-test.txt ha-389300-m03:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300-m03:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiControlPlaneserialCopyFile33166932\001\cp-test_ha-389300-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300-m03:/home/docker/cp-test.txt ha-389300:/home/docker/cp-test_ha-389300-m03_ha-389300.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300 "sudo cat /home/docker/cp-test_ha-389300-m03_ha-389300.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300-m03:/home/docker/cp-test.txt ha-389300-m02:/home/docker/cp-test_ha-389300-m03_ha-389300-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m02 "sudo cat /home/docker/cp-test_ha-389300-m03_ha-389300-m02.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300-m03:/home/docker/cp-test.txt ha-389300-m04:/home/docker/cp-test_ha-389300-m03_ha-389300-m04.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m04 "sudo cat /home/docker/cp-test_ha-389300-m03_ha-389300-m04.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp testdata\cp-test.txt ha-389300-m04:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300-m04:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiControlPlaneserialCopyFile33166932\001\cp-test_ha-389300-m04.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300-m04:/home/docker/cp-test.txt ha-389300:/home/docker/cp-test_ha-389300-m04_ha-389300.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m04 "sudo cat /home/docker/cp-test.txt"
E1126 20:00:35.206196    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300 "sudo cat /home/docker/cp-test_ha-389300-m04_ha-389300.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300-m04:/home/docker/cp-test.txt ha-389300-m02:/home/docker/cp-test_ha-389300-m04_ha-389300-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m02 "sudo cat /home/docker/cp-test_ha-389300-m04_ha-389300-m02.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 cp ha-389300-m04:/home/docker/cp-test.txt ha-389300-m03:/home/docker/cp-test_ha-389300-m04_ha-389300-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 ssh -n ha-389300-m03 "sudo cat /home/docker/cp-test_ha-389300-m04_ha-389300-m03.txt"
--- PASS: TestMultiControlPlane/serial/CopyFile (34.08s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (13.41s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopSecondaryNode
ha_test.go:365: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 node stop m02 --alsologtostderr -v 5
ha_test.go:365: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 node stop m02 --alsologtostderr -v 5: (11.8923404s)
ha_test.go:371: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5
ha_test.go:371: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5: exit status 7 (1.5174106s)

                                                
                                                
-- stdout --
	ha-389300
	type: Control Plane
	host: Running
	kubelet: Running
	apiserver: Running
	kubeconfig: Configured
	
	ha-389300-m02
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	
	ha-389300-m03
	type: Control Plane
	host: Running
	kubelet: Running
	apiserver: Running
	kubeconfig: Configured
	
	ha-389300-m04
	type: Worker
	host: Running
	kubelet: Running
	

                                                
                                                
-- /stdout --
** stderr ** 
	I1126 20:00:51.995796    9308 out.go:360] Setting OutFile to fd 1288 ...
	I1126 20:00:52.039810    9308 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 20:00:52.039810    9308 out.go:374] Setting ErrFile to fd 1028...
	I1126 20:00:52.039810    9308 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 20:00:52.050807    9308 out.go:368] Setting JSON to false
	I1126 20:00:52.050807    9308 mustload.go:66] Loading cluster: ha-389300
	I1126 20:00:52.050807    9308 notify.go:221] Checking for updates...
	I1126 20:00:52.051815    9308 config.go:182] Loaded profile config "ha-389300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
	I1126 20:00:52.051815    9308 status.go:174] checking status of ha-389300 ...
	I1126 20:00:52.059795    9308 cli_runner.go:164] Run: docker container inspect ha-389300 --format={{.State.Status}}
	I1126 20:00:52.119707    9308 status.go:371] ha-389300 host status = "Running" (err=<nil>)
	I1126 20:00:52.119707    9308 host.go:66] Checking if "ha-389300" exists ...
	I1126 20:00:52.124245    9308 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-389300
	I1126 20:00:52.180904    9308 host.go:66] Checking if "ha-389300" exists ...
	I1126 20:00:52.185694    9308 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1126 20:00:52.189418    9308 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-389300
	I1126 20:00:52.245182    9308 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:52174 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\ha-389300\id_rsa Username:docker}
	I1126 20:00:52.387976    9308 ssh_runner.go:195] Run: systemctl --version
	I1126 20:00:52.403969    9308 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1126 20:00:52.427868    9308 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" ha-389300
	I1126 20:00:52.484642    9308 kubeconfig.go:125] found "ha-389300" server: "https://127.0.0.1:52173"
	I1126 20:00:52.484704    9308 api_server.go:166] Checking apiserver status ...
	I1126 20:00:52.489138    9308 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1126 20:00:52.516593    9308 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2410/cgroup
	I1126 20:00:52.530155    9308 api_server.go:182] apiserver freezer: "7:freezer:/docker/9825c44d7fc27081a1243111ba3aebd988471575a5726d6d5bd9fb70d4dcdd67/kubepods/burstable/podba8f75679418622ee7087a212c169eea/25f8c69a0fe4fc17135600a11ebfeb78a5f391e3411e4a85c14eac26b54dc7d2"
	I1126 20:00:52.534162    9308 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/9825c44d7fc27081a1243111ba3aebd988471575a5726d6d5bd9fb70d4dcdd67/kubepods/burstable/podba8f75679418622ee7087a212c169eea/25f8c69a0fe4fc17135600a11ebfeb78a5f391e3411e4a85c14eac26b54dc7d2/freezer.state
	I1126 20:00:52.546157    9308 api_server.go:204] freezer state: "THAWED"
	I1126 20:00:52.546157    9308 api_server.go:253] Checking apiserver healthz at https://127.0.0.1:52173/healthz ...
	I1126 20:00:52.555710    9308 api_server.go:279] https://127.0.0.1:52173/healthz returned 200:
	ok
	I1126 20:00:52.555781    9308 status.go:463] ha-389300 apiserver status = Running (err=<nil>)
	I1126 20:00:52.555781    9308 status.go:176] ha-389300 status: &{Name:ha-389300 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1126 20:00:52.555834    9308 status.go:174] checking status of ha-389300-m02 ...
	I1126 20:00:52.562814    9308 cli_runner.go:164] Run: docker container inspect ha-389300-m02 --format={{.State.Status}}
	I1126 20:00:52.616657    9308 status.go:371] ha-389300-m02 host status = "Stopped" (err=<nil>)
	I1126 20:00:52.616657    9308 status.go:384] host is not running, skipping remaining checks
	I1126 20:00:52.616657    9308 status.go:176] ha-389300-m02 status: &{Name:ha-389300-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1126 20:00:52.616657    9308 status.go:174] checking status of ha-389300-m03 ...
	I1126 20:00:52.623657    9308 cli_runner.go:164] Run: docker container inspect ha-389300-m03 --format={{.State.Status}}
	I1126 20:00:52.677095    9308 status.go:371] ha-389300-m03 host status = "Running" (err=<nil>)
	I1126 20:00:52.677625    9308 host.go:66] Checking if "ha-389300-m03" exists ...
	I1126 20:00:52.681890    9308 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-389300-m03
	I1126 20:00:52.736929    9308 host.go:66] Checking if "ha-389300-m03" exists ...
	I1126 20:00:52.741247    9308 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1126 20:00:52.745053    9308 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-389300-m03
	I1126 20:00:52.801935    9308 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:52298 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\ha-389300-m03\id_rsa Username:docker}
	I1126 20:00:52.930253    9308 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1126 20:00:52.953864    9308 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" ha-389300
	I1126 20:00:53.007171    9308 kubeconfig.go:125] found "ha-389300" server: "https://127.0.0.1:52173"
	I1126 20:00:53.007171    9308 api_server.go:166] Checking apiserver status ...
	I1126 20:00:53.012166    9308 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1126 20:00:53.037984    9308 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2197/cgroup
	I1126 20:00:53.051678    9308 api_server.go:182] apiserver freezer: "7:freezer:/docker/5e06b0b9fb77e9f8c5fcc448fd147238c325e42d2ac9f12324e5b29981f26eca/kubepods/burstable/pod0e39073a1d428fcc66bbb1faf1fe2bc0/60bc27a9efb190195eb2317c330bf094fde937fb7085e3496076fb67ca537684"
	I1126 20:00:53.055846    9308 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/5e06b0b9fb77e9f8c5fcc448fd147238c325e42d2ac9f12324e5b29981f26eca/kubepods/burstable/pod0e39073a1d428fcc66bbb1faf1fe2bc0/60bc27a9efb190195eb2317c330bf094fde937fb7085e3496076fb67ca537684/freezer.state
	I1126 20:00:53.071746    9308 api_server.go:204] freezer state: "THAWED"
	I1126 20:00:53.071746    9308 api_server.go:253] Checking apiserver healthz at https://127.0.0.1:52173/healthz ...
	I1126 20:00:53.081364    9308 api_server.go:279] https://127.0.0.1:52173/healthz returned 200:
	ok
	I1126 20:00:53.081364    9308 status.go:463] ha-389300-m03 apiserver status = Running (err=<nil>)
	I1126 20:00:53.081364    9308 status.go:176] ha-389300-m03 status: &{Name:ha-389300-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1126 20:00:53.081364    9308 status.go:174] checking status of ha-389300-m04 ...
	I1126 20:00:53.087855    9308 cli_runner.go:164] Run: docker container inspect ha-389300-m04 --format={{.State.Status}}
	I1126 20:00:53.144131    9308 status.go:371] ha-389300-m04 host status = "Running" (err=<nil>)
	I1126 20:00:53.144131    9308 host.go:66] Checking if "ha-389300-m04" exists ...
	I1126 20:00:53.147976    9308 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-389300-m04
	I1126 20:00:53.203969    9308 host.go:66] Checking if "ha-389300-m04" exists ...
	I1126 20:00:53.208742    9308 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1126 20:00:53.212028    9308 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-389300-m04
	I1126 20:00:53.269788    9308 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:52431 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\ha-389300-m04\id_rsa Username:docker}
	I1126 20:00:53.398193    9308 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1126 20:00:53.416495    9308 status.go:176] ha-389300-m04 status: &{Name:ha-389300-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

                                                
                                                
** /stderr **
--- PASS: TestMultiControlPlane/serial/StopSecondaryNode (13.41s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (1.59s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop
ha_test.go:392: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output json
ha_test.go:392: (dbg) Done: out/minikube-windows-amd64.exe profile list --output json: (1.5940007s)
--- PASS: TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (1.59s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (93.36s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:422: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 node start m02 --alsologtostderr -v 5
E1126 20:01:13.688012    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:01:57.130206    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
ha_test.go:422: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 node start m02 --alsologtostderr -v 5: (1m31.2461487s)
ha_test.go:430: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5
ha_test.go:430: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5: (1.980055s)
ha_test.go:450: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (93.36s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (2.02s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart
ha_test.go:281: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output json
ha_test.go:281: (dbg) Done: out/minikube-windows-amd64.exe profile list --output json: (2.02282s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (2.02s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (209.24s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:458: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 node list --alsologtostderr -v 5
ha_test.go:464: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 stop --alsologtostderr -v 5
E1126 20:02:36.761162    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
ha_test.go:464: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 stop --alsologtostderr -v 5: (38.9012139s)
ha_test.go:469: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 start --wait true --alsologtostderr -v 5
E1126 20:04:13.267485    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:04:40.975016    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
ha_test.go:469: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 start --wait true --alsologtostderr -v 5: (2m50.0093271s)
ha_test.go:474: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 node list --alsologtostderr -v 5
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (209.24s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (14.77s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:489: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 node delete m03 --alsologtostderr -v 5
ha_test.go:489: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 node delete m03 --alsologtostderr -v 5: (12.7964552s)
ha_test.go:495: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5
E1126 20:06:13.693026    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
ha_test.go:495: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5: (1.5403008s)
ha_test.go:513: (dbg) Run:  kubectl get nodes
ha_test.go:521: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/DeleteSecondaryNode (14.77s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (1.52s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete
ha_test.go:392: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output json
ha_test.go:392: (dbg) Done: out/minikube-windows-amd64.exe profile list --output json: (1.5209565s)
--- PASS: TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (1.52s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (37.48s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:533: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 stop --alsologtostderr -v 5
ha_test.go:533: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 stop --alsologtostderr -v 5: (37.1306927s)
ha_test.go:539: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5
ha_test.go:539: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5: exit status 7 (348.2094ms)

                                                
                                                
-- stdout --
	ha-389300
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	
	ha-389300-m02
	type: Control Plane
	host: Stopped
	kubelet: Stopped
	apiserver: Stopped
	kubeconfig: Stopped
	
	ha-389300-m04
	type: Worker
	host: Stopped
	kubelet: Stopped
	

                                                
                                                
-- /stdout --
** stderr ** 
	I1126 20:06:53.167077    7524 out.go:360] Setting OutFile to fd 1656 ...
	I1126 20:06:53.214363    7524 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 20:06:53.214363    7524 out.go:374] Setting ErrFile to fd 1844...
	I1126 20:06:53.214363    7524 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 20:06:53.224696    7524 out.go:368] Setting JSON to false
	I1126 20:06:53.224696    7524 mustload.go:66] Loading cluster: ha-389300
	I1126 20:06:53.225699    7524 notify.go:221] Checking for updates...
	I1126 20:06:53.225892    7524 config.go:182] Loaded profile config "ha-389300": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
	I1126 20:06:53.225892    7524 status.go:174] checking status of ha-389300 ...
	I1126 20:06:53.233322    7524 cli_runner.go:164] Run: docker container inspect ha-389300 --format={{.State.Status}}
	I1126 20:06:53.288384    7524 status.go:371] ha-389300 host status = "Stopped" (err=<nil>)
	I1126 20:06:53.288449    7524 status.go:384] host is not running, skipping remaining checks
	I1126 20:06:53.288449    7524 status.go:176] ha-389300 status: &{Name:ha-389300 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1126 20:06:53.288484    7524 status.go:174] checking status of ha-389300-m02 ...
	I1126 20:06:53.295323    7524 cli_runner.go:164] Run: docker container inspect ha-389300-m02 --format={{.State.Status}}
	I1126 20:06:53.349900    7524 status.go:371] ha-389300-m02 host status = "Stopped" (err=<nil>)
	I1126 20:06:53.349932    7524 status.go:384] host is not running, skipping remaining checks
	I1126 20:06:53.349932    7524 status.go:176] ha-389300-m02 status: &{Name:ha-389300-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1126 20:06:53.349978    7524 status.go:174] checking status of ha-389300-m04 ...
	I1126 20:06:53.357558    7524 cli_runner.go:164] Run: docker container inspect ha-389300-m04 --format={{.State.Status}}
	I1126 20:06:53.412561    7524 status.go:371] ha-389300-m04 host status = "Stopped" (err=<nil>)
	I1126 20:06:53.412561    7524 status.go:384] host is not running, skipping remaining checks
	I1126 20:06:53.412561    7524 status.go:176] ha-389300-m04 status: &{Name:ha-389300-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

                                                
                                                
** /stderr **
--- PASS: TestMultiControlPlane/serial/StopCluster (37.48s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (117.52s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:562: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 start --wait true --alsologtostderr -v 5 --driver=docker
ha_test.go:562: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 start --wait true --alsologtostderr -v 5 --driver=docker: (1m55.6321807s)
ha_test.go:568: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5
ha_test.go:568: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5: (1.4967891s)
ha_test.go:586: (dbg) Run:  kubectl get nodes
ha_test.go:594: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/RestartCluster (117.52s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (1.53s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DegradedAfterClusterRestart
ha_test.go:392: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output json
ha_test.go:392: (dbg) Done: out/minikube-windows-amd64.exe profile list --output json: (1.5298516s)
--- PASS: TestMultiControlPlane/serial/DegradedAfterClusterRestart (1.53s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (87.44s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:607: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 node add --control-plane --alsologtostderr -v 5
E1126 20:09:13.272213    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
ha_test.go:607: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 node add --control-plane --alsologtostderr -v 5: (1m25.4754733s)
ha_test.go:613: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5
ha_test.go:613: (dbg) Done: out/minikube-windows-amd64.exe -p ha-389300 status --alsologtostderr -v 5: (1.9649897s)
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (87.44s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (2.01s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd
ha_test.go:281: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output json
ha_test.go:281: (dbg) Done: out/minikube-windows-amd64.exe profile list --output json: (2.0052235s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (2.01s)

                                                
                                    
x
+
TestImageBuild/serial/Setup (51.49s)

                                                
                                                
=== RUN   TestImageBuild/serial/Setup
image_test.go:69: (dbg) Run:  out/minikube-windows-amd64.exe start -p image-277800 --driver=docker
E1126 20:11:13.697437    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
image_test.go:69: (dbg) Done: out/minikube-windows-amd64.exe start -p image-277800 --driver=docker: (51.4877059s)
--- PASS: TestImageBuild/serial/Setup (51.49s)

                                                
                                    
x
+
TestImageBuild/serial/NormalBuild (3.75s)

                                                
                                                
=== 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-277800
image_test.go:78: (dbg) Done: out/minikube-windows-amd64.exe image build -t aaa:latest ./testdata/image-build/test-normal -p image-277800: (3.7465249s)
--- PASS: TestImageBuild/serial/NormalBuild (3.75s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithBuildArg (2.36s)

                                                
                                                
=== 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-277800
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-277800: (2.3631274s)
--- PASS: TestImageBuild/serial/BuildWithBuildArg (2.36s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithDockerIgnore (1.19s)

                                                
                                                
=== 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-277800
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-277800: (1.1942047s)
--- PASS: TestImageBuild/serial/BuildWithDockerIgnore (1.19s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithSpecifiedDockerfile (1.37s)

                                                
                                                
=== 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-277800
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-277800: (1.372877s)
--- PASS: TestImageBuild/serial/BuildWithSpecifiedDockerfile (1.37s)

                                                
                                    
x
+
TestJSONOutput/start/Command (89.54s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-windows-amd64.exe start -p json-output-798200 --output=json --user=testUser --memory=3072 --wait=true --driver=docker
json_output_test.go:63: (dbg) Done: out/minikube-windows-amd64.exe start -p json-output-798200 --output=json --user=testUser --memory=3072 --wait=true --driver=docker: (1m29.5388848s)
--- PASS: TestJSONOutput/start/Command (89.54s)

                                                
                                    
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.17s)

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

                                                
                                    
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 (0.94s)

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

                                                
                                    
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 (12.16s)

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

                                                
                                    
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 (0.69s)

                                                
                                                
=== RUN   TestErrorJSONOutput
json_output_test.go:160: (dbg) Run:  out/minikube-windows-amd64.exe start -p json-output-error-400900 --memory=3072 --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-400900 --memory=3072 --output=json --wait=true --driver=fail: exit status 56 (210.9034ms)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"88dded6f-0eca-4feb-88be-ef3851b22d3d","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-400900] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"852e196e-2d14-4373-9558-6dd855de48ae","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=C:\\Users\\jenkins.minikube4\\minikube-integration\\kubeconfig"}}
	{"specversion":"1.0","id":"3819fc1a-69a4-4710-8ff7-e3c255c43ebd","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"e327a610-59cf-43d0-9d10-5d27361a5bbc","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube"}}
	{"specversion":"1.0","id":"c0d72224-993d-40c0-9555-8a44800cd034","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=21974"}}
	{"specversion":"1.0","id":"15f492a3-b48b-4111-bdc3-f20c7c5d00ea","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":"45e78489-6284-42ee-ada6-dc9282ede8b6","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 --
helpers_test.go:175: Cleaning up "json-output-error-400900" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p json-output-error-400900
--- PASS: TestErrorJSONOutput (0.69s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (54.97s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-windows-amd64.exe start -p docker-network-755900 --network=
E1126 20:14:13.276587    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
kic_custom_network_test.go:57: (dbg) Done: out/minikube-windows-amd64.exe start -p docker-network-755900 --network=: (51.4157916s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-755900" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p docker-network-755900
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p docker-network-755900: (3.4861001s)
--- PASS: TestKicCustomNetwork/create_custom_network (54.97s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (57.21s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-windows-amd64.exe start -p docker-network-861900 --network=bridge
kic_custom_network_test.go:57: (dbg) Done: out/minikube-windows-amd64.exe start -p docker-network-861900 --network=bridge: (53.9649529s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-861900" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p docker-network-861900
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p docker-network-861900: (3.1850957s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (57.21s)

                                                
                                    
x
+
TestKicExistingNetwork (57.27s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I1126 20:15:19.146855    3840 cli_runner.go:164] Run: docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W1126 20:15:19.207786    3840 cli_runner.go:211] docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I1126 20:15:19.212480    3840 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I1126 20:15:19.212553    3840 cli_runner.go:164] Run: docker network inspect existing-network
W1126 20:15:19.269116    3840 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I1126 20:15:19.269116    3840 network_create.go:287] error running [docker network inspect existing-network]: docker network inspect existing-network: exit status 1
stdout:
[]

                                                
                                                
stderr:
Error response from daemon: network existing-network not found
I1126 20:15:19.269810    3840 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

                                                
                                                
-- /stdout --
** stderr ** 
Error response from daemon: network existing-network not found

                                                
                                                
** /stderr **
I1126 20:15:19.273133    3840 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I1126 20:15:19.343946    3840 network.go:206] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0xc00155d1a0}
I1126 20:15:19.343946    3840 network_create.go:124] attempt to create docker network existing-network 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1126 20:15:19.347947    3840 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=existing-network existing-network
W1126 20:15:19.412333    3840 cli_runner.go:211] docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=existing-network existing-network returned with exit code 1
W1126 20:15:19.412333    3840 network_create.go:149] failed to create docker network existing-network 192.168.49.0/24 with gateway 192.168.49.1 and mtu of 1500: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=existing-network existing-network: exit status 1
stdout:

                                                
                                                
stderr:
Error response from daemon: invalid pool request: Pool overlaps with other one on this address space
W1126 20:15:19.412856    3840 network_create.go:116] failed to create docker network existing-network 192.168.49.0/24, will retry: subnet is taken
I1126 20:15:19.435033    3840 network.go:209] skipping subnet 192.168.49.0/24 that is reserved: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
I1126 20:15:19.448033    3840 network.go:206] using free private subnet 192.168.58.0/24: &{IP:192.168.58.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.58.0/24 Gateway:192.168.58.1 ClientMin:192.168.58.2 ClientMax:192.168.58.254 Broadcast:192.168.58.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0xc001c06240}
I1126 20:15:19.448033    3840 network_create.go:124] attempt to create docker network existing-network 192.168.58.0/24 with gateway 192.168.58.1 and MTU of 1500 ...
I1126 20:15:19.451036    3840 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.58.0/24 --gateway=192.168.58.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=existing-network existing-network
I1126 20:15:19.593928    3840 network_create.go:108] docker network existing-network 192.168.58.0/24 created
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-928200 --network=existing-network
E1126 20:15:36.347150    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
kic_custom_network_test.go:93: (dbg) Done: out/minikube-windows-amd64.exe start -p existing-network-928200 --network=existing-network: (53.5238984s)
helpers_test.go:175: Cleaning up "existing-network-928200" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p existing-network-928200
E1126 20:16:13.701312    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p existing-network-928200: (3.1752517s)
I1126 20:16:16.363663    3840 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (57.27s)

                                                
                                    
x
+
TestKicCustomSubnet (58.17s)

                                                
                                                
=== RUN   TestKicCustomSubnet
kic_custom_network_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p custom-subnet-276000 --subnet=192.168.60.0/24
kic_custom_network_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p custom-subnet-276000 --subnet=192.168.60.0/24: (54.478305s)
kic_custom_network_test.go:161: (dbg) Run:  docker network inspect custom-subnet-276000 --format "{{(index .IPAM.Config 0).Subnet}}"
helpers_test.go:175: Cleaning up "custom-subnet-276000" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p custom-subnet-276000
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p custom-subnet-276000: (3.6271201s)
--- PASS: TestKicCustomSubnet (58.17s)

                                                
                                    
x
+
TestKicStaticIP (55.23s)

                                                
                                                
=== RUN   TestKicStaticIP
kic_custom_network_test.go:132: (dbg) Run:  out/minikube-windows-amd64.exe start -p static-ip-312800 --static-ip=192.168.200.200
kic_custom_network_test.go:132: (dbg) Done: out/minikube-windows-amd64.exe start -p static-ip-312800 --static-ip=192.168.200.200: (51.4925287s)
kic_custom_network_test.go:138: (dbg) Run:  out/minikube-windows-amd64.exe -p static-ip-312800 ip
helpers_test.go:175: Cleaning up "static-ip-312800" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p static-ip-312800
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p static-ip-312800: (3.4242374s)
--- PASS: TestKicStaticIP (55.23s)

                                                
                                    
x
+
TestMainNoArgs (0.16s)

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

                                                
                                    
x
+
TestMinikubeProfile (105.43s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-windows-amd64.exe start -p first-915000 --driver=docker
minikube_profile_test.go:44: (dbg) Done: out/minikube-windows-amd64.exe start -p first-915000 --driver=docker: (47.3926395s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-windows-amd64.exe start -p second-915000 --driver=docker
E1126 20:19:13.281801    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:19:16.778163    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
minikube_profile_test.go:44: (dbg) Done: out/minikube-windows-amd64.exe start -p second-915000 --driver=docker: (47.8768575s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-windows-amd64.exe profile first-915000
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: (1.1896872s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-windows-amd64.exe profile second-915000
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: (1.1953551s)
helpers_test.go:175: Cleaning up "second-915000" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p second-915000
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p second-915000: (3.6797102s)
helpers_test.go:175: Cleaning up "first-915000" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p first-915000
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p first-915000: (3.6420287s)
--- PASS: TestMinikubeProfile (105.43s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (13.72s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountFirst
mount_start_test.go:118: (dbg) Run:  out/minikube-windows-amd64.exe start -p mount-start-1-691200 --memory=3072 --mount-string C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMountStartserial2392208255\001:/minikube-host --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker
mount_start_test.go:118: (dbg) Done: out/minikube-windows-amd64.exe start -p mount-start-1-691200 --memory=3072 --mount-string C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMountStartserial2392208255\001:/minikube-host --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker: (12.7180382s)
--- PASS: TestMountStart/serial/StartWithMountFirst (13.72s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.58s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountFirst
mount_start_test.go:134: (dbg) Run:  out/minikube-windows-amd64.exe -p mount-start-1-691200 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountFirst (0.58s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (13.93s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountSecond
mount_start_test.go:118: (dbg) Run:  out/minikube-windows-amd64.exe start -p mount-start-2-691200 --memory=3072 --mount-string C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMountStartserial2392208255\001:/minikube-host --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker
mount_start_test.go:118: (dbg) Done: out/minikube-windows-amd64.exe start -p mount-start-2-691200 --memory=3072 --mount-string C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMountStartserial2392208255\001:/minikube-host --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker: (12.9251153s)
--- PASS: TestMountStart/serial/StartWithMountSecond (13.93s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.56s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountSecond
mount_start_test.go:134: (dbg) Run:  out/minikube-windows-amd64.exe -p mount-start-2-691200 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountSecond (0.56s)

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (2.44s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.54s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountPostDelete
mount_start_test.go:134: (dbg) Run:  out/minikube-windows-amd64.exe -p mount-start-2-691200 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountPostDelete (0.54s)

                                                
                                    
x
+
TestMountStart/serial/Stop (1.87s)

                                                
                                                
=== RUN   TestMountStart/serial/Stop
mount_start_test.go:196: (dbg) Run:  out/minikube-windows-amd64.exe stop -p mount-start-2-691200
mount_start_test.go:196: (dbg) Done: out/minikube-windows-amd64.exe stop -p mount-start-2-691200: (1.868211s)
--- PASS: TestMountStart/serial/Stop (1.87s)

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (10.81s)

                                                
                                                
=== RUN   TestMountStart/serial/RestartStopped
mount_start_test.go:207: (dbg) Run:  out/minikube-windows-amd64.exe start -p mount-start-2-691200
mount_start_test.go:207: (dbg) Done: out/minikube-windows-amd64.exe start -p mount-start-2-691200: (9.8124535s)
--- PASS: TestMountStart/serial/RestartStopped (10.81s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.54s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountPostStop
mount_start_test.go:134: (dbg) Run:  out/minikube-windows-amd64.exe -p mount-start-2-691200 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountPostStop (0.54s)

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (135.64s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-965900 --wait=true --memory=3072 --nodes=2 -v=5 --alsologtostderr --driver=docker
E1126 20:21:13.706606    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
multinode_test.go:96: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-965900 --wait=true --memory=3072 --nodes=2 -v=5 --alsologtostderr --driver=docker: (2m14.6659052s)
multinode_test.go:102: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (135.64s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (7.67s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeployApp2Nodes
multinode_test.go:493: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- apply -f ./testdata/multinodes/multinode-pod-dns-test.yaml
multinode_test.go:498: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- rollout status deployment/busybox
multinode_test.go:498: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- rollout status deployment/busybox: (3.9560846s)
multinode_test.go:505: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:528: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:536: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- exec busybox-7b57f96db7-9vjxv -- nslookup kubernetes.io
multinode_test.go:536: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- exec busybox-7b57f96db7-b8w4s -- nslookup kubernetes.io
multinode_test.go:546: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- exec busybox-7b57f96db7-9vjxv -- nslookup kubernetes.default
multinode_test.go:546: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- exec busybox-7b57f96db7-b8w4s -- nslookup kubernetes.default
multinode_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- exec busybox-7b57f96db7-9vjxv -- nslookup kubernetes.default.svc.cluster.local
multinode_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- exec busybox-7b57f96db7-b8w4s -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiNode/serial/DeployApp2Nodes (7.67s)

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (1.81s)

                                                
                                                
=== RUN   TestMultiNode/serial/PingHostFrom2Pods
multinode_test.go:564: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:572: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- exec busybox-7b57f96db7-9vjxv -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
multinode_test.go:583: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- exec busybox-7b57f96db7-9vjxv -- sh -c "ping -c 1 192.168.65.254"
multinode_test.go:572: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- exec busybox-7b57f96db7-b8w4s -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
multinode_test.go:583: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-965900 -- exec busybox-7b57f96db7-b8w4s -- sh -c "ping -c 1 192.168.65.254"
--- PASS: TestMultiNode/serial/PingHostFrom2Pods (1.81s)

                                                
                                    
x
+
TestMultiNode/serial/AddNode (56.13s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-windows-amd64.exe node add -p multinode-965900 -v=5 --alsologtostderr
multinode_test.go:121: (dbg) Done: out/minikube-windows-amd64.exe node add -p multinode-965900 -v=5 --alsologtostderr: (54.7983308s)
multinode_test.go:127: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 status --alsologtostderr
multinode_test.go:127: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-965900 status --alsologtostderr: (1.3343087s)
--- PASS: TestMultiNode/serial/AddNode (56.13s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.14s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (1.43s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (19.48s)

                                                
                                                
=== RUN   TestMultiNode/serial/CopyFile
multinode_test.go:184: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 status --output json --alsologtostderr
multinode_test.go:184: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-965900 status --output json --alsologtostderr: (1.3341786s)
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 cp testdata\cp-test.txt multinode-965900:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 cp multinode-965900:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiNodeserialCopyFile2935765943\001\cp-test_multinode-965900.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 cp multinode-965900:/home/docker/cp-test.txt multinode-965900-m02:/home/docker/cp-test_multinode-965900_multinode-965900-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900-m02 "sudo cat /home/docker/cp-test_multinode-965900_multinode-965900-m02.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 cp multinode-965900:/home/docker/cp-test.txt multinode-965900-m03:/home/docker/cp-test_multinode-965900_multinode-965900-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900-m03 "sudo cat /home/docker/cp-test_multinode-965900_multinode-965900-m03.txt"
E1126 20:24:13.285095    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 cp testdata\cp-test.txt multinode-965900-m02:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 cp multinode-965900-m02:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiNodeserialCopyFile2935765943\001\cp-test_multinode-965900-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 cp multinode-965900-m02:/home/docker/cp-test.txt multinode-965900:/home/docker/cp-test_multinode-965900-m02_multinode-965900.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900 "sudo cat /home/docker/cp-test_multinode-965900-m02_multinode-965900.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 cp multinode-965900-m02:/home/docker/cp-test.txt multinode-965900-m03:/home/docker/cp-test_multinode-965900-m02_multinode-965900-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900-m03 "sudo cat /home/docker/cp-test_multinode-965900-m02_multinode-965900-m03.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 cp testdata\cp-test.txt multinode-965900-m03:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 cp multinode-965900-m03:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiNodeserialCopyFile2935765943\001\cp-test_multinode-965900-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 cp multinode-965900-m03:/home/docker/cp-test.txt multinode-965900:/home/docker/cp-test_multinode-965900-m03_multinode-965900.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900 "sudo cat /home/docker/cp-test_multinode-965900-m03_multinode-965900.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 cp multinode-965900-m03:/home/docker/cp-test.txt multinode-965900-m02:/home/docker/cp-test_multinode-965900-m03_multinode-965900-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 ssh -n multinode-965900-m02 "sudo cat /home/docker/cp-test_multinode-965900-m03_multinode-965900-m02.txt"
--- PASS: TestMultiNode/serial/CopyFile (19.48s)

                                                
                                    
x
+
TestMultiNode/serial/StopNode (3.83s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopNode
multinode_test.go:248: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 node stop m03
multinode_test.go:248: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-965900 node stop m03: (1.6770583s)
multinode_test.go:254: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 status
multinode_test.go:254: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p multinode-965900 status: exit status 7 (1.0777709s)

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

                                                
                                                
-- /stdout --
multinode_test.go:261: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 status --alsologtostderr
multinode_test.go:261: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p multinode-965900 status --alsologtostderr: exit status 7 (1.0697815s)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1126 20:24:28.639260    3112 out.go:360] Setting OutFile to fd 2036 ...
	I1126 20:24:28.683666    3112 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 20:24:28.683666    3112 out.go:374] Setting ErrFile to fd 1856...
	I1126 20:24:28.683666    3112 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 20:24:28.696786    3112 out.go:368] Setting JSON to false
	I1126 20:24:28.696786    3112 mustload.go:66] Loading cluster: multinode-965900
	I1126 20:24:28.697205    3112 notify.go:221] Checking for updates...
	I1126 20:24:28.697362    3112 config.go:182] Loaded profile config "multinode-965900": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
	I1126 20:24:28.697362    3112 status.go:174] checking status of multinode-965900 ...
	I1126 20:24:28.706137    3112 cli_runner.go:164] Run: docker container inspect multinode-965900 --format={{.State.Status}}
	I1126 20:24:28.760778    3112 status.go:371] multinode-965900 host status = "Running" (err=<nil>)
	I1126 20:24:28.760835    3112 host.go:66] Checking if "multinode-965900" exists ...
	I1126 20:24:28.765518    3112 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-965900
	I1126 20:24:28.825701    3112 host.go:66] Checking if "multinode-965900" exists ...
	I1126 20:24:28.830748    3112 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1126 20:24:28.833499    3112 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-965900
	I1126 20:24:28.889590    3112 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:53614 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\multinode-965900\id_rsa Username:docker}
	I1126 20:24:29.036332    3112 ssh_runner.go:195] Run: systemctl --version
	I1126 20:24:29.052727    3112 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1126 20:24:29.077688    3112 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" multinode-965900
	I1126 20:24:29.133711    3112 kubeconfig.go:125] found "multinode-965900" server: "https://127.0.0.1:53618"
	I1126 20:24:29.133711    3112 api_server.go:166] Checking apiserver status ...
	I1126 20:24:29.138362    3112 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1126 20:24:29.164233    3112 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2280/cgroup
	I1126 20:24:29.177744    3112 api_server.go:182] apiserver freezer: "7:freezer:/docker/27f98242674199ce1dba1bc3a4020717dba68af154f3d1b629974e9c5ad1f5af/kubepods/burstable/pod5dab4404c6bb32609eb8e81ac6c2ff4e/16b18964db37d9a1d41445ed3fb7a7009d48593c3f2899bc818b793b9152bc09"
	I1126 20:24:29.181814    3112 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/27f98242674199ce1dba1bc3a4020717dba68af154f3d1b629974e9c5ad1f5af/kubepods/burstable/pod5dab4404c6bb32609eb8e81ac6c2ff4e/16b18964db37d9a1d41445ed3fb7a7009d48593c3f2899bc818b793b9152bc09/freezer.state
	I1126 20:24:29.196055    3112 api_server.go:204] freezer state: "THAWED"
	I1126 20:24:29.196131    3112 api_server.go:253] Checking apiserver healthz at https://127.0.0.1:53618/healthz ...
	I1126 20:24:29.206187    3112 api_server.go:279] https://127.0.0.1:53618/healthz returned 200:
	ok
	I1126 20:24:29.206187    3112 status.go:463] multinode-965900 apiserver status = Running (err=<nil>)
	I1126 20:24:29.206187    3112 status.go:176] multinode-965900 status: &{Name:multinode-965900 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1126 20:24:29.206187    3112 status.go:174] checking status of multinode-965900-m02 ...
	I1126 20:24:29.216447    3112 cli_runner.go:164] Run: docker container inspect multinode-965900-m02 --format={{.State.Status}}
	I1126 20:24:29.269348    3112 status.go:371] multinode-965900-m02 host status = "Running" (err=<nil>)
	I1126 20:24:29.269381    3112 host.go:66] Checking if "multinode-965900-m02" exists ...
	I1126 20:24:29.273637    3112 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-965900-m02
	I1126 20:24:29.327728    3112 host.go:66] Checking if "multinode-965900-m02" exists ...
	I1126 20:24:29.333160    3112 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1126 20:24:29.335537    3112 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-965900-m02
	I1126 20:24:29.393911    3112 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:53666 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\multinode-965900-m02\id_rsa Username:docker}
	I1126 20:24:29.536316    3112 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1126 20:24:29.553905    3112 status.go:176] multinode-965900-m02 status: &{Name:multinode-965900-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I1126 20:24:29.553905    3112 status.go:174] checking status of multinode-965900-m03 ...
	I1126 20:24:29.560967    3112 cli_runner.go:164] Run: docker container inspect multinode-965900-m03 --format={{.State.Status}}
	I1126 20:24:29.615585    3112 status.go:371] multinode-965900-m03 host status = "Stopped" (err=<nil>)
	I1126 20:24:29.615765    3112 status.go:384] host is not running, skipping remaining checks
	I1126 20:24:29.615765    3112 status.go:176] multinode-965900-m03 status: &{Name:multinode-965900-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (13.41s)

                                                
                                                
=== RUN   TestMultiNode/serial/StartAfterStop
multinode_test.go:282: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 node start m03 -v=5 --alsologtostderr
multinode_test.go:282: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-965900 node start m03 -v=5 --alsologtostderr: (11.9397072s)
multinode_test.go:290: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 status -v=5 --alsologtostderr
multinode_test.go:290: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-965900 status -v=5 --alsologtostderr: (1.3422057s)
multinode_test.go:306: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiNode/serial/StartAfterStop (13.41s)

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (90.82s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-windows-amd64.exe node list -p multinode-965900
multinode_test.go:321: (dbg) Run:  out/minikube-windows-amd64.exe stop -p multinode-965900
multinode_test.go:321: (dbg) Done: out/minikube-windows-amd64.exe stop -p multinode-965900: (24.964901s)
multinode_test.go:326: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-965900 --wait=true -v=5 --alsologtostderr
E1126 20:26:13.711359    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
multinode_test.go:326: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-965900 --wait=true -v=5 --alsologtostderr: (1m5.5401557s)
multinode_test.go:331: (dbg) Run:  out/minikube-windows-amd64.exe node list -p multinode-965900
--- PASS: TestMultiNode/serial/RestartKeepsNodes (90.82s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (8.35s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeleteNode
multinode_test.go:416: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 node delete m03
multinode_test.go:416: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-965900 node delete m03: (6.8774948s)
multinode_test.go:422: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 status --alsologtostderr
multinode_test.go:436: (dbg) Run:  kubectl get nodes
multinode_test.go:444: (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 (8.35s)

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.87s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopMultiNode
multinode_test.go:345: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 stop
multinode_test.go:345: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-965900 stop: (23.3137133s)
multinode_test.go:351: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 status
multinode_test.go:351: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p multinode-965900 status: exit status 7 (273.8903ms)

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

                                                
                                                
-- /stdout --
multinode_test.go:358: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 status --alsologtostderr
multinode_test.go:358: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p multinode-965900 status --alsologtostderr: exit status 7 (276.2395ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1126 20:26:45.871787    3740 out.go:360] Setting OutFile to fd 1896 ...
	I1126 20:26:45.915551    3740 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 20:26:45.915551    3740 out.go:374] Setting ErrFile to fd 1320...
	I1126 20:26:45.915551    3740 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1126 20:26:45.929471    3740 out.go:368] Setting JSON to false
	I1126 20:26:45.929471    3740 mustload.go:66] Loading cluster: multinode-965900
	I1126 20:26:45.929471    3740 notify.go:221] Checking for updates...
	I1126 20:26:45.929924    3740 config.go:182] Loaded profile config "multinode-965900": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
	I1126 20:26:45.929924    3740 status.go:174] checking status of multinode-965900 ...
	I1126 20:26:45.937181    3740 cli_runner.go:164] Run: docker container inspect multinode-965900 --format={{.State.Status}}
	I1126 20:26:45.992297    3740 status.go:371] multinode-965900 host status = "Stopped" (err=<nil>)
	I1126 20:26:45.992297    3740 status.go:384] host is not running, skipping remaining checks
	I1126 20:26:45.992297    3740 status.go:176] multinode-965900 status: &{Name:multinode-965900 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1126 20:26:45.992434    3740 status.go:174] checking status of multinode-965900-m02 ...
	I1126 20:26:45.999853    3740 cli_runner.go:164] Run: docker container inspect multinode-965900-m02 --format={{.State.Status}}
	I1126 20:26:46.055209    3740 status.go:371] multinode-965900-m02 host status = "Stopped" (err=<nil>)
	I1126 20:26:46.055209    3740 status.go:384] host is not running, skipping remaining checks
	I1126 20:26:46.055209    3740 status.go:176] multinode-965900-m02 status: &{Name:multinode-965900-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (58.33s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-965900 --wait=true -v=5 --alsologtostderr --driver=docker
multinode_test.go:376: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-965900 --wait=true -v=5 --alsologtostderr --driver=docker: (56.9734952s)
multinode_test.go:382: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-965900 status --alsologtostderr
multinode_test.go:396: (dbg) Run:  kubectl get nodes
multinode_test.go:404: (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 (58.33s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (53.67s)

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

                                                
                                                
-- stdout --
	* [multinode-965900-m02] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
	  - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21974
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	! Profile name 'multinode-965900-m02' is duplicated with machine name 'multinode-965900-m02' in profile 'multinode-965900'
	X Exiting due to MK_USAGE: Profile name should be unique

                                                
                                                
** /stderr **
multinode_test.go:472: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-965900-m03 --driver=docker
multinode_test.go:472: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-965900-m03 --driver=docker: (48.8582923s)
multinode_test.go:479: (dbg) Run:  out/minikube-windows-amd64.exe node add -p multinode-965900
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-windows-amd64.exe node add -p multinode-965900: exit status 80 (833.9947ms)

                                                
                                                
-- stdout --
	* Adding node m03 to cluster multinode-965900 as [worker]
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to GUEST_NODE_ADD: failed to add node: Node multinode-965900-m03 already exists in multinode-965900-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.minikube4\AppData\Local\Temp\minikube_node_6ccce2fc44e3bb58d6c4f91e09ae7c7eaaf65535_96.log    │
	│                                                                                                                       │
	╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
multinode_test.go:484: (dbg) Run:  out/minikube-windows-amd64.exe delete -p multinode-965900-m03
multinode_test.go:484: (dbg) Done: out/minikube-windows-amd64.exe delete -p multinode-965900-m03: (3.6187131s)
--- PASS: TestMultiNode/serial/ValidateNameConflict (53.67s)

                                                
                                    
x
+
TestPreload (162.09s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:41: (dbg) Run:  out/minikube-windows-amd64.exe start -p test-preload-510500 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker
E1126 20:29:13.290274    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
preload_test.go:41: (dbg) Done: out/minikube-windows-amd64.exe start -p test-preload-510500 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker: (1m37.7652198s)
preload_test.go:49: (dbg) Run:  out/minikube-windows-amd64.exe -p test-preload-510500 image pull gcr.io/k8s-minikube/busybox
preload_test.go:49: (dbg) Done: out/minikube-windows-amd64.exe -p test-preload-510500 image pull gcr.io/k8s-minikube/busybox: (2.071886s)
preload_test.go:55: (dbg) Run:  out/minikube-windows-amd64.exe stop -p test-preload-510500
preload_test.go:55: (dbg) Done: out/minikube-windows-amd64.exe stop -p test-preload-510500: (11.9473767s)
preload_test.go:63: (dbg) Run:  out/minikube-windows-amd64.exe start -p test-preload-510500 --preload=true --alsologtostderr -v=1 --wait=true --driver=docker
E1126 20:31:13.715805    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
preload_test.go:63: (dbg) Done: out/minikube-windows-amd64.exe start -p test-preload-510500 --preload=true --alsologtostderr -v=1 --wait=true --driver=docker: (46.0704145s)
preload_test.go:68: (dbg) Run:  out/minikube-windows-amd64.exe -p test-preload-510500 image list
helpers_test.go:175: Cleaning up "test-preload-510500" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p test-preload-510500
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p test-preload-510500: (3.7474062s)
--- PASS: TestPreload (162.09s)

                                                
                                    
x
+
TestScheduledStopWindows (114.61s)

                                                
                                                
=== RUN   TestScheduledStopWindows
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-windows-amd64.exe start -p scheduled-stop-788900 --memory=3072 --driver=docker
scheduled_stop_test.go:128: (dbg) Done: out/minikube-windows-amd64.exe start -p scheduled-stop-788900 --memory=3072 --driver=docker: (48.3521034s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-windows-amd64.exe stop -p scheduled-stop-788900 --schedule 5m
minikube stop output:

                                                
                                                
scheduled_stop_test.go:204: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.TimeToStop}} -p scheduled-stop-788900 -n scheduled-stop-788900
E1126 20:32:16.364625    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
scheduled_stop_test.go:54: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p scheduled-stop-788900 -- sudo systemctl show minikube-scheduled-stop --no-page
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-windows-amd64.exe stop -p scheduled-stop-788900 --schedule 5s
minikube stop output:

                                                
                                                
scheduled_stop_test.go:218: (dbg) Run:  out/minikube-windows-amd64.exe status -p scheduled-stop-788900
scheduled_stop_test.go:218: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status -p scheduled-stop-788900: exit status 7 (221.0433ms)

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

                                                
                                                
-- /stdout --
scheduled_stop_test.go:189: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p scheduled-stop-788900 -n scheduled-stop-788900
scheduled_stop_test.go:189: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p scheduled-stop-788900 -n scheduled-stop-788900: exit status 7 (217.7788ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
scheduled_stop_test.go:189: status error: exit status 7 (may be ok)
helpers_test.go:175: Cleaning up "scheduled-stop-788900" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p scheduled-stop-788900
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p scheduled-stop-788900: (2.5064285s)
--- PASS: TestScheduledStopWindows (114.61s)

                                                
                                    
x
+
TestInsufficientStorage (30.82s)

                                                
                                                
=== RUN   TestInsufficientStorage
status_test.go:50: (dbg) Run:  out/minikube-windows-amd64.exe start -p insufficient-storage-772000 --memory=3072 --output=json --wait=true --driver=docker
status_test.go:50: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p insufficient-storage-772000 --memory=3072 --output=json --wait=true --driver=docker: exit status 26 (27.0025308s)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"6effe064-58de-46bb-ab7a-f41bcc17d716","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-772000] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"5bcf9f41-50d2-4911-bb3d-4d2974a0844e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=C:\\Users\\jenkins.minikube4\\minikube-integration\\kubeconfig"}}
	{"specversion":"1.0","id":"dd475a22-dd08-4455-9da0-b905809ccf47","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"021e53dd-7842-4a1e-a258-1150a4932088","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube"}}
	{"specversion":"1.0","id":"992dbdf8-1182-4d58-b1c7-35594da0859e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=21974"}}
	{"specversion":"1.0","id":"b8a58f3b-4396-4a6b-bee1-4a7abe3e0e26","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":"7851de82-39ef-4628-bfbc-2ff83f72c949","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":"5cc28689-6723-49f5-8bbb-6c40d98e18ca","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":"df701e11-bb6c-4ac6-84c4-727976ac8fc5","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":"1758a389-8eb6-4a7c-9825-d07ac26006ea","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":"e1793941-ffd3-4e64-b57e-11b67910b6e0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-772000\" primary control-plane node in \"insufficient-storage-772000\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"11d63a37-869f-453d-9f41-f9c12fa7e1c7","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.48-1764169655-21974 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"d41388e8-901e-4cce-bb47-755cd72ced94","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=3072MB) ...","name":"Creating Container","totalsteps":"19"}}
	{"specversion":"1.0","id":"97177282-8251-4265-a681-01878a07abf1","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\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 --
status_test.go:76: (dbg) Run:  out/minikube-windows-amd64.exe status -p insufficient-storage-772000 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status -p insufficient-storage-772000 --output=json --layout=cluster: exit status 7 (590.7457ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	E1126 20:33:48.713254    9788 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-772000" does not appear in C:\Users\jenkins.minikube4\minikube-integration\kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E1126 20:33:49.309907    8352 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-772000" does not appear in C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	E1126 20:33:49.332187    8352 status.go:258] unable to read event log: stat: GetFileAttributesEx C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\insufficient-storage-772000\events.json: The system cannot find the file specified.

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (370.39s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.35.0.430841400.exe start -p running-upgrade-680800 --memory=3072 --vm-driver=docker
version_upgrade_test.go:120: (dbg) Done: C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.35.0.430841400.exe start -p running-upgrade-680800 --memory=3072 --vm-driver=docker: (51.6300848s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-windows-amd64.exe start -p running-upgrade-680800 --memory=3072 --alsologtostderr -v=1 --driver=docker
E1126 20:39:13.299525    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
version_upgrade_test.go:130: (dbg) Done: out/minikube-windows-amd64.exe start -p running-upgrade-680800 --memory=3072 --alsologtostderr -v=1 --driver=docker: (5m13.316516s)
helpers_test.go:175: Cleaning up "running-upgrade-680800" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p running-upgrade-680800
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p running-upgrade-680800: (3.8375295s)
--- PASS: TestRunningBinaryUpgrade (370.39s)

                                                
                                    
x
+
TestKubernetesUpgrade (431.74s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-590100 --memory=3072 --kubernetes-version=v1.28.0 --alsologtostderr -v=1 --driver=docker
version_upgrade_test.go:222: (dbg) Done: out/minikube-windows-amd64.exe start -p kubernetes-upgrade-590100 --memory=3072 --kubernetes-version=v1.28.0 --alsologtostderr -v=1 --driver=docker: (1m4.5662866s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-windows-amd64.exe stop -p kubernetes-upgrade-590100
version_upgrade_test.go:227: (dbg) Done: out/minikube-windows-amd64.exe stop -p kubernetes-upgrade-590100: (2.3861418s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-windows-amd64.exe -p kubernetes-upgrade-590100 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p kubernetes-upgrade-590100 status --format={{.Host}}: exit status 7 (249.4403ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
version_upgrade_test.go:234: status error: exit status 7 (may be ok)
version_upgrade_test.go:243: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-590100 --memory=3072 --kubernetes-version=v1.34.1 --alsologtostderr -v=1 --driver=docker
version_upgrade_test.go:243: (dbg) Done: out/minikube-windows-amd64.exe start -p kubernetes-upgrade-590100 --memory=3072 --kubernetes-version=v1.34.1 --alsologtostderr -v=1 --driver=docker: (5m3.4391252s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-590100 version --output=json
version_upgrade_test.go:267: Attempting to downgrade Kubernetes (should fail)
version_upgrade_test.go:269: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-590100 --memory=3072 --kubernetes-version=v1.28.0 --driver=docker
version_upgrade_test.go:269: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p kubernetes-upgrade-590100 --memory=3072 --kubernetes-version=v1.28.0 --driver=docker: exit status 106 (228.058ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-590100] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
	  - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21974
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to K8S_DOWNGRADE_UNSUPPORTED: Unable to safely downgrade existing Kubernetes v1.34.1 cluster to v1.28.0
	* Suggestion: 
	
	    1) Recreate the cluster with Kubernetes 1.28.0, by running:
	    
	    minikube delete -p kubernetes-upgrade-590100
	    minikube start -p kubernetes-upgrade-590100 --kubernetes-version=v1.28.0
	    
	    2) Create a second cluster with Kubernetes 1.28.0, by running:
	    
	    minikube start -p kubernetes-upgrade-5901002 --kubernetes-version=v1.28.0
	    
	    3) Use the existing cluster at version Kubernetes 1.34.1, by running:
	    
	    minikube start -p kubernetes-upgrade-590100 --kubernetes-version=v1.34.1
	    

                                                
                                                
** /stderr **
version_upgrade_test.go:273: Attempting restart after unsuccessful downgrade
version_upgrade_test.go:275: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-590100 --memory=3072 --kubernetes-version=v1.34.1 --alsologtostderr -v=1 --driver=docker
version_upgrade_test.go:275: (dbg) Done: out/minikube-windows-amd64.exe start -p kubernetes-upgrade-590100 --memory=3072 --kubernetes-version=v1.34.1 --alsologtostderr -v=1 --driver=docker: (56.692388s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-590100" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p kubernetes-upgrade-590100
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p kubernetes-upgrade-590100: (4.0623822s)
--- PASS: TestKubernetesUpgrade (431.74s)

                                                
                                    
x
+
TestMissingContainerUpgrade (212.79s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.35.0.1989937398.exe start -p missing-upgrade-905200 --memory=3072 --driver=docker
version_upgrade_test.go:309: (dbg) Done: C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.35.0.1989937398.exe start -p missing-upgrade-905200 --memory=3072 --driver=docker: (1m56.1210956s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-905200
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-905200: (19.6870898s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-905200
version_upgrade_test.go:329: (dbg) Run:  out/minikube-windows-amd64.exe start -p missing-upgrade-905200 --memory=3072 --alsologtostderr -v=1 --driver=docker
version_upgrade_test.go:329: (dbg) Done: out/minikube-windows-amd64.exe start -p missing-upgrade-905200 --memory=3072 --alsologtostderr -v=1 --driver=docker: (1m11.5554468s)
helpers_test.go:175: Cleaning up "missing-upgrade-905200" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p missing-upgrade-905200
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p missing-upgrade-905200: (3.7101897s)
--- PASS: TestMissingContainerUpgrade (212.79s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.3s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoK8sWithVersion
no_kubernetes_test.go:108: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-423600 --no-kubernetes --kubernetes-version=v1.28.0 --driver=docker
no_kubernetes_test.go:108: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p NoKubernetes-423600 --no-kubernetes --kubernetes-version=v1.28.0 --driver=docker: exit status 14 (301.2466ms)

                                                
                                                
-- stdout --
	* [NoKubernetes-423600] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6575 Build 19045.6575
	  - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21974
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	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.30s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (82.71s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithK8s
no_kubernetes_test.go:120: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-423600 --memory=3072 --alsologtostderr -v=5 --driver=docker
E1126 20:34:13.294589    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
no_kubernetes_test.go:120: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-423600 --memory=3072 --alsologtostderr -v=5 --driver=docker: (1m21.9975419s)
no_kubernetes_test.go:225: (dbg) Run:  out/minikube-windows-amd64.exe -p NoKubernetes-423600 status -o json
--- PASS: TestNoKubernetes/serial/StartWithK8s (82.71s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (24.76s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithStopK8s
no_kubernetes_test.go:137: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-423600 --no-kubernetes --memory=3072 --alsologtostderr -v=5 --driver=docker
no_kubernetes_test.go:137: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-423600 --no-kubernetes --memory=3072 --alsologtostderr -v=5 --driver=docker: (20.549912s)
no_kubernetes_test.go:225: (dbg) Run:  out/minikube-windows-amd64.exe -p NoKubernetes-423600 status -o json
no_kubernetes_test.go:225: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p NoKubernetes-423600 status -o json: exit status 2 (654.5944ms)

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

                                                
                                                
-- /stdout --
no_kubernetes_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe delete -p NoKubernetes-423600
no_kubernetes_test.go:149: (dbg) Done: out/minikube-windows-amd64.exe delete -p NoKubernetes-423600: (3.5573571s)
--- PASS: TestNoKubernetes/serial/StartWithStopK8s (24.76s)

                                                
                                    
x
+
TestNoKubernetes/serial/Start (18.41s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Start
no_kubernetes_test.go:161: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-423600 --no-kubernetes --memory=3072 --alsologtostderr -v=5 --driver=docker
no_kubernetes_test.go:161: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-423600 --no-kubernetes --memory=3072 --alsologtostderr -v=5 --driver=docker: (18.4132127s)
--- PASS: TestNoKubernetes/serial/Start (18.41s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyNok8sNoK8sDownloads (0s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/VerifyNok8sNoK8sDownloads
no_kubernetes_test.go:89: Checking cache directory: C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\windows\amd64\v0.0.0
--- PASS: TestNoKubernetes/serial/VerifyNok8sNoK8sDownloads (0.00s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.65s)

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

                                                
                                                
** stderr ** 
	ssh: Process exited with status 3

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (1.57s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/ProfileList
no_kubernetes_test.go:194: (dbg) Run:  out/minikube-windows-amd64.exe profile list
no_kubernetes_test.go:204: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output=json
--- PASS: TestNoKubernetes/serial/ProfileList (1.57s)

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (4.29s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Stop
no_kubernetes_test.go:183: (dbg) Run:  out/minikube-windows-amd64.exe stop -p NoKubernetes-423600
no_kubernetes_test.go:183: (dbg) Done: out/minikube-windows-amd64.exe stop -p NoKubernetes-423600: (4.2866405s)
--- PASS: TestNoKubernetes/serial/Stop (4.29s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (20.37s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:216: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-423600 --driver=docker
E1126 20:36:13.720049    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
no_kubernetes_test.go:216: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-423600 --driver=docker: (20.3725435s)
--- PASS: TestNoKubernetes/serial/StartNoArgs (20.37s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.55s)

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

                                                
                                                
** stderr ** 
	ssh: Process exited with status 3

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (1.03s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (344.47s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.35.0.2403517570.exe start -p stopped-upgrade-917700 --memory=3072 --vm-driver=docker
version_upgrade_test.go:183: (dbg) Done: C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.35.0.2403517570.exe start -p stopped-upgrade-917700 --memory=3072 --vm-driver=docker: (54.4007326s)
version_upgrade_test.go:192: (dbg) Run:  C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.35.0.2403517570.exe -p stopped-upgrade-917700 stop
version_upgrade_test.go:192: (dbg) Done: C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.35.0.2403517570.exe -p stopped-upgrade-917700 stop: (12.5611357s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-windows-amd64.exe start -p stopped-upgrade-917700 --memory=3072 --alsologtostderr -v=1 --driver=docker
version_upgrade_test.go:198: (dbg) Done: out/minikube-windows-amd64.exe start -p stopped-upgrade-917700 --memory=3072 --alsologtostderr -v=1 --driver=docker: (4m37.5031908s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (344.47s)

                                                
                                    
x
+
TestPause/serial/Start (85.64s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-windows-amd64.exe start -p pause-841900 --memory=3072 --install-addons=false --wait=all --driver=docker
pause_test.go:80: (dbg) Done: out/minikube-windows-amd64.exe start -p pause-841900 --memory=3072 --install-addons=false --wait=all --driver=docker: (1m25.6432459s)
--- PASS: TestPause/serial/Start (85.64s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (53.67s)

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

                                                
                                    
x
+
TestPause/serial/Pause (1.11s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.64s)

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

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

                                                
                                                
-- /stdout --
--- PASS: TestPause/serial/VerifyStatus (0.64s)

                                                
                                    
x
+
TestPause/serial/Unpause (0.95s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (1.34s)

                                                
                                                
=== RUN   TestPause/serial/PauseAgain
pause_test.go:110: (dbg) Run:  out/minikube-windows-amd64.exe pause -p pause-841900 --alsologtostderr -v=5
E1126 20:41:13.724072    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
pause_test.go:110: (dbg) Done: out/minikube-windows-amd64.exe pause -p pause-841900 --alsologtostderr -v=5: (1.335374s)
--- PASS: TestPause/serial/PauseAgain (1.34s)

                                                
                                    
x
+
TestPause/serial/DeletePaused (3.84s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (15.63s)

                                                
                                                
=== 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: (15.4080008s)
pause_test.go:168: (dbg) Run:  docker ps -a
pause_test.go:173: (dbg) Run:  docker volume inspect pause-841900
pause_test.go:173: (dbg) Non-zero exit: docker volume inspect pause-841900: exit status 1 (63.7755ms)

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.54s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/MinikubeLogs
version_upgrade_test.go:206: (dbg) Run:  out/minikube-windows-amd64.exe logs -p stopped-upgrade-917700
version_upgrade_test.go:206: (dbg) Done: out/minikube-windows-amd64.exe logs -p stopped-upgrade-917700: (1.5436716s)
--- PASS: TestStoppedBinaryUpgrade/MinikubeLogs (1.54s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-windows-amd64.exe start -p old-k8s-version-183300 --memory=3072 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker --kubernetes-version=v1.28.0
start_stop_delete_test.go:184: (dbg) Done: out/minikube-windows-amd64.exe start -p old-k8s-version-183300 --memory=3072 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker --kubernetes-version=v1.28.0: (1m25.5009909s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (85.50s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-windows-amd64.exe start -p no-preload-995400 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.34.1
start_stop_delete_test.go:184: (dbg) Done: out/minikube-windows-amd64.exe start -p no-preload-995400 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.34.1: (1m47.3973586s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (107.40s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-windows-amd64.exe start -p default-k8s-diff-port-491600 --memory=3072 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.34.1
E1126 20:44:13.303404    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-windows-amd64.exe start -p default-k8s-diff-port-491600 --memory=3072 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.34.1: (1m27.5187394s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (87.52s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-windows-amd64.exe start -p newest-cni-005200 --memory=3072 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker --kubernetes-version=v1.34.1
start_stop_delete_test.go:184: (dbg) Done: out/minikube-windows-amd64.exe start -p newest-cni-005200 --memory=3072 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker --kubernetes-version=v1.34.1: (55.8351612s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (55.83s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-183300 create -f testdata\busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:352: "busybox" [31a08a5f-27a2-4453-aebf-acf2a5e5a872] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [31a08a5f-27a2-4453-aebf-acf2a5e5a872] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 11.0045921s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-183300 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (11.73s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive
start_stop_delete_test.go:203: (dbg) Run:  out/minikube-windows-amd64.exe addons enable metrics-server -p old-k8s-version-183300 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:203: (dbg) Done: out/minikube-windows-amd64.exe addons enable metrics-server -p old-k8s-version-183300 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.7390188s)
start_stop_delete_test.go:213: (dbg) Run:  kubectl --context old-k8s-version-183300 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (1.97s)

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p old-k8s-version-183300 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (0.57s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-windows-amd64.exe start -p old-k8s-version-183300 --memory=3072 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker --kubernetes-version=v1.28.0
start_stop_delete_test.go:254: (dbg) Done: out/minikube-windows-amd64.exe start -p old-k8s-version-183300 --memory=3072 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker --kubernetes-version=v1.28.0: (53.2007039s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p old-k8s-version-183300 -n old-k8s-version-183300
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (53.94s)

                                                
                                    
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.09s)

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-491600 create -f testdata\busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:352: "busybox" [9b79a6f9-2e78-4667-a8a8-6452a3dc0500] Pending
helpers_test.go:352: "busybox" [9b79a6f9-2e78-4667-a8a8-6452a3dc0500] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [9b79a6f9-2e78-4667-a8a8-6452a3dc0500] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 10.0065153s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-491600 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (10.81s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-windows-amd64.exe stop -p newest-cni-005200 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-windows-amd64.exe stop -p newest-cni-005200 --alsologtostderr -v=3: (12.4150948s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (12.41s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-995400 create -f testdata\busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:352: "busybox" [19a3b081-a1bb-4abb-a336-0a35e7b2f027] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [19a3b081-a1bb-4abb-a336-0a35e7b2f027] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 10.0074762s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-995400 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (10.68s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-windows-amd64.exe stop -p default-k8s-diff-port-491600 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-windows-amd64.exe stop -p default-k8s-diff-port-491600 --alsologtostderr -v=3: (12.5226687s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Stop (12.52s)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p newest-cni-005200 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (0.59s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-windows-amd64.exe start -p newest-cni-005200 --memory=3072 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker --kubernetes-version=v1.34.1
start_stop_delete_test.go:254: (dbg) Done: out/minikube-windows-amd64.exe start -p newest-cni-005200 --memory=3072 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker --kubernetes-version=v1.34.1: (27.7681597s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-005200 -n newest-cni-005200
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (28.52s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-windows-amd64.exe stop -p no-preload-995400 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-windows-amd64.exe stop -p no-preload-995400 --alsologtostderr -v=3: (12.6427794s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (12.64s)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p default-k8s-diff-port-491600 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop (0.59s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-windows-amd64.exe start -p default-k8s-diff-port-491600 --memory=3072 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.34.1
start_stop_delete_test.go:254: (dbg) Done: out/minikube-windows-amd64.exe start -p default-k8s-diff-port-491600 --memory=3072 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.34.1: (53.7349412s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p default-k8s-diff-port-491600 -n default-k8s-diff-port-491600
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (54.41s)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p no-preload-995400 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonAfterStop (0.61s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-windows-amd64.exe start -p no-preload-995400 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.34.1
start_stop_delete_test.go:254: (dbg) Done: out/minikube-windows-amd64.exe start -p no-preload-995400 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.34.1: (52.2673999s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p no-preload-995400 -n no-preload-995400
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (52.96s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop
start_stop_delete_test.go:271: 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:282: 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.54s)

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Pause
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe pause -p newest-cni-005200 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe pause -p newest-cni-005200 --alsologtostderr -v=1: (1.2962917s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-005200 -n newest-cni-005200
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-005200 -n newest-cni-005200: exit status 2 (697.5811ms)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p newest-cni-005200 -n newest-cni-005200
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p newest-cni-005200 -n newest-cni-005200: exit status 2 (715.5573ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p newest-cni-005200 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe unpause -p newest-cni-005200 --alsologtostderr -v=1: (1.1056476s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-005200 -n newest-cni-005200
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p newest-cni-005200 -n newest-cni-005200
--- PASS: TestStartStop/group/newest-cni/serial/Pause (5.43s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-8694d4445c-nz65k" [6b3e1609-e85f-4aaa-93d2-3fa42b1105dc] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.0054575s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-8694d4445c-nz65k" [6b3e1609-e85f-4aaa-93d2-3fa42b1105dc] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0086214s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context old-k8s-version-183300 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.33s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-windows-amd64.exe start -p embed-certs-938200 --memory=3072 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.34.1
start_stop_delete_test.go:184: (dbg) Done: out/minikube-windows-amd64.exe start -p embed-certs-938200 --memory=3072 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.34.1: (1m42.3185754s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (102.32s)

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

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

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

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

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p old-k8s-version-183300 -n old-k8s-version-183300
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p old-k8s-version-183300 -n old-k8s-version-183300: exit status 2 (788.9143ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p old-k8s-version-183300 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe unpause -p old-k8s-version-183300 --alsologtostderr -v=1: (1.2125286s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p old-k8s-version-183300 -n old-k8s-version-183300
E1126 20:46:13.728845    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p old-k8s-version-183300 -n old-k8s-version-183300: (1.2799903s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p old-k8s-version-183300 -n old-k8s-version-183300
--- PASS: TestStartStop/group/old-k8s-version/serial/Pause (6.26s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p auto-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p auto-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker: (1m38.8383728s)
--- PASS: TestNetworkPlugins/group/auto/Start (98.84s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (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:352: "kubernetes-dashboard-855c9754f9-5b9p9" [835baba8-2769-4add-90c5-7a9549581fc1] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.1900173s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (5.19s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-855c9754f9-dkfcj" [c4eb684c-44e3-453c-83b3-a1e176399e1f] Pending / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
helpers_test.go:352: "kubernetes-dashboard-855c9754f9-dkfcj" [c4eb684c-44e3-453c-83b3-a1e176399e1f] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 15.0076675s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (15.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (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:352: "kubernetes-dashboard-855c9754f9-5b9p9" [835baba8-2769-4add-90c5-7a9549581fc1] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0066454s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context default-k8s-diff-port-491600 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.53s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/Pause
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe pause -p default-k8s-diff-port-491600 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe pause -p default-k8s-diff-port-491600 --alsologtostderr -v=1: (1.3257178s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-diff-port-491600 -n default-k8s-diff-port-491600
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-diff-port-491600 -n default-k8s-diff-port-491600: exit status 2 (717.8221ms)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-diff-port-491600 -n default-k8s-diff-port-491600
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-diff-port-491600 -n default-k8s-diff-port-491600: exit status 2 (710.971ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p default-k8s-diff-port-491600 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe unpause -p default-k8s-diff-port-491600 --alsologtostderr -v=1: (1.1721055s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-diff-port-491600 -n default-k8s-diff-port-491600
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-diff-port-491600 -n default-k8s-diff-port-491600
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Pause (5.47s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-855c9754f9-dkfcj" [c4eb684c-44e3-453c-83b3-a1e176399e1f] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.0093653s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context no-preload-995400 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (6.32s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p kindnet-510500 --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-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker: (1m25.7600979s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (85.76s)

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

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

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

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

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-995400 -n no-preload-995400
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-995400 -n no-preload-995400: exit status 2 (618.8323ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p no-preload-995400 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe unpause -p no-preload-995400 --alsologtostderr -v=1: (1.0752323s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p no-preload-995400 -n no-preload-995400
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-995400 -n no-preload-995400
--- PASS: TestStartStop/group/no-preload/serial/Pause (5.28s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p calico-510500 --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-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker: (1m53.3346739s)
--- PASS: TestNetworkPlugins/group/calico/Start (113.33s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-938200 create -f testdata\busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:352: "busybox" [5539d4ec-484d-43c2-a323-e584bad8fcd5] Pending
helpers_test.go:352: "busybox" [5539d4ec-484d-43c2-a323-e584bad8fcd5] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [5539d4ec-484d-43c2-a323-e584bad8fcd5] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 10.0078163s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-938200 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (10.50s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-windows-amd64.exe stop -p embed-certs-938200 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-windows-amd64.exe stop -p embed-certs-938200 --alsologtostderr -v=3: (13.7596302s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (13.76s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p auto-510500 "pgrep -a kubelet"
I1126 20:48:08.613898    3840 config.go:182] Loaded profile config "auto-510500": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.57s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-510500 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:352: "netcat-cd4db9dbf-f7dlt" [cc4950e5-0a10-4233-af34-1dc6431aa74d] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-f7dlt" [cc4950e5-0a10-4233-af34-1dc6431aa74d] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 15.0077146s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (15.59s)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p embed-certs-938200 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (0.58s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-windows-amd64.exe start -p embed-certs-938200 --memory=3072 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.34.1
start_stop_delete_test.go:254: (dbg) Done: out/minikube-windows-amd64.exe start -p embed-certs-938200 --memory=3072 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.34.1: (1m0.510844s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p embed-certs-938200 -n embed-certs-938200
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (61.17s)

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

                                                
                                                
=== 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:352: "kindnet-8rml6" [4eb552c1-21c4-4ec7-81d7-8cd84fa6a405] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.0059825s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p kindnet-510500 "pgrep -a kubelet"
I1126 20:48:28.385281    3840 config.go:182] Loaded profile config "kindnet-510500": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.71s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-510500 replace --force -f testdata\netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:352: "netcat-cd4db9dbf-qw6pk" [3c3a8949-e8d8-4d5c-8bfa-f1043a3b5a70] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-qw6pk" [3c3a8949-e8d8-4d5c-8bfa-f1043a3b5a70] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 16.0053565s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (16.68s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p custom-flannel-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata\kube-flannel.yaml --driver=docker
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p custom-flannel-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata\kube-flannel.yaml --driver=docker: (1m33.7589955s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (93.76s)

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

                                                
                                                
=== 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:352: "calico-node-q7d2k" [d08364a3-adba-4af4-8570-90a8e1458834] Running / Ready:ContainersNotReady (containers with unready status: [calico-node]) / ContainersReady:ContainersNotReady (containers with unready status: [calico-node])
helpers_test.go:352: "calico-node-q7d2k" [d08364a3-adba-4af4-8570-90a8e1458834] Running
E1126 20:49:13.308672    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-624800\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.0063518s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p calico-510500 "pgrep -a kubelet"
I1126 20:49:16.748816    3840 config.go:182] Loaded profile config "calico-510500": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.56s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-510500 replace --force -f testdata\netcat-deployment.yaml
net_test.go:149: (dbg) Done: kubectl --context calico-510500 replace --force -f testdata\netcat-deployment.yaml: (1.6437937s)
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:352: "netcat-cd4db9dbf-dht82" [1bf3fbc7-ccb0-480e-a4ca-4a3075a318e4] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-dht82" [1bf3fbc7-ccb0-480e-a4ca-4a3075a318e4] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 16.0085129s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (18.22s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-855c9754f9-ms4xs" [40e28523-801f-4065-96c4-4926ee9f83d8] Running
I1126 20:49:18.441307    3840 kapi.go:136] Waiting for deployment netcat to stabilize, generation 1 observed generation 0 spec.replicas 1 status.replicas 0
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.0065408s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:352: "kubernetes-dashboard-855c9754f9-ms4xs" [40e28523-801f-4065-96c4-4926ee9f83d8] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.0066742s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context embed-certs-938200 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (6.26s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p false-510500 --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-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=false --driver=docker: (1m54.7657121s)
--- PASS: TestNetworkPlugins/group/false/Start (114.77s)

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

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

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

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

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p embed-certs-938200 -n embed-certs-938200
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p embed-certs-938200 -n embed-certs-938200: exit status 2 (623.2403ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p embed-certs-938200 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe unpause -p embed-certs-938200 --alsologtostderr -v=1: (1.3924154s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p embed-certs-938200 -n embed-certs-938200
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p embed-certs-938200 -n embed-certs-938200
E1126 20:49:37.332850    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-183300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:49:37.340850    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-183300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:49:37.353858    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-183300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:49:37.376848    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-183300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:49:37.419859    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-183300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:49:37.502852    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-183300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:49:37.665868    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-183300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
--- PASS: TestStartStop/group/embed-certs/serial/Pause (6.70s)
E1126 20:52:36.813285    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-525100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p enable-default-cni-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker
E1126 20:49:47.597820    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-183300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:49:57.840775    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-183300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p enable-default-cni-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker: (1m37.7377967s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (97.76s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p flannel-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker
E1126 20:50:17.200278    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-491600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:18.323267    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-183300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:18.623377    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:18.631369    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:18.644363    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:18.667376    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:18.710346    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:18.792752    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:18.955039    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:19.277314    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:19.762526    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-491600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:19.919733    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:21.202116    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:23.764187    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:24.885283    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-491600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:28.886582    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:50:35.127775    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-491600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p flannel-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker: (1m11.3924602s)
--- PASS: TestNetworkPlugins/group/flannel/Start (71.39s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p custom-flannel-510500 "pgrep -a kubelet"
I1126 20:50:36.517980    3840 config.go:182] Loaded profile config "custom-flannel-510500": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.63s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-510500 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:352: "netcat-cd4db9dbf-5mgxx" [3412d223-f9b1-4406-b050-9b9db7ca266a] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E1126 20:50:39.128778    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
helpers_test.go:352: "netcat-cd4db9dbf-5mgxx" [3412d223-f9b1-4406-b050-9b9db7ca266a] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 15.0069587s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (15.53s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p false-510500 "pgrep -a kubelet"
I1126 20:51:20.385907    3840 config.go:182] Loaded profile config "false-510500": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/false/KubeletFlags (0.55s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context false-510500 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:352: "netcat-cd4db9dbf-l2hw7" [92746702-21c4-4451-9921-a750438835f5] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-l2hw7" [92746702-21c4-4451-9921-a750438835f5] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/false/NetCatPod: app=netcat healthy within 16.007822s
--- PASS: TestNetworkPlugins/group/false/NetCatPod (16.61s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-510500 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:352: "netcat-cd4db9dbf-rw86p" [0a3ac365-09a4-4fef-a288-af9efae388ba] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-rw86p" [0a3ac365-09a4-4fef-a288-af9efae388ba] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 17.006308s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (17.56s)

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

                                                
                                                
=== 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:352: "kube-flannel-ds-8l4tj" [c9e26015-787e-464c-98ae-cf8a41376ce8] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.0092001s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p bridge-510500 --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-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker: (1m29.8141003s)
--- PASS: TestNetworkPlugins/group/bridge/Start (89.81s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p flannel-510500 "pgrep -a kubelet"
I1126 20:51:34.087577    3840 config.go:182] Loaded profile config "flannel-510500": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.73s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-510500 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:352: "netcat-cd4db9dbf-pm7bc" [2e80702e-fbc7-4871-b057-0c3515a37a23] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E1126 20:51:36.573570    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-491600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
helpers_test.go:352: "netcat-cd4db9dbf-pm7bc" [2e80702e-fbc7-4871-b057-0c3515a37a23] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 24.0051081s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (24.78s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubenet-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --network-plugin=kubenet --driver=docker
E1126 20:52:21.209754    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-183300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p kubenet-510500 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --network-plugin=kubenet --driver=docker: (1m30.015987s)
--- PASS: TestNetworkPlugins/group/kubenet/Start (90.02s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p bridge-510500 "pgrep -a kubelet"
I1126 20:53:00.771736    3840 config.go:182] Loaded profile config "bridge-510500": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.59s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-510500 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:352: "netcat-cd4db9dbf-lt8nn" [1beb026c-4f16-40b2-945f-c470150d3bc8] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E1126 20:53:02.497504    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-995400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:53:09.181977    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\auto-510500\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:53:09.188760    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\auto-510500\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:53:09.200489    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\auto-510500\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:53:09.223192    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\auto-510500\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:53:09.265496    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\auto-510500\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:53:09.347151    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\auto-510500\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:53:09.509338    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\auto-510500\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:53:09.831843    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\auto-510500\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
helpers_test.go:352: "netcat-cd4db9dbf-lt8nn" [1beb026c-4f16-40b2-945f-c470150d3bc8] Running
E1126 20:53:10.474068    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\auto-510500\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:53:11.756180    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\auto-510500\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1126 20:53:14.317901    3840 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\auto-510500\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 14.0075242s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (14.48s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p kubenet-510500 "pgrep -a kubelet"
I1126 20:53:46.944777    3840 config.go:182] Loaded profile config "kubenet-510500": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/kubenet/KubeletFlags (0.58s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kubenet-510500 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:352: "netcat-cd4db9dbf-9lwjk" [77fcd6e0-0d0e-4fbd-a187-3987263cd6c0] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-9lwjk" [77fcd6e0-0d0e-4fbd-a187-3987263cd6c0] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kubenet/NetCatPod: app=netcat healthy within 14.0070022s
--- PASS: TestNetworkPlugins/group/kubenet/NetCatPod (14.37s)

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

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

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

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

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

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

                                                
                                    

Test skip (27/345)

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestAddons/serial/GCPAuth/RealCredentials (0s)

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/RealCredentials
addons_test.go:759: This test requires a GCE instance (excluding Cloud Shell) with a container based driver
--- SKIP: TestAddons/serial/GCPAuth/RealCredentials (0.00s)

                                                
                                    
x
+
TestAddons/parallel/Registry (23.53s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:382: registry stabilized in 73.3752ms
addons_test.go:384: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:352: "registry-6b586f9694-jk7rg" [407299b9-c456-40ce-a85c-8b848768ef86] Running
addons_test.go:384: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.0055997s
addons_test.go:387: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:352: "registry-proxy-t48lh" [7d9c3e11-8805-48b0-ad50-668453ca44ab] Running
addons_test.go:387: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 6.0060034s
addons_test.go:392: (dbg) Run:  kubectl --context addons-525100 delete po -l run=registry-test --now
addons_test.go:397: (dbg) Run:  kubectl --context addons-525100 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:397: (dbg) Done: kubectl --context addons-525100 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": (9.1684352s)
addons_test.go:407: Unable to complete rest of the test due to connectivity assumptions
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable registry --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable registry --alsologtostderr -v=1: (2.1290261s)
--- SKIP: TestAddons/parallel/Registry (23.53s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (25.05s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run:  kubectl --context addons-525100 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run:  kubectl --context addons-525100 replace --force -f testdata\nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run:  kubectl --context addons-525100 replace --force -f testdata\nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:352: "nginx" [82c4614d-d7f8-4671-ac8a-dbd5231a629e] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:352: "nginx" [82c4614d-d7f8-4671-ac8a-dbd5231a629e] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 13.0083581s
I1126 19:43:03.836002    3840 kapi.go:150] Service nginx in namespace default found.
addons_test.go:264: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:284: skipping ingress DNS test for any combination that needs port forwarding
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable ingress-dns --alsologtostderr -v=1: (2.4493161s)
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-525100 addons disable ingress --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-525100 addons disable ingress --alsologtostderr -v=1: (8.2703449s)
--- SKIP: TestAddons/parallel/Ingress (25.05s)

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Olm
addons_test.go:483: 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
+
TestHyperKitDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (300.04s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DashboardCmd
functional_test.go:920: (dbg) daemon: [out/minikube-windows-amd64.exe dashboard --url --port 36195 -p functional-624800 --alsologtostderr -v=1]
functional_test.go:931: output didn't produce a URL
functional_test.go:925: (dbg) stopping [out/minikube-windows-amd64.exe dashboard --url --port 36195 -p functional-624800 --alsologtostderr -v=1] ...
helpers_test.go:519: unable to terminate pid 948: Access is denied.
--- SKIP: TestFunctional/parallel/DashboardCmd (300.04s)

                                                
                                    
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 (13.36s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1636: (dbg) Run:  kubectl --context functional-624800 create deployment hello-node-connect --image kicbase/echo-server
functional_test.go:1640: (dbg) Run:  kubectl --context functional-624800 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1645: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:352: "hello-node-connect-7d85dfc575-q5mn7" [c68c7999-3f54-4288-8ffb-a3326d1239db] Pending / Ready:ContainersNotReady (containers with unready status: [echo-server]) / ContainersReady:ContainersNotReady (containers with unready status: [echo-server])
helpers_test.go:352: "hello-node-connect-7d85dfc575-q5mn7" [c68c7999-3f54-4288-8ffb-a3326d1239db] Running
functional_test.go:1645: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 13.0054288s
functional_test.go:1651: test is broken for port-forwarded drivers: https://github.com/kubernetes/minikube/issues/7383
--- SKIP: TestFunctional/parallel/ServiceCmdConnect (13.36s)

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PodmanEnv
functional_test.go:565: 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
+
TestFunctionalNewestKubernetes (0s)

                                                
                                                
=== RUN   TestFunctionalNewestKubernetes
functional_test.go:82: 
--- SKIP: TestFunctionalNewestKubernetes (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
+
TestISOImage (0s)

                                                
                                                
=== RUN   TestISOImage
iso_test.go:36: This test requires a VM driver
--- SKIP: TestISOImage (0.00s)

                                                
                                    
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
+
TestStartStop/group/disable-driver-mounts (0.53s)

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

                                                
                                                

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (9.5s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> host: /etc/nsswitch.conf:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: /etc/hosts:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: /etc/resolv.conf:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> host: crictl pods:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: crictl containers:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> host: /etc/cni:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: ip a s:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: ip r s:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: iptables-save:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: iptables table nat:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> host: kubelet daemon status:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: kubelet daemon config:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> k8s: kubelet logs:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: /etc/kubernetes/kubelet.conf:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: /var/lib/kubelet/config.yaml:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: C:\Users\jenkins.minikube4\minikube-integration\.minikube/ca.crt
extensions:
- extension:
last-update: Wed, 26 Nov 2025 20:37:38 UTC
provider: minikube.sigs.k8s.io
version: v1.37.0
name: cluster_info
server: https://127.0.0.1:54988
name: kubernetes-upgrade-590100
- cluster:
certificate-authority: C:\Users\jenkins.minikube4\minikube-integration\.minikube/ca.crt
extensions:
- extension:
last-update: Wed, 26 Nov 2025 20:39:40 UTC
provider: minikube.sigs.k8s.io
version: v1.37.0
name: cluster_info
server: https://127.0.0.1:55167
name: running-upgrade-680800
- cluster:
certificate-authority: C:\Users\jenkins.minikube4\minikube-integration\.minikube/ca.crt
extensions:
- extension:
last-update: Wed, 26 Nov 2025 20:37:50 UTC
provider: minikube.sigs.k8s.io
version: v1.37.0
name: cluster_info
server: https://127.0.0.1:55037
name: stopped-upgrade-917700
contexts:
- context:
cluster: kubernetes-upgrade-590100
user: kubernetes-upgrade-590100
name: kubernetes-upgrade-590100
- context:
cluster: running-upgrade-680800
user: running-upgrade-680800
name: running-upgrade-680800
- context:
cluster: stopped-upgrade-917700
user: stopped-upgrade-917700
name: stopped-upgrade-917700
current-context: ""
kind: Config
users:
- name: kubernetes-upgrade-590100
user:
client-certificate: C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\kubernetes-upgrade-590100/client.crt
client-key: C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\kubernetes-upgrade-590100/client.key
- name: running-upgrade-680800
user:
client-certificate: C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\running-upgrade-680800/client.crt
client-key: C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\running-upgrade-680800/client.key
- name: stopped-upgrade-917700
user:
client-certificate: C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\stopped-upgrade-917700/client.crt
client-key: C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\stopped-upgrade-917700/client.key

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> host: docker daemon status:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: docker daemon config:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: /etc/docker/daemon.json:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: docker system info:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: cri-docker daemon status:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: cri-docker daemon config:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: /etc/systemd/system/cri-docker.service.d/10-cni.conf:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: /usr/lib/systemd/system/cri-docker.service:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: cri-dockerd version:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: containerd daemon status:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: containerd daemon config:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: /lib/systemd/system/containerd.service:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: /etc/containerd/config.toml:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: containerd config dump:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: crio daemon status:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: crio daemon config:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: /etc/crio:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

                                                
                                                

                                                
                                                
>>> host: crio config:
* Profile "cilium-510500" not found. Run "minikube profile list" to view all profiles.
To start a cluster, run: "minikube start -p cilium-510500"

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

                                                
                                    
Copied to clipboard