Test Report: Docker_Windows 21866

                    
                      77bc04e31513dc44a023e1d185fd1b44f1864364:2025-11-08:42249
                    
                

Test fail (2/344)

Order failed test Duration
58 TestErrorSpam/setup 51.92
258 TestRunningBinaryUpgrade 65.3
x
+
TestErrorSpam/setup (51.92s)

                                                
                                                
=== RUN   TestErrorSpam/setup
error_spam_test.go:81: (dbg) Run:  out/minikube-windows-amd64.exe start -p nospam-688500 -n=1 --memory=3072 --wait=false --log_dir=C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 --driver=docker
error_spam_test.go:81: (dbg) Done: out/minikube-windows-amd64.exe start -p nospam-688500 -n=1 --memory=3072 --wait=false --log_dir=C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 --driver=docker: (51.9160186s)
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-688500] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6456 Build 19045.6456
- KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
- MINIKUBE_FORCE_SYSTEMD=
- MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
- MINIKUBE_LOCATION=21866
- MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
* Using the docker driver based on user configuration
* Using Docker Desktop driver with root privileges
* Starting "nospam-688500" primary control-plane node in "nospam-688500" cluster
* Pulling base image v0.0.48-1761985721-21837 ...
* 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-688500" 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 (51.92s)

                                                
                                    
x
+
TestRunningBinaryUpgrade (65.3s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.32.0.2691368050.exe start -p running-upgrade-216000 --memory=3072 --vm-driver=docker
version_upgrade_test.go:120: (dbg) Non-zero exit: C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.32.0.2691368050.exe start -p running-upgrade-216000 --memory=3072 --vm-driver=docker: exit status 85 (48.4717983s)

                                                
                                                
-- stdout --
	* [running-upgrade-216000] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6456 Build 19045.6456
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21866
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=C:\Users\jenkins.minikube4\AppData\Local\Temp\legacy_kubeconfig359012155
	* Using the docker driver based on user configuration
	* Using Docker Desktop driver with root privileges
	* Starting control plane node running-upgrade-216000 in cluster running-upgrade-216000
	* Pulling base image ...
	* Creating docker container (CPUs=2, Memory=3072MB) ...
	* Stopping node "running-upgrade-216000"  ...
	* Powering off "running-upgrade-216000" via SSH ...
	* Deleting "running-upgrade-216000" 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	2023-10-26 09:06:22.000000000 +0000
	+++ /lib/systemd/system/docker.service.new	2025-11-08 09:29:39.251499484 +0000
	@@ -1,30 +1,32 @@
	 [Unit]
	 Description=Docker Application Container Engine
	 Documentation=https://docs.docker.com
	-After=network-online.target docker.socket firewalld.service containerd.service time-set.target
	-Wants=network-online.target containerd.service
	+BindsTo=containerd.service
	+After=network-online.target firewalld.service containerd.service
	+Wants=network-online.target
	 Requires=docker.socket
	+StartLimitBurst=3
	+StartLimitIntervalSec=60
	 
	 [Service]
	 Type=notify
	-# the default is not to use systemd for cgroups because the delegate issues still
	-# exists and systemd currently does not support the cgroup feature set required
	-# for containers run by docker
	-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
	-ExecReload=/bin/kill -s HUP $MAINPID
	-TimeoutStartSec=0
	-RestartSec=2
	-Restart=always
	+Restart=on-failure
	 
	-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
	-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
	-# to make them work for either version of systemd.
	-StartLimitBurst=3
	 
	-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
	-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
	-# this option work for either version of systemd.
	-StartLimitInterval=60s
	+
	+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
	+# The base configuration already specifies an 'ExecStart=...' command. The first directive
	+# here is to clear out that command inherited from the base configuration. Without this,
	+# the command from the base configuration and the command specified here are treated as
	+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
	+# will catch this invalid input and refuse to start the service with an error like:
	+#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
	+
	+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
	+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
	+ExecStart=
	+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12 
	+ExecReload=/bin/kill -s HUP $MAINPID
	 
	 # Having non-zero Limit*s causes performance problems due to accounting overhead
	 # in the kernel. We recommend using cgroups to do container-local accounting.
	@@ -32,16 +34,16 @@
	 LimitNPROC=infinity
	 LimitCORE=infinity
	 
	-# Comment TasksMax if your systemd version does not support it.
	-# Only systemd 226 and above support this option.
	+# Uncomment TasksMax if your systemd version supports it.
	+# Only systemd 226 and above support this version.
	 TasksMax=infinity
	+TimeoutStartSec=0
	 
	 # set delegate yes so that systemd does not reset the cgroups of docker containers
	 Delegate=yes
	 
	 # kill only the docker process, not all processes in the cgroup
	 KillMode=process
	-OOMScoreAdjust=-500
	 
	 [Install]
	 WantedBy=multi-user.target
	Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
	Executing: /lib/systemd/systemd-sysv-install enable docker
	Job for docker.service failed because the control process exited with error code.
	See "systemctl status docker.service" and "journalctl -xeu docker.service" for details.
	
	* Failed to start docker container. Running "minikube delete -p running-upgrade-216000" may fix it: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "running-upgrade-216000": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\running-upgrade-216000\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 "running-upgrade-216000": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\running-upgrade-216000\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 **
I1108 09:29:51.925471     940 retry.go:31] will retry after 637.404129ms: exit status 85
version_upgrade_test.go:120: (dbg) Run:  C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.32.0.2691368050.exe start -p running-upgrade-216000 --memory=3072 --vm-driver=docker
version_upgrade_test.go:120: (dbg) Non-zero exit: C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.32.0.2691368050.exe start -p running-upgrade-216000 --memory=3072 --vm-driver=docker: exit status 85 (6.0773613s)

                                                
                                                
-- stdout --
	* [running-upgrade-216000] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6456 Build 19045.6456
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21866
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=C:\Users\jenkins.minikube4\AppData\Local\Temp\legacy_kubeconfig3396904104
	* Using the docker driver based on existing profile
	* Starting control plane node running-upgrade-216000 in cluster running-upgrade-216000
	* Pulling base image ...
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	! StartHost failed, but will try again: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "running-upgrade-216000": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\running-upgrade-216000\config.json: The system cannot find the file specified.
	* Failed to start docker container. Running "minikube delete -p running-upgrade-216000" may fix it: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "running-upgrade-216000": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\running-upgrade-216000\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 "running-upgrade-216000": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\running-upgrade-216000\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 **
I1108 09:29:58.642178     940 retry.go:31] will retry after 1.69200233s: exit status 85
version_upgrade_test.go:120: (dbg) Run:  C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.32.0.2691368050.exe start -p running-upgrade-216000 --memory=3072 --vm-driver=docker
version_upgrade_test.go:120: (dbg) Non-zero exit: C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.32.0.2691368050.exe start -p running-upgrade-216000 --memory=3072 --vm-driver=docker: exit status 85 (6.1558645s)

                                                
                                                
-- stdout --
	* [running-upgrade-216000] minikube v1.32.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6456 Build 19045.6456
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21866
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=C:\Users\jenkins.minikube4\AppData\Local\Temp\legacy_kubeconfig869608490
	* Using the docker driver based on existing profile
	* Starting control plane node running-upgrade-216000 in cluster running-upgrade-216000
	* Pulling base image ...
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	! StartHost failed, but will try again: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "running-upgrade-216000": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\running-upgrade-216000\config.json: The system cannot find the file specified.
	* Failed to start docker container. Running "minikube delete -p running-upgrade-216000" may fix it: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "running-upgrade-216000": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\running-upgrade-216000\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 "running-upgrade-216000": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\running-upgrade-216000\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 **
version_upgrade_test.go:126: legacy v1.32.0 start failed: exit status 85
panic.go:636: *** TestRunningBinaryUpgrade FAILED at 2025-11-08 09:30:06.504789 +0000 UTC m=+3653.724248601
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======>  post-mortem[TestRunningBinaryUpgrade]: 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[TestRunningBinaryUpgrade]: docker inspect <======
helpers_test.go:239: (dbg) Run:  docker inspect running-upgrade-216000
helpers_test.go:243: (dbg) docker inspect running-upgrade-216000:

                                                
                                                
-- stdout --
	[
	    {
	        "CreatedAt": "2025-11-08T09:29:06Z",
	        "Driver": "local",
	        "Labels": {
	            "created_by.minikube.sigs.k8s.io": "true",
	            "name.minikube.sigs.k8s.io": "running-upgrade-216000"
	        },
	        "Mountpoint": "/var/lib/docker/volumes/running-upgrade-216000/_data",
	        "Name": "running-upgrade-216000",
	        "Options": null,
	        "Scope": "local"
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:247: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p running-upgrade-216000 -n running-upgrade-216000
helpers_test.go:247: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p running-upgrade-216000 -n running-upgrade-216000: exit status 7 (178.9957ms)

                                                
                                                
-- stdout --
	Nonexistent

                                                
                                                
-- /stdout --
** stderr ** 
	E1108 09:30:06.744800   13696 status.go:121] status error: host: load: filestore "running-upgrade-216000": open C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\running-upgrade-216000\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: "running-upgrade-216000" host is not running, skipping log retrieval (state="Nonexistent")
helpers_test.go:175: Cleaning up "running-upgrade-216000" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p running-upgrade-216000
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p running-upgrade-216000: (1.0650029s)
--- FAIL: TestRunningBinaryUpgrade (65.30s)

                                                
                                    

Test pass (315/344)

Order passed test Duration
3 TestDownloadOnly/v1.28.0/json-events 6.82
4 TestDownloadOnly/v1.28.0/preload-exists 0.04
7 TestDownloadOnly/v1.28.0/kubectl 0
8 TestDownloadOnly/v1.28.0/LogsDuration 0.74
9 TestDownloadOnly/v1.28.0/DeleteAll 0.72
10 TestDownloadOnly/v1.28.0/DeleteAlwaysSucceeds 0.97
12 TestDownloadOnly/v1.34.1/json-events 5.45
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.15
19 TestDownloadOnly/v1.34.1/DeleteAlwaysSucceeds 0.68
20 TestDownloadOnlyKic 2.46
21 TestBinaryMirror 2.59
22 TestOffline 119.15
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.22
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.19
27 TestAddons/Setup 292.52
29 TestAddons/serial/Volcano 52.39
31 TestAddons/serial/GCPAuth/Namespaces 0.25
32 TestAddons/serial/GCPAuth/FakeCredentials 10.18
36 TestAddons/parallel/RegistryCreds 1.58
38 TestAddons/parallel/InspektorGadget 12.32
39 TestAddons/parallel/MetricsServer 7.62
41 TestAddons/parallel/CSI 51.43
42 TestAddons/parallel/Headlamp 29.39
43 TestAddons/parallel/CloudSpanner 6.81
44 TestAddons/parallel/LocalPath 66.62
45 TestAddons/parallel/NvidiaDevicePlugin 6.38
46 TestAddons/parallel/Yakd 13.04
47 TestAddons/parallel/AmdGpuDevicePlugin 7.68
48 TestAddons/StoppedEnableDisable 13.04
49 TestCertOptions 75.1
50 TestCertExpiration 298.84
51 TestDockerFlags 65.64
52 TestForceSystemdFlag 110.94
53 TestForceSystemdEnv 72.57
59 TestErrorSpam/start 2.67
60 TestErrorSpam/status 2.37
61 TestErrorSpam/pause 2.57
62 TestErrorSpam/unpause 2.55
63 TestErrorSpam/stop 18.14
66 TestFunctional/serial/CopySyncFile 0.03
67 TestFunctional/serial/StartWithProxy 81.13
68 TestFunctional/serial/AuditLog 0
69 TestFunctional/serial/SoftStart 54.87
70 TestFunctional/serial/KubeContext 0.1
71 TestFunctional/serial/KubectlGetPods 0.31
74 TestFunctional/serial/CacheCmd/cache/add_remote 10.04
75 TestFunctional/serial/CacheCmd/cache/add_local 4.32
76 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.19
77 TestFunctional/serial/CacheCmd/cache/list 0.21
78 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.65
79 TestFunctional/serial/CacheCmd/cache/cache_reload 4.66
80 TestFunctional/serial/CacheCmd/cache/delete 0.38
81 TestFunctional/serial/MinikubeKubectlCmd 0.49
82 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.34
83 TestFunctional/serial/ExtraConfig 60.34
84 TestFunctional/serial/ComponentHealth 0.14
85 TestFunctional/serial/LogsCmd 1.83
86 TestFunctional/serial/LogsFileCmd 1.88
87 TestFunctional/serial/InvalidService 5.19
89 TestFunctional/parallel/ConfigCmd 1.28
91 TestFunctional/parallel/DryRun 1.72
92 TestFunctional/parallel/InternationalLanguage 0.71
93 TestFunctional/parallel/StatusCmd 2.06
98 TestFunctional/parallel/AddonsCmd 0.45
99 TestFunctional/parallel/PersistentVolumeClaim 62.99
101 TestFunctional/parallel/SSHCmd 1.26
102 TestFunctional/parallel/CpCmd 3.56
103 TestFunctional/parallel/MySQL 56.14
104 TestFunctional/parallel/FileSync 0.59
105 TestFunctional/parallel/CertSync 3.78
109 TestFunctional/parallel/NodeLabels 0.15
111 TestFunctional/parallel/NonActiveRuntimeDisabled 0.71
113 TestFunctional/parallel/License 2.97
114 TestFunctional/parallel/DockerEnv/powershell 5.79
115 TestFunctional/parallel/UpdateContextCmd/no_changes 0.35
116 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.34
117 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.32
118 TestFunctional/parallel/ServiceCmd/DeployApp 9.31
120 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.89
121 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
123 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 12.44
124 TestFunctional/parallel/ServiceCmd/List 0.92
125 TestFunctional/parallel/ServiceCmd/JSONOutput 0.83
126 TestFunctional/parallel/ServiceCmd/HTTPS 15.01
127 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.13
132 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.21
133 TestFunctional/parallel/ProfileCmd/profile_not_create 1.05
134 TestFunctional/parallel/ProfileCmd/profile_list 1.02
135 TestFunctional/parallel/ProfileCmd/profile_json_output 1.19
136 TestFunctional/parallel/Version/short 0.22
137 TestFunctional/parallel/Version/components 1.25
138 TestFunctional/parallel/ServiceCmd/Format 15.01
139 TestFunctional/parallel/ServiceCmd/URL 15.01
140 TestFunctional/parallel/ImageCommands/ImageListShort 0.5
141 TestFunctional/parallel/ImageCommands/ImageListTable 0.51
142 TestFunctional/parallel/ImageCommands/ImageListJson 0.46
143 TestFunctional/parallel/ImageCommands/ImageListYaml 0.48
144 TestFunctional/parallel/ImageCommands/ImageBuild 5.17
145 TestFunctional/parallel/ImageCommands/Setup 3.49
146 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 3.34
147 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 2.85
148 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 4.02
149 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.71
150 TestFunctional/parallel/ImageCommands/ImageRemove 1
151 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 1.12
152 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.9
153 TestFunctional/delete_echo-server_images 0.15
154 TestFunctional/delete_my-image_image 0.06
155 TestFunctional/delete_minikube_cached_images 0.07
160 TestMultiControlPlane/serial/StartCluster 219.82
161 TestMultiControlPlane/serial/DeployApp 9.64
162 TestMultiControlPlane/serial/PingHostFromPods 2.49
163 TestMultiControlPlane/serial/AddWorkerNode 57.68
164 TestMultiControlPlane/serial/NodeLabels 0.14
165 TestMultiControlPlane/serial/HAppyAfterClusterStart 2.13
166 TestMultiControlPlane/serial/CopyFile 34.67
167 TestMultiControlPlane/serial/StopSecondaryNode 13.69
168 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 1.63
169 TestMultiControlPlane/serial/RestartSecondaryNode 144.89
170 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 2.12
171 TestMultiControlPlane/serial/RestartClusterKeepsNodes 194.19
172 TestMultiControlPlane/serial/DeleteSecondaryNode 14.61
173 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 1.58
174 TestMultiControlPlane/serial/StopCluster 37.59
175 TestMultiControlPlane/serial/RestartCluster 115.55
176 TestMultiControlPlane/serial/DegradedAfterClusterRestart 1.6
177 TestMultiControlPlane/serial/AddSecondaryNode 88.01
178 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 2.12
181 TestImageBuild/serial/Setup 52.26
182 TestImageBuild/serial/NormalBuild 4.49
183 TestImageBuild/serial/BuildWithBuildArg 2
184 TestImageBuild/serial/BuildWithDockerIgnore 1.35
185 TestImageBuild/serial/BuildWithSpecifiedDockerfile 1.31
190 TestJSONOutput/start/Command 84.21
191 TestJSONOutput/start/Audit 0
193 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
194 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
196 TestJSONOutput/pause/Command 1.15
197 TestJSONOutput/pause/Audit 0
199 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
200 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
202 TestJSONOutput/unpause/Command 0.95
203 TestJSONOutput/unpause/Audit 0
205 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
206 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
208 TestJSONOutput/stop/Command 12.35
209 TestJSONOutput/stop/Audit 0
211 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
212 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
213 TestErrorJSONOutput 0.68
215 TestKicCustomNetwork/create_custom_network 58.4
216 TestKicCustomNetwork/use_default_bridge_network 59.16
217 TestKicExistingNetwork 57.83
218 TestKicCustomSubnet 57.5
219 TestKicStaticIP 56.51
220 TestMainNoArgs 0.17
221 TestMinikubeProfile 109.13
224 TestMountStart/serial/StartWithMountFirst 14.68
225 TestMountStart/serial/VerifyMountFirst 0.58
226 TestMountStart/serial/StartWithMountSecond 14.3
227 TestMountStart/serial/VerifyMountSecond 0.56
228 TestMountStart/serial/DeleteFirst 2.51
229 TestMountStart/serial/VerifyMountPostDelete 0.56
230 TestMountStart/serial/Stop 1.89
231 TestMountStart/serial/RestartStopped 10.88
232 TestMountStart/serial/VerifyMountPostStop 0.56
235 TestMultiNode/serial/FreshStart2Nodes 136.14
236 TestMultiNode/serial/DeployApp2Nodes 7.46
237 TestMultiNode/serial/PingHostFrom2Pods 1.79
238 TestMultiNode/serial/AddNode 57.15
239 TestMultiNode/serial/MultiNodeLabels 0.15
240 TestMultiNode/serial/ProfileList 1.43
241 TestMultiNode/serial/CopyFile 19.95
242 TestMultiNode/serial/StopNode 3.99
243 TestMultiNode/serial/StartAfterStop 13.57
244 TestMultiNode/serial/RestartKeepsNodes 81.36
245 TestMultiNode/serial/DeleteNode 8.41
246 TestMultiNode/serial/StopMultiNode 24.14
247 TestMultiNode/serial/RestartMultiNode 59.75
248 TestMultiNode/serial/ValidateNameConflict 56.78
252 TestPreload 147.33
253 TestScheduledStopWindows 116.28
257 TestInsufficientStorage 31.96
260 TestKubernetesUpgrade 488.26
261 TestMissingContainerUpgrade 147.78
262 TestStoppedBinaryUpgrade/Setup 1.15
264 TestNoKubernetes/serial/StartNoK8sWithVersion 0.28
265 TestNoKubernetes/serial/StartWithK8s 91.59
266 TestStoppedBinaryUpgrade/Upgrade 182.49
267 TestNoKubernetes/serial/StartWithStopK8s 22.75
268 TestNoKubernetes/serial/Start 30.79
277 TestPause/serial/Start 98.08
278 TestNoKubernetes/serial/VerifyK8sNotRunning 0.66
279 TestNoKubernetes/serial/ProfileList 5.53
280 TestNoKubernetes/serial/Stop 1.94
281 TestNoKubernetes/serial/StartNoArgs 10.44
282 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.58
294 TestStoppedBinaryUpgrade/MinikubeLogs 1.86
295 TestPause/serial/SecondStartNoReconfiguration 56.5
296 TestPause/serial/Pause 1.16
297 TestPause/serial/VerifyStatus 0.67
298 TestPause/serial/Unpause 4.92
299 TestPause/serial/PauseAgain 1.92
300 TestPause/serial/DeletePaused 4.13
301 TestPause/serial/VerifyDeletedResources 2.07
303 TestStartStop/group/old-k8s-version/serial/FirstStart 62.31
305 TestStartStop/group/no-preload/serial/FirstStart 99.89
306 TestStartStop/group/old-k8s-version/serial/DeployApp 12.66
307 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.74
308 TestStartStop/group/old-k8s-version/serial/Stop 13.34
309 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.56
310 TestStartStop/group/old-k8s-version/serial/SecondStart 32.94
311 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 21.01
312 TestStartStop/group/no-preload/serial/DeployApp 10.64
313 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.28
314 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.48
315 TestStartStop/group/old-k8s-version/serial/Pause 5.47
316 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.73
317 TestStartStop/group/no-preload/serial/Stop 19.44
319 TestStartStop/group/embed-certs/serial/FirstStart 87.41
320 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.6
321 TestStartStop/group/no-preload/serial/SecondStart 38.92
323 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 83.26
324 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 19.01
325 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.4
326 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.48
327 TestStartStop/group/no-preload/serial/Pause 5.35
328 TestStartStop/group/embed-certs/serial/DeployApp 10.63
330 TestStartStop/group/newest-cni/serial/FirstStart 57.69
331 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 10.69
332 TestStartStop/group/embed-certs/serial/Stop 12.27
333 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 10.68
334 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.62
335 TestStartStop/group/embed-certs/serial/SecondStart 49.32
336 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.64
337 TestStartStop/group/default-k8s-diff-port/serial/Stop 12.42
338 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.62
339 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 61.04
340 TestStartStop/group/newest-cni/serial/DeployApp 0
341 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 3.11
342 TestStartStop/group/newest-cni/serial/Stop 13.06
343 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.7
344 TestStartStop/group/newest-cni/serial/SecondStart 34.12
345 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
346 TestNetworkPlugins/group/auto/Start 110.82
347 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 6.35
348 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.52
349 TestStartStop/group/embed-certs/serial/Pause 10.6
350 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
351 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
352 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.58
353 TestStartStop/group/newest-cni/serial/Pause 5.84
354 TestNetworkPlugins/group/kindnet/Start 93.5
355 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 5.66
356 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 6.31
357 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.55
358 TestStartStop/group/default-k8s-diff-port/serial/Pause 5.78
359 TestNetworkPlugins/group/calico/Start 113.62
360 TestNetworkPlugins/group/custom-flannel/Start 75.3
361 TestNetworkPlugins/group/auto/KubeletFlags 0.61
362 TestNetworkPlugins/group/auto/NetCatPod 16.61
363 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
364 TestNetworkPlugins/group/kindnet/KubeletFlags 0.76
365 TestNetworkPlugins/group/kindnet/NetCatPod 15.7
366 TestNetworkPlugins/group/auto/DNS 0.34
367 TestNetworkPlugins/group/auto/Localhost 0.3
368 TestNetworkPlugins/group/auto/HairPin 0.32
369 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.61
370 TestNetworkPlugins/group/custom-flannel/NetCatPod 16.47
371 TestNetworkPlugins/group/kindnet/DNS 0.31
372 TestNetworkPlugins/group/kindnet/Localhost 0.24
373 TestNetworkPlugins/group/kindnet/HairPin 0.23
374 TestNetworkPlugins/group/custom-flannel/DNS 0.25
375 TestNetworkPlugins/group/custom-flannel/Localhost 0.22
376 TestNetworkPlugins/group/custom-flannel/HairPin 0.22
377 TestNetworkPlugins/group/calico/ControllerPod 5.6
378 TestNetworkPlugins/group/calico/KubeletFlags 0.71
379 TestNetworkPlugins/group/calico/NetCatPod 17.55
380 TestNetworkPlugins/group/false/Start 119.22
381 TestNetworkPlugins/group/calico/DNS 0.26
382 TestNetworkPlugins/group/calico/Localhost 0.42
383 TestNetworkPlugins/group/calico/HairPin 0.3
384 TestNetworkPlugins/group/enable-default-cni/Start 102.04
385 TestNetworkPlugins/group/flannel/Start 91.64
386 TestNetworkPlugins/group/bridge/Start 81.12
387 TestNetworkPlugins/group/false/KubeletFlags 0.56
388 TestNetworkPlugins/group/false/NetCatPod 14.4
389 TestNetworkPlugins/group/flannel/ControllerPod 6.01
390 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.69
391 TestNetworkPlugins/group/enable-default-cni/NetCatPod 16.42
392 TestNetworkPlugins/group/flannel/KubeletFlags 0.62
393 TestNetworkPlugins/group/flannel/NetCatPod 16.75
394 TestNetworkPlugins/group/false/DNS 0.25
395 TestNetworkPlugins/group/false/Localhost 0.23
396 TestNetworkPlugins/group/false/HairPin 0.22
397 TestNetworkPlugins/group/bridge/KubeletFlags 0.59
398 TestNetworkPlugins/group/bridge/NetCatPod 15.41
399 TestNetworkPlugins/group/enable-default-cni/DNS 0.33
400 TestNetworkPlugins/group/enable-default-cni/Localhost 0.29
401 TestNetworkPlugins/group/enable-default-cni/HairPin 0.28
402 TestNetworkPlugins/group/flannel/DNS 0.25
403 TestNetworkPlugins/group/flannel/Localhost 0.21
404 TestNetworkPlugins/group/flannel/HairPin 0.22
405 TestNetworkPlugins/group/bridge/DNS 0.3
406 TestNetworkPlugins/group/bridge/Localhost 0.24
407 TestNetworkPlugins/group/bridge/HairPin 0.23
408 TestNetworkPlugins/group/kubenet/Start 95.45
409 TestNetworkPlugins/group/kubenet/KubeletFlags 0.59
410 TestNetworkPlugins/group/kubenet/NetCatPod 14.56
411 TestNetworkPlugins/group/kubenet/DNS 0.24
412 TestNetworkPlugins/group/kubenet/Localhost 0.2
413 TestNetworkPlugins/group/kubenet/HairPin 0.2
x
+
TestDownloadOnly/v1.28.0/json-events (6.82s)

                                                
                                                
=== 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-957200 --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-957200 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=docker --driver=docker: (6.8178159s)
--- PASS: TestDownloadOnly/v1.28.0/json-events (6.82s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.28.0/preload-exists
I1108 08:29:19.598986     940 preload.go:183] Checking if preload exists for k8s version v1.28.0 and runtime docker
I1108 08:29:19.641283     940 preload.go:198] 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.74s)

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────────────┬───────────────────┬─────────┬─────────────────────┬──────────┐
	│ COMMAND │                                                                       ARGS                                                                        │       PROFILE        │       USER        │ VERSION │     START TIME      │ END TIME │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────────────┼───────────────────┼─────────┼─────────────────────┼──────────┤
	│ start   │ -o=json --download-only -p download-only-957200 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=docker --driver=docker │ download-only-957200 │ minikube4\jenkins │ v1.37.0 │ 08 Nov 25 08:29 UTC │          │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────────────┴───────────────────┴─────────┴─────────────────────┴──────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/11/08 08:29:12
	Running on machine: minikube4
	Binary: Built with gc go1.24.6 for windows/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1108 08:29:12.854951    3480 out.go:360] Setting OutFile to fd 708 ...
	I1108 08:29:12.896952    3480 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 08:29:12.896952    3480 out.go:374] Setting ErrFile to fd 712...
	I1108 08:29:12.896952    3480 out.go:408] TERM=,COLORTERM=, which probably does not support color
	W1108 08:29:12.907617    3480 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.
	I1108 08:29:12.913980    3480 out.go:368] Setting JSON to true
	I1108 08:29:12.916378    3480 start.go:133] hostinfo: {"hostname":"minikube4","uptime":17987,"bootTime":1762572565,"procs":188,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.6456 Build 19045.6456","kernelVersion":"10.0.19045.6456 Build 19045.6456","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"df6bfb5f-73f2-4acb-9365-df7854ecbb28"}
	W1108 08:29:12.916378    3480 start.go:141] gopshost.Virtualization returned error: not implemented yet
	I1108 08:29:12.923185    3480 out.go:99] [download-only-957200] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6456 Build 19045.6456
	I1108 08:29:12.923185    3480 notify.go:221] Checking for updates...
	W1108 08:29:12.923185    3480 preload.go:349] Failed to list preload files: open C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\preloaded-tarball: The system cannot find the file specified.
	I1108 08:29:12.925997    3480 out.go:171] KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	I1108 08:29:12.931537    3480 out.go:171] MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	I1108 08:29:12.934801    3480 out.go:171] MINIKUBE_LOCATION=21866
	I1108 08:29:12.945685    3480 out.go:171] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	W1108 08:29:12.951851    3480 out.go:336] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I1108 08:29:12.952512    3480 driver.go:422] Setting default libvirt URI to qemu:///system
	I1108 08:29:13.168547    3480 docker.go:124] docker version: linux-27.4.0:Docker Desktop 4.37.1 (178610)
	I1108 08:29:13.174718    3480 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1108 08:29:13.886710    3480 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-08 08:29:13.863469863 +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>}}
	I1108 08:29:13.900718    3480 out.go:99] Using the docker driver based on user configuration
	I1108 08:29:13.900821    3480 start.go:309] selected driver: docker
	I1108 08:29:13.900821    3480 start.go:930] validating driver "docker" against <nil>
	I1108 08:29:13.913031    3480 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1108 08:29:14.155862    3480 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-08 08:29:14.138524794 +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>}}
	I1108 08:29:14.156857    3480 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I1108 08:29:14.207882    3480 start_flags.go:410] Using suggested 16300MB memory alloc based on sys=65534MB, container=32098MB
	I1108 08:29:14.209043    3480 start_flags.go:974] Wait components to verify : map[apiserver:true system_pods:true]
	I1108 08:29:14.213689    3480 out.go:171] Using Docker Desktop driver with root privileges
	I1108 08:29:14.216601    3480 cni.go:84] Creating CNI manager for ""
	I1108 08:29:14.216601    3480 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I1108 08:29:14.216601    3480 start_flags.go:336] Found "bridge CNI" CNI - setting NetworkPlugin=cni
	I1108 08:29:14.216601    3480 start.go:353] cluster config:
	{Name:download-only-957200 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 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-957200 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}
	I1108 08:29:14.221870    3480 out.go:99] Starting "download-only-957200" primary control-plane node in "download-only-957200" cluster
	I1108 08:29:14.221870    3480 cache.go:124] Beginning downloading kic base image for docker with docker
	I1108 08:29:14.225908    3480 out.go:99] Pulling base image v0.0.48-1761985721-21837 ...
	I1108 08:29:14.225908    3480 preload.go:183] Checking if preload exists for k8s version v1.28.0 and runtime docker
	I1108 08:29:14.225908    3480 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 in local docker daemon
	I1108 08:29:14.265983    3480 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
	I1108 08:29:14.265983    3480 cache.go:59] Caching tarball of preloaded images
	I1108 08:29:14.265983    3480 preload.go:183] Checking if preload exists for k8s version v1.28.0 and runtime docker
	I1108 08:29:14.269112    3480 out.go:99] Downloading Kubernetes v1.28.0 preload ...
	I1108 08:29:14.269152    3480 preload.go:313] getting checksum for preloaded-images-k8s-v18-v1.28.0-docker-overlay2-amd64.tar.lz4 from gcs api...
	I1108 08:29:14.287027    3480 cache.go:153] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 to local cache
	I1108 08:29:14.287027    3480 localpath.go:148] windows sanitize: C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1.tar -> C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.48-1761985721-21837@sha256_a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1.tar
	I1108 08:29:14.287027    3480 localpath.go:148] windows sanitize: C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1.tar -> C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.48-1761985721-21837@sha256_a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1.tar
	I1108 08:29:14.287027    3480 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 in local cache directory
	I1108 08:29:14.287583    3480 image.go:150] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 to local cache
	I1108 08:29:14.352585    3480 preload.go:290] Got checksum from GCS API "8a955be835827bc584bcce0658a7fcc9"
	I1108 08:29:14.353234    3480 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
	
	
	* The control-plane node download-only-957200 host does not exist
	  To start a cluster, run: "minikube start -p download-only-957200"

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

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

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

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

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

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

                                                
                                                
=== 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-549800 --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-549800 --force --alsologtostderr --kubernetes-version=v1.34.1 --container-runtime=docker --driver=docker: (5.4496403s)
--- PASS: TestDownloadOnly/v1.34.1/json-events (5.45s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.34.1/preload-exists
I1108 08:29:27.522764     940 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime docker
I1108 08:29:27.522764     940 preload.go:198] 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-549800
aaa_download_only_test.go:183: (dbg) Non-zero exit: out/minikube-windows-amd64.exe logs -p download-only-549800: exit status 85 (200.7977ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────────────┬───────────────────┬─────────┬─────────────────────┬─────────────────────┐
	│ COMMAND │                                                                       ARGS                                                                        │       PROFILE        │       USER        │ VERSION │     START TIME      │      END TIME       │
	├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────────────┼───────────────────┼─────────┼─────────────────────┼─────────────────────┤
	│ start   │ -o=json --download-only -p download-only-957200 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=docker --driver=docker │ download-only-957200 │ minikube4\jenkins │ v1.37.0 │ 08 Nov 25 08:29 UTC │                     │
	│ delete  │ --all                                                                                                                                             │ minikube             │ minikube4\jenkins │ v1.37.0 │ 08 Nov 25 08:29 UTC │ 08 Nov 25 08:29 UTC │
	│ delete  │ -p download-only-957200                                                                                                                           │ download-only-957200 │ minikube4\jenkins │ v1.37.0 │ 08 Nov 25 08:29 UTC │ 08 Nov 25 08:29 UTC │
	│ start   │ -o=json --download-only -p download-only-549800 --force --alsologtostderr --kubernetes-version=v1.34.1 --container-runtime=docker --driver=docker │ download-only-549800 │ minikube4\jenkins │ v1.37.0 │ 08 Nov 25 08:29 UTC │                     │
	└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────────────┴───────────────────┴─────────┴─────────────────────┴─────────────────────┘
	
	
	==> Last Start <==
	Log file created at: 2025/11/08 08:29:22
	Running on machine: minikube4
	Binary: Built with gc go1.24.6 for windows/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I1108 08:29:22.154097    3116 out.go:360] Setting OutFile to fd 724 ...
	I1108 08:29:22.197939    3116 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 08:29:22.197939    3116 out.go:374] Setting ErrFile to fd 756...
	I1108 08:29:22.197939    3116 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 08:29:22.213214    3116 out.go:368] Setting JSON to true
	I1108 08:29:22.215587    3116 start.go:133] hostinfo: {"hostname":"minikube4","uptime":17997,"bootTime":1762572565,"procs":188,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.6456 Build 19045.6456","kernelVersion":"10.0.19045.6456 Build 19045.6456","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"df6bfb5f-73f2-4acb-9365-df7854ecbb28"}
	W1108 08:29:22.215587    3116 start.go:141] gopshost.Virtualization returned error: not implemented yet
	I1108 08:29:22.225509    3116 out.go:99] [download-only-549800] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6456 Build 19045.6456
	I1108 08:29:22.226490    3116 notify.go:221] Checking for updates...
	I1108 08:29:22.232930    3116 out.go:171] KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	I1108 08:29:22.243292    3116 out.go:171] MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	I1108 08:29:22.248736    3116 out.go:171] MINIKUBE_LOCATION=21866
	I1108 08:29:22.253091    3116 out.go:171] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	W1108 08:29:22.262117    3116 out.go:336] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I1108 08:29:22.263014    3116 driver.go:422] Setting default libvirt URI to qemu:///system
	I1108 08:29:22.382293    3116 docker.go:124] docker version: linux-27.4.0:Docker Desktop 4.37.1 (178610)
	I1108 08:29:22.388894    3116 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1108 08:29:22.705350    3116 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-08 08:29:22.683647602 +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>}}
	I1108 08:29:23.083501    3116 out.go:99] Using the docker driver based on user configuration
	I1108 08:29:23.083501    3116 start.go:309] selected driver: docker
	I1108 08:29:23.083867    3116 start.go:930] validating driver "docker" against <nil>
	I1108 08:29:23.094575    3116 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1108 08:29:23.314068    3116 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-08 08:29:23.295159418 +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>}}
	I1108 08:29:23.314068    3116 start_flags.go:327] no existing cluster config was found, will generate one from the flags 
	I1108 08:29:23.348978    3116 start_flags.go:410] Using suggested 16300MB memory alloc based on sys=65534MB, container=32098MB
	I1108 08:29:23.349660    3116 start_flags.go:974] Wait components to verify : map[apiserver:true system_pods:true]
	I1108 08:29:23.353065    3116 out.go:171] Using Docker Desktop driver with root privileges
	I1108 08:29:23.356788    3116 cni.go:84] Creating CNI manager for ""
	I1108 08:29:23.356788    3116 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
	I1108 08:29:23.356788    3116 start_flags.go:336] Found "bridge CNI" CNI - setting NetworkPlugin=cni
	I1108 08:29:23.356788    3116 start.go:353] cluster config:
	{Name:download-only-549800 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 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-549800 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}
	I1108 08:29:23.364822    3116 out.go:99] Starting "download-only-549800" primary control-plane node in "download-only-549800" cluster
	I1108 08:29:23.364822    3116 cache.go:124] Beginning downloading kic base image for docker with docker
	I1108 08:29:23.368406    3116 out.go:99] Pulling base image v0.0.48-1761985721-21837 ...
	I1108 08:29:23.368406    3116 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime docker
	I1108 08:29:23.368406    3116 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 in local docker daemon
	I1108 08:29:23.409448    3116 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
	I1108 08:29:23.409491    3116 cache.go:59] Caching tarball of preloaded images
	I1108 08:29:23.409954    3116 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime docker
	I1108 08:29:23.415102    3116 out.go:99] Downloading Kubernetes v1.34.1 preload ...
	I1108 08:29:23.415126    3116 preload.go:313] getting checksum for preloaded-images-k8s-v18-v1.34.1-docker-overlay2-amd64.tar.lz4 from gcs api...
	I1108 08:29:23.428148    3116 cache.go:153] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 to local cache
	I1108 08:29:23.428148    3116 localpath.go:148] windows sanitize: C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1.tar -> C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.48-1761985721-21837@sha256_a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1.tar
	I1108 08:29:23.429148    3116 localpath.go:148] windows sanitize: C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1.tar -> C:\Users\jenkins.minikube4\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.48-1761985721-21837@sha256_a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1.tar
	I1108 08:29:23.429148    3116 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 in local cache directory
	I1108 08:29:23.429148    3116 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 in local cache directory, skipping pull
	I1108 08:29:23.429148    3116 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 exists in cache, skipping pull
	I1108 08:29:23.429148    3116 cache.go:156] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 as a tarball
	I1108 08:29:23.491186    3116 preload.go:290] Got checksum from GCS API "d7f0ccd752ff15c628c6fc8ef8c8033e"
	I1108 08:29:23.491846    3116 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
	I1108 08:29:26.376239    3116 cache.go:62] Finished verifying existence of preloaded tar for v1.34.1 on docker
	I1108 08:29:26.377065    3116 profile.go:143] Saving config to C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\download-only-549800\config.json ...
	I1108 08:29:26.377581    3116 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\download-only-549800\config.json: {Name:mk49e771c85b61c7fd734c7b0a34a2c80ac32a12 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I1108 08:29:26.377814    3116 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime docker
	I1108 08:29:26.378659    3116 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-549800 host does not exist
	  To start a cluster, run: "minikube start -p download-only-549800"

                                                
                                                
-- /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.15s)

                                                
                                                
=== 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.1468076s)
--- PASS: TestDownloadOnly/v1.34.1/DeleteAll (1.15s)

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (2.46s)

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

                                                
                                    
x
+
TestBinaryMirror (2.59s)

                                                
                                                
=== RUN   TestBinaryMirror
I1108 08:29:33.022048     940 binary.go:74] 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-534500 --alsologtostderr --binary-mirror http://127.0.0.1:62356 --driver=docker
aaa_download_only_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe start --download-only -p binary-mirror-534500 --alsologtostderr --binary-mirror http://127.0.0.1:62356 --driver=docker: (1.8067829s)
helpers_test.go:175: Cleaning up "binary-mirror-534500" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p binary-mirror-534500
--- PASS: TestBinaryMirror (2.59s)

                                                
                                    
x
+
TestOffline (119.15s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Run:  out/minikube-windows-amd64.exe start -p offline-docker-513800 --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-513800 --alsologtostderr -v=1 --memory=3072 --wait=true --driver=docker: (1m53.6675987s)
helpers_test.go:175: Cleaning up "offline-docker-513800" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p offline-docker-513800
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p offline-docker-513800: (5.4816283s)
--- PASS: TestOffline (119.15s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.22s)

                                                
                                                
=== 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-313400
addons_test.go:1000: (dbg) Non-zero exit: out/minikube-windows-amd64.exe addons enable dashboard -p addons-313400: exit status 85 (217.3965ms)

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.19s)

                                                
                                                
=== 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-313400
addons_test.go:1011: (dbg) Non-zero exit: out/minikube-windows-amd64.exe addons disable dashboard -p addons-313400: exit status 85 (188.0887ms)

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

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

                                                
                                    
x
+
TestAddons/Setup (292.52s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:108: (dbg) Run:  out/minikube-windows-amd64.exe start -p addons-313400 --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-313400 --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: (4m52.5178406s)
--- PASS: TestAddons/Setup (292.52s)

                                                
                                    
x
+
TestAddons/serial/Volcano (52.39s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:868: volcano-scheduler stabilized in 18.3812ms
addons_test.go:884: volcano-controller stabilized in 18.4657ms
addons_test.go:876: volcano-admission stabilized in 18.4657ms
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-48glw" [a37fc1c9-8b2e-475c-8bea-bcff3cb321f6] Running
addons_test.go:890: (dbg) TestAddons/serial/Volcano: app=volcano-scheduler healthy within 6.0118496s
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-wmnth" [65620b28-688e-4c68-a4d3-45b02c6cab7b] Running
addons_test.go:894: (dbg) TestAddons/serial/Volcano: app=volcano-admission healthy within 6.0068577s
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-dnxjt" [86bb2c81-ad75-42cf-800c-991304982a74] Running
addons_test.go:898: (dbg) TestAddons/serial/Volcano: app=volcano-controller healthy within 5.0084179s
addons_test.go:903: (dbg) Run:  kubectl --context addons-313400 delete -n volcano-system job volcano-admission-init
addons_test.go:909: (dbg) Run:  kubectl --context addons-313400 create -f testdata\vcjob.yaml
addons_test.go:917: (dbg) Run:  kubectl --context addons-313400 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" [c205e64c-b8d6-47d9-abb1-ec600c1551de] Pending
helpers_test.go:352: "test-job-nginx-0" [c205e64c-b8d6-47d9-abb1-ec600c1551de] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:352: "test-job-nginx-0" [c205e64c-b8d6-47d9-abb1-ec600c1551de] Running
addons_test.go:935: (dbg) TestAddons/serial/Volcano: volcano.sh/job-name=test-job healthy within 22.0054268s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 addons disable volcano --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable volcano --alsologtostderr -v=1: (12.5075925s)
--- PASS: TestAddons/serial/Volcano (52.39s)

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

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

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/FakeCredentials
addons_test.go:675: (dbg) Run:  kubectl --context addons-313400 create -f testdata\busybox.yaml
addons_test.go:682: (dbg) Run:  kubectl --context addons-313400 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" [e3500e0a-9fcc-432c-8e5d-4969be451148] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [e3500e0a-9fcc-432c-8e5d-4969be451148] Running
addons_test.go:688: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: integration-test=busybox healthy within 9.0074401s
addons_test.go:694: (dbg) Run:  kubectl --context addons-313400 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:706: (dbg) Run:  kubectl --context addons-313400 describe sa gcp-auth-test
addons_test.go:720: (dbg) Run:  kubectl --context addons-313400 exec busybox -- /bin/sh -c "cat /google-app-creds.json"
addons_test.go:744: (dbg) Run:  kubectl --context addons-313400 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
--- PASS: TestAddons/serial/GCPAuth/FakeCredentials (10.18s)

                                                
                                    
x
+
TestAddons/parallel/RegistryCreds (1.58s)

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

                                                
                                                

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

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (12.32s)

                                                
                                                
=== 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-kj29q" [597eb0a1-384d-407e-9887-96e7968915ab] Running
addons_test.go:823: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.0125031s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 addons disable inspektor-gadget --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable inspektor-gadget --alsologtostderr -v=1: (6.3018783s)
--- PASS: TestAddons/parallel/InspektorGadget (12.32s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (7.62s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:455: metrics-server stabilized in 8.3282ms
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-n8rcc" [7a3a1666-101b-4361-99d3-4ad584f6013a] Running
addons_test.go:457: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.0221323s
addons_test.go:463: (dbg) Run:  kubectl --context addons-313400 top pods -n kube-system
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 addons disable metrics-server --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable metrics-server --alsologtostderr -v=1: (2.4114577s)
--- PASS: TestAddons/parallel/MetricsServer (7.62s)

                                                
                                    
x
+
TestAddons/parallel/CSI (51.43s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I1108 08:36:10.316842     940 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1108 08:36:10.359868     940 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1108 08:36:10.359868     940 kapi.go:107] duration metric: took 43.0884ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:549: csi-hostpath-driver pods stabilized in 43.0884ms
addons_test.go:552: (dbg) Run:  kubectl --context addons-313400 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-313400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:562: (dbg) Run:  kubectl --context addons-313400 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" [2ab9cca9-aea5-4959-a5ee-8eef8b24d1f9] Pending
helpers_test.go:352: "task-pv-pod" [2ab9cca9-aea5-4959-a5ee-8eef8b24d1f9] 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" [2ab9cca9-aea5-4959-a5ee-8eef8b24d1f9] Running
addons_test.go:567: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 8.0079178s
addons_test.go:572: (dbg) Run:  kubectl --context addons-313400 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-313400 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:427: (dbg) Run:  kubectl --context addons-313400 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:582: (dbg) Run:  kubectl --context addons-313400 delete pod task-pv-pod
addons_test.go:588: (dbg) Run:  kubectl --context addons-313400 delete pvc hpvc
addons_test.go:594: (dbg) Run:  kubectl --context addons-313400 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-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:604: (dbg) Run:  kubectl --context addons-313400 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" [0d45a300-1127-496f-a738-8c938e23fa07] Pending
helpers_test.go:352: "task-pv-pod-restore" [0d45a300-1127-496f-a738-8c938e23fa07] 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" [0d45a300-1127-496f-a738-8c938e23fa07] Running
addons_test.go:609: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 9.0072375s
addons_test.go:614: (dbg) Run:  kubectl --context addons-313400 delete pod task-pv-pod-restore
addons_test.go:614: (dbg) Done: kubectl --context addons-313400 delete pod task-pv-pod-restore: (1.2787167s)
addons_test.go:618: (dbg) Run:  kubectl --context addons-313400 delete pvc hpvc-restore
addons_test.go:622: (dbg) Run:  kubectl --context addons-313400 delete volumesnapshot new-snapshot-demo
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable volumesnapshots --alsologtostderr -v=1: (1.2418418s)
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable csi-hostpath-driver --alsologtostderr -v=1: (7.5521176s)
--- PASS: TestAddons/parallel/CSI (51.43s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (29.39s)

                                                
                                                
=== 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-313400 --alsologtostderr -v=1
addons_test.go:808: (dbg) Done: out/minikube-windows-amd64.exe addons enable headlamp -p addons-313400 --alsologtostderr -v=1: (1.4278949s)
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-8674984b5f-78nhs" [2d1a59fd-b27e-4941-9082-0cd560ecb33f] Pending
helpers_test.go:352: "headlamp-8674984b5f-78nhs" [2d1a59fd-b27e-4941-9082-0cd560ecb33f] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:352: "headlamp-8674984b5f-78nhs" [2d1a59fd-b27e-4941-9082-0cd560ecb33f] Running
addons_test.go:813: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 21.0127741s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 addons disable headlamp --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable headlamp --alsologtostderr -v=1: (6.9451096s)
--- PASS: TestAddons/parallel/Headlamp (29.39s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (6.81s)

                                                
                                                
=== 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-6f9fcf858b-spj2c" [d951441a-ff43-4256-bb79-835223eab961] Running
addons_test.go:840: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.1683174s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 addons disable cloud-spanner --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable cloud-spanner --alsologtostderr -v=1: (1.6312546s)
--- PASS: TestAddons/parallel/CloudSpanner (6.81s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (66.62s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:949: (dbg) Run:  kubectl --context addons-313400 apply -f testdata\storage-provisioner-rancher\pvc.yaml
addons_test.go:955: (dbg) Run:  kubectl --context addons-313400 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-313400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:402: (dbg) Run:  kubectl --context addons-313400 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" [43bfb4e0-94d4-4eb2-8efb-39a0bb41c99f] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "test-local-path" [43bfb4e0-94d4-4eb2-8efb-39a0bb41c99f] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:352: "test-local-path" [43bfb4e0-94d4-4eb2-8efb-39a0bb41c99f] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:962: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 13.0060905s
addons_test.go:967: (dbg) Run:  kubectl --context addons-313400 get pvc test-pvc -o=json
addons_test.go:976: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 ssh "cat /opt/local-path-provisioner/pvc-764886cb-ebf6-4e82-b778-9e3bbaaa6c3f_default_test-pvc/file1"
addons_test.go:988: (dbg) Run:  kubectl --context addons-313400 delete pod test-local-path
addons_test.go:992: (dbg) Run:  kubectl --context addons-313400 delete pvc test-pvc
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.4999677s)
--- PASS: TestAddons/parallel/LocalPath (66.62s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.38s)

                                                
                                                
=== 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-ft44v" [f6581d46-21e0-4a7a-a8a7-e2f478e07282] Running
addons_test.go:1025: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 5.0325429s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 addons disable nvidia-device-plugin --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable nvidia-device-plugin --alsologtostderr -v=1: (1.3409167s)
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.38s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (13.04s)

                                                
                                                
=== 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-tn657" [686c369f-0920-4ed5-bbce-3f3340f0679c] Running
addons_test.go:1047: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.0113505s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 addons disable yakd --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable yakd --alsologtostderr -v=1: (7.0309s)
--- PASS: TestAddons/parallel/Yakd (13.04s)

                                                
                                    
x
+
TestAddons/parallel/AmdGpuDevicePlugin (7.68s)

                                                
                                                
=== 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-46rgd" [bf0f9f1c-5e0e-426a-b267-f945fe89354f] Running
addons_test.go:1038: (dbg) TestAddons/parallel/AmdGpuDevicePlugin: name=amd-gpu-device-plugin healthy within 6.0561305s
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 addons disable amd-gpu-device-plugin --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable amd-gpu-device-plugin --alsologtostderr -v=1: (1.6245645s)
--- PASS: TestAddons/parallel/AmdGpuDevicePlugin (7.68s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (13.04s)

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

                                                
                                    
x
+
TestCertOptions (75.1s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:49: (dbg) Run:  out/minikube-windows-amd64.exe start -p cert-options-575900 --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-575900 --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: (1m9.8863165s)
cert_options_test.go:60: (dbg) Run:  out/minikube-windows-amd64.exe -p cert-options-575900 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt"
I1108 09:33:46.159647     940 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8555/tcp") 0).HostPort}}'" cert-options-575900
cert_options_test.go:100: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p cert-options-575900 -- "sudo cat /etc/kubernetes/admin.conf"
helpers_test.go:175: Cleaning up "cert-options-575900" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p cert-options-575900
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p cert-options-575900: (3.9104846s)
--- PASS: TestCertOptions (75.10s)

                                                
                                    
x
+
TestCertExpiration (298.84s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-windows-amd64.exe start -p cert-expiration-649400 --memory=3072 --cert-expiration=3m --driver=docker
cert_options_test.go:123: (dbg) Done: out/minikube-windows-amd64.exe start -p cert-expiration-649400 --memory=3072 --cert-expiration=3m --driver=docker: (1m6.4202456s)
E1108 09:32:30.536249     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
cert_options_test.go:131: (dbg) Run:  out/minikube-windows-amd64.exe start -p cert-expiration-649400 --memory=3072 --cert-expiration=8760h --driver=docker
cert_options_test.go:131: (dbg) Done: out/minikube-windows-amd64.exe start -p cert-expiration-649400 --memory=3072 --cert-expiration=8760h --driver=docker: (48.2188099s)
helpers_test.go:175: Cleaning up "cert-expiration-649400" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p cert-expiration-649400
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p cert-expiration-649400: (4.2037114s)
--- PASS: TestCertExpiration (298.84s)

                                                
                                    
x
+
TestDockerFlags (65.64s)

                                                
                                                
=== RUN   TestDockerFlags
=== PAUSE TestDockerFlags

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdFlag (110.94s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-windows-amd64.exe start -p force-systemd-flag-513800 --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-513800 --memory=3072 --force-systemd --alsologtostderr -v=5 --driver=docker: (1m30.5310096s)
docker_test.go:110: (dbg) Run:  out/minikube-windows-amd64.exe -p force-systemd-flag-513800 ssh "docker info --format {{.CgroupDriver}}"
helpers_test.go:175: Cleaning up "force-systemd-flag-513800" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p force-systemd-flag-513800
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p force-systemd-flag-513800: (19.6790653s)
--- PASS: TestForceSystemdFlag (110.94s)

                                                
                                    
x
+
TestForceSystemdEnv (72.57s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

                                                
                                    
x
+
TestErrorSpam/start (2.67s)

                                                
                                                
=== 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-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 start --dry-run
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 start --dry-run
error_spam_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 start --dry-run
--- PASS: TestErrorSpam/start (2.67s)

                                                
                                    
x
+
TestErrorSpam/status (2.37s)

                                                
                                                
=== 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-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 status
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 status
error_spam_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 status
--- PASS: TestErrorSpam/status (2.37s)

                                                
                                    
x
+
TestErrorSpam/pause (2.57s)

                                                
                                                
=== 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-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 pause
error_spam_test.go:149: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 pause: (1.1025509s)
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 pause
error_spam_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 pause
--- PASS: TestErrorSpam/pause (2.57s)

                                                
                                    
x
+
TestErrorSpam/unpause (2.55s)

                                                
                                                
=== 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-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 unpause
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 unpause
error_spam_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 unpause
--- PASS: TestErrorSpam/unpause (2.55s)

                                                
                                    
x
+
TestErrorSpam/stop (18.14s)

                                                
                                                
=== 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-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 stop
error_spam_test.go:149: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 stop: (12.0810035s)
error_spam_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 stop
error_spam_test.go:149: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 stop: (2.6677733s)
error_spam_test.go:172: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 stop
error_spam_test.go:172: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-688500 --log_dir C:\Users\jenkins.minikube4\AppData\Local\Temp\nospam-688500 stop: (3.3881629s)
--- PASS: TestErrorSpam/stop (18.14s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0.03s)

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

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (81.13s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2239: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-017700 --memory=4096 --apiserver-port=8441 --wait=all --driver=docker
E1108 08:39:28.363821     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:39:28.371104     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:39:28.383628     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:39:28.405484     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:39:28.447054     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:39:28.528753     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:39:28.690664     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:39:29.012492     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:39:29.655020     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:39:30.937416     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:39:33.498969     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:39:38.621670     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:39:48.864180     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\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-017700 --memory=4096 --apiserver-port=8441 --wait=all --driver=docker: (1m21.1254452s)
--- PASS: TestFunctional/serial/StartWithProxy (81.13s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (54.87s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I1108 08:40:02.962988     940 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
functional_test.go:674: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-017700 --alsologtostderr -v=8
E1108 08:40:09.346370     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:40:50.309713     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\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-017700 --alsologtostderr -v=8: (54.8720366s)
functional_test.go:678: soft start took 54.872913s for "functional-017700" cluster.
I1108 08:40:57.836682     940 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestFunctional/serial/SoftStart (54.87s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1064: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 cache add registry.k8s.io/pause:3.1
functional_test.go:1064: (dbg) Done: out/minikube-windows-amd64.exe -p functional-017700 cache add registry.k8s.io/pause:3.1: (3.7639908s)
functional_test.go:1064: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 cache add registry.k8s.io/pause:3.3
functional_test.go:1064: (dbg) Done: out/minikube-windows-amd64.exe -p functional-017700 cache add registry.k8s.io/pause:3.3: (3.1693001s)
functional_test.go:1064: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 cache add registry.k8s.io/pause:latest
functional_test.go:1064: (dbg) Done: out/minikube-windows-amd64.exe -p functional-017700 cache add registry.k8s.io/pause:latest: (3.1061122s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (10.04s)

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

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

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

                                                
                                                
=== 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.19s)

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

                                                
                                                
=== 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.21s)

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

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

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

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

                                                
                                                
-- 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-017700 cache reload
functional_test.go:1173: (dbg) Done: out/minikube-windows-amd64.exe -p functional-017700 cache reload: (2.8287743s)
functional_test.go:1178: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 ssh sudo crictl inspecti registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (4.66s)

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

                                                
                                                
=== 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.38s)

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.49s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.34s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (60.34s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:772: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-017700 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E1108 08:42:12.233786     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\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-017700 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (1m0.3386716s)
functional_test.go:776: restart took 1m0.3387672s for "functional-017700" cluster.
I1108 08:42:19.863704     940 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestFunctional/serial/ExtraConfig (60.34s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.14s)

                                                
                                                
=== RUN   TestFunctional/serial/ComponentHealth
functional_test.go:825: (dbg) Run:  kubectl --context functional-017700 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.83s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.88s)

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

                                                
                                    
x
+
TestFunctional/serial/InvalidService (5.19s)

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

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

                                                
                                                
-- /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_2.log    │
	│                                                                                                                         │
	╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (1.28s)

                                                
                                                
=== 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-017700 config unset cpus
functional_test.go:1214: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 config get cpus
functional_test.go:1214: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-017700 config get cpus: exit status 14 (191.0404ms)

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (1.72s)

                                                
                                                
=== 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-017700 --dry-run --memory 250MB --alsologtostderr --driver=docker
functional_test.go:989: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p functional-017700 --dry-run --memory 250MB --alsologtostderr --driver=docker: exit status 23 (728.0459ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1108 08:42:48.599531    8284 out.go:360] Setting OutFile to fd 1348 ...
	I1108 08:42:48.648541    8284 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 08:42:48.648541    8284 out.go:374] Setting ErrFile to fd 1444...
	I1108 08:42:48.648541    8284 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 08:42:48.662533    8284 out.go:368] Setting JSON to false
	I1108 08:42:48.665538    8284 start.go:133] hostinfo: {"hostname":"minikube4","uptime":18803,"bootTime":1762572565,"procs":190,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.6456 Build 19045.6456","kernelVersion":"10.0.19045.6456 Build 19045.6456","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"df6bfb5f-73f2-4acb-9365-df7854ecbb28"}
	W1108 08:42:48.665538    8284 start.go:141] gopshost.Virtualization returned error: not implemented yet
	I1108 08:42:48.669541    8284 out.go:179] * [functional-017700] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6456 Build 19045.6456
	I1108 08:42:48.674542    8284 notify.go:221] Checking for updates...
	I1108 08:42:48.676550    8284 out.go:179]   - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	I1108 08:42:48.679564    8284 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I1108 08:42:48.682546    8284 out.go:179]   - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	I1108 08:42:48.684546    8284 out.go:179]   - MINIKUBE_LOCATION=21866
	I1108 08:42:48.686554    8284 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1108 08:42:48.692547    8284 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
	I1108 08:42:48.693536    8284 driver.go:422] Setting default libvirt URI to qemu:///system
	I1108 08:42:48.828539    8284 docker.go:124] docker version: linux-27.4.0:Docker Desktop 4.37.1 (178610)
	I1108 08:42:48.834543    8284 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1108 08:42:49.093775    8284 info.go:266] docker info: {ID:a15b78d1-f772-48f7-bbf5-f8fe086f3f87 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:1 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:86 SystemTime:2025-11-08 08:42:49.072473776 +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>}}
	I1108 08:42:49.097782    8284 out.go:179] * Using the docker driver based on existing profile
	I1108 08:42:49.099778    8284 start.go:309] selected driver: docker
	I1108 08:42:49.099778    8284 start.go:930] validating driver "docker" against &{Name:functional-017700 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 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-017700 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}
	I1108 08:42:49.099778    8284 start.go:941] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I1108 08:42:49.193788    8284 out.go:203] 
	W1108 08:42:49.195787    8284 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
	I1108 08:42:49.197786    8284 out.go:203] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.71s)

                                                
                                                
=== 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-017700 --dry-run --memory 250MB --alsologtostderr --driver=docker
functional_test.go:1035: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p functional-017700 --dry-run --memory 250MB --alsologtostderr --driver=docker: exit status 23 (710.2115ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1108 08:42:50.303246   13856 out.go:360] Setting OutFile to fd 1220 ...
	I1108 08:42:50.362934   13856 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 08:42:50.363031   13856 out.go:374] Setting ErrFile to fd 1128...
	I1108 08:42:50.363062   13856 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 08:42:50.381375   13856 out.go:368] Setting JSON to false
	I1108 08:42:50.384366   13856 start.go:133] hostinfo: {"hostname":"minikube4","uptime":18805,"bootTime":1762572565,"procs":192,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19045.6456 Build 19045.6456","kernelVersion":"10.0.19045.6456 Build 19045.6456","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"df6bfb5f-73f2-4acb-9365-df7854ecbb28"}
	W1108 08:42:50.384366   13856 start.go:141] gopshost.Virtualization returned error: not implemented yet
	I1108 08:42:50.392368   13856 out.go:179] * [functional-017700] minikube v1.37.0 sur Microsoft Windows 10 Enterprise N 10.0.19045.6456 Build 19045.6456
	I1108 08:42:50.395369   13856 notify.go:221] Checking for updates...
	I1108 08:42:50.397366   13856 out.go:179]   - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	I1108 08:42:50.402366   13856 out.go:179]   - MINIKUBE_FORCE_SYSTEMD=
	I1108 08:42:50.404377   13856 out.go:179]   - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	I1108 08:42:50.407368   13856 out.go:179]   - MINIKUBE_LOCATION=21866
	I1108 08:42:50.409367   13856 out.go:179]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I1108 08:42:50.412373   13856 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
	I1108 08:42:50.413377   13856 driver.go:422] Setting default libvirt URI to qemu:///system
	I1108 08:42:50.542373   13856 docker.go:124] docker version: linux-27.4.0:Docker Desktop 4.37.1 (178610)
	I1108 08:42:50.549375   13856 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I1108 08:42:50.823421   13856 info.go:266] docker info: {ID:a15b78d1-f772-48f7-bbf5-f8fe086f3f87 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:1 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:86 SystemTime:2025-11-08 08:42:50.797085094 +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>}}
	I1108 08:42:50.827431   13856 out.go:179] * Utilisation du pilote docker basé sur le profil existant
	I1108 08:42:50.829427   13856 start.go:309] selected driver: docker
	I1108 08:42:50.829427   13856 start.go:930] validating driver "docker" against &{Name:functional-017700 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1 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-017700 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}
	I1108 08:42:50.829427   13856 start.go:941] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I1108 08:42:50.880120   13856 out.go:203] 
	W1108 08:42:50.882029   13856 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
	I1108 08:42:50.885018   13856 out.go:203] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (2.06s)

                                                
                                                
=== 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-017700 status
functional_test.go:875: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}
functional_test.go:887: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 status -o json
--- PASS: TestFunctional/parallel/StatusCmd (2.06s)

                                                
                                    
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-017700 addons list
functional_test.go:1707: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (0.45s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (62.99s)

                                                
                                                
=== 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" [0a783120-398c-4d4f-aa03-8719756bb11f] Running
functional_test_pvc_test.go:50: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 6.0070725s
functional_test_pvc_test.go:55: (dbg) Run:  kubectl --context functional-017700 get storageclass -o=json
functional_test_pvc_test.go:75: (dbg) Run:  kubectl --context functional-017700 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:82: (dbg) Run:  kubectl --context functional-017700 get pvc myclaim -o=json
functional_test_pvc_test.go:131: (dbg) Run:  kubectl --context functional-017700 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" [19072d4c-4101-4b3b-bac5-a321ad5b5564] Pending
helpers_test.go:352: "sp-pod" [19072d4c-4101-4b3b-bac5-a321ad5b5564] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:352: "sp-pod" [19072d4c-4101-4b3b-bac5-a321ad5b5564] Running
functional_test_pvc_test.go:140: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 21.0053307s
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-017700 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:112: (dbg) Run:  kubectl --context functional-017700 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:112: (dbg) Done: kubectl --context functional-017700 delete -f testdata/storage-provisioner/pod.yaml: (3.2625043s)
functional_test_pvc_test.go:131: (dbg) Run:  kubectl --context functional-017700 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" [1b75129a-564d-4ac2-a3a3-8942d8fdc0c4] Pending
helpers_test.go:352: "sp-pod" [1b75129a-564d-4ac2-a3a3-8942d8fdc0c4] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:352: "sp-pod" [1b75129a-564d-4ac2-a3a3-8942d8fdc0c4] Running
functional_test_pvc_test.go:140: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 31.0059097s
functional_test_pvc_test.go:120: (dbg) Run:  kubectl --context functional-017700 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (62.99s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (1.26s)

                                                
                                                
=== 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-017700 ssh "echo hello"
functional_test.go:1747: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 ssh "cat /etc/hostname"
--- PASS: TestFunctional/parallel/SSHCmd (1.26s)

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (3.56s)

                                                
                                                
=== 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-017700 cp testdata\cp-test.txt /home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 ssh -n functional-017700 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 cp functional-017700:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestFunctionalparallelCpCmd3067523435\001\cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 ssh -n functional-017700 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 cp testdata\cp-test.txt /tmp/does/not/exist/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 ssh -n functional-017700 "sudo cat /tmp/does/not/exist/cp-test.txt"
--- PASS: TestFunctional/parallel/CpCmd (3.56s)

                                                
                                    
x
+
TestFunctional/parallel/MySQL (56.14s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1798: (dbg) Run:  kubectl --context functional-017700 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-d7d4q" [8cd5fd42-fbed-4962-8189-fca245b3bb37] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:352: "mysql-5bb876957f-d7d4q" [8cd5fd42-fbed-4962-8189-fca245b3bb37] Running
functional_test.go:1804: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 45.0061138s
functional_test.go:1812: (dbg) Run:  kubectl --context functional-017700 exec mysql-5bb876957f-d7d4q -- mysql -ppassword -e "show databases;"
functional_test.go:1812: (dbg) Non-zero exit: kubectl --context functional-017700 exec mysql-5bb876957f-d7d4q -- mysql -ppassword -e "show databases;": exit status 1 (209.5131ms)

                                                
                                                
** 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 **
I1108 08:43:36.564319     940 retry.go:31] will retry after 1.269482516s: exit status 1
functional_test.go:1812: (dbg) Run:  kubectl --context functional-017700 exec mysql-5bb876957f-d7d4q -- mysql -ppassword -e "show databases;"
functional_test.go:1812: (dbg) Non-zero exit: kubectl --context functional-017700 exec mysql-5bb876957f-d7d4q -- mysql -ppassword -e "show databases;": exit status 1 (236.0909ms)

                                                
                                                
** 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 **
I1108 08:43:38.079647     940 retry.go:31] will retry after 756.5127ms: exit status 1
functional_test.go:1812: (dbg) Run:  kubectl --context functional-017700 exec mysql-5bb876957f-d7d4q -- mysql -ppassword -e "show databases;"
functional_test.go:1812: (dbg) Non-zero exit: kubectl --context functional-017700 exec mysql-5bb876957f-d7d4q -- mysql -ppassword -e "show databases;": exit status 1 (388.8032ms)

                                                
                                                
** 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 **
I1108 08:43:39.235109     940 retry.go:31] will retry after 2.062730176s: exit status 1
functional_test.go:1812: (dbg) Run:  kubectl --context functional-017700 exec mysql-5bb876957f-d7d4q -- mysql -ppassword -e "show databases;"
functional_test.go:1812: (dbg) Non-zero exit: kubectl --context functional-017700 exec mysql-5bb876957f-d7d4q -- mysql -ppassword -e "show databases;": exit status 1 (250.3296ms)

                                                
                                                
** 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 **
I1108 08:43:41.554328     940 retry.go:31] will retry after 1.889786818s: exit status 1
functional_test.go:1812: (dbg) Run:  kubectl --context functional-017700 exec mysql-5bb876957f-d7d4q -- mysql -ppassword -e "show databases;"
functional_test.go:1812: (dbg) Non-zero exit: kubectl --context functional-017700 exec mysql-5bb876957f-d7d4q -- mysql -ppassword -e "show databases;": exit status 1 (223.9851ms)

                                                
                                                
** 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 **
I1108 08:43:43.677374     940 retry.go:31] will retry after 3.205977402s: exit status 1
functional_test.go:1812: (dbg) Run:  kubectl --context functional-017700 exec mysql-5bb876957f-d7d4q -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (56.14s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.59s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (3.78s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1977: Checking for existence of /etc/ssl/certs/940.pem within VM
functional_test.go:1978: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 ssh "sudo cat /etc/ssl/certs/940.pem"
functional_test.go:1977: Checking for existence of /usr/share/ca-certificates/940.pem within VM
functional_test.go:1978: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 ssh "sudo cat /usr/share/ca-certificates/940.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-017700 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:2004: Checking for existence of /etc/ssl/certs/9402.pem within VM
functional_test.go:2005: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 ssh "sudo cat /etc/ssl/certs/9402.pem"
functional_test.go:2004: Checking for existence of /usr/share/ca-certificates/9402.pem within VM
functional_test.go:2005: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 ssh "sudo cat /usr/share/ca-certificates/9402.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-017700 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (3.78s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.15s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.71s)

                                                
                                                
=== 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-017700 ssh "sudo systemctl is-active crio"
functional_test.go:2032: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-017700 ssh "sudo systemctl is-active crio": exit status 1 (711.2825ms)

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (2.97s)

                                                
                                                
=== 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.9556386s)
--- PASS: TestFunctional/parallel/License (2.97s)

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

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

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

                                                
                                                
=== 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-017700 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_changes (0.35s)

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

                                                
                                                
=== 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-017700 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (0.34s)

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

                                                
                                                
=== 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-017700 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_clusters (0.32s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1451: (dbg) Run:  kubectl --context functional-017700 create deployment hello-node --image kicbase/echo-server
functional_test.go:1455: (dbg) Run:  kubectl --context functional-017700 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-v6cjm" [b511e33e-b00a-4717-8f6e-7238d975e15e] Pending / Ready:ContainersNotReady (containers with unready status: [echo-server]) / ContainersReady:ContainersNotReady (containers with unready status: [echo-server])
helpers_test.go:352: "hello-node-75c85bcc94-v6cjm" [b511e33e-b00a-4717-8f6e-7238d975e15e] Running
functional_test.go:1460: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 9.0052224s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (9.31s)

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

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

                                                
                                    
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-017700 tunnel --alsologtostderr]
--- PASS: TestFunctional/parallel/TunnelCmd/serial/StartTunnel (0.00s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-017700 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" [aabd9691-7806-4c9e-8c38-fc982c0343ab] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:352: "nginx-svc" [aabd9691-7806-4c9e-8c38-fc982c0343ab] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 12.017712s
I1108 08:42:46.025328     940 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (12.44s)

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

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

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

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

                                                
                                    
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-017700 service --namespace=default --https --url hello-node
functional_test.go:1519: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-017700 service --namespace=default --https --url hello-node: exit status 1 (15.0114027s)

                                                
                                                
-- stdout --
	https://127.0.0.1:63448

                                                
                                                
-- /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:63448
--- PASS: TestFunctional/parallel/ServiceCmd/HTTPS (15.01s)

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

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

                                                
                                    
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-017700 tunnel --alsologtostderr] ...
helpers_test.go:525: unable to kill pid 12060: OpenProcess: The parameter is incorrect.
helpers_test.go:525: unable to kill pid 4324: TerminateProcess: Access is denied.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.21s)

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

                                                
                                                
=== 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.05s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1325: (dbg) Run:  out/minikube-windows-amd64.exe profile list
functional_test.go:1330: Took "792.3884ms" 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 "225.2319ms" to run "out/minikube-windows-amd64.exe profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (1.02s)

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

                                                
                                                
=== 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 "994.7554ms" 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 "195.2901ms" to run "out/minikube-windows-amd64.exe profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (1.19s)

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

                                                
                                                
=== 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-017700 version --short
--- PASS: TestFunctional/parallel/Version/short (0.22s)

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

                                                
                                                
=== 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-017700 version -o=json --components
functional_test.go:2275: (dbg) Done: out/minikube-windows-amd64.exe -p functional-017700 version -o=json --components: (1.2514708s)
--- PASS: TestFunctional/parallel/Version/components (1.25s)

                                                
                                    
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-017700 service hello-node --url --format={{.IP}}
functional_test.go:1550: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-017700 service hello-node --url --format={{.IP}}: exit status 1 (15.0099741s)

                                                
                                                
-- 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/ServiceCmd/URL (15.01s)

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

                                                
                                                
-- stdout --
	http://127.0.0.1:63542

                                                
                                                
-- /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:63542
--- PASS: TestFunctional/parallel/ServiceCmd/URL (15.01s)

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

                                                
                                                
=== 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-017700 image ls --format short --alsologtostderr
functional_test.go:281: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-017700 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-017700
docker.io/kicbase/echo-server:latest
docker.io/kicbase/echo-server:functional-017700
functional_test.go:284: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-017700 image ls --format short --alsologtostderr:
I1108 08:43:43.777457    8116 out.go:360] Setting OutFile to fd 1280 ...
I1108 08:43:43.842829    8116 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1108 08:43:43.842829    8116 out.go:374] Setting ErrFile to fd 292...
I1108 08:43:43.842829    8116 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1108 08:43:43.855837    8116 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1108 08:43:43.855837    8116 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1108 08:43:43.867827    8116 cli_runner.go:164] Run: docker container inspect functional-017700 --format={{.State.Status}}
I1108 08:43:43.935382    8116 ssh_runner.go:195] Run: systemctl --version
I1108 08:43:43.942003    8116 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-017700
I1108 08:43:44.000527    8116 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63204 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\functional-017700\id_rsa Username:docker}
I1108 08:43:44.129283    8116 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.50s)

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

                                                
                                                
=== 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-017700 image ls --format table --alsologtostderr
functional_test.go:281: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-017700 image ls --format table --alsologtostderr:
┌─────────────────────────────────────────────┬───────────────────┬───────────────┬────────┐
│                    IMAGE                    │        TAG        │   IMAGE ID    │  SIZE  │
├─────────────────────────────────────────────┼───────────────────┼───────────────┼────────┤
│ docker.io/library/nginx                     │ latest            │ d261fd19cb632 │ 152MB  │
│ registry.k8s.io/kube-scheduler              │ v1.34.1           │ 7dd6aaa1717ab │ 52.8MB │
│ registry.k8s.io/coredns/coredns             │ v1.12.1           │ 52546a367cc9e │ 75MB   │
│ registry.k8s.io/kube-apiserver              │ v1.34.1           │ c3994bc696102 │ 88MB   │
│ registry.k8s.io/pause                       │ 3.10.1            │ cd073f4c5f6a8 │ 736kB  │
│ registry.k8s.io/pause                       │ latest            │ 350b164e7ae1d │ 240kB  │
│ docker.io/library/nginx                     │ alpine            │ d4918ca78576a │ 52.8MB │
│ registry.k8s.io/kube-proxy                  │ v1.34.1           │ fc25172553d79 │ 71.9MB │
│ registry.k8s.io/etcd                        │ 3.6.4-0           │ 5f1f5298c888d │ 195MB  │
│ docker.io/library/mysql                     │ 5.7               │ 5107333e08a87 │ 501MB  │
│ registry.k8s.io/pause                       │ 3.3               │ 0184c1613d929 │ 683kB  │
│ registry.k8s.io/pause                       │ 3.1               │ da86e6ba6ca19 │ 742kB  │
│ docker.io/library/minikube-local-cache-test │ functional-017700 │ a284f56d18c83 │ 30B    │
│ registry.k8s.io/kube-controller-manager     │ v1.34.1           │ c80c8dbafe7dd │ 74.9MB │
│ docker.io/kicbase/echo-server               │ functional-017700 │ 9056ab77afb8e │ 4.94MB │
│ docker.io/kicbase/echo-server               │ latest            │ 9056ab77afb8e │ 4.94MB │
│ gcr.io/k8s-minikube/storage-provisioner     │ v5                │ 6e38f40d628db │ 31.5MB │
└─────────────────────────────────────────────┴───────────────────┴───────────────┴────────┘
functional_test.go:284: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-017700 image ls --format table --alsologtostderr:
I1108 08:43:44.739443   12344 out.go:360] Setting OutFile to fd 1500 ...
I1108 08:43:44.789695   12344 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1108 08:43:44.789731   12344 out.go:374] Setting ErrFile to fd 1556...
I1108 08:43:44.789792   12344 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1108 08:43:44.803087   12344 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1108 08:43:44.803803   12344 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1108 08:43:44.818089   12344 cli_runner.go:164] Run: docker container inspect functional-017700 --format={{.State.Status}}
I1108 08:43:44.899660   12344 ssh_runner.go:195] Run: systemctl --version
I1108 08:43:44.905660   12344 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-017700
I1108 08:43:44.961585   12344 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63204 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\functional-017700\id_rsa Username:docker}
I1108 08:43:45.098825   12344 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.51s)

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

                                                
                                                
=== 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-017700 image ls --format json --alsologtostderr
functional_test.go:281: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-017700 image ls --format json --alsologtostderr:
[{"id":"fc25172553d79197ecd840ec8dba1fba68330079355e974b04c1a441e6a4a0b7","repoDigests":[],"repoTags":["registry.k8s.io/kube-proxy:v1.34.1"],"size":"71900000"},{"id":"cd073f4c5f6a8e9dc6f3125ba00cf60819cae95c1ec84a1f146ee4a9cf9e803f","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.10.1"],"size":"736000"},{"id":"5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933","repoDigests":[],"repoTags":["docker.io/library/mysql:5.7"],"size":"501000000"},{"id":"9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30","repoDigests":[],"repoTags":["docker.io/kicbase/echo-server:functional-017700","docker.io/kicbase/echo-server:latest"],"size":"4940000"},{"id":"6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"31500000"},{"id":"0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.3"],"size":"683000"},{"id":"350b164e7ae1dcddeffa
dd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":[],"repoTags":["registry.k8s.io/pause:latest"],"size":"240000"},{"id":"c80c8dbafe7dd71fc21527912a6dd20ccd1b71f3e561a5c28337388d0619538f","repoDigests":[],"repoTags":["registry.k8s.io/kube-controller-manager:v1.34.1"],"size":"74900000"},{"id":"c3994bc6961024917ec0aeee02e62828108c21a52d87648e30f3080d9cbadc97","repoDigests":[],"repoTags":["registry.k8s.io/kube-apiserver:v1.34.1"],"size":"88000000"},{"id":"5f1f5298c888daa46c4409ff4cefe5ca9d16e479419f94cdb5f5d5563dac0115","repoDigests":[],"repoTags":["registry.k8s.io/etcd:3.6.4-0"],"size":"195000000"},{"id":"52546a367cc9e0d924aa3b190596a9167fa6e53245023b5b5baf0f07e5443969","repoDigests":[],"repoTags":["registry.k8s.io/coredns/coredns:v1.12.1"],"size":"75000000"},{"id":"a284f56d18c83b6fd2a8cee339d7ebefb2c3da5078006b57c7171e57ee3c0c88","repoDigests":[],"repoTags":["docker.io/library/minikube-local-cache-test:functional-017700"],"size":"30"},{"id":"d4918ca78576a537caa7b0c043051c8efc1796de33fee8724ee0fff4a1ca
bed9","repoDigests":[],"repoTags":["docker.io/library/nginx:alpine"],"size":"52800000"},{"id":"da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.1"],"size":"742000"},{"id":"d261fd19cb63238535ab80d4e1be1d9e7f6c8b5a28a820188968dd3e6f06072d","repoDigests":[],"repoTags":["docker.io/library/nginx:latest"],"size":"152000000"},{"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-017700 image ls --format json --alsologtostderr:
I1108 08:43:44.278519   13696 out.go:360] Setting OutFile to fd 848 ...
I1108 08:43:44.327522   13696 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1108 08:43:44.327522   13696 out.go:374] Setting ErrFile to fd 1312...
I1108 08:43:44.327522   13696 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1108 08:43:44.340520   13696 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1108 08:43:44.340520   13696 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1108 08:43:44.351513   13696 cli_runner.go:164] Run: docker container inspect functional-017700 --format={{.State.Status}}
I1108 08:43:44.411522   13696 ssh_runner.go:195] Run: systemctl --version
I1108 08:43:44.416517   13696 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-017700
I1108 08:43:44.466524   13696 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63204 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\functional-017700\id_rsa Username:docker}
I1108 08:43:44.590572   13696 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.46s)

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

                                                
                                                
=== 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-017700 image ls --format yaml --alsologtostderr
functional_test.go:281: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-017700 image ls --format yaml --alsologtostderr:
- id: c80c8dbafe7dd71fc21527912a6dd20ccd1b71f3e561a5c28337388d0619538f
repoDigests: []
repoTags:
- registry.k8s.io/kube-controller-manager:v1.34.1
size: "74900000"
- id: d261fd19cb63238535ab80d4e1be1d9e7f6c8b5a28a820188968dd3e6f06072d
repoDigests: []
repoTags:
- docker.io/library/nginx:latest
size: "152000000"
- id: c3994bc6961024917ec0aeee02e62828108c21a52d87648e30f3080d9cbadc97
repoDigests: []
repoTags:
- registry.k8s.io/kube-apiserver:v1.34.1
size: "88000000"
- id: 5f1f5298c888daa46c4409ff4cefe5ca9d16e479419f94cdb5f5d5563dac0115
repoDigests: []
repoTags:
- registry.k8s.io/etcd:3.6.4-0
size: "195000000"
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.3
size: "683000"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests: []
repoTags:
- registry.k8s.io/pause:latest
size: "240000"
- id: 7dd6aaa1717ab7eaae4578503e4c4d9965fcf5a249e8155fe16379ee9b6cb813
repoDigests: []
repoTags:
- registry.k8s.io/kube-scheduler:v1.34.1
size: "52800000"
- id: fc25172553d79197ecd840ec8dba1fba68330079355e974b04c1a441e6a4a0b7
repoDigests: []
repoTags:
- registry.k8s.io/kube-proxy:v1.34.1
size: "71900000"
- 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"
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.1
size: "742000"
- id: 5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933
repoDigests: []
repoTags:
- docker.io/library/mysql:5.7
size: "501000000"
- id: 9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30
repoDigests: []
repoTags:
- docker.io/kicbase/echo-server:functional-017700
- docker.io/kicbase/echo-server:latest
size: "4940000"
- id: a284f56d18c83b6fd2a8cee339d7ebefb2c3da5078006b57c7171e57ee3c0c88
repoDigests: []
repoTags:
- docker.io/library/minikube-local-cache-test:functional-017700
size: "30"
- id: d4918ca78576a537caa7b0c043051c8efc1796de33fee8724ee0fff4a1cabed9
repoDigests: []
repoTags:
- docker.io/library/nginx:alpine
size: "52800000"

                                                
                                                
functional_test.go:284: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-017700 image ls --format yaml --alsologtostderr:
I1108 08:43:43.778465   11092 out.go:360] Setting OutFile to fd 1128 ...
I1108 08:43:43.861834   11092 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1108 08:43:43.861834   11092 out.go:374] Setting ErrFile to fd 848...
I1108 08:43:43.861834   11092 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1108 08:43:43.873836   11092 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1108 08:43:43.873836   11092 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1108 08:43:43.884823   11092 cli_runner.go:164] Run: docker container inspect functional-017700 --format={{.State.Status}}
I1108 08:43:43.946062   11092 ssh_runner.go:195] Run: systemctl --version
I1108 08:43:43.952246   11092 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-017700
I1108 08:43:44.003532   11092 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63204 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\functional-017700\id_rsa Username:docker}
I1108 08:43:44.119816   11092 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.48s)

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

                                                
                                                
=== 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-017700 ssh pgrep buildkitd
functional_test.go:323: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-017700 ssh pgrep buildkitd: exit status 1 (573.7554ms)

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

                                                
                                                
** /stderr **
functional_test.go:330: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 image build -t localhost/my-image:functional-017700 testdata\build --alsologtostderr
functional_test.go:330: (dbg) Done: out/minikube-windows-amd64.exe -p functional-017700 image build -t localhost/my-image:functional-017700 testdata\build --alsologtostderr: (4.131551s)
functional_test.go:338: (dbg) Stderr: out/minikube-windows-amd64.exe -p functional-017700 image build -t localhost/my-image:functional-017700 testdata\build --alsologtostderr:
I1108 08:43:44.843506    3580 out.go:360] Setting OutFile to fd 1408 ...
I1108 08:43:44.920662    3580 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1108 08:43:44.920662    3580 out.go:374] Setting ErrFile to fd 1608...
I1108 08:43:44.920662    3580 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1108 08:43:44.933031    3580 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1108 08:43:44.958541    3580 config.go:182] Loaded profile config "functional-017700": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1108 08:43:44.970999    3580 cli_runner.go:164] Run: docker container inspect functional-017700 --format={{.State.Status}}
I1108 08:43:45.029009    3580 ssh_runner.go:195] Run: systemctl --version
I1108 08:43:45.034006    3580 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-017700
I1108 08:43:45.088181    3580 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63204 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\functional-017700\id_rsa Username:docker}
I1108 08:43:45.220219    3580 build_images.go:162] Building image from path: C:\Users\jenkins.minikube4\AppData\Local\Temp\build.870941825.tar
I1108 08:43:45.227213    3580 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I1108 08:43:45.252522    3580 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.870941825.tar
I1108 08:43:45.259289    3580 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.870941825.tar: stat -c "%s %y" /var/lib/minikube/build/build.870941825.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.870941825.tar': No such file or directory
I1108 08:43:45.259289    3580 ssh_runner.go:362] scp C:\Users\jenkins.minikube4\AppData\Local\Temp\build.870941825.tar --> /var/lib/minikube/build/build.870941825.tar (3072 bytes)
I1108 08:43:45.293991    3580 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.870941825
I1108 08:43:45.313231    3580 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.870941825 -xf /var/lib/minikube/build/build.870941825.tar
I1108 08:43:45.328685    3580 docker.go:361] Building image: /var/lib/minikube/build/build.870941825
I1108 08:43:45.336226    3580 ssh_runner.go:195] Run: docker build -t localhost/my-image:functional-017700 /var/lib/minikube/build/build.870941825
#0 building with "default" instance using docker driver

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

                                                
                                                
#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 [internal] load build context
#4 transferring context: 62B done
#4 DONE 0.1s

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

                                                
                                                
#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:bc4bc0e9ea074769dea45e4a2102f4056a86193d52d27f7774e7750c84259b6c
#8 writing image sha256:bc4bc0e9ea074769dea45e4a2102f4056a86193d52d27f7774e7750c84259b6c done
#8 naming to localhost/my-image:functional-017700 0.0s done
#8 DONE 0.2s
I1108 08:43:48.817880    3580 ssh_runner.go:235] Completed: docker build -t localhost/my-image:functional-017700 /var/lib/minikube/build/build.870941825: (3.4816017s)
I1108 08:43:48.825251    3580 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.870941825
I1108 08:43:48.847168    3580 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.870941825.tar
I1108 08:43:48.861324    3580 build_images.go:218] Built localhost/my-image:functional-017700 from C:\Users\jenkins.minikube4\AppData\Local\Temp\build.870941825.tar
I1108 08:43:48.861360    3580 build_images.go:134] succeeded building to: functional-017700
I1108 08:43:48.861360    3580 build_images.go:135] failed building to: 
functional_test.go:466: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 image ls
E1108 08:44:28.368027     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:44:56.078058     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (5.17s)

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

                                                
                                                
=== 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: (3.3921575s)
functional_test.go:362: (dbg) Run:  docker tag kicbase/echo-server:1.0 kicbase/echo-server:functional-017700
--- PASS: TestFunctional/parallel/ImageCommands/Setup (3.49s)

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

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

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

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

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

                                                
                                                
=== 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-017700
functional_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 image load --daemon kicbase/echo-server:functional-017700 --alsologtostderr
functional_test.go:260: (dbg) Done: out/minikube-windows-amd64.exe -p functional-017700 image load --daemon kicbase/echo-server:functional-017700 --alsologtostderr: (2.7746698s)
functional_test.go:466: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (4.02s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:424: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-017700 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-017700 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (1.12s)

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

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

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.15s)

                                                
                                                
=== 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-017700
--- PASS: TestFunctional/delete_echo-server_images (0.15s)

                                                
                                    
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-017700
--- PASS: TestFunctional/delete_my-image_image (0.06s)

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.07s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (219.82s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 start --ha --memory 3072 --wait true --alsologtostderr -v 5 --driver=docker
E1108 08:49:28.372504     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\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-678000 start --ha --memory 3072 --wait true --alsologtostderr -v 5 --driver=docker: (3m38.1352709s)
ha_test.go:107: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 status --alsologtostderr -v 5
ha_test.go:107: (dbg) Done: out/minikube-windows-amd64.exe -p ha-678000 status --alsologtostderr -v 5: (1.6833455s)
--- PASS: TestMultiControlPlane/serial/StartCluster (219.82s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (9.64s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (2.49s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 kubectl -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 kubectl -- exec busybox-7b57f96db7-5ns49 -- 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-678000 kubectl -- exec busybox-7b57f96db7-5ns49 -- sh -c "ping -c 1 192.168.65.254"
ha_test.go:207: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 kubectl -- exec busybox-7b57f96db7-g8j7w -- 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-678000 kubectl -- exec busybox-7b57f96db7-g8j7w -- sh -c "ping -c 1 192.168.65.254"
ha_test.go:207: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 kubectl -- exec busybox-7b57f96db7-r8ddx -- 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-678000 kubectl -- exec busybox-7b57f96db7-r8ddx -- sh -c "ping -c 1 192.168.65.254"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (2.49s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (57.68s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 node add --alsologtostderr -v 5
E1108 08:52:30.501023     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:52:30.509024     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:52:30.522009     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:52:30.545007     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:52:30.588009     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:52:30.670475     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:52:30.833089     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:52:31.155098     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:52:31.797105     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:52:33.079151     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:52:35.641745     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:52:40.764218     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\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-678000 node add --alsologtostderr -v 5: (55.6116204s)
ha_test.go:234: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 status --alsologtostderr -v 5
ha_test.go:234: (dbg) Done: out/minikube-windows-amd64.exe -p ha-678000 status --alsologtostderr -v 5: (2.0683267s)
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (57.68s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.14s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (2.13s)

                                                
                                                
=== 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.1323078s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterClusterStart (2.13s)

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (34.67s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/CopyFile
ha_test.go:328: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 status --output json --alsologtostderr -v 5
E1108 08:52:51.006754     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
ha_test.go:328: (dbg) Done: out/minikube-windows-amd64.exe -p ha-678000 status --output json --alsologtostderr -v 5: (2.0847818s)
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp testdata\cp-test.txt ha-678000:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiControlPlaneserialCopyFile1998217074\001\cp-test_ha-678000.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000:/home/docker/cp-test.txt ha-678000-m02:/home/docker/cp-test_ha-678000_ha-678000-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m02 "sudo cat /home/docker/cp-test_ha-678000_ha-678000-m02.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000:/home/docker/cp-test.txt ha-678000-m03:/home/docker/cp-test_ha-678000_ha-678000-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m03 "sudo cat /home/docker/cp-test_ha-678000_ha-678000-m03.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000:/home/docker/cp-test.txt ha-678000-m04:/home/docker/cp-test_ha-678000_ha-678000-m04.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m04 "sudo cat /home/docker/cp-test_ha-678000_ha-678000-m04.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp testdata\cp-test.txt ha-678000-m02:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000-m02:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiControlPlaneserialCopyFile1998217074\001\cp-test_ha-678000-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000-m02:/home/docker/cp-test.txt ha-678000:/home/docker/cp-test_ha-678000-m02_ha-678000.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000 "sudo cat /home/docker/cp-test_ha-678000-m02_ha-678000.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000-m02:/home/docker/cp-test.txt ha-678000-m03:/home/docker/cp-test_ha-678000-m02_ha-678000-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m03 "sudo cat /home/docker/cp-test_ha-678000-m02_ha-678000-m03.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000-m02:/home/docker/cp-test.txt ha-678000-m04:/home/docker/cp-test_ha-678000-m02_ha-678000-m04.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m04 "sudo cat /home/docker/cp-test_ha-678000-m02_ha-678000-m04.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp testdata\cp-test.txt ha-678000-m03:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000-m03:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiControlPlaneserialCopyFile1998217074\001\cp-test_ha-678000-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m03 "sudo cat /home/docker/cp-test.txt"
E1108 08:53:11.489887     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\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 ha-678000 cp ha-678000-m03:/home/docker/cp-test.txt ha-678000:/home/docker/cp-test_ha-678000-m03_ha-678000.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000 "sudo cat /home/docker/cp-test_ha-678000-m03_ha-678000.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000-m03:/home/docker/cp-test.txt ha-678000-m02:/home/docker/cp-test_ha-678000-m03_ha-678000-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m02 "sudo cat /home/docker/cp-test_ha-678000-m03_ha-678000-m02.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000-m03:/home/docker/cp-test.txt ha-678000-m04:/home/docker/cp-test_ha-678000-m03_ha-678000-m04.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m04 "sudo cat /home/docker/cp-test_ha-678000-m03_ha-678000-m04.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp testdata\cp-test.txt ha-678000-m04:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000-m04:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiControlPlaneserialCopyFile1998217074\001\cp-test_ha-678000-m04.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000-m04:/home/docker/cp-test.txt ha-678000:/home/docker/cp-test_ha-678000-m04_ha-678000.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000 "sudo cat /home/docker/cp-test_ha-678000-m04_ha-678000.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000-m04:/home/docker/cp-test.txt ha-678000-m02:/home/docker/cp-test_ha-678000-m04_ha-678000-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m02 "sudo cat /home/docker/cp-test_ha-678000-m04_ha-678000-m02.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 cp ha-678000-m04:/home/docker/cp-test.txt ha-678000-m03:/home/docker/cp-test_ha-678000-m04_ha-678000-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 ssh -n ha-678000-m03 "sudo cat /home/docker/cp-test_ha-678000-m04_ha-678000-m03.txt"
--- PASS: TestMultiControlPlane/serial/CopyFile (34.67s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (13.69s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1108 08:53:37.809846    5960 out.go:360] Setting OutFile to fd 1172 ...
	I1108 08:53:37.852289    5960 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 08:53:37.852289    5960 out.go:374] Setting ErrFile to fd 1208...
	I1108 08:53:37.852289    5960 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 08:53:37.863761    5960 out.go:368] Setting JSON to false
	I1108 08:53:37.863761    5960 mustload.go:66] Loading cluster: ha-678000
	I1108 08:53:37.863761    5960 notify.go:221] Checking for updates...
	I1108 08:53:37.864416    5960 config.go:182] Loaded profile config "ha-678000": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
	I1108 08:53:37.864416    5960 status.go:174] checking status of ha-678000 ...
	I1108 08:53:37.876460    5960 cli_runner.go:164] Run: docker container inspect ha-678000 --format={{.State.Status}}
	I1108 08:53:37.932871    5960 status.go:371] ha-678000 host status = "Running" (err=<nil>)
	I1108 08:53:37.932871    5960 host.go:66] Checking if "ha-678000" exists ...
	I1108 08:53:37.939122    5960 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-678000
	I1108 08:53:37.994277    5960 host.go:66] Checking if "ha-678000" exists ...
	I1108 08:53:38.002062    5960 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1108 08:53:38.007528    5960 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-678000
	I1108 08:53:38.063146    5960 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63629 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\ha-678000\id_rsa Username:docker}
	I1108 08:53:38.193152    5960 ssh_runner.go:195] Run: systemctl --version
	I1108 08:53:38.213618    5960 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1108 08:53:38.243386    5960 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" ha-678000
	I1108 08:53:38.294663    5960 kubeconfig.go:125] found "ha-678000" server: "https://127.0.0.1:63628"
	I1108 08:53:38.294663    5960 api_server.go:166] Checking apiserver status ...
	I1108 08:53:38.301664    5960 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1108 08:53:38.329487    5960 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2314/cgroup
	I1108 08:53:38.342702    5960 api_server.go:182] apiserver freezer: "7:freezer:/docker/b68db6c9cea1e42c5495620ef4e7d1926c4058b36a1887f378ac656b34f749d5/kubepods/burstable/pod77c65874772c67f3fa1cddb098029109/a55b25d7813edd07930c93d83cae24c439d744c4e4623200b772f98afb48a85b"
	I1108 08:53:38.349585    5960 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/b68db6c9cea1e42c5495620ef4e7d1926c4058b36a1887f378ac656b34f749d5/kubepods/burstable/pod77c65874772c67f3fa1cddb098029109/a55b25d7813edd07930c93d83cae24c439d744c4e4623200b772f98afb48a85b/freezer.state
	I1108 08:53:38.364361    5960 api_server.go:204] freezer state: "THAWED"
	I1108 08:53:38.364361    5960 api_server.go:253] Checking apiserver healthz at https://127.0.0.1:63628/healthz ...
	I1108 08:53:38.373091    5960 api_server.go:279] https://127.0.0.1:63628/healthz returned 200:
	ok
	I1108 08:53:38.373091    5960 status.go:463] ha-678000 apiserver status = Running (err=<nil>)
	I1108 08:53:38.373091    5960 status.go:176] ha-678000 status: &{Name:ha-678000 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1108 08:53:38.373091    5960 status.go:174] checking status of ha-678000-m02 ...
	I1108 08:53:38.384895    5960 cli_runner.go:164] Run: docker container inspect ha-678000-m02 --format={{.State.Status}}
	I1108 08:53:38.441156    5960 status.go:371] ha-678000-m02 host status = "Stopped" (err=<nil>)
	I1108 08:53:38.441156    5960 status.go:384] host is not running, skipping remaining checks
	I1108 08:53:38.441156    5960 status.go:176] ha-678000-m02 status: &{Name:ha-678000-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1108 08:53:38.441156    5960 status.go:174] checking status of ha-678000-m03 ...
	I1108 08:53:38.453550    5960 cli_runner.go:164] Run: docker container inspect ha-678000-m03 --format={{.State.Status}}
	I1108 08:53:38.509247    5960 status.go:371] ha-678000-m03 host status = "Running" (err=<nil>)
	I1108 08:53:38.509291    5960 host.go:66] Checking if "ha-678000-m03" exists ...
	I1108 08:53:38.515965    5960 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-678000-m03
	I1108 08:53:38.572189    5960 host.go:66] Checking if "ha-678000-m03" exists ...
	I1108 08:53:38.580023    5960 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1108 08:53:38.585372    5960 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-678000-m03
	I1108 08:53:38.638646    5960 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63750 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\ha-678000-m03\id_rsa Username:docker}
	I1108 08:53:38.771039    5960 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1108 08:53:38.797806    5960 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" ha-678000
	I1108 08:53:38.853001    5960 kubeconfig.go:125] found "ha-678000" server: "https://127.0.0.1:63628"
	I1108 08:53:38.853001    5960 api_server.go:166] Checking apiserver status ...
	I1108 08:53:38.861982    5960 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1108 08:53:38.891048    5960 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2216/cgroup
	I1108 08:53:38.904612    5960 api_server.go:182] apiserver freezer: "7:freezer:/docker/65ec21ebdc093c94d9da7a93c2e3a255884595277c2e8211f568b6f92da55ac9/kubepods/burstable/podbeedf5369474fb0b5be290b33acbec55/466dc9561be21247ccabed0f9cb13166851d4fc5e47aa7da280a76cd150a394b"
	I1108 08:53:38.912083    5960 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/65ec21ebdc093c94d9da7a93c2e3a255884595277c2e8211f568b6f92da55ac9/kubepods/burstable/podbeedf5369474fb0b5be290b33acbec55/466dc9561be21247ccabed0f9cb13166851d4fc5e47aa7da280a76cd150a394b/freezer.state
	I1108 08:53:38.924507    5960 api_server.go:204] freezer state: "THAWED"
	I1108 08:53:38.924507    5960 api_server.go:253] Checking apiserver healthz at https://127.0.0.1:63628/healthz ...
	I1108 08:53:38.932597    5960 api_server.go:279] https://127.0.0.1:63628/healthz returned 200:
	ok
	I1108 08:53:38.933121    5960 status.go:463] ha-678000-m03 apiserver status = Running (err=<nil>)
	I1108 08:53:38.933121    5960 status.go:176] ha-678000-m03 status: &{Name:ha-678000-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1108 08:53:38.933121    5960 status.go:174] checking status of ha-678000-m04 ...
	I1108 08:53:38.944180    5960 cli_runner.go:164] Run: docker container inspect ha-678000-m04 --format={{.State.Status}}
	I1108 08:53:38.998935    5960 status.go:371] ha-678000-m04 host status = "Running" (err=<nil>)
	I1108 08:53:38.998935    5960 host.go:66] Checking if "ha-678000-m04" exists ...
	I1108 08:53:39.005854    5960 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-678000-m04
	I1108 08:53:39.063373    5960 host.go:66] Checking if "ha-678000-m04" exists ...
	I1108 08:53:39.071121    5960 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1108 08:53:39.076411    5960 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-678000-m04
	I1108 08:53:39.130893    5960 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:63886 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\ha-678000-m04\id_rsa Username:docker}
	I1108 08:53:39.266618    5960 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1108 08:53:39.286590    5960 status.go:176] ha-678000-m04 status: &{Name:ha-678000-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (1.63s)

                                                
                                                
=== 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.6273249s)
--- PASS: TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (1.63s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (144.89s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:422: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 node start m02 --alsologtostderr -v 5
E1108 08:53:52.452989     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:54:28.376653     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:55:14.375842     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:55:51.451093     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\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-678000 node start m02 --alsologtostderr -v 5: (2m22.6985213s)
ha_test.go:430: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 status --alsologtostderr -v 5
ha_test.go:430: (dbg) Done: out/minikube-windows-amd64.exe -p ha-678000 status --alsologtostderr -v 5: (2.05638s)
ha_test.go:450: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (144.89s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (2.12s)

                                                
                                                
=== 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.1201251s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (2.12s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (194.19s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:458: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 node list --alsologtostderr -v 5
ha_test.go:464: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 stop --alsologtostderr -v 5
ha_test.go:464: (dbg) Done: out/minikube-windows-amd64.exe -p ha-678000 stop --alsologtostderr -v 5: (38.9618158s)
ha_test.go:469: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 start --wait true --alsologtostderr -v 5
E1108 08:57:30.505779     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 08:57:58.220583     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\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-678000 start --wait true --alsologtostderr -v 5: (2m34.8993301s)
ha_test.go:474: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 node list --alsologtostderr -v 5
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (194.19s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (14.61s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:489: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 node delete m03 --alsologtostderr -v 5
E1108 08:59:28.381897     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
ha_test.go:489: (dbg) Done: out/minikube-windows-amd64.exe -p ha-678000 node delete m03 --alsologtostderr -v 5: (12.7447577s)
ha_test.go:495: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 status --alsologtostderr -v 5
ha_test.go:495: (dbg) Done: out/minikube-windows-amd64.exe -p ha-678000 status --alsologtostderr -v 5: (1.540793s)
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.61s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (1.58s)

                                                
                                                
=== 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.5820913s)
--- PASS: TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (1.58s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (37.59s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1108 09:00:15.648185    9220 out.go:360] Setting OutFile to fd 1808 ...
	I1108 09:00:15.692398    9220 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 09:00:15.692398    9220 out.go:374] Setting ErrFile to fd 1476...
	I1108 09:00:15.692398    9220 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 09:00:15.702895    9220 out.go:368] Setting JSON to false
	I1108 09:00:15.702895    9220 mustload.go:66] Loading cluster: ha-678000
	I1108 09:00:15.702895    9220 notify.go:221] Checking for updates...
	I1108 09:00:15.703727    9220 config.go:182] Loaded profile config "ha-678000": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
	I1108 09:00:15.703727    9220 status.go:174] checking status of ha-678000 ...
	I1108 09:00:15.717824    9220 cli_runner.go:164] Run: docker container inspect ha-678000 --format={{.State.Status}}
	I1108 09:00:15.776529    9220 status.go:371] ha-678000 host status = "Stopped" (err=<nil>)
	I1108 09:00:15.776529    9220 status.go:384] host is not running, skipping remaining checks
	I1108 09:00:15.776529    9220 status.go:176] ha-678000 status: &{Name:ha-678000 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1108 09:00:15.776529    9220 status.go:174] checking status of ha-678000-m02 ...
	I1108 09:00:15.790548    9220 cli_runner.go:164] Run: docker container inspect ha-678000-m02 --format={{.State.Status}}
	I1108 09:00:15.844504    9220 status.go:371] ha-678000-m02 host status = "Stopped" (err=<nil>)
	I1108 09:00:15.844504    9220 status.go:384] host is not running, skipping remaining checks
	I1108 09:00:15.844504    9220 status.go:176] ha-678000-m02 status: &{Name:ha-678000-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1108 09:00:15.844504    9220 status.go:174] checking status of ha-678000-m04 ...
	I1108 09:00:15.856510    9220 cli_runner.go:164] Run: docker container inspect ha-678000-m04 --format={{.State.Status}}
	I1108 09:00:15.911676    9220 status.go:371] ha-678000-m04 host status = "Stopped" (err=<nil>)
	I1108 09:00:15.911676    9220 status.go:384] host is not running, skipping remaining checks
	I1108 09:00:15.911676    9220 status.go:176] ha-678000-m04 status: &{Name:ha-678000-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (115.55s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:562: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 start --wait true --alsologtostderr -v 5 --driver=docker
ha_test.go:562: (dbg) Done: out/minikube-windows-amd64.exe -p ha-678000 start --wait true --alsologtostderr -v 5 --driver=docker: (1m53.6544446s)
ha_test.go:568: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 status --alsologtostderr -v 5
ha_test.go:568: (dbg) Done: out/minikube-windows-amd64.exe -p ha-678000 status --alsologtostderr -v 5: (1.5124161s)
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 (115.55s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (1.6s)

                                                
                                                
=== 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.5994217s)
--- PASS: TestMultiControlPlane/serial/DegradedAfterClusterRestart (1.60s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (88.01s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:607: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 node add --control-plane --alsologtostderr -v 5
E1108 09:02:30.509734     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\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-678000 node add --control-plane --alsologtostderr -v 5: (1m25.9675025s)
ha_test.go:613: (dbg) Run:  out/minikube-windows-amd64.exe -p ha-678000 status --alsologtostderr -v 5
ha_test.go:613: (dbg) Done: out/minikube-windows-amd64.exe -p ha-678000 status --alsologtostderr -v 5: (2.0402504s)
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (88.01s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (2.12s)

                                                
                                                
=== 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.115699s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (2.12s)

                                                
                                    
x
+
TestImageBuild/serial/Setup (52.26s)

                                                
                                                
=== RUN   TestImageBuild/serial/Setup
image_test.go:69: (dbg) Run:  out/minikube-windows-amd64.exe start -p image-540200 --driver=docker
E1108 09:04:28.385701     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\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-540200 --driver=docker: (52.2628371s)
--- PASS: TestImageBuild/serial/Setup (52.26s)

                                                
                                    
x
+
TestImageBuild/serial/NormalBuild (4.49s)

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

                                                
                                    
x
+
TestImageBuild/serial/BuildWithBuildArg (2s)

                                                
                                                
=== 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-540200
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-540200: (2.0012927s)
--- PASS: TestImageBuild/serial/BuildWithBuildArg (2.00s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithDockerIgnore (1.35s)

                                                
                                                
=== 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-540200
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-540200: (1.3481911s)
--- PASS: TestImageBuild/serial/BuildWithDockerIgnore (1.35s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithSpecifiedDockerfile (1.31s)

                                                
                                                
=== 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-540200
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-540200: (1.3081897s)
--- PASS: TestImageBuild/serial/BuildWithSpecifiedDockerfile (1.31s)

                                                
                                    
x
+
TestJSONOutput/start/Command (84.21s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-windows-amd64.exe start -p json-output-512900 --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-512900 --output=json --user=testUser --memory=3072 --wait=true --driver=docker: (1m24.2092156s)
--- PASS: TestJSONOutput/start/Command (84.21s)

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

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

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

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

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

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

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

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"ed5bf716-ef0d-4c23-b0a6-1abd188c2096","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-907600] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6456 Build 19045.6456","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"31ad66c9-9098-4b59-936f-11ee3f193824","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":"77461731-d45e-4260-b77d-10b76fc9723a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"72cbb60f-adc5-4479-8858-dee6a56199e3","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":"72ccd540-1eca-42cc-a6c6-31b43af604a9","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=21866"}}
	{"specversion":"1.0","id":"797c4bb8-b0c0-470a-a554-431a0b74fd02","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":"9d055e60-4874-4c52-aa4e-171b85ad0773","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-907600" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p json-output-error-907600
--- PASS: TestErrorJSONOutput (0.68s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (58.4s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-windows-amd64.exe start -p docker-network-013200 --network=
E1108 09:07:30.514154     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\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-013200 --network=: (54.6773528s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-013200" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p docker-network-013200
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p docker-network-013200: (3.6528305s)
--- PASS: TestKicCustomNetwork/create_custom_network (58.40s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (59.16s)

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

                                                
                                    
x
+
TestKicExistingNetwork (57.83s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I1108 09:08:46.678821     940 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}}]}"
W1108 09:08:46.730465     940 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
I1108 09:08:46.736465     940 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I1108 09:08:46.736465     940 cli_runner.go:164] Run: docker network inspect existing-network
W1108 09:08:46.788466     940 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I1108 09:08:46.788466     940 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
I1108 09:08:46.788466     940 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

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

                                                
                                                
** /stderr **
I1108 09:08:46.793466     940 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}}]}"
I1108 09:08:46.862467     940 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:0xc0005b1ec0}
I1108 09:08:46.862467     940 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 ...
I1108 09:08:46.867468     940 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
W1108 09:08:46.927985     940 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
W1108 09:08:46.927985     940 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
W1108 09:08:46.927985     940 network_create.go:116] failed to create docker network existing-network 192.168.49.0/24, will retry: subnet is taken
I1108 09:08:46.942919     940 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>}
I1108 09:08:46.958636     940 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:0xc001623890}
I1108 09:08:46.958636     940 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 ...
I1108 09:08:46.964625     940 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
I1108 09:08:47.103611     940 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-667300 --network=existing-network
E1108 09:08:53.591789     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:09:28.390364     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\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-667300 --network=existing-network: (54.02081s)
helpers_test.go:175: Cleaning up "existing-network-667300" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p existing-network-667300
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p existing-network-667300: (3.2485152s)
I1108 09:09:44.444765     940 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (57.83s)

                                                
                                    
x
+
TestKicCustomSubnet (57.5s)

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

                                                
                                    
x
+
TestKicStaticIP (56.51s)

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

                                                
                                    
x
+
TestMainNoArgs (0.17s)

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

                                                
                                    
x
+
TestMinikubeProfile (109.13s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-windows-amd64.exe start -p first-865400 --driver=docker
minikube_profile_test.go:44: (dbg) Done: out/minikube-windows-amd64.exe start -p first-865400 --driver=docker: (49.9972242s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-windows-amd64.exe start -p second-865400 --driver=docker
E1108 09:12:30.519095     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:12:31.468055     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\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-865400 --driver=docker: (48.5296971s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-windows-amd64.exe profile first-865400
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.270631s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-windows-amd64.exe profile second-865400
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.3586688s)
helpers_test.go:175: Cleaning up "second-865400" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p second-865400
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p second-865400: (3.8067635s)
helpers_test.go:175: Cleaning up "first-865400" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p first-865400
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p first-865400: (3.6952739s)
--- PASS: TestMinikubeProfile (109.13s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (14.68s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountFirst
mount_start_test.go:118: (dbg) Run:  out/minikube-windows-amd64.exe start -p mount-start-1-072500 --memory=3072 --mount-string C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMountStartserial1858474533\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-072500 --memory=3072 --mount-string C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMountStartserial1858474533\001:/minikube-host --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker: (13.6804862s)
--- PASS: TestMountStart/serial/StartWithMountFirst (14.68s)

                                                
                                    
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-072500 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountFirst (0.58s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (14.3s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountSecond
mount_start_test.go:118: (dbg) Run:  out/minikube-windows-amd64.exe start -p mount-start-2-072500 --memory=3072 --mount-string C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMountStartserial1858474533\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-072500 --memory=3072 --mount-string C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMountStartserial1858474533\001:/minikube-host --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker: (13.3011031s)
--- PASS: TestMountStart/serial/StartWithMountSecond (14.30s)

                                                
                                    
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-072500 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountSecond (0.56s)

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (2.51s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.56s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.89s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (10.88s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.56s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (136.14s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-351400 --wait=true --memory=3072 --nodes=2 -v=5 --alsologtostderr --driver=docker
E1108 09:14:28.394947     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\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-351400 --wait=true --memory=3072 --nodes=2 -v=5 --alsologtostderr --driver=docker: (2m15.1052569s)
multinode_test.go:102: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 status --alsologtostderr
multinode_test.go:102: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-351400 status --alsologtostderr: (1.0357786s)
--- PASS: TestMultiNode/serial/FreshStart2Nodes (136.14s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (7.46s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (1.79s)

                                                
                                                
=== RUN   TestMultiNode/serial/PingHostFrom2Pods
multinode_test.go:564: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-351400 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:572: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-351400 -- exec busybox-7b57f96db7-h98nf -- 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-351400 -- exec busybox-7b57f96db7-h98nf -- sh -c "ping -c 1 192.168.65.254"
multinode_test.go:572: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-351400 -- exec busybox-7b57f96db7-pdjf7 -- 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-351400 -- exec busybox-7b57f96db7-pdjf7 -- sh -c "ping -c 1 192.168.65.254"
--- PASS: TestMultiNode/serial/PingHostFrom2Pods (1.79s)

                                                
                                    
x
+
TestMultiNode/serial/AddNode (57.15s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-windows-amd64.exe node add -p multinode-351400 -v=5 --alsologtostderr
E1108 09:17:30.523097     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
multinode_test.go:121: (dbg) Done: out/minikube-windows-amd64.exe node add -p multinode-351400 -v=5 --alsologtostderr: (55.7881684s)
multinode_test.go:127: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 status --alsologtostderr
multinode_test.go:127: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-351400 status --alsologtostderr: (1.362653s)
--- PASS: TestMultiNode/serial/AddNode (57.15s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.15s)

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

                                                
                                    
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.4343771s)
--- PASS: TestMultiNode/serial/ProfileList (1.43s)

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (19.95s)

                                                
                                                
=== RUN   TestMultiNode/serial/CopyFile
multinode_test.go:184: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 status --output json --alsologtostderr
multinode_test.go:184: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-351400 status --output json --alsologtostderr: (1.3779428s)
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 cp testdata\cp-test.txt multinode-351400:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 cp multinode-351400:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiNodeserialCopyFile3923585746\001\cp-test_multinode-351400.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 cp multinode-351400:/home/docker/cp-test.txt multinode-351400-m02:/home/docker/cp-test_multinode-351400_multinode-351400-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400-m02 "sudo cat /home/docker/cp-test_multinode-351400_multinode-351400-m02.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 cp multinode-351400:/home/docker/cp-test.txt multinode-351400-m03:/home/docker/cp-test_multinode-351400_multinode-351400-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400-m03 "sudo cat /home/docker/cp-test_multinode-351400_multinode-351400-m03.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 cp testdata\cp-test.txt multinode-351400-m02:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 cp multinode-351400-m02:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiNodeserialCopyFile3923585746\001\cp-test_multinode-351400-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 cp multinode-351400-m02:/home/docker/cp-test.txt multinode-351400:/home/docker/cp-test_multinode-351400-m02_multinode-351400.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400 "sudo cat /home/docker/cp-test_multinode-351400-m02_multinode-351400.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 cp multinode-351400-m02:/home/docker/cp-test.txt multinode-351400-m03:/home/docker/cp-test_multinode-351400-m02_multinode-351400-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400-m03 "sudo cat /home/docker/cp-test_multinode-351400-m02_multinode-351400-m03.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 cp testdata\cp-test.txt multinode-351400-m03:/home/docker/cp-test.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 cp multinode-351400-m03:/home/docker/cp-test.txt C:\Users\jenkins.minikube4\AppData\Local\Temp\TestMultiNodeserialCopyFile3923585746\001\cp-test_multinode-351400-m03.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 cp multinode-351400-m03:/home/docker/cp-test.txt multinode-351400:/home/docker/cp-test_multinode-351400-m03_multinode-351400.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400 "sudo cat /home/docker/cp-test_multinode-351400-m03_multinode-351400.txt"
helpers_test.go:573: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 cp multinode-351400-m03:/home/docker/cp-test.txt multinode-351400-m02:/home/docker/cp-test_multinode-351400-m03_multinode-351400-m02.txt
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:551: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 ssh -n multinode-351400-m02 "sudo cat /home/docker/cp-test_multinode-351400-m03_multinode-351400-m02.txt"
--- PASS: TestMultiNode/serial/CopyFile (19.95s)

                                                
                                    
x
+
TestMultiNode/serial/StopNode (3.99s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1108 09:18:04.484401    6612 out.go:360] Setting OutFile to fd 1928 ...
	I1108 09:18:04.528356    6612 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 09:18:04.528356    6612 out.go:374] Setting ErrFile to fd 1324...
	I1108 09:18:04.528356    6612 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 09:18:04.539445    6612 out.go:368] Setting JSON to false
	I1108 09:18:04.539505    6612 mustload.go:66] Loading cluster: multinode-351400
	I1108 09:18:04.539505    6612 notify.go:221] Checking for updates...
	I1108 09:18:04.540089    6612 config.go:182] Loaded profile config "multinode-351400": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
	I1108 09:18:04.540089    6612 status.go:174] checking status of multinode-351400 ...
	I1108 09:18:04.551715    6612 cli_runner.go:164] Run: docker container inspect multinode-351400 --format={{.State.Status}}
	I1108 09:18:04.611439    6612 status.go:371] multinode-351400 host status = "Running" (err=<nil>)
	I1108 09:18:04.611439    6612 host.go:66] Checking if "multinode-351400" exists ...
	I1108 09:18:04.620439    6612 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-351400
	I1108 09:18:04.673456    6612 host.go:66] Checking if "multinode-351400" exists ...
	I1108 09:18:04.680442    6612 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1108 09:18:04.686443    6612 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-351400
	I1108 09:18:04.736442    6612 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:65078 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\multinode-351400\id_rsa Username:docker}
	I1108 09:18:04.860584    6612 ssh_runner.go:195] Run: systemctl --version
	I1108 09:18:04.879430    6612 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1108 09:18:04.904034    6612 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" multinode-351400
	I1108 09:18:04.962435    6612 kubeconfig.go:125] found "multinode-351400" server: "https://127.0.0.1:65082"
	I1108 09:18:04.962531    6612 api_server.go:166] Checking apiserver status ...
	I1108 09:18:04.969895    6612 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I1108 09:18:04.998342    6612 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2306/cgroup
	I1108 09:18:05.014464    6612 api_server.go:182] apiserver freezer: "7:freezer:/docker/9a5bdcb3102da76eb677bcaf3652eb4f285ffe3f8b9c99355d8a5f78926a8147/kubepods/burstable/pod9479aae14def774a6b7e2c5569e8f1f4/fcfc852ea0dcc68e6324c3c9af41e95d1095959cc53082db03b68d4d976eaa7e"
	I1108 09:18:05.021553    6612 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/9a5bdcb3102da76eb677bcaf3652eb4f285ffe3f8b9c99355d8a5f78926a8147/kubepods/burstable/pod9479aae14def774a6b7e2c5569e8f1f4/fcfc852ea0dcc68e6324c3c9af41e95d1095959cc53082db03b68d4d976eaa7e/freezer.state
	I1108 09:18:05.034401    6612 api_server.go:204] freezer state: "THAWED"
	I1108 09:18:05.034921    6612 api_server.go:253] Checking apiserver healthz at https://127.0.0.1:65082/healthz ...
	I1108 09:18:05.043385    6612 api_server.go:279] https://127.0.0.1:65082/healthz returned 200:
	ok
	I1108 09:18:05.043385    6612 status.go:463] multinode-351400 apiserver status = Running (err=<nil>)
	I1108 09:18:05.043385    6612 status.go:176] multinode-351400 status: &{Name:multinode-351400 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1108 09:18:05.043385    6612 status.go:174] checking status of multinode-351400-m02 ...
	I1108 09:18:05.055792    6612 cli_runner.go:164] Run: docker container inspect multinode-351400-m02 --format={{.State.Status}}
	I1108 09:18:05.112483    6612 status.go:371] multinode-351400-m02 host status = "Running" (err=<nil>)
	I1108 09:18:05.112483    6612 host.go:66] Checking if "multinode-351400-m02" exists ...
	I1108 09:18:05.120122    6612 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-351400-m02
	I1108 09:18:05.174640    6612 host.go:66] Checking if "multinode-351400-m02" exists ...
	I1108 09:18:05.183128    6612 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I1108 09:18:05.188769    6612 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-351400-m02
	I1108 09:18:05.242678    6612 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:65130 SSHKeyPath:C:\Users\jenkins.minikube4\minikube-integration\.minikube\machines\multinode-351400-m02\id_rsa Username:docker}
	I1108 09:18:05.371943    6612 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I1108 09:18:05.391149    6612 status.go:176] multinode-351400-m02 status: &{Name:multinode-351400-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I1108 09:18:05.391149    6612 status.go:174] checking status of multinode-351400-m03 ...
	I1108 09:18:05.403294    6612 cli_runner.go:164] Run: docker container inspect multinode-351400-m03 --format={{.State.Status}}
	I1108 09:18:05.458640    6612 status.go:371] multinode-351400-m03 host status = "Stopped" (err=<nil>)
	I1108 09:18:05.458640    6612 status.go:384] host is not running, skipping remaining checks
	I1108 09:18:05.458640    6612 status.go:176] multinode-351400-m03 status: &{Name:multinode-351400-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (13.57s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (81.36s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-windows-amd64.exe node list -p multinode-351400
multinode_test.go:321: (dbg) Run:  out/minikube-windows-amd64.exe stop -p multinode-351400
multinode_test.go:321: (dbg) Done: out/minikube-windows-amd64.exe stop -p multinode-351400: (24.8948559s)
multinode_test.go:326: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-351400 --wait=true -v=5 --alsologtostderr
E1108 09:19:28.398822     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\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-351400 --wait=true -v=5 --alsologtostderr: (56.1519638s)
multinode_test.go:331: (dbg) Run:  out/minikube-windows-amd64.exe node list -p multinode-351400
--- PASS: TestMultiNode/serial/RestartKeepsNodes (81.36s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (8.41s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeleteNode
multinode_test.go:416: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 node delete m03
multinode_test.go:416: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-351400 node delete m03: (7.0946688s)
multinode_test.go:422: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 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.41s)

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (24.14s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I1108 09:20:12.738406    5816 out.go:360] Setting OutFile to fd 1852 ...
	I1108 09:20:12.786165    5816 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 09:20:12.786165    5816 out.go:374] Setting ErrFile to fd 1188...
	I1108 09:20:12.786165    5816 out.go:408] TERM=,COLORTERM=, which probably does not support color
	I1108 09:20:12.798836    5816 out.go:368] Setting JSON to false
	I1108 09:20:12.798962    5816 mustload.go:66] Loading cluster: multinode-351400
	I1108 09:20:12.798962    5816 notify.go:221] Checking for updates...
	I1108 09:20:12.799094    5816 config.go:182] Loaded profile config "multinode-351400": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
	I1108 09:20:12.799616    5816 status.go:174] checking status of multinode-351400 ...
	I1108 09:20:12.812491    5816 cli_runner.go:164] Run: docker container inspect multinode-351400 --format={{.State.Status}}
	I1108 09:20:12.871205    5816 status.go:371] multinode-351400 host status = "Stopped" (err=<nil>)
	I1108 09:20:12.871276    5816 status.go:384] host is not running, skipping remaining checks
	I1108 09:20:12.871276    5816 status.go:176] multinode-351400 status: &{Name:multinode-351400 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I1108 09:20:12.871311    5816 status.go:174] checking status of multinode-351400-m02 ...
	I1108 09:20:12.883075    5816 cli_runner.go:164] Run: docker container inspect multinode-351400-m02 --format={{.State.Status}}
	I1108 09:20:12.939373    5816 status.go:371] multinode-351400-m02 host status = "Stopped" (err=<nil>)
	I1108 09:20:12.939433    5816 status.go:384] host is not running, skipping remaining checks
	I1108 09:20:12.939433    5816 status.go:176] multinode-351400-m02 status: &{Name:multinode-351400-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (59.75s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-351400 --wait=true -v=5 --alsologtostderr --driver=docker
multinode_test.go:376: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-351400 --wait=true -v=5 --alsologtostderr --driver=docker: (58.2864644s)
multinode_test.go:382: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-351400 status --alsologtostderr
multinode_test.go:382: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-351400 status --alsologtostderr: (1.0428147s)
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 (59.75s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (56.78s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	! Profile name 'multinode-351400-m02' is duplicated with machine name 'multinode-351400-m02' in profile 'multinode-351400'
	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-351400-m03 --driver=docker
multinode_test.go:472: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-351400-m03 --driver=docker: (51.9507181s)
multinode_test.go:479: (dbg) Run:  out/minikube-windows-amd64.exe node add -p multinode-351400
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-windows-amd64.exe node add -p multinode-351400: exit status 80 (731.8452ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to GUEST_NODE_ADD: failed to add node: Node multinode-351400-m03 already exists in multinode-351400-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_57.log    │
	│                                                                                                                       │
	╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

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

                                                
                                    
x
+
TestPreload (147.33s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:43: (dbg) Run:  out/minikube-windows-amd64.exe start -p test-preload-706400 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.32.0
E1108 09:22:30.527645     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
preload_test.go:43: (dbg) Done: out/minikube-windows-amd64.exe start -p test-preload-706400 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.32.0: (1m22.5424168s)
preload_test.go:51: (dbg) Run:  out/minikube-windows-amd64.exe -p test-preload-706400 image pull gcr.io/k8s-minikube/busybox
preload_test.go:51: (dbg) Done: out/minikube-windows-amd64.exe -p test-preload-706400 image pull gcr.io/k8s-minikube/busybox: (2.1093712s)
preload_test.go:57: (dbg) Run:  out/minikube-windows-amd64.exe stop -p test-preload-706400
preload_test.go:57: (dbg) Done: out/minikube-windows-amd64.exe stop -p test-preload-706400: (6.7897914s)
preload_test.go:65: (dbg) Run:  out/minikube-windows-amd64.exe start -p test-preload-706400 --memory=3072 --alsologtostderr -v=1 --wait=true --driver=docker
E1108 09:24:28.404651     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
preload_test.go:65: (dbg) Done: out/minikube-windows-amd64.exe start -p test-preload-706400 --memory=3072 --alsologtostderr -v=1 --wait=true --driver=docker: (51.7522442s)
preload_test.go:70: (dbg) Run:  out/minikube-windows-amd64.exe -p test-preload-706400 image list
helpers_test.go:175: Cleaning up "test-preload-706400" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p test-preload-706400
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p test-preload-706400: (3.6233928s)
--- PASS: TestPreload (147.33s)

                                                
                                    
x
+
TestScheduledStopWindows (116.28s)

                                                
                                                
=== RUN   TestScheduledStopWindows
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-windows-amd64.exe start -p scheduled-stop-006500 --memory=3072 --driver=docker
scheduled_stop_test.go:128: (dbg) Done: out/minikube-windows-amd64.exe start -p scheduled-stop-006500 --memory=3072 --driver=docker: (49.7766926s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-windows-amd64.exe stop -p scheduled-stop-006500 --schedule 5m
E1108 09:25:33.608594     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
scheduled_stop_test.go:137: (dbg) Done: out/minikube-windows-amd64.exe stop -p scheduled-stop-006500 --schedule 5m: (1.0271463s)
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.TimeToStop}} -p scheduled-stop-006500 -n scheduled-stop-006500
scheduled_stop_test.go:54: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p scheduled-stop-006500 -- sudo systemctl show minikube-scheduled-stop --no-page
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-windows-amd64.exe stop -p scheduled-stop-006500 --schedule 5s
scheduled_stop_test.go:137: (dbg) Done: out/minikube-windows-amd64.exe stop -p scheduled-stop-006500 --schedule 5s: (1.1954269s)
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-windows-amd64.exe status -p scheduled-stop-006500
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status -p scheduled-stop-006500: exit status 7 (236.3244ms)

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

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (31.96s)

                                                
                                                
=== RUN   TestInsufficientStorage
status_test.go:50: (dbg) Run:  out/minikube-windows-amd64.exe start -p insufficient-storage-534500 --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-534500 --memory=3072 --output=json --wait=true --driver=docker: exit status 26 (27.9978506s)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"8cac350f-1085-4464-85f4-257b5469621d","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-534500] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6456 Build 19045.6456","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"f736b6ce-a8f4-4c3d-8411-439820ce3358","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":"6777abb0-ad1e-4206-b457-638fe39e602c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"38e3545d-f079-4ac1-ba76-c62ac941a6ef","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":"345aa8bd-7243-404c-89ee-45e85da89e79","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=21866"}}
	{"specversion":"1.0","id":"81f5fa49-edc8-4ea6-b52d-5993a1ff6711","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":"cda7e2d9-8dee-48d1-8545-c0b03b0bcbb9","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":"9bedb1fc-eaaa-471e-a848-4f0913aedb64","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":"1e94ec41-e5c3-46be-82db-d5430272449f","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":"bae512aa-e619-489a-b3f4-0c1380e98781","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":"b59d70e2-86d9-497d-a997-39a32cd8373c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-534500\" primary control-plane node in \"insufficient-storage-534500\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"64bf0c54-0cda-4d37-a7c5-d5dc9ccf81e8","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-1761985721-21837 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"1d53a79d-7403-467b-9842-514f589c174c","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":"89f9f39a-92e1-4680-ac53-9690bd7d6269","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-534500 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status -p insufficient-storage-534500 --output=json --layout=cluster: exit status 7 (604.5104ms)

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-534500","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-534500","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	E1108 09:27:08.193139    9464 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-534500" 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-534500 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status -p insufficient-storage-534500 --output=json --layout=cluster: exit status 7 (603.8533ms)

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-534500","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-534500","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	E1108 09:27:08.800533   13852 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-534500" does not appear in C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	E1108 09:27:08.824949   13852 status.go:258] unable to read event log: stat: CreateFile C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\insufficient-storage-534500\events.json: The system cannot find the file specified.

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

                                                
                                    
x
+
TestKubernetesUpgrade (488.26s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-198900 --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-198900 --memory=3072 --kubernetes-version=v1.28.0 --alsologtostderr -v=1 --driver=docker: (49.9092268s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-windows-amd64.exe stop -p kubernetes-upgrade-198900
version_upgrade_test.go:227: (dbg) Done: out/minikube-windows-amd64.exe stop -p kubernetes-upgrade-198900: (4.312001s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-windows-amd64.exe -p kubernetes-upgrade-198900 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p kubernetes-upgrade-198900 status --format={{.Host}}: exit status 7 (246.7921ms)

                                                
                                                
-- 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-198900 --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-198900 --memory=3072 --kubernetes-version=v1.34.1 --alsologtostderr -v=1 --driver=docker: (6m21.2614039s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-198900 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-198900 --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-198900 --memory=3072 --kubernetes-version=v1.28.0 --driver=docker: exit status 106 (256.5589ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-198900] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6456 Build 19045.6456
	  - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21866
	  - 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-198900
	    minikube start -p kubernetes-upgrade-198900 --kubernetes-version=v1.28.0
	    
	    2) Create a second cluster with Kubernetes 1.28.0, by running:
	    
	    minikube start -p kubernetes-upgrade-1989002 --kubernetes-version=v1.28.0
	    
	    3) Use the existing cluster at version Kubernetes 1.34.1, by running:
	    
	    minikube start -p kubernetes-upgrade-198900 --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-198900 --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-198900 --memory=3072 --kubernetes-version=v1.34.1 --alsologtostderr -v=1 --driver=docker: (47.2664229s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-198900" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p kubernetes-upgrade-198900
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p kubernetes-upgrade-198900: (4.8820404s)
--- PASS: TestKubernetesUpgrade (488.26s)

                                                
                                    
x
+
TestMissingContainerUpgrade (147.78s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.32.0.771438303.exe start -p missing-upgrade-813900 --memory=3072 --driver=docker
version_upgrade_test.go:309: (dbg) Done: C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.32.0.771438303.exe start -p missing-upgrade-813900 --memory=3072 --driver=docker: (1m7.7736064s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-813900
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-813900: (2.2584499s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-813900
version_upgrade_test.go:329: (dbg) Run:  out/minikube-windows-amd64.exe start -p missing-upgrade-813900 --memory=3072 --alsologtostderr -v=1 --driver=docker
version_upgrade_test.go:329: (dbg) Done: out/minikube-windows-amd64.exe start -p missing-upgrade-813900 --memory=3072 --alsologtostderr -v=1 --driver=docker: (1m13.0043445s)
helpers_test.go:175: Cleaning up "missing-upgrade-813900" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p missing-upgrade-813900
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p missing-upgrade-813900: (3.5563914s)
--- PASS: TestMissingContainerUpgrade (147.78s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (1.15s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.28s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-513800] minikube v1.37.0 on Microsoft Windows 10 Enterprise N 10.0.19045.6456 Build 19045.6456
	  - KUBECONFIG=C:\Users\jenkins.minikube4\minikube-integration\kubeconfig
	  - MINIKUBE_FORCE_SYSTEMD=
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube4\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=21866
	  - 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.28s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (91.59s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithK8s
no_kubernetes_test.go:97: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-513800 --memory=3072 --alsologtostderr -v=5 --driver=docker
no_kubernetes_test.go:97: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-513800 --memory=3072 --alsologtostderr -v=5 --driver=docker: (1m30.8488215s)
no_kubernetes_test.go:202: (dbg) Run:  out/minikube-windows-amd64.exe -p NoKubernetes-513800 status -o json
--- PASS: TestNoKubernetes/serial/StartWithK8s (91.59s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (182.49s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.32.0.1269266421.exe start -p stopped-upgrade-513800 --memory=3072 --vm-driver=docker
E1108 09:27:30.532353     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
version_upgrade_test.go:183: (dbg) Done: C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.32.0.1269266421.exe start -p stopped-upgrade-513800 --memory=3072 --vm-driver=docker: (2m32.6961427s)
version_upgrade_test.go:192: (dbg) Run:  C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.32.0.1269266421.exe -p stopped-upgrade-513800 stop
version_upgrade_test.go:192: (dbg) Done: C:\Users\jenkins.minikube4\AppData\Local\Temp\minikube-v1.32.0.1269266421.exe -p stopped-upgrade-513800 stop: (3.1777657s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-windows-amd64.exe start -p stopped-upgrade-513800 --memory=3072 --alsologtostderr -v=1 --driver=docker
version_upgrade_test.go:198: (dbg) Done: out/minikube-windows-amd64.exe start -p stopped-upgrade-513800 --memory=3072 --alsologtostderr -v=1 --driver=docker: (26.6173097s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (182.49s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (22.75s)

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

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

                                                
                                                
-- /stdout --
no_kubernetes_test.go:126: (dbg) Run:  out/minikube-windows-amd64.exe delete -p NoKubernetes-513800
no_kubernetes_test.go:126: (dbg) Done: out/minikube-windows-amd64.exe delete -p NoKubernetes-513800: (3.3090131s)
--- PASS: TestNoKubernetes/serial/StartWithStopK8s (22.75s)

                                                
                                    
x
+
TestNoKubernetes/serial/Start (30.79s)

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

                                                
                                    
x
+
TestPause/serial/Start (98.08s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-windows-amd64.exe start -p pause-791100 --memory=3072 --install-addons=false --wait=all --driver=docker
E1108 09:29:11.484965     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:29:28.408138     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
pause_test.go:80: (dbg) Done: out/minikube-windows-amd64.exe start -p pause-791100 --memory=3072 --install-addons=false --wait=all --driver=docker: (1m38.083754s)
--- PASS: TestPause/serial/Start (98.08s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.66s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (5.53s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/ProfileList
no_kubernetes_test.go:171: (dbg) Run:  out/minikube-windows-amd64.exe profile list
no_kubernetes_test.go:171: (dbg) Done: out/minikube-windows-amd64.exe profile list: (2.8039423s)
no_kubernetes_test.go:181: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output=json
no_kubernetes_test.go:181: (dbg) Done: out/minikube-windows-amd64.exe profile list --output=json: (2.7239706s)
--- PASS: TestNoKubernetes/serial/ProfileList (5.53s)

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.94s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Stop
no_kubernetes_test.go:160: (dbg) Run:  out/minikube-windows-amd64.exe stop -p NoKubernetes-513800
no_kubernetes_test.go:160: (dbg) Done: out/minikube-windows-amd64.exe stop -p NoKubernetes-513800: (1.9434748s)
--- PASS: TestNoKubernetes/serial/Stop (1.94s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (10.44s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:193: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-513800 --driver=docker
no_kubernetes_test.go:193: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-513800 --driver=docker: (10.4415765s)
--- PASS: TestNoKubernetes/serial/StartNoArgs (10.44s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.58s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.86s)

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

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (56.5s)

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

                                                
                                    
x
+
TestPause/serial/Pause (1.16s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.67s)

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

                                                
                                                
-- stdout --
	{"Name":"pause-791100","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-791100","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.67s)

                                                
                                    
x
+
TestPause/serial/Unpause (4.92s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (1.92s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (4.13s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (2.07s)

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

                                                
                                                
-- stdout --
	[]

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

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

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

                                                
                                                
=== 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-885900 --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-885900 --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: (1m2.3050304s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (62.31s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-windows-amd64.exe start -p no-preload-260100 --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-260100 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.34.1: (1m39.8872018s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (99.89s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-885900 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" [8134c5ed-b40b-4831-9fe6-e14cae412716] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [8134c5ed-b40b-4831-9fe6-e14cae412716] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 12.0055903s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-885900 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (12.66s)

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

                                                
                                                
=== 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-885900 --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-885900 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.5344603s)
start_stop_delete_test.go:213: (dbg) Run:  kubectl --context old-k8s-version-885900 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (1.74s)

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

                                                
                                                
=== 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-885900 --alsologtostderr -v=3
E1108 09:34:28.411834     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
start_stop_delete_test.go:226: (dbg) Done: out/minikube-windows-amd64.exe stop -p old-k8s-version-885900 --alsologtostderr -v=3: (13.3396805s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (13.34s)

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

                                                
                                                
=== 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-885900 -n old-k8s-version-885900
start_stop_delete_test.go:237: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p old-k8s-version-885900 -n old-k8s-version-885900: exit status 7 (228.2457ms)

                                                
                                                
-- 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-885900 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (0.56s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/SecondStart (32.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-885900 --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-885900 --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: (32.2333064s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p old-k8s-version-885900 -n old-k8s-version-885900
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (32.94s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (21.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-2c225" [b849242b-b341-4080-add4-b449767df67c] Pending / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
helpers_test.go:352: "kubernetes-dashboard-8694d4445c-2c225" [b849242b-b341-4080-add4-b449767df67c] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 21.0079982s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (21.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-260100 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" [f4ab4828-0116-4913-bea5-1caa6d577597] Pending
helpers_test.go:352: "busybox" [f4ab4828-0116-4913-bea5-1caa6d577597] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [f4ab4828-0116-4913-bea5-1caa6d577597] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 10.0072226s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-260100 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (10.64s)

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

                                                
                                                
=== 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-2c225" [b849242b-b341-4080-add4-b449767df67c] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0086602s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context old-k8s-version-885900 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.28s)

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

                                                
                                                
=== 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-885900 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.48s)

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

                                                
                                                
=== 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-885900 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe pause -p old-k8s-version-885900 --alsologtostderr -v=1: (1.3254103s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p old-k8s-version-885900 -n old-k8s-version-885900
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p old-k8s-version-885900 -n old-k8s-version-885900: exit status 2 (691.783ms)

                                                
                                                
-- 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-885900 -n old-k8s-version-885900
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p old-k8s-version-885900 -n old-k8s-version-885900: exit status 2 (681.619ms)

                                                
                                                
-- 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-885900 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p old-k8s-version-885900 -n old-k8s-version-885900
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p old-k8s-version-885900 -n old-k8s-version-885900: (1.0399677s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p old-k8s-version-885900 -n old-k8s-version-885900
--- PASS: TestStartStop/group/old-k8s-version/serial/Pause (5.47s)

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

                                                
                                                
=== 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-260100 --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-260100 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.5042761s)
start_stop_delete_test.go:213: (dbg) Run:  kubectl --context no-preload-260100 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonWhileActive (1.73s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-windows-amd64.exe start -p embed-certs-792900 --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-792900 --memory=3072 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.34.1: (1m27.40851s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (87.41s)

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

                                                
                                                
=== 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-260100 -n no-preload-260100
start_stop_delete_test.go:237: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p no-preload-260100 -n no-preload-260100: exit status 7 (237.8626ms)

                                                
                                                
-- 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-260100 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonAfterStop (0.60s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-windows-amd64.exe start -p no-preload-260100 --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-260100 --memory=3072 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.34.1: (37.8727849s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p no-preload-260100 -n no-preload-260100
start_stop_delete_test.go:260: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Host}} -p no-preload-260100 -n no-preload-260100: (1.050944s)
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (38.92s)

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

                                                
                                                
=== 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-016300 --memory=3072 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.34.1
start_stop_delete_test.go:184: (dbg) Done: out/minikube-windows-amd64.exe start -p default-k8s-diff-port-016300 --memory=3072 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.34.1: (1m23.2565728s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (83.26s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (19.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-p57j8" [d7f66966-134a-42e5-8ed0-fadc31484486] Pending / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
helpers_test.go:352: "kubernetes-dashboard-855c9754f9-p57j8" [d7f66966-134a-42e5-8ed0-fadc31484486] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 19.0053243s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (19.01s)

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

                                                
                                                
=== 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-p57j8" [d7f66966-134a-42e5-8ed0-fadc31484486] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0154998s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context no-preload-260100 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.40s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-windows-amd64.exe -p no-preload-260100 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.48s)

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

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

                                                
                                                
-- 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-260100 -n no-preload-260100
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-260100 -n no-preload-260100: exit status 2 (658.5416ms)

                                                
                                                
-- 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-260100 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe unpause -p no-preload-260100 --alsologtostderr -v=1: (1.0441215s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p no-preload-260100 -n no-preload-260100
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-260100 -n no-preload-260100
--- PASS: TestStartStop/group/no-preload/serial/Pause (5.35s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-792900 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" [97ce295f-e601-4268-9c50-e42a326304d0] Pending
helpers_test.go:352: "busybox" [97ce295f-e601-4268-9c50-e42a326304d0] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [97ce295f-e601-4268-9c50-e42a326304d0] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 10.0058773s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-792900 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (10.63s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-windows-amd64.exe start -p newest-cni-481600 --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-481600 --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: (57.6930937s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (57.69s)

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

                                                
                                                
=== 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-792900 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
E1108 09:37:30.541068     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
start_stop_delete_test.go:203: (dbg) Done: out/minikube-windows-amd64.exe addons enable metrics-server -p embed-certs-792900 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (10.4532259s)
start_stop_delete_test.go:213: (dbg) Run:  kubectl --context embed-certs-792900 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonWhileActive (10.69s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-016300 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" [eb4b3763-6829-4c53-b130-88ec05f32624] Pending
helpers_test.go:352: "busybox" [eb4b3763-6829-4c53-b130-88ec05f32624] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:352: "busybox" [eb4b3763-6829-4c53-b130-88ec05f32624] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 10.0060082s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-016300 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (10.68s)

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

                                                
                                                
=== 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-792900 -n embed-certs-792900
start_stop_delete_test.go:237: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p embed-certs-792900 -n embed-certs-792900: exit status 7 (250.7495ms)

                                                
                                                
-- 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-792900 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (0.62s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-windows-amd64.exe start -p embed-certs-792900 --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-792900 --memory=3072 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.34.1: (48.6249587s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p embed-certs-792900 -n embed-certs-792900
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (49.32s)

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

                                                
                                                
=== 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-016300 --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-016300 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.4315103s)
start_stop_delete_test.go:213: (dbg) Run:  kubectl --context default-k8s-diff-port-016300 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive (1.64s)

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

                                                
                                                
=== 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-016300 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-windows-amd64.exe stop -p default-k8s-diff-port-016300 --alsologtostderr -v=3: (12.4175134s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Stop (12.42s)

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

                                                
                                                
=== 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-016300 -n default-k8s-diff-port-016300
start_stop_delete_test.go:237: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p default-k8s-diff-port-016300 -n default-k8s-diff-port-016300: exit status 7 (261.4203ms)

                                                
                                                
-- 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-016300 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop (0.62s)

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

                                                
                                                
=== 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-016300 --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-016300 --memory=3072 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.34.1: (1m0.2758248s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p default-k8s-diff-port-016300 -n default-k8s-diff-port-016300
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (61.04s)

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

                                                
                                                
=== 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-481600 --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-481600 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (3.1145683s)
start_stop_delete_test.go:209: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (3.11s)

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

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

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

                                                
                                                
=== 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-481600 -n newest-cni-481600
start_stop_delete_test.go:237: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-481600 -n newest-cni-481600: exit status 7 (275.4047ms)

                                                
                                                
-- 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-481600 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (0.70s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-windows-amd64.exe start -p newest-cni-481600 --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-481600 --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: (33.2631982s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-481600 -n newest-cni-481600
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (34.12s)

                                                
                                    
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-8288x" [ea9677ff-1f6a-4368-b55d-d9162a50d0c8] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.0079127s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

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

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

                                                
                                                
=== 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-8288x" [ea9677ff-1f6a-4368-b55d-d9162a50d0c8] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.0061666s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context embed-certs-792900 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (6.35s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-windows-amd64.exe -p embed-certs-792900 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.52s)

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

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

                                                
                                                
-- 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-792900 -n embed-certs-792900
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p embed-certs-792900 -n embed-certs-792900: exit status 2 (666.8518ms)

                                                
                                                
-- 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-792900 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe unpause -p embed-certs-792900 --alsologtostderr -v=1: (4.9678795s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p embed-certs-792900 -n embed-certs-792900
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p embed-certs-792900 -n embed-certs-792900
--- PASS: TestStartStop/group/embed-certs/serial/Pause (10.60s)

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

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

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

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

                                                
                                                
-- 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-481600 -n newest-cni-481600
E1108 09:39:09.122343     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:39:09.130366     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:39:09.143339     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:39:09.166337     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:39:09.209344     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:39:09.292358     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:39:09.455222     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p newest-cni-481600 -n newest-cni-481600: exit status 2 (683.8951ms)

                                                
                                                
-- 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-481600 --alsologtostderr -v=1
E1108 09:39:09.778274     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:39:10.421269     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\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 unpause -p newest-cni-481600 --alsologtostderr -v=1: (1.145587s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-481600 -n newest-cni-481600
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-481600 -n newest-cni-481600: (1.0116427s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p newest-cni-481600 -n newest-cni-481600
--- PASS: TestStartStop/group/newest-cni/serial/Pause (5.84s)

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

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

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

                                                
                                                
=== 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-g7nv4" [06e5b426-d015-4de1-8a8f-79b3f985b1f6] Running
E1108 09:39:11.703916     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.6600471s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (5.66s)

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

                                                
                                                
=== 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-g7nv4" [06e5b426-d015-4de1-8a8f-79b3f985b1f6] Running
E1108 09:39:19.388427     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.0062717s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context default-k8s-diff-port-016300 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (6.31s)

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

                                                
                                                
=== 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-016300 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.55s)

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

                                                
                                                
=== 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-016300 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe pause -p default-k8s-diff-port-016300 --alsologtostderr -v=1: (1.3983262s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-diff-port-016300 -n default-k8s-diff-port-016300
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-diff-port-016300 -n default-k8s-diff-port-016300: exit status 2 (788.447ms)

                                                
                                                
-- 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-016300 -n default-k8s-diff-port-016300
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-diff-port-016300 -n default-k8s-diff-port-016300: exit status 2 (731.172ms)

                                                
                                                
-- 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-016300 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-windows-amd64.exe unpause -p default-k8s-diff-port-016300 --alsologtostderr -v=1: (1.2731951s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-diff-port-016300 -n default-k8s-diff-port-016300
E1108 09:39:28.416004     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-diff-port-016300 -n default-k8s-diff-port-016300
E1108 09:39:29.630889     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Pause (5.78s)
E1108 09:44:28.420881     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\addons-313400\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p custom-flannel-742600 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata\kube-flannel.yaml --driver=docker
E1108 09:39:50.114157     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:40:31.014763     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:40:31.022781     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:40:31.035770     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:40:31.058776     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:40:31.077771     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\old-k8s-version-885900\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:40:31.101766     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:40:31.184777     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:40:31.347151     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:40:31.669745     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:40:32.330600     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:40:33.612958     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\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 custom-flannel-742600 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata\kube-flannel.yaml --driver=docker: (1m15.3035138s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (75.30s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p auto-742600 "pgrep -a kubelet"
I1108 09:40:34.736279     940 config.go:182] Loaded profile config "auto-742600": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.61s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-742600 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-wdw9c" [a8a728e8-ac05-435c-84b2-892b771290f0] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E1108 09:40:36.175590     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
helpers_test.go:352: "netcat-cd4db9dbf-wdw9c" [a8a728e8-ac05-435c-84b2-892b771290f0] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 16.0079269s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (16.61s)

                                                
                                    
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-r2znn" [49637b8b-5e4b-43ba-a9da-737277ceec4f] Running
E1108 09:40:41.298157     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.0090897s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p kindnet-742600 "pgrep -a kubelet"
I1108 09:40:47.832324     940 config.go:182] Loaded profile config "kindnet-742600": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.76s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-742600 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-9jvdm" [86826f49-ca4e-4921-b145-0bbd76984ad2] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-9jvdm" [86826f49-ca4e-4921-b145-0bbd76984ad2] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 15.0077133s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (15.70s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/DNS
net_test.go:175: (dbg) Run:  kubectl --context auto-742600 exec deployment/netcat -- nslookup kubernetes.default
E1108 09:40:51.541817     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
--- PASS: TestNetworkPlugins/group/auto/DNS (0.34s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p custom-flannel-742600 "pgrep -a kubelet"
I1108 09:40:59.334742     940 config.go:182] Loaded profile config "custom-flannel-742600": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.61s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-742600 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-khmx6" [601defd0-ef84-4a2c-8e3a-9693e21a6b5c] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-khmx6" [601defd0-ef84-4a2c-8e3a-9693e21a6b5c] Running
E1108 09:41:12.024772     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 16.006832s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (16.47s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Localhost
net_test.go:194: (dbg) Run:  kubectl --context kindnet-742600 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.23s)

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

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

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

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

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

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

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

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

                                                
                                                
=== 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-zf4lb" [1c3a7abe-7148-4abd-b6e6-870d0c976d9e] Running / Ready:ContainersNotReady (containers with unready status: [calico-node]) / ContainersReady:ContainersNotReady (containers with unready status: [calico-node])
helpers_test.go:352: "calico-node-zf4lb" [1c3a7abe-7148-4abd-b6e6-870d0c976d9e] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 5.5967968s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (5.60s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p calico-742600 "pgrep -a kubelet"
I1108 09:41:24.818591     940 config.go:182] Loaded profile config "calico-742600": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.71s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-742600 replace --force -f testdata\netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:352: "netcat-cd4db9dbf-7w85g" [a6a720dd-623f-491c-bc8b-7c49d52432e0] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-7w85g" [a6a720dd-623f-491c-bc8b-7c49d52432e0] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 17.0071715s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (17.55s)

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p flannel-742600 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker
E1108 09:42:13.625868     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\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-742600 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker: (1m31.6448029s)
--- PASS: TestNetworkPlugins/group/flannel/Start (91.64s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p bridge-742600 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker
E1108 09:42:30.544776     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\functional-017700\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:42:45.639827     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:42:45.646506     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:42:45.658276     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:42:45.680373     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:42:45.722496     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:42:45.805367     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:42:45.967934     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:42:46.290213     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:42:46.932859     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:42:48.214885     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:42:50.777622     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:42:55.899940     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:43:06.142827     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:43:14.911526     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:43:26.625398     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\default-k8s-diff-port-016300\\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 bridge-742600 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker: (1m21.1169935s)
--- PASS: TestNetworkPlugins/group/bridge/Start (81.12s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p false-742600 "pgrep -a kubelet"
I1108 09:43:28.584493     940 config.go:182] Loaded profile config "false-742600": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/false/KubeletFlags (0.56s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context false-742600 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-77ccm" [bee16037-e96a-4591-b20f-e29529c0e82e] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-77ccm" [bee16037-e96a-4591-b20f-e29529c0e82e] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/false/NetCatPod: app=netcat healthy within 14.0058135s
--- PASS: TestNetworkPlugins/group/false/NetCatPod (14.40s)

                                                
                                    
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-jkks7" [d5a80a00-a9f7-4abe-b7f9-1ab7970eb35b] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.0083564s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p enable-default-cni-742600 "pgrep -a kubelet"
I1108 09:43:33.264880     940 config.go:182] Loaded profile config "enable-default-cni-742600": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.69s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-742600 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-dz8bv" [6dc44a20-c45a-4a39-8f71-ba2d4933aa8c] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-dz8bv" [6dc44a20-c45a-4a39-8f71-ba2d4933aa8c] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 16.0073301s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (16.42s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p flannel-742600 "pgrep -a kubelet"
I1108 09:43:35.633344     940 config.go:182] Loaded profile config "flannel-742600": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.62s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-742600 replace --force -f testdata\netcat-deployment.yaml
I1108 09:43:36.272227     940 kapi.go:136] Waiting for deployment netcat to stabilize, generation 1 observed generation 1 spec.replicas 1 status.replicas 0
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-txbpj" [bbf53569-1298-4e66-87a4-d7e3b3576a63] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-txbpj" [bbf53569-1298-4e66-87a4-d7e3b3576a63] Running
I1108 09:43:46.821079     940 config.go:182] Loaded profile config "bridge-742600": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 16.0069585s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (16.75s)

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

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

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

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

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

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

                                                
                                    
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-742600 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.59s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-742600 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-pwnn9" [995ab371-caf6-4968-ae60-a2d6ff33c1a1] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:352: "netcat-cd4db9dbf-pwnn9" [995ab371-caf6-4968-ae60-a2d6ff33c1a1] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 15.0076224s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (15.41s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/Start
net_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubenet-742600 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --network-plugin=kubenet --driver=docker
net_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p kubenet-742600 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --network-plugin=kubenet --driver=docker: (1m35.4483588s)
--- PASS: TestNetworkPlugins/group/kubenet/Start (95.45s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p kubenet-742600 "pgrep -a kubelet"
I1108 09:45:56.800698     940 config.go:182] Loaded profile config "kubenet-742600": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
--- PASS: TestNetworkPlugins/group/kubenet/KubeletFlags (0.59s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kubenet-742600 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-scslz" [2c11043d-efaa-4c29-8b15-d8bd1efe6bfd] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E1108 09:45:58.756659     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\no-preload-260100\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:45:59.785364     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\custom-flannel-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:45:59.792368     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\custom-flannel-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:45:59.805369     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\custom-flannel-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:45:59.828373     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\custom-flannel-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:45:59.871378     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\custom-flannel-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:45:59.954376     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\custom-flannel-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:46:00.116576     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\custom-flannel-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:46:00.439552     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\custom-flannel-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:46:01.081920     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\custom-flannel-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:46:01.567706     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\kindnet-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:46:02.364103     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\custom-flannel-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
E1108 09:46:04.926456     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\custom-flannel-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
helpers_test.go:352: "netcat-cd4db9dbf-scslz" [2c11043d-efaa-4c29-8b15-d8bd1efe6bfd] Running
E1108 09:46:10.049083     940 cert_rotation.go:172] "Loading client cert failed" err="open C:\\Users\\jenkins.minikube4\\minikube-integration\\.minikube\\profiles\\custom-flannel-742600\\client.crt: The system cannot find the path specified." logger="tls-transport-cache.UnhandledError" key="key"
net_test.go:163: (dbg) TestNetworkPlugins/group/kubenet/NetCatPod: app=netcat healthy within 14.0067538s
--- PASS: TestNetworkPlugins/group/kubenet/NetCatPod (14.56s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/Localhost
net_test.go:194: (dbg) Run:  kubectl --context kubenet-742600 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-742600 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/kubenet/HairPin (0.20s)

                                                
                                    

Test skip (27/344)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:382: registry stabilized in 8.2187ms
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-9j6kk" [eb7312b7-f959-480b-b672-fe9affb56ea2] Running
addons_test.go:384: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.0221323s
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-zjwlb" [7b457d1f-de10-43d8-934c-0b6e848f9b0e] Running
addons_test.go:387: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 6.0052875s
addons_test.go:392: (dbg) Run:  kubectl --context addons-313400 delete po -l run=registry-test --now
addons_test.go:397: (dbg) Run:  kubectl --context addons-313400 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-313400 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.1613612s)
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-313400 addons disable registry --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable registry --alsologtostderr -v=1: (1.2300345s)
--- SKIP: TestAddons/parallel/Registry (21.77s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (27.1s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run:  kubectl --context addons-313400 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-313400 replace --force -f testdata\nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run:  kubectl --context addons-313400 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" [4969562e-91bc-4887-abce-537a1bdf256c] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:352: "nginx" [4969562e-91bc-4887-abce-537a1bdf256c] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 15.0094778s
I1108 08:36:18.707858     940 kapi.go:150] Service nginx in namespace default found.
addons_test.go:264: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 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-313400 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable ingress-dns --alsologtostderr -v=1: (1.7903306s)
addons_test.go:1053: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-313400 addons disable ingress --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-windows-amd64.exe -p addons-313400 addons disable ingress --alsologtostderr -v=1: (8.602767s)
--- SKIP: TestAddons/parallel/Ingress (27.10s)

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

                                                
                                                
=== 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-017700 --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-017700 --alsologtostderr -v=1] ...
helpers_test.go:519: unable to terminate pid 13320: Access is denied.
--- SKIP: TestFunctional/parallel/DashboardCmd (300.01s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1636: (dbg) Run:  kubectl --context functional-017700 create deployment hello-node-connect --image kicbase/echo-server
functional_test.go:1640: (dbg) Run:  kubectl --context functional-017700 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-f5b2m" [9c9a72c9-dd34-48b8-8085-a4191ca36257] 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-f5b2m" [9c9a72c9-dd34-48b8-8085-a4191ca36257] Running
functional_test.go:1645: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 11.0058808s
functional_test.go:1651: test is broken for port-forwarded drivers: https://github.com/kubernetes/minikube/issues/7383
--- SKIP: TestFunctional/parallel/ServiceCmdConnect (11.31s)

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

                                                
                                                
=== 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-465300" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p disable-driver-mounts-465300
--- SKIP: TestStartStop/group/disable-driver-mounts (0.52s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (11.2s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: C:\Users\jenkins.minikube4\minikube-integration\.minikube/ca.crt
extensions:
- extension:
last-update: Sat, 08 Nov 2025 09:30:03 UTC
provider: minikube.sigs.k8s.io
version: v1.37.0
name: cluster_info
server: https://127.0.0.1:49809
name: stopped-upgrade-513800
contexts:
- context:
cluster: stopped-upgrade-513800
user: stopped-upgrade-513800
name: stopped-upgrade-513800
current-context: stopped-upgrade-513800
kind: Config
users:
- name: stopped-upgrade-513800
user:
client-certificate: C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\stopped-upgrade-513800/client.crt
client-key: C:\Users\jenkins.minikube4\minikube-integration\.minikube\profiles\stopped-upgrade-513800/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
Copied to clipboard